summaryrefslogtreecommitdiffstats
path: root/include/acpi
AgeCommit message (Expand)AuthorLines
2014-05-20ACPI / PM: Avoid resuming devices in ACPI PM domain during system suspendRafael J. Wysocki-1/+2
2014-05-07ACPI / PCI: Stub out pci_acpi_crs_quirks() and make it x86 specificHanjun Guo-0/+5
2014-05-07ACPICA: Update version to 20140424.Bob Moore-1/+1
2014-05-07ACPICA: Comment/format update, no functional change.Bob Moore-19/+54
2014-05-07ACPICA: Back port of improvements on exception code.Bob Moore-1/+1
2014-05-07ACPICA: Back port of _PRP update.Bob Moore-0/+1
2014-05-07ACPICA: Linux header: Add support for stubbed externals.Lv Zheng-0/+31
2014-05-07ACPICA: OSL: Add configurability for generic external functions.Lv Zheng-200/+283
2014-05-07ACPICA: OSL: Add section to collect the divergence in acpixf.h.Lv Zheng-13/+17
2014-05-07ACPICA: OSL: Add configurability for debug output functions.Lv Zheng-18/+31
2014-05-07ACPICA: OSL: Add configurability for error message functions.Lv Zheng-27/+46
2014-05-07ACPICA: OSL: Add configurability for memory allocation macros.Lv Zheng-0/+21
2014-05-07ACPICA: OSL: Move external globals from utglobal.c to acpixf.h using ACPI_INI...Lv Zheng-12/+23
2014-05-07ACPICA: Comment updates - no functional change.Bob Moore-5/+5
2014-05-07ACPICA: Add support for LPIT table.Bob Moore-0/+65
2014-05-07ACPICA: Update global variable definitions. No functional change.Lv Zheng-13/+130
2014-04-20ACPICA: Update version to 20140325.Bob Moore-1/+1
2014-04-20ACPICA: Table Manager: Misc cleanup and renames, no functional change.Bob Moore-3/+3
2014-04-20ACPICA: Tables: Add acpi_install_table() API for early table installation.Lv Zheng-0/+3
2014-04-20ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.Lv Zheng-1/+1
2014-04-20ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng-6/+5
2014-04-20ACPICA: Linux-specific header: Add support for PPC64 compilation.Colin Ian King-1/+2
2014-04-20ACPICA: Clean up comment divergences in aclinux.hLv Zheng-1/+1
2014-04-20ACPICA: gcc-specific: Fix possible issue with the strchr function.Bob Moore-0/+11
2014-04-05Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+13
2014-04-02Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2014-04-01Merge branch 'acpica'Rafael J. Wysocki-1/+1
2014-03-26ACPICA: Add auto-serialization support for ill-behaved control methods.Bob Moore-0/+1
2014-03-26ACPICA: Remove global option to serialize all control methods.Lv Zheng-1/+0
2014-03-20iommu/vt-d: Add ACPI namespace device reporting structuresDavid Woodhouse-2/+13
2014-03-20Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers'Rafael J. Wysocki-0/+2
2014-03-20Merge branch 'acpica'Rafael J. Wysocki-50/+65
2014-03-18ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."Robert Moore-45/+9
2014-03-18Merge branch 'acpi-config' into acpicaRafael J. Wysocki-0/+6
2014-03-18ACPICA: Update version to 20140214.Bob Moore-1/+1
2014-03-17Merge branch 'acpi-ost'Rafael J. Wysocki-2/+2
2014-03-17Merge branch 'acpi-config'Rafael J. Wysocki-0/+6
2014-03-05ACPI / hotplug: Rework deferred execution of acpi_device_hotplug()Rafael J. Wysocki-4/+0
2014-02-27ACPICA: Headers: Deploy #pragma pack (push) and (pop).Bob Moore-9/+45
2014-02-22ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OSTRafael J. Wysocki-8/+0
2014-02-22ACPI / dock: Drop struct acpi_dock_ops and all code related to itRafael J. Wysocki-22/+0
2014-02-22ACPI / ATA: Add hotplug contexts to ACPI companions of SATA devicesRafael J. Wysocki-0/+5
2014-02-21ACPI / dock: Add .uevent() callback to struct acpi_hotplug_contextRafael J. Wysocki-3/+6
2014-02-21ACPI / dock: Use ACPI device object pointers instead of ACPI handlesRafael J. Wysocki-2/+2
2014-02-21ACPI / hotplug: Add .fixup() callback to struct acpi_hotplug_contextRafael J. Wysocki-1/+4
2014-02-21Merge branch 'acpi-pci-hotplug' into acpi-ostRafael J. Wysocki-1/+30
2014-02-21ACPI: rename acpi_evaluate_hotplug_ost() to acpi_evaluate_ost()Jiang Liu-1/+9
2014-02-16ACPI / dock: Dispatch dock notifications from the global notify handlerRafael J. Wysocki-1/+2
2014-02-13ACPICA: acpidump: Remove integer types translation protection.Lv Zheng-32/+34