summaryrefslogtreecommitdiffstats
path: root/include/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ACPI / PM: Revork the handling of ACPI device wakeup notificationsRafael J. Wysocki2014-07-231-8/+13
| | |/ / /
| * | | | Merge branch 'acpi-headers'Rafael J. Wysocki2014-07-273-11/+51
| |\ \ \ \
| | * | | | ACPI: Add support to force header inclusion rules for <acpi/acpi.h>.Lv Zheng2014-07-231-0/+10
| | * | | | ACPICA: Linux: Add support to exclude <asm/acenv.h> inclusion.Lv Zheng2014-07-231-0/+2
| | * | | | ACPICA: Linux: Add stub implementation of ACPICA 64-bit mathematics.Lv Zheng2014-07-231-0/+22
| | * | | | ACPICA: Linux: Add stub support for Linux specific variables and functions.Lv Zheng2014-07-201-11/+17
| | |/ / /
| * | | | Merge branch 'acpica'Rafael J. Wysocki2014-07-277-22/+120
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake.Rafael J. Wysocki2014-07-231-0/+4
| | * | ACPICA: Update version to 20140627Bob Moore2014-07-081-1/+1
| | * | ACPICA: Tables: Merge DMAR table structure updatesLv Zheng2014-07-081-1/+1
| | * | ACPICA: acpidump: Add memory/string OSL usage to improve portabilityLv Zheng2014-07-081-0/+1
| | * | ACPICA: Common: Enhance acpi_getopt() to improve portabilityLv Zheng2014-07-081-0/+4
| | * | ACPICA: Utilities: Introduce acpi_log_error() to improve portabilityLv Zheng2014-07-082-0/+24
| | * | ACPICA: Utilities: Add formatted printing APIsLv Zheng2014-07-081-0/+1
| | * | ACPICA: OSL: Add portable file IO to improve portabilityLv Zheng2014-07-082-0/+40
| | * | ACPICA: OSL: Update environments to improve portabilityLv Zheng2014-07-081-12/+36
| | * | ACPICA: Restore error table definitions to reduce code differences between Li...Lv Zheng2014-06-162-8/+8
* | | | acpi, apei, ghes: Factor out ioremap virtual memory for IRQ and NMI context.Tomasz Nowicki2014-07-231-0/+1
* | | | apei, mce: Factor out APEI architecture specific MCE calls.Tomasz Nowicki2014-07-231-0/+3
|/ / /
* | / ACPI / i915: ignore firmware requests for backlight changeAaron Lu2014-07-071-0/+2
| |/ |/|
* | ACPI / processor replace __attribute__((packed)) by __packedFabian Frederick2014-06-171-5/+5
|/
* Merge branch 'acpi-video'Rafael J. Wysocki2014-06-031-0/+2
|\
| * ACPI / video: Add an acpi_video_unregister_backlight functionHans de Goede2014-05-201-0/+2
* | Merge branch 'acpica'Rafael J. Wysocki2014-06-0311-426/+921
|\ \
| * | ACPICA: Namespace: Remove _PRP method support.Lv Zheng2014-06-031-1/+0Star
| * | ACPICA: Tables: Add mechanism to control early table checksum verification.Lv Zheng2014-06-011-0/+9
| * | ACPI: Clean up acpi_os_map/unmap_memory() to eliminate __iomem.Lv Zheng2014-05-273-10/+3Star
| * | ACPICA: Clean up redudant definitions already defined elsewhereLv Zheng2014-05-271-1/+0Star
| * | ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <...Lv Zheng2014-05-271-1/+1
| * | ACPICA: Linux headers: Add <acpi/platform/aclinuxex.h>Lv Zheng2014-05-274-121/+216
| * | ACPICA: Linux headers: Remove ACPI_PREEMPTION_POINT() due to no usages.Lv Zheng2014-05-271-14/+0Star
| * | Merge back earlier ACPICA material.Rafael J. Wysocki2014-05-278-286/+700
| |\ \ | | |/ | |/|
| | * 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