summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ACPICA: Object repair: Allow 0-length packages for variable-length packagesBob Moore2013-03-121-2/+8
| | * | | | | ACPICA: Disassembler: Add warnings for unresolved control methodsBob Moore2013-03-123-0/+5
| | * | | | | ACPICA: Return object repair: Add resource template repairsLv Zheng2013-03-123-0/+99
| | * | | | | ACPICA: Return object repair: Add string-to-unicode conversionLv Zheng2013-03-123-0/+75
| | * | | | | ACPICA: Split object conversion functions to a new fileBob Moore2013-03-124-262/+318
| | * | | | | ACPICA: Add mechanism for early object repairs on a per-name basisBob Moore2013-03-125-87/+221
| | * | | | | ACPICA: Add exception descriptions to exception info tableBob Moore2013-03-122-12/+17
| | * | | | | ACPICA: Regression fix: reinstate safe exit macrosBob Moore2013-03-129-26/+26
| | * | | | | ACPICA: Update for ACPI 5 hardware-reduced featureBob Moore2013-03-122-0/+24
| | * | | | | ACPICA: Add parens within macros around parameter namesBob Moore2013-03-121-2/+2
| | * | | | | ACPICA: Add macros to access pointer to next object in the descriptor listJung-uk Kim2013-03-122-8/+6Star
| | * | | | | ACPICA: Update error/debug messages for fixed eventsBob Moore2013-03-122-14/+19
| | * | | | | ACPICA: Fix a long-standing bug in local cacheJung-uk Kim2013-03-121-13/+7Star
| | * | | | | ACPICA: Fix a couple warnings detected on FreeBSD buildJung-uk Kim2013-03-121-1/+1
| | * | | | | ACPICA: Resource Mgr: Prevent infinite loops in resource walksBob Moore2013-03-124-1/+29
| * | | | | | Merge branch 'acpi-lpss'Rafael J. Wysocki2013-04-285-38/+304
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | ACPI / LPSS: make code less confusing for readerAndy Shevchenko2013-03-251-2/+2
| | * | | | | ACPI / LPSS: Add support for exposing LTR registers to user spaceRafael J. Wysocki2013-03-211-5/+134
| | * | | | | ACPI / scan: Add special handler for Intel Lynxpoint LPSS devicesRafael J. Wysocki2013-03-215-38/+175
| | |/ / / /
| * | | | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-04-288-581/+538Star
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | ACPI / memhotplug: Remove info->failed bitYasuaki Ishimatsu2013-03-251-13/+2Star
| | * | | ACPI / memhotplug: set info->enabled for memory present at boot timeYasuaki Ishimatsu2013-03-251-2/+2
| | * | | ACPI: Verify device status after ejectToshi Kani2013-03-251-1/+17
| | * | | acpi: remove reference to ACPI_HOTPLUG_IOPaul Bolle2013-03-241-1/+1
| | * | | ACPI: Update _OST handling for notifyToshi Kani2013-03-241-52/+35Star
| | * | | ACPI: Update PNPID match handling for notifyToshi Kani2013-03-241-33/+52
| | * | | ACPI: Update PNPID set/free interfacesToshi Kani2013-03-243-44/+45
| | * | | ACPI: Remove acpi_device dependency in acpi_device_set_id()Toshi Kani2013-03-242-49/+45Star
| | * | | ACPI / hotplug: Make acpi_hotplug_profile_ktype staticRafael J. Wysocki2013-03-191-1/+1
| | * | | ACPI / scan: Make memory hotplug driver use struct acpi_scan_handlerRafael J. Wysocki2013-03-044-273/+45Star
| | * | | ACPI / container: Use hotplug profile user space interfaceRafael J. Wysocki2013-03-041-2/+2
| | * | | ACPI / hotplug: Introduce user space interface for hotplug profilesRafael J. Wysocki2013-03-043-0/+131
| | * | | ACPI / scan: Introduce acpi_scan_handler_matching()Rafael J. Wysocki2013-03-041-10/+20
| | * | | ACPI / container: Use common hotplug codeRafael J. Wysocki2013-03-041-136/+10Star
| | * | | ACPI / scan: Introduce common code for ACPI-based device hotplugRafael J. Wysocki2013-03-041-53/+216
| | * | | ACPI / scan: Introduce acpi_scan_match_handler()Rafael J. Wysocki2013-03-041-25/+28
* | | | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-293-194/+25Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PCI/ACPI: Remove support of ACPI PCI subdriversMyron Stowe2013-04-161-47/+1Star
| * | | | PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu2013-04-122-147/+24Star
| | |/ / | |/| |
* | | | Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-061-39/+37Star
|\ \ \ \
| * | | | Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"Bjorn Helgaas2013-04-031-39/+37Star
| | |_|/ | |/| |
* | | | ACPI / BGRT: Don't let users configure BGRT on non X86 systemsTony Luck2013-04-031-1/+1
* | | | cpuidle / ACPI: recover percpu ACPI processor cstateAlex Shi2013-04-021-6/+7
* | | | ACPI / I2C: Use parent's ACPI_HANDLE() in acpi_i2c_register_devices()Rafael J. Wysocki2013-04-021-1/+1
* | | | PCI / ACPI: hold acpi_scan_lock during root bus hotplugYinghai Lu2013-03-271-2/+7
* | | | ACPI / APEI: fix error status check condition for CPERChen Gong2013-03-271-1/+1
* | | | ACPI / PM: fix suspend and resume on Sony Vaio VGN-FW21MFabio Valentini2013-03-271-0/+8
|/ / /
* | | Merge tag 'stable/for-linus-3.9-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-131-2/+2
|\ \ \ | |/ / |/| |
| * | acpi: Export the acpi_processor_get_performance_infoKonrad Rzeszutek Wilk2013-03-061-2/+2
* | | ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_typeRafael J. Wysocki2013-03-041-25/+1Star