summaryrefslogtreecommitdiffstats
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | |
| \ \
*-. | | Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki2014-03-201-0/+2
|\ \| |
| * | | ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handlerRafael J. Wysocki2014-02-111-0/+2
| |/ /
* | | Merge branch 'acpica'Rafael J. Wysocki2014-03-2017-50/+65
|\ \ \ | | |/ | |/|
| * | ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."Robert Moore2014-03-1812-45/+9Star
| * | Merge branch 'acpi-config' into acpicaRafael J. Wysocki2014-03-181-0/+6
| |\ \
| * | | ACPICA: Update version to 20140214.Bob Moore2014-03-181-1/+1
| * | | ACPICA: Headers: Deploy #pragma pack (push) and (pop).Bob Moore2014-02-2712-9/+45
| * | | ACPICA: acpidump: Remove integer types translation protection.Lv Zheng2014-02-132-32/+34
| * | | ACPICA: acpidump: Add sparse declarators support.Lv Zheng2014-02-131-0/+10
| * | | ACPICA: Update version to 20140114.Bob Moore2014-02-111-1/+1
| * | | ACPICA: Add support for extra, optional OS-specific header file.Lv Zheng2014-02-111-0/+3
| * | | ACPICA: Update ACPICA copyrights to 2014.Bob Moore2014-02-1117-17/+17
| | |/ | |/|
* | | Merge branch 'acpi-ost'Rafael J. Wysocki2014-03-171-2/+2
|\ \ \
| * | | ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OSTRafael J. Wysocki2014-02-221-8/+0Star
| * | | Merge branch 'acpi-pci-hotplug' into acpi-ostRafael J. Wysocki2014-02-212-1/+30
| |\ \ \
| * | | | ACPI: rename acpi_evaluate_hotplug_ost() to acpi_evaluate_ost()Jiang Liu2014-02-211-1/+9
| | |/ / | |/| |
* | | | Merge branch 'acpi-config'Rafael J. Wysocki2014-03-171-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | ACPI: introduce CONFIG_ACPI_REDUCED_HARDWARE_ONLYAl Stone2014-02-051-0/+6
| |/ /
* | | ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()Rafael J. Wysocki2014-03-051-4/+0Star
* | | ACPI / dock: Drop struct acpi_dock_ops and all code related to itRafael J. Wysocki2014-02-221-22/+0Star
* | | ACPI / ATA: Add hotplug contexts to ACPI companions of SATA devicesRafael J. Wysocki2014-02-221-0/+5
* | | ACPI / dock: Add .uevent() callback to struct acpi_hotplug_contextRafael J. Wysocki2014-02-211-3/+6
* | | ACPI / dock: Use ACPI device object pointers instead of ACPI handlesRafael J. Wysocki2014-02-211-2/+2
* | | ACPI / hotplug: Add .fixup() callback to struct acpi_hotplug_contextRafael J. Wysocki2014-02-211-1/+4
* | | ACPI / dock: Dispatch dock notifications from the global notify handlerRafael J. Wysocki2014-02-161-1/+2
| |/ |/|
* | ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()Rafael J. Wysocki2014-02-061-2/+0Star
* | ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()Rafael J. Wysocki2014-02-061-1/+1
* | ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplugRafael J. Wysocki2014-02-061-1/+24
* | ACPI / hotplug / PCI: Define hotplug context lock in the coreRafael J. Wysocki2014-02-051-0/+2
* | ACPI / hotplug: Fix potential race in acpi_bus_notify()Rafael J. Wysocki2014-02-051-0/+2
* | ACPICA: Introduce acpi_get_data_full() and rework acpi_get_data()Rafael J. Wysocki2014-02-051-0/+4
|/
*---. Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '...Rafael J. Wysocki2014-01-291-1/+1
|\ \ \
| | | * ACPICA: Remove bool usage from ACPICA.Lv Zheng2014-01-271-1/+1
* | | | Merge branch 'acpi-dsm'Rafael J. Wysocki2014-01-121-0/+26
|\ \ \ \
| * | | | ACPI: introduce helper interfaces for _DSM methodJiang Liu2014-01-051-0/+26
| |/ / /
* | | | Merge branch 'acpica'Rafael J. Wysocki2014-01-128-49/+59
|\ \ \ \ | | |_|/ | |/| |
| * | | ACPICA: Update version to 20131218.Bob Moore2014-01-081-1/+1
| * | | ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.Lv Zheng2014-01-081-0/+9
| * | | ACPICA: Linuxize: Cleanup spaces after special macro invocations.Lv Zheng2014-01-081-17/+3Star
| * | | ACPICA: Update ACPI example code to make it an actual working program.Bob Moore2014-01-081-5/+6
| * | | ACPICA: Add helper macros to extract bus/segment numbers from HEST table.Betty Dall2014-01-081-1/+9
| * | | ACPICA: Tables: Add full support for the PCCT table, update table definition.Bob Moore2014-01-081-3/+12
| * | | ACPICA: Tables: Add full support for the DBG2 table.Bob Moore2014-01-081-0/+5
| * | | ACPICA: Add option to favor 32-bit FADT addresses.Bob Moore2014-01-081-0/+1
| * | | ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-081-8/+8
| * | | ACPICA: Back port and refine validation of the XSDT root table.Lv Zheng2014-01-081-0/+3
| * | | ACPICA: Linux Header: Remove unused OSL prototypes.Lv Zheng2014-01-081-4/+0Star
| * | | ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change.Lv Zheng2014-01-081-10/+2Star
| |/ /
* | | Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-121-16/+20
|\ \ \ | | |/ | |/|
| * | Merge branch 'acpi-pci-hotplug' into acpi-hotplugRafael J. Wysocki2013-12-311-1/+3
| |\ \