aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-27Input: joydev - validate axis/button maps before clobbering current onesGravatar Stephen Kitt 1-32/+74
2009-08-27Merge commit 'v2.6.31-rc8' into nextGravatar Dmitry Torokhov 1284-18787/+32489
2009-08-27Linux 2.6.31-rc8v2.6.31-rc8Gravatar Linus Torvalds 1-1/+1
2009-08-27module: workaround duplicate section namesGravatar James Bottomley 1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Gravatar Rusty Russell 1-2/+4
2009-08-27xenfb: connect to backend before registering fbGravatar Jeremy Fitzhardinge 1-4/+4
2009-08-27Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 2-85/+177
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Gravatar Benjamin Herrenschmidt 1-1/+1
2009-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 10-134/+107
2009-08-27ipv4: make ip_append_data() handle NULL routing tableGravatar Julien TINNES 1-0/+2
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrGravatar David Howells 1-3/+15
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Gravatar Eric W. Biederman 1-7/+6
2009-08-27inotify: fix locking around inotify watching in the idrGravatar Eric Paris 1-10/+40
2009-08-27inotify: do not BUG on idr entries at inotify destructionGravatar Eric Paris 1-2/+31
2009-08-27inotify: seperate new watch creation updating existing watchesGravatar Eric Paris 1-69/+103
2009-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 2-16/+47
2009-08-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 2-136/+79
2009-08-27powerpc/ps3: Update ps3_defconfigGravatar Geoff Levand 1-136/+75
2009-08-27powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registrationGravatar Geert Uytterhoeven 1-0/+4
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+4
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 7-12/+17
2009-08-26leds: after setting inverted attribute, we must update the LEDGravatar Thadeu Lima de Souza Cascardo 1-0/+3
2009-08-26leds: fix multiple requests and releases of IRQ for GPIO LED TriggerGravatar Thadeu Lima de Souza Cascardo 1-7/+14
2009-08-26acpi processor: remove superfluous warning messageGravatar Frans Pop 1-2/+2
2009-08-26ACPI processor: force throttling state when BIOS returns incorrect valueGravatar Frans Pop 3-17/+20
2009-08-26wmi: fix kernel panic when stack protection enabled.Gravatar Costantino Leandro 1-4/+4
2009-08-26acpi: don't call acpi_processor_init if acpi is disabledGravatar Yinghai Lu 1-0/+6
2009-08-26thermal_sys: check get_temp return valueGravatar Michael Brunner 1-1/+8
2009-08-26clone(): fix race between copy_process() and de_thread()Gravatar Oleg Nesterov 1-15/+5
2009-08-26mm: fix for infinite churning of mlocked pagesGravatar Minchan Kim 2-2/+8
2009-08-26flex_array: convert element_nr formals to unsignedGravatar David Rientjes 2-15/+19
2009-08-26flex_array: declare parts member to have incomplete typeGravatar David Rientjes 1-1/+1
2009-08-26flex_array: fix flex_array_free_parts commentGravatar David Rientjes 1-3/+0
2009-08-26flex_array: fix get function for elements in base starting at non-zeroGravatar David Rientjes 1-6/+8
2009-08-26pps: fix incorrect verdict checkGravatar Joonwoo Park 1-1/+1
2009-08-27IMA: iint put in ima_counts_get and putGravatar Eric Paris 1-0/+4
2009-08-26m68k,m68knommu: Wire up rt_tgsigqueueinfo and perf_counter_openGravatar Geert Uytterhoeven 3-1/+7
2009-08-26m68k: Fix redefinition of pgprot_noncachedGravatar Alexey Dobriyan 1-2/+1
2009-08-26arch/m68k/include/asm/motorola_pgalloc.h: fix kunmap argGravatar Andrew Morton 1-6/+4
2009-08-26m68k: cnt reaches -1, not 0Gravatar Roel Kluin 1-2/+4
2009-08-26m68k: count can reach 51, not 50Gravatar Roel Kluin 1-1/+1
2009-08-26virtio: net refill on out-of-memoryGravatar Rusty Russell 1-15/+46
2009-08-26smc91x: fix compilation on SMPGravatar Alexey Dobriyan 1-1/+1
2009-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 4-10/+2
2009-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 13-143/+175
2009-08-25irda/sa1100_ir: fix broken netdev_ops conversionGravatar Alexander Beregalov 1-4/+0
2009-08-25irda/au1k_ir: fix broken netdev_ops conversionGravatar Alexander Beregalov 1-4/+0
2009-08-25sparc64: Validate linear D-TLB misses.Gravatar David S. Miller 4-28/+76
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 3-1/+15
2009-08-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+16