summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2013-03-25ACPI / PM: Fix potential problem in acpi_device_get_power()Rafael J. Wysocki1-15/+24
2013-03-25ACPI / memhotplug: Remove info->failed bitYasuaki Ishimatsu1-13/+2
2013-03-25ACPI / memhotplug: set info->enabled for memory present at boot timeYasuaki Ishimatsu1-2/+2
2013-03-25ACPI / video: Fix applying indexed initial brightness value.Danny Baumann1-23/+37
2013-03-25ACPI / video: Make logic a little easier to understand.Danny Baumann1-6/+7
2013-03-25ACPI / video: Fix brightness control initialization for some laptops.Danny Baumann1-17/+26
2013-03-25ACPI / LPSS: make code less confusing for readerAndy Shevchenko1-2/+2
2013-03-25ACPI: Verify device status after ejectToshi Kani1-1/+17
2013-03-25ACPI: Use resource_size() in osl.cAlexandru Gheorghiu1-1/+1
2013-03-25ACPI / acpi_pad: Used PTR_RETAlexandru Gheorghiu1-1/+1
2013-03-25ACPI: suppress compiler warning in container.cAndy Shevchenko1-0/+2
2013-03-25ACPI: suppress compiler warning in battery.cAndy Shevchenko1-1/+1
2013-03-25ACPI: suppress compiler warnings in processor_throttling.cAndy Shevchenko1-1/+2
2013-03-25ACPI: suppress compiler warnings in button.cAndy Shevchenko1-0/+1
2013-03-25acpi: remove reference to ACPI_HOTPLUG_IOPaul Bolle1-1/+1
2013-03-25ACPI: Update _OST handling for notifyToshi Kani1-52/+35
2013-03-25ACPI: Update PNPID match handling for notifyToshi Kani1-33/+52
2013-03-25ACPI: Update PNPID set/free interfacesToshi Kani3-44/+45
2013-03-25ACPI: Remove acpi_device dependency in acpi_device_set_id()Toshi Kani2-49/+45
2013-03-25ACPI: replace kmalloc+memcpy with kmemdupAndrei Epure1-3/+2
2013-03-25ACPI video: ignore BIOS backlight value for HP dm4Gustavo Maciel Dias Vieira1-0/+8
2013-03-24ACPI: Set length even for TYPE_END_TAG acpi resourceYinghai Lu1-0/+1
2013-03-22ACPI / LPSS: Add support for exposing LTR registers to user spaceRafael J. Wysocki1-5/+134
2013-03-22ACPI / scan: Add special handler for Intel Lynxpoint LPSS devicesRafael J. Wysocki5-38/+175
2013-03-19ACPI / hotplug: Make acpi_hotplug_profile_ktype staticRafael J. Wysocki1-1/+1
2013-03-13Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+2
2013-03-12ACPICA: Object repair: Allow 0-length packages for variable-length packagesBob Moore1-2/+8
2013-03-12ACPICA: Disassembler: Add warnings for unresolved control methodsBob Moore3-0/+5
2013-03-12ACPICA: Return object repair: Add resource template repairsLv Zheng3-0/+99
2013-03-12ACPICA: Return object repair: Add string-to-unicode conversionLv Zheng3-0/+75
2013-03-12ACPICA: Split object conversion functions to a new fileBob Moore4-262/+318
2013-03-12ACPICA: Add mechanism for early object repairs on a per-name basisBob Moore5-87/+221
2013-03-12ACPICA: Add exception descriptions to exception info tableBob Moore2-12/+17
2013-03-12ACPICA: Regression fix: reinstate safe exit macrosBob Moore9-26/+26
2013-03-12ACPICA: Update for ACPI 5 hardware-reduced featureBob Moore2-0/+24
2013-03-12ACPICA: Add parens within macros around parameter namesBob Moore1-2/+2
2013-03-12ACPICA: Add macros to access pointer to next object in the descriptor listJung-uk Kim2-8/+6
2013-03-12ACPICA: Update error/debug messages for fixed eventsBob Moore2-14/+19
2013-03-12ACPICA: Fix a long-standing bug in local cacheJung-uk Kim1-13/+7
2013-03-12ACPICA: Fix a couple warnings detected on FreeBSD buildJung-uk Kim1-1/+1
2013-03-12ACPICA: Resource Mgr: Prevent infinite loops in resource walksBob Moore4-1/+29
2013-03-06acpi: Export the acpi_processor_get_performance_infoKonrad Rzeszutek Wilk1-2/+2
2013-03-04ACPI / scan: Make memory hotplug driver use struct acpi_scan_handlerRafael J. Wysocki4-273/+45
2013-03-04ACPI / container: Use hotplug profile user space interfaceRafael J. Wysocki1-2/+2
2013-03-04ACPI / hotplug: Introduce user space interface for hotplug profilesRafael J. Wysocki3-0/+131
2013-03-04ACPI / scan: Introduce acpi_scan_handler_matching()Rafael J. Wysocki1-10/+20
2013-03-04ACPI / container: Use common hotplug codeRafael J. Wysocki1-136/+10
2013-03-04ACPI / scan: Introduce common code for ACPI-based device hotplugRafael J. Wysocki1-53/+216
2013-03-04ACPI / scan: Introduce acpi_scan_match_handler()Rafael J. Wysocki1-25/+28
2013-03-04ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_typeRafael J. Wysocki1-25/+1