summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2011-05-294-6/+6
|\
| * Squashfs: Fix sanity check patches on big-endian systemsPhillip Lougher2011-05-294-6/+6
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-05-2936-498/+729
|\ \
| * \ Merge branch 'ec-cleanup' into releaseLen Brown2011-05-294-22/+15
| |\ \
| | * | ACPI EC: remove redundant codeZhang Rui2011-05-291-2/+0
| | * | ACPI EC: remove dead codeThomas Renninger2011-04-014-19/+14
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown2011-05-2910915-486305/+811409
| |\ \ \ \ \ \ \ \
| | | | | | | * | | ACPI:Fix goto flows in thermal-sysDurgadoss R2011-03-231-6/+7
| | | | | | | |/ /
| | | | | | * | | ACPI: EC: add another DMI check for ASUS hardwarePeter Collingbourne2011-04-251-0/+3
| | | | | * | | | ACPI: Add D3 cold stateLin Ming2011-05-293-3/+6
| | | | * | | | | ACPI EC: enable MSI workaround for Quanta laptopsZhang Rui2011-05-291-0/+8
| | | | |/ / / /
| | | * / / / / ACPI: processor: fix processor_physically_present in UP kernelLin Ming2011-05-292-10/+9
| | | |/ / / /
| | * | | | | ACPI: Split out custom_method functionality into an own driverThomas Renninger2011-05-295-79/+122
| | * | | | | ACPI: Cleanup custom_method debug stuffThomas Renninger2011-05-293-20/+23
| | |/ / / /
| * | | | | ACPICA: Update to version 20110413Bob Moore2011-05-091-1/+1
| * | | | | ACPICA: Execute an orphan _REG method under the EC deviceBob Moore2011-05-094-9/+132
| * | | | | ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate placeBob Moore2011-05-092-2/+3
| * | | | | ACPICA: Update internal address SpaceID for DataTable regionsBob Moore2011-05-097-23/+19
| * | | | | ACPICA: Add more methods eligible for NULL package element removalBob Moore2011-05-091-8/+5
| * | | | | ACPICA: Split all internal Global Lock functions to new file - evglockBob Moore2011-05-094-316/+347
| * | | | | ACPICA: Fix code divergence of global lock handlingLin Ming2011-03-253-41/+44
| * | | | | ACPICA: Use acpi_os_create_lock interfaceLin Ming2011-03-252-9/+17
| * | | | | ACPI: osl, add acpi_os_create_lock interfaceLin Ming2011-03-252-8/+28
* | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-2914-40/+102
|\ \ \ \ \ \
| * | | | | | x86 idle: deprecate mwait_idle() and "idle=mwait" cmdline paramLen Brown2011-05-292-0/+8
| * | | | | | x86 idle: deprecate "no-hlt" cmdline paramLen Brown2011-05-292-0/+12
| * | | | | | x86 idle APM: deprecate CONFIG_APM_CPU_IDLELen Brown2011-05-292-0/+12
| * | | | | | x86 idle floppy: deprecate disable_hlt()Len Brown2011-05-292-0/+9
| * | | | | | x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands itLen Brown2011-05-291-1/+3
| * | | | | | x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-297-26/+26
| * | | | | | idle governor: Avoid lock acquisition to read pm_qos before entering idleTim Chen2011-05-292-12/+29
| * | | | | | cpuidle: menu: fixed wrapping timers at 4.294 secondsTero Kristo2011-05-291-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | cifs/ubifs: Fix shrinker API change falloutAl Viro2011-05-293-3/+5
* | | | | | mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vmaPeter Zijlstra2011-05-291-1/+6
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-05-2815-569/+62
|\ \ \ \ \ \
| * | | | | | Blackfin: debug-mmrs: include RSI_PID[4567] MMRsMike Frysinger2011-05-281-0/+4
| * | | | | | Blackfin: bf51x: fix up RSI_PID# MMR definesMike Frysinger2011-05-281-8/+8
| * | | | | | Blackfin: bf52x/bf54x: fix up usb MMR definesMike Frysinger2011-05-282-11/+12
| * | | | | | Blackfin: debug-mmrs: fix typos with gptimers/mdma/ppiMike Frysinger2011-05-281-18/+14
| * | | | | | Blackfin: gptimers: add structure for hardware register layoutMike Frysinger2011-05-281-0/+18
| * | | | | | Blackfin: wire up new sendmmsg syscallMike Frysinger2011-05-282-1/+3
| * | | | | | Blackfin: mach/bfin_serial_5xx.h: punt now-unused headerMike Frysinger2011-05-287-528/+0
| * | | | | | Blackfin: bfin_serial.h: turn default port wrappers into stubsMike Frysinger2011-05-281-3/+3
* | | | | | | scsi: fix scsi_proc new kernel-doc warningRandy Dunlap2011-05-281-5/+0
* | | | | | | mm: fix page_lock_anon_vma leaving mutex lockedHugh Dickins2011-05-281-5/+8
* | | | | | | mm: fix kernel BUG at mm/rmap.c:1017!Hugh Dickins2011-05-281-2/+2
* | | | | | | tmpfs: fix race between truncate and writepageHugh Dickins2011-05-281-1/+1
|/ / / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-05-2853-235/+127
|\ \ \ \ \ \
| * | | | | | Cache xattr security drop check for write v2Andi Kleen2011-05-284-4/+37
| * | | | | | fs: block_page_mkwrite should wait for writeback to finishDarrick J. Wong2011-05-281-0/+1