summaryrefslogtreecommitdiffstats
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-242-3/+5
|\
| * Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-3/+3
| |\
| | * ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying2012-06-231-3/+3
| * | PCI/ACPI: provide MMCONFIG address for PCI host bridgesJiang Liu2012-06-222-0/+2
| |/
* | Merge branch 'pm-acpi'Rafael J. Wysocki2012-07-192-7/+2
|\ \
| * | ACPI / PM: Drop legacy driver PM callbacks that are not used any moreRafael J. Wysocki2012-07-011-4/+0
| * | ACPI: Use struct dev_pm_ops for power management in processor driverRafael J. Wysocki2012-07-011-2/+2
| * | ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki2012-07-012-3/+2
| |/
* | cpuilde / ACPI: remove time from acpi_processor_cx structureDaniel Lezcano2012-07-171-1/+0
* | cpuidle / ACPI: remove usage from acpi_processor_cx structureDaniel Lezcano2012-07-171-1/+0
* | cpuidle / ACPI : remove latency_ticks from acpi_processor_cx structureDaniel Lezcano2012-07-171-1/+0
|/
* ACPI: fix acpi_bus.h build warnings when ACPI is not enabledLen Brown2012-06-041-2/+2
* ACPI: Add _PLD supportMatthew Garrett2012-05-111-0/+31
* ACPI: Add stubs for (un)register_acpi_bus_typeMatthew Garrett2012-05-111-0/+5
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-05-051-3/+4
|\
| * ACPI: Fix D3hot v D3cold confusionLin Ming2012-05-051-3/+4
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-308-85/+460
|\ \
| * \ Merge branch 'tboot' into releaseLen Brown2012-03-301-0/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k...Len Brown2012-03-221-0/+1
| | |\
| | | * x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.Tang Liang2012-03-131-0/+1
| * | | Merge branch 'd3' into releaseLen Brown2012-03-301-0/+7
| |\ \ \
| | * | | ACPI, PCI: Move acpi_dev_run_wake() to ACPI coreLin Ming2012-03-301-0/+5
| | * | | ACPI: Add interface to register/unregister device to/from power resourcesLin Ming2012-03-301-0/+2
| | |/ /
| * | | ACPICA: Update to version 20120320Bob Moore2012-03-301-1/+1
| * | | ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFSLin Ming2012-03-262-3/+10
| * | | ACPICA: Clarify METHOD_NAME* defines for full-pathname casesBob Moore2012-03-221-6/+6
| * | | ACPICA: Update to version 20120215Bob Moore2012-03-221-1/+1
| * | | ACPICA: Add table-driven dispatch for sleep/wake functionsBob Moore2012-03-221-0/+9
| * | | ACPICA: Add acpi_os_physical_table_override interfaceBob Moore2012-03-221-0/+5
| * | | ACPICA: ACPI 5: Update debug output for new notify valuesBob Moore2012-03-221-2/+4
| * | | ACPICA: Expand OSL memory read/write interfaces to 64 bitsBob Moore2012-03-221-6/+2
| * | | ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardwareBob Moore2012-03-223-72/+401
| * | | ACPICA: Move ACPI timer prototypes to public acpixf fileBob Moore2012-03-221-0/+12
| * | | ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registersBob Moore2012-03-221-0/+7
| |/ /
* | | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-023-10/+5
|\ \ \ | |/ /
| | |
| | \
| *-. \ Merge branches 'atomicio-apei', 'hotplug', 'sony-nvs-nosave' and 'thermal-net...Len Brown2012-01-231-0/+1
| |\ \ \
| | * | | ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged coresThomas Renninger2012-01-191-0/+1
| | |/ /
| * | | ACPI: Remove ./drivers/acpi/atomicio.[ch]Myron Stowe2012-01-211-10/+0
| * | | ACPI, APEI: Add 64-bit read/write support for APEI on i386Myron Stowe2012-01-211-0/+4
| |/ /
* | | ACPI: Load acpi-cpufreq from processor driver automaticallyAndi Kleen2012-01-261-0/+1
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-189-25/+867
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown2012-01-181-0/+1
| |\ \ \ \ \ | | | | |_|/ | | | |/| |
| | | | * | ACPI: Store SRAT table revisionKurt Garloff2012-01-171-0/+1
| | | |/ /
| | * | | acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi specTony Luck2012-01-181-1/+2
| | |/ /
| * | | ACPICA: Update to version 20120111Bob Moore2012-01-171-1/+1
| * | | ACPICA: Add support for region address conflict checkingLin Ming2012-01-172-7/+5
| * | | ACPICA: Update to version 20111123Bob Moore2012-01-171-1/+1
| * | | ACPI 5.0: Allow _AEI method in walk resourcesZhang Rui2012-01-171-0/+1
| * | | ACPI 5.0: New interface, acpi_buffer_to_resourceBob Moore2012-01-171-0/+5
OpenPOWER on IntegriCloud