summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2011-07-14ACPI / Battery: Resolve the race condition in the sysfs_remove_battery()Lan Tianyu1-1/+6
2011-07-14ACPI / Battery: Add the check before refresh sysfs in the battery_notify()Lan Tianyu1-2/+4
2011-07-14ACPI / Battery: Add the hibernation process in the battery_notify()Lan Tianyu1-0/+1
2011-07-14ACPI / Battery: Rename acpi_battery_quirks2 with acpi_battery_quirksLan Tianyu1-2/+2
2011-07-14ACPI / Battery: Change 16-bit signed negative battery current into correct valueLan Tianyu1-16/+10
2011-07-14ACPI / Battery: Add the power unit macroLan Tianyu1-3/+8
2011-07-14ACPI / SBS: Correct the value of power_now and power_avg in the sysfsLan Tianyu1-0/+6
2011-07-14ACPI / SBS: Add getting state operation in the acpi_sbs_battery_get_property()Lan Tianyu1-2/+5
2011-07-13ACPICA: Do not repair _TSS return package if _PSS is presentFenghua Yu3-0/+17
2011-07-13ACPICA: Add option to disable method return value validation and repairBob Moore2-6/+18
2011-07-13ACPICA: Add missing _TDL to list of predefined namesBob Moore1-0/+1
2011-07-13ACPICA: Load operator: re-instate most restrictions on incoming table signatureBob Moore1-5/+22
2011-07-13ACPI, APEI, Add WHEA _OSC supportHuang Ying3-0/+38
2011-07-13ACPI, APEI, Add APEI bit support in generic _OSC callHuang Ying1-2/+14
2011-07-13ACPI, APEI, GHES, Support disable GHES at boot timeHuang Ying2-8/+17
2011-07-13ACPI, APEI, GHES, Prevent GHES to be built as moduleHuang Ying1-1/+1
2011-07-13ACPI, APEI, Use apei_exec_run_optional in APEI EINJ and ERSTHuang Ying2-8/+8
2011-07-13ACPI, APEI, Add apei_exec_run_optionalHuang Ying2-5/+17
2011-07-13ACPI, APEI, GHES, Do not ratelimit fatal error printk before panicHuang Ying1-11/+14
2011-07-13ACPI, APEI, ERST, Fix erst-dbg long record reading issueChen Gong1-1/+1
2011-07-13ACPI, APEI, ERST, Prevent erst_dbg from loading if ERST is disabledHuang Ying1-0/+4
2011-07-13ACPI, APEI, HEST, Detect duplicated hardware error source IDHuang Ying1-1/+11
2011-07-13ACPI: Fix lockdep false positives in acpi_power_off()Rafael J. Wysocki1-17/+0
2011-07-13i915: Fix opregion notificationsMatthew Garrett1-3/+4
2011-05-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds26-466/+678
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2011-05-29Merge branch 'ec-cleanup' into releaseLen Brown1-7/+1
2011-05-29Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown33-439/+854
2011-05-29x86 idle: clarify AMD erratum 400 workaroundLen Brown1-1/+1
2011-05-29ACPI EC: remove redundant codeZhang Rui1-2/+0
2011-05-29ACPI: Add D3 cold stateLin Ming1-1/+1
2011-05-29ACPI: processor: fix processor_physically_present in UP kernelLin Ming1-3/+9
2011-05-29ACPI: Split out custom_method functionality into an own driverThomas Renninger4-79/+117
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-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1035/+0
2011-05-25Move ACPI power meter driver to hwmonJean Delvare3-1035/+0
2011-05-25x86: remove 32-bit versions of readq()/writeq()Roland Dreier2-0/+12
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-4/+10
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2011-05-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2-16/+46
2011-05-20pstore: Fix Kconfig dependencies for apei->pstoreLuck, Tony1-0/+1
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-22/+10
2011-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-5/+1
2011-05-16pstore: fix potential logic issue in pstore read interfaceChen Gong1-1/+8
2011-05-16pstore: fix pstore filesystem mount/remount issueChen Gong1-13/+35
2011-05-16pstore: fix one type of return value in pstoreChen Gong1-2/+2
2011-05-10PCI/ACPI: Report _OSC control mask returned on failure to get controlRafael J. Wysocki1-4/+10
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock2-2/+2
2011-05-09ACPICA: Execute an orphan _REG method under the EC deviceBob Moore3-9/+127