summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ACPI / video: Ignore BIOS initial backlight value for HP 250 G1Kirill Tkhai2013-10-251-0/+8
| * | | | | ACPI / video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklistLennart Poettering2013-10-161-0/+8
| * | | | | thinkpad-acpi: fix handle locate for video and query of _BCLAaron Lu2013-10-161-7/+24
| * | | | | ACPI / video: Do not register backlight if win8 and native interface existsAaron Lu2013-10-163-10/+23
| * | | | | ACPI / video: seperate backlight control and event interfaceAaron Lu2013-10-161-189/+245
| * | | | | backlight: introduce backlight_device_registeredAaron Lu2013-10-162-0/+35
| * | | | | ACPI: add missing win8 OSI comment to blacklistFelipe Contreras2013-10-101-0/+5
| * | | | | ACPI: update win8 OSI blacklistFelipe Contreras2013-10-101-0/+48
| | |_|_|/ | |/| | |
* | | | | Merge branch 'acpi-pm'Rafael J. Wysocki2013-10-284-6/+28
|\ \ \ \ \
| * | | | | spi: attach/detach SPI device to the ACPI power domainMika Westerberg2013-10-111-2/+16
| * | | | | i2c: attach/detach I2C client device to the ACPI power domainLv Zheng2013-10-111-0/+5
| * | | | | ACPI / PM: allow child devices to ignore parent power stateMika Westerberg2013-10-112-4/+7
* | | | | | Merge branch 'acpi-ipmi'Rafael J. Wysocki2013-10-282-225/+358
|\ \ \ \ \ \
| * | | | | | ACPI / IPMI: Cleanup coding stylesLv Zheng2013-09-301-40/+65
| * | | | | | ACPI / IPMI: Cleanup some Kconfig codesLv Zheng2013-09-301-1/+2
| * | | | | | ACPI / IPMI: Cleanup some inclusion codesLv Zheng2013-09-301-14/+1
| * | | | | | ACPI / IPMI: Cleanup some initialization codesLv Zheng2013-09-301-4/+3
| * | | | | | ACPI / IPMI: Cleanup several acpi_ipmi_device membersLv Zheng2013-09-301-17/+13
| * | | | | | ACPI / IPMI: Add reference counting for ACPI IPMI transfersLv Zheng2013-09-301-32/+85
| * | | | | | ACPI / IPMI: Use global IPMI operation region handlerLv Zheng2013-09-301-47/+34
| * | | | | | ACPI / IPMI: Fix race caused by the unprotected ACPI IPMI userLv Zheng2013-09-301-93/+156
| * | | | | | ACPI / IPMI: Fix race caused by the timed out ACPI IPMI transfersLv Zheng2013-09-301-22/+27
| * | | | | | ACPI / IPMI: Fix race caused by the unprotected ACPI IPMI transfersLv Zheng2013-09-301-2/+6
| * | | | | | ACPI / IPMI: Fix potential response buffer overflowLv Zheng2013-09-301-20/+33
* | | | | | | Merge branch 'acpica'Rafael J. Wysocki2013-10-2824-72/+479
|\ \ \ \ \ \ \
| * | | | | | | MAINTAINERS / ACPICA: Add ACPICA information to MAINTAINERSRafael J. Wysocki2013-10-161-0/+14
| * | | | | | | ACPICA: Update version to 20130823.Bob Moore2013-09-241-1/+1
| * | | | | | | ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument.Bob Moore2013-09-242-4/+2
| * | | | | | | ACPICA: Cleanup exception codes.Lv Zheng2013-09-241-3/+5
| * | | | | | | ACPICA: Tables: Cleanup RSDP signature codes.Lv Zheng2013-09-243-3/+7
| * | | | | | | ACPICA: Tables: Cleanup table checksum verification code.Lv Zheng2013-09-242-9/+13
| * | | | | | | ACPICA: Debugger: Add new command to display full namespace pathnames.Bob Moore2013-09-243-0/+142
| * | | | | | | ACPICA: Operation region support: Never free the handler "context" pointer.David E. Box2013-09-241-10/+13
| * | | | | | | ACPICA: Add support for host-installed SCI handlers.Lv Zheng2013-09-2411-23/+249
| * | | | | | | ACPICA: Validate start object for acpi_walk_namespace.Bob Moore2013-09-241-0/+8
| * | | | | | | ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behav...Bob Moore2013-09-241-7/+10
| * | | | | | | ACPICA: Linux-specific header: enable "aarch64" 64-bit build.Naresh Bhat2013-09-241-1/+1
| * | | | | | | ACPICA: Debug output: small formatting update, no functional change.Bob Moore2013-09-241-1/+1
| * | | | | | | ACPICA: acpi_read: On error, do not modify the return value target location.Bjorn Helgaas2013-09-241-12/+14
| * | | | | | | ACPICA: Improve error message for "too many parent prefixes" condition.Bob Moore2013-09-241-2/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'acpi-conversion'Rafael J. Wysocki2013-10-283-352/+251
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | ACPI / AC: Remove AC's proc directory.Lan Tianyu2013-10-161-126/+3
| * | | | | | ideapad_laptop: convert ideapad device/driver to platform busZhang Rui2013-09-252-103/+93
| * | | | | | ideapad_laptop: remove ideapad_handle and ideapad_privZhang Rui2013-09-251-45/+69
| * | | | | | ideapad_laptop: convert internal function calls to use ideapad_private as par...Zhang Rui2013-09-251-17/+21
| * | | | | | ideapad_laptop: introduce struct acpi_device pointer to ideapad_private struc...Zhang Rui2013-09-251-23/+25
| * | | | | | ideapad_laptop: introduce #ifdef CONFIG_PM_SLEEP for PM specific codeZhang Rui2013-09-251-0/+4
| * | | | | | ACPI / AC: convert ACPI ac driver to platform busZhang Rui2013-09-252-83/+81
| |/ / / / /
* | | | | | Merge branch 'acpi-tables'Rafael J. Wysocki2013-10-282-12/+33
|\ \ \ \ \ \
| * | | | | | ACPI / x86: Increase override tables number limitYinghai Lu2013-09-252-12/+33
| |/ / / / /
OpenPOWER on IntegriCloud