summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | msi-laptop: pr_<level> neateningJoe Perches2011-05-271-5/+4
| | * | intel_pmic_gpio: Convert printks to pr_<level>Joe Perches2011-05-271-7/+7
| | * | intel_menlow: Add pr_fmt and use pr_<level>Joe Perches2011-05-271-2/+3
| | * | ideapad-laptop: Add pr_fmtJoe Perches2011-05-271-0/+2
| | * | ibm_rtl: Use pr_fmt and pr_<level>Joe Perches2011-05-271-8/+11
| | * | hp-wmi: Convert printks to pr_<level>Joe Perches2011-05-271-26/+17
| | * | hdaps: Convert printks to pr_<level>Joe Perches2011-05-271-9/+10
| | * | fujitsu-laptop: Convert printks to pr_<level>Joe Perches2011-05-271-20/+19
| | * | eeepc: Use pr_warnJoe Perches2011-05-272-17/+18
| | * | dell: Convert printks to pr_<level>Joe Perches2011-05-273-16/+16
| | * | compal-laptop: Convert printks to pr_<level>Joe Perches2011-05-271-13/+9
| | * | asus: Add pr_fmt and convert printks to pr_<level>Joe Perches2011-05-273-72/+59
| | * | acer-wmi: pr_<level> cleanupsJoe Perches2011-05-271-16/+16
| | * | ibm_rtl: Remove warnings from casts of pointer to intJoe Perches2011-05-271-2/+2
| | * | asus-wmi: Remove __init from asus_wmi_platform_initJoe Perches2011-05-271-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-05-298-120/+136
|\ \ \ \
| * | | | dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-293-9/+11
| * | | | dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-293-11/+5
| * | | | dm io: use fixed initial mempool sizeMikulas Patocka2011-05-295-39/+9
| * | | | dm kcopyd: alloc pages from the main page allocatorMikulas Patocka2011-05-291-31/+60
| * | | | dm kcopyd: add gfp parm to alloc_plMikulas Patocka2011-05-291-4/+4
| * | | | dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka2011-05-291-10/+1
| * | | | dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka2011-05-291-20/+29
| * | | | dm kcopyd: avoid pointless job splittingMikulas Patocka2011-05-291-1/+1
| * | | | dm mpath: do not fail paths after integrity errorsMartin K. Petersen2011-05-291-1/+1
| * | | | dm table: reject devices without request fnsMilan Broz2011-05-291-0/+17
| * | | | dm table: allow targets to support discards internallyMike Snitzer2011-05-291-1/+5
| |/ / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-05-2930-484/+698
|\ \ \ \
| * \ \ \ Merge branch 'ec-cleanup' into releaseLen Brown2011-05-293-20/+14
| |\ \ \ \
| | * | | | ACPI EC: remove redundant codeZhang Rui2011-05-291-2/+0
| | * | | | ACPI EC: remove dead codeThomas Renninger2011-04-013-17/+13
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---------. \ \ \ \ Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown2011-05-294613-179820/+368857
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | 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-292-1/+3
| | | | | | |_|_|_|/ | | | | | |/| | | |
| | | | * / | | | | ACPI EC: enable MSI workaround for Quanta laptopsZhang Rui2011-05-291-0/+8
| | | | |/ / / / /
| | | * / / / / / ACPI: processor: fix processor_physically_present in UP kernelLin Ming2011-05-291-3/+9
| | | |/ / / / /
| | * | | | | | ACPI: Split out custom_method functionality into an own driverThomas Renninger2011-05-294-79/+117
| | * | | | | | ACPI: Cleanup custom_method debug stuffThomas Renninger2011-05-293-20/+23
| | |/ / / / /
| * | | | | | ACPICA: Execute an orphan _REG method under the EC deviceBob Moore2011-05-103-9/+127
| * | | | | | ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate placeBob Moore2011-05-101-1/+0
| * | | | | | ACPICA: Update internal address SpaceID for DataTable regionsBob Moore2011-05-106-21/+8
| * | | | | | ACPICA: Add more methods eligible for NULL package element removalBob Moore2011-05-101-8/+5
| * | | | | | ACPICA: Split all internal Global Lock functions to new file - evglockBob Moore2011-05-104-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-251-8/+25
* | | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-293-2/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | x86 idle floppy: deprecate disable_hlt()Len Brown2011-05-291-0/+1
| * | | | | | x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-291-1/+1