summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-12x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()"Vegard Nossum1-0/+1
2008-06-12x86: fix an incompatible pointer type warning on 64-bit compilationsDavid Howells1-2/+2
2008-06-12x86: fix lockdep warning during suspend-to-ramPeter Zijlstra1-0/+1
2008-06-12x86: fix unused variable 'loops' warning in arch/x86/boot/a20.cManish Katiyar1-2/+1
2008-06-12Revert "x86: fix ioapic bug again"Ingo Molnar2-17/+4
2008-06-12x86: fix asm warning in head_32.SJoe Korty1-1/+1
2008-06-12x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler1-0/+5
2008-06-12geode: fix modular buildIngo Molnar1-0/+2
2008-06-12block: disable IRQs until data is written to relay channelCarl Henrik Lunde1-6/+4
2008-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds1-5/+20
2008-06-12nommu: Correct kobjsize() page validity checks.Paul Mundt1-18/+3
2008-06-12fsl-diu-db: compile fixJeff Mahoney1-2/+2
2008-06-12Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-20/+40
2008-06-12kbuild: ignore powerpc specific symbols in modpostSam Ravnborg1-5/+20
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan1-2/+7
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan1-2/+5
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller9-47/+21
2008-06-12always_inline timespec_add_nsJeremy Fitzhardinge1-2/+5
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge2-14/+20
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge4-19/+30
2008-06-11Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller3-4/+4
2008-06-11drivers/net/r6040.c: correct bad use of round_jiffies()Christophe Jaillet1-1/+1
2008-06-11fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUPRoel Kluin1-1/+1
2008-06-11ipg: fix receivemode IPG_RM_RECEIVEMULTICAST{,HASH} in ipg_nic_set_multicast_...Roel Kluin1-2/+2
2008-06-11Merge branch 'net-2.6-misc-20080611a' of git://git.linux-ipv6.org/gitroot/yos...David S. Miller3-6/+19
2008-06-11Merge branch 'master' of git://eden-feed.erg.abdn.ac.uk/net-2.6David S. Miller9-59/+41
2008-06-11netfilter: nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info()Patrick McHardy1-2/+1
2008-06-11netfilter: Make nflog quiet when no one listen in userspace.Eric Leblond1-4/+0
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds4-13/+65
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-1/+2
2008-06-12ipv6: Fail with appropriate error code when setting not-applicable sockopt.YOSHIFUJI Hideaki1-4/+4
2008-06-12ipv6: Check IPV6_MULTICAST_LOOP option value.YOSHIFUJI Hideaki1-0/+2
2008-06-12ipv6: Check the hop limit setting in ancillary data.Shan Wei1-0/+5
2008-06-12ipv6 route: Fix route lifetime in netlink message.YOSHIFUJI Hideaki1-2/+6
2008-06-12ipv6 mcast: Check address family of gf_group in getsockopt(MS_FILTER).YOSHIFUJI Hideaki1-0/+2
2008-06-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds27-360/+435
2008-06-11USB: don't use reset-resume if drivers don't support itLinus Torvalds1-2/+44
2008-06-11USB: isp1760: Assign resource fields before adding hcdNate Case1-4/+4
2008-06-11isight_firmware: Avoid crash on loading invalid firmwareMatthew Garrett1-7/+16
2008-06-11USB: fix build bug in USB_ISIGHTFWIngo Molnar1-0/+1
2008-06-11kobject: Documentation Spelling PatchDavid Brigada1-1/+1
2008-06-11dev_set_name: fix missing kernel-docRandy Dunlap1-0/+1
2008-06-11ACPICA: fix stray va_end() caused by mis-mergeLen Brown1-1/+1
2008-06-11ACPI: Reject below-freezing temperatures as invalid critical temperaturesArjan van de Ven1-2/+9
2008-06-11ACPICA: Fix for access to deleted object <regression>Bob Moore1-2/+2
2008-06-11ACPICA: Fix to make _SST method optionalBob Moore1-3/+5
2008-06-11ACPICA: Fix for Load operator, load table at the namespace rootBob Moore1-2/+8
2008-06-11ACPICA: Ignore ACPI table signature for Load() operatorBob Moore1-18/+7
2008-06-11ACPICA: Fix to allow zero-length ASL field declarationsBob Moore1-4/+1
2008-06-11ACPI: use memory_read_from_buffer()Akinobu Mita1-13/+2