summaryrefslogtreecommitdiffstats
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * ACPICA: Update version to 20140424.Bob Moore2014-05-071-1/+1
| | * ACPICA: Comment/format update, no functional change.Bob Moore2014-05-071-19/+54
| | * ACPICA: Back port of improvements on exception code.Bob Moore2014-05-071-1/+1
| | * ACPICA: Back port of _PRP update.Bob Moore2014-05-071-0/+1
| | * ACPICA: Linux header: Add support for stubbed externals.Lv Zheng2014-05-071-0/+31
| | * ACPICA: OSL: Add configurability for generic external functions.Lv Zheng2014-05-071-200/+283
| | * ACPICA: OSL: Add section to collect the divergence in acpixf.h.Lv Zheng2014-05-071-13/+17
| | * ACPICA: OSL: Add configurability for debug output functions.Lv Zheng2014-05-071-18/+31
| | * ACPICA: OSL: Add configurability for error message functions.Lv Zheng2014-05-071-27/+46
| | * ACPICA: OSL: Add configurability for memory allocation macros.Lv Zheng2014-05-071-0/+21
| | * ACPICA: OSL: Move external globals from utglobal.c to acpixf.h using ACPI_INI...Lv Zheng2014-05-071-12/+23
| | * ACPICA: Comment updates - no functional change.Bob Moore2014-05-072-5/+5
| | * ACPICA: Add support for LPIT table.Bob Moore2014-05-071-0/+65
| | * ACPICA: Update global variable definitions. No functional change.Lv Zheng2014-05-071-13/+130
| | * ACPICA: Update version to 20140325.Bob Moore2014-04-201-1/+1
| | * ACPICA: Table Manager: Misc cleanup and renames, no functional change.Bob Moore2014-04-201-3/+3
| | * ACPICA: Tables: Add acpi_install_table() API for early table installation.Lv Zheng2014-04-201-0/+3
| | * ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.Lv Zheng2014-04-201-1/+1
| | * ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.Lv Zheng2014-04-201-6/+5
| | * ACPICA: Linux-specific header: Add support for PPC64 compilation.Colin Ian King2014-04-201-1/+2
| | * ACPICA: Clean up comment divergences in aclinux.hLv Zheng2014-04-201-1/+1
| | * ACPICA: gcc-specific: Fix possible issue with the strchr function.Bob Moore2014-04-201-0/+11
| |/
* | Merge branch 'acpi-enumeration'Rafael J. Wysocki2014-06-031-1/+3
|\ \
| * | ACPI / scan: introduce platform_id device PNP type flagRafael J. Wysocki2014-05-301-1/+2
| * | ACPI / scan: .match() callback for ACPI scan handlersRafael J. Wysocki2014-05-301-0/+1
* | | Merge branch 'acpi-pm'Rafael J. Wysocki2014-06-031-1/+2
|\ \ \ | |/ /
| * | ACPI / PM: Avoid resuming devices in ACPI PM domain during system suspendRafael J. Wysocki2014-05-201-1/+2
| |/
| |
| \
*-. \ Merge branches 'acpi-tables' and 'acpi-general'Rafael J. Wysocki2014-06-031-0/+2
|\ \ \ | | |/ | |/|
| | * ACPI: Add acpi_bus_attach_private_data() to attach data to ACPI handleLan Tianyu2014-05-271-0/+2
| |/
* | ACPI / PCI: Stub out pci_acpi_crs_quirks() and make it x86 specificHanjun Guo2014-05-071-0/+5
|/
* Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-04-051-2/+13
|\
| * iommu/vt-d: Add ACPI namespace device reporting structuresDavid Woodhouse2014-03-201-2/+13
* | Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-021-1/+1
|\ \
| * \ Merge branch 'acpica'Rafael J. Wysocki2014-04-011-1/+1
| |\ \
| | * | ACPICA: Add auto-serialization support for ill-behaved control methods.Bob Moore2014-03-261-0/+1
| | * | ACPICA: Remove global option to serialize all control methods.Lv Zheng2014-03-261-1/+0
* | | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() staticBjorn Helgaas2014-02-031-1/+0
| | |/ | |/|
| | |
| \ \
*-. \ \ 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/+9
| * | 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
| | |/ | |/|
OpenPOWER on IntegriCloud