summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-29Merge branch 'nfs-for-2.6.40' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds12-66/+542
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds4-6/+6
2011-05-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds36-498/+729
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-40/+102
2011-05-29cifs/ubifs: Fix shrinker API change falloutAl Viro3-3/+5
2011-05-29mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vmaPeter Zijlstra1-1/+6
2011-05-29Squashfs: Fix sanity check patches on big-endian systemsPhillip Lougher4-6/+6
2011-05-29Merge branch 'ec-cleanup' into releaseLen Brown4-22/+15
2011-05-29Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown10697-290112/+615216
2011-05-29x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline paramLen Brown2-0/+8
2011-05-29x86 idle: deprecate "no-hlt" cmdline paramLen Brown2-0/+12
2011-05-29x86 idle APM: deprecate CONFIG_APM_CPU_IDLELen Brown2-0/+12
2011-05-29x86 idle floppy: deprecate disable_hlt()Len Brown2-0/+9
2011-05-29x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands itLen Brown1-1/+3
2011-05-29x86 idle: clarify AMD erratum 400 workaroundLen Brown7-26/+26
2011-05-29ACPI EC: remove redundant codeZhang Rui1-2/+0
2011-05-29ACPI: Add D3 cold stateLin Ming3-3/+6
2011-05-29ACPI: processor: fix processor_physically_present in UP kernelLin Ming2-10/+9
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds15-569/+62
2011-05-28scsi: fix scsi_proc new kernel-doc warningRandy Dunlap1-5/+0
2011-05-29ACPI: Split out custom_method functionality into an own driverThomas Renninger5-79/+122
2011-05-29ACPI: Cleanup custom_method debug stuffThomas Renninger3-20/+23
2011-05-29ACPI EC: enable MSI workaround for Quanta laptopsZhang Rui1-0/+8
2011-05-29idle governor: Avoid lock acquisition to read pm_qos before entering idleTim Chen2-12/+29
2011-05-29cpuidle: menu: fixed wrapping timers at 4.294 secondsTero Kristo1-1/+3
2011-05-28mm: fix page_lock_anon_vma leaving mutex lockedHugh Dickins1-5/+8
2011-05-28mm: fix kernel BUG at mm/rmap.c:1017!Hugh Dickins1-2/+2
2011-05-28tmpfs: fix race between truncate and writepageHugh Dickins1-1/+1
2011-05-28Blackfin: debug-mmrs: include RSI_PID[4567] MMRsMike Frysinger1-0/+4
2011-05-28Blackfin: bf51x: fix up RSI_PID# MMR definesMike Frysinger1-8/+8
2011-05-28Blackfin: bf52x/bf54x: fix up usb MMR definesMike Frysinger2-11/+12
2011-05-28Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppiMike Frysinger1-18/+14
2011-05-28Blackfin: gptimers: add structure for hardware register layoutMike Frysinger1-0/+18
2011-05-28Blackfin: wire up new sendmmsg syscallMike Frysinger2-1/+3
2011-05-28Blackfin: mach/bfin_serial_5xx.h: punt now-unused headerMike Frysinger7-528/+0
2011-05-28Blackfin: bfin_serial.h: turn default port wrappers into stubsMike Frysinger1-3/+3
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds53-235/+127
2011-05-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-1194/+2284
2011-05-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-27/+65
2011-05-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-151/+147
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds34-106/+359
2011-05-28Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-69/+413
2011-05-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds18-237/+727
2011-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2-2/+3
2011-05-28Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-1/+964
2011-05-28Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds27-198/+475
2011-05-28Merge branch 'setns'Linus Torvalds50-29/+87
2011-05-28ns: Wire up the setns system callEric W. Biederman50-29/+87
2011-05-28Cache xattr security drop check for write v2Andi Kleen4-4/+37
2011-05-28rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2-0/+3