| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'acpi-ec', 'acpi-fan', 'acpi-video' and 'acpi-misc' | Rafael J. Wysocki | 2016-03-14 | 1 | -0/+10 |
|\ \ |
|
| | * | ACPI: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addresses | Colin Ian King | 2016-03-09 | 1 | -0/+10 |
| |/ |
|
* / | ACPI / OSL: Add support to install tables via initrd | Lv Zheng | 2016-03-09 | 1 | -0/+2 |
|/ |
|
* | ACPI / tables: test the correct variable | Dan Carpenter | 2015-10-15 | 1 | -1/+2 |
* | ACPI / tables: Add acpi_subtable_proc to ACPI table parsers | Lukasz Anaczkowski | 2015-10-15 | 1 | -18/+75 |
* | ACPI: Remove FSF mailing addresses | Jarkko Nikula | 2015-07-08 | 1 | -4/+0 |
* | ACPI / table: Print GIC information when MADT is parsed | Hanjun Guo | 2015-03-25 | 1 | -0/+22 |
* | ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanning | Hanjun Guo | 2015-03-25 | 1 | -14/+16 |
* | ACPI / table: Always count matched and successfully parsed entries | Tomasz Nowicki | 2014-11-27 | 1 | -1/+4 |
* | ACPI / table: Add new function to get table entries | Ashwin Chaugule | 2014-11-27 | 1 | -19/+44 |
* | ACPI: use kstrto*() instead of simple_strto*() | Christoph Jaeger | 2014-06-17 | 1 | -1/+2 |
* | ACPI: Fix x86 regression related to early mapping size limitation | Lv Zheng | 2014-06-01 | 1 | -0/+23 |
* | ACPI / tables: Replace printk with pr_* | Hanjun Guo | 2014-03-02 | 1 | -73/+55 |
* | ACPI / tables: Return proper error codes from acpi_table_parse() and fix comm... | tangchen | 2014-01-06 | 1 | -2/+3 |
* | ACPI / tables: Check if id is NULL in acpi_table_parse() | tangchen | 2014-01-06 | 1 | -1/+1 |
* | ACPI / table: Replace '1' with specific error return values | Hanjun Guo | 2013-12-07 | 1 | -2/+2 |
* | ACPICA: Cleanup table handler naming conflicts. | Lv Zheng | 2013-01-11 | 1 | -3/+3 |
* | ACPI: Harden acpi_table_parse_entries() against BIOS bug | Fenghua Yu | 2012-10-06 | 1 | -4/+14 |
* | ACPI: delete the "acpi=ht" boot option | Len Brown | 2010-03-15 | 1 | -2/+2 |
* | ACPI: fix "acpi=ht" boot option | Len Brown | 2010-02-18 | 1 | -2/+2 |
* | ACPI: check acpi_disabled in acpi_table_parse() and acpi_table_parse_entries() | Len Brown | 2009-08-29 | 1 | -0/+6 |
* | Merge branch 'linus' into release | Len Brown | 2009-04-05 | 1 | -6/+14 |
|\ |
|
| * | acpi/x86: introduce __apci_map_table, v4 | Yinghai Lu | 2009-02-09 | 1 | -6/+14 |
* | | x86, ACPI: add support for x2apic ACPI extensions | Suresh Siddha | 2009-04-04 | 1 | -0/+30 |
|/ |
|
* | ACPI: disable ACPI cleanly when bad RSDP found | Len Brown | 2009-02-06 | 1 | -1/+6 |
* | acpi: add checking for NULL early param | Cyrill Gorcunov | 2008-08-21 | 1 | -0/+2 |
* | Revert "ACPI: parse 2nd MADT by default" | Len Brown | 2007-03-30 | 1 | -1/+1 |
* | ACPI: parse 2nd MADT by default | Len Brown | 2007-03-15 | 1 | -1/+1 |
* | ACPI: Add support to parse 2nd MADT | Len Brown | 2007-03-11 | 1 | -5/+52 |
* | Pull fluff into release branch | Len Brown | 2007-02-17 | 1 | -16/+25 |
|\ |
|
| * | ACPI: acpi_table_parse_madt_family() is not MADT specific | Len Brown | 2007-02-13 | 1 | -12/+12 |
| * | ACPI: acpi_madt_entry_handler() is not MADT specific | Len Brown | 2007-02-13 | 1 | -2/+2 |
| * | ACPI: acpi_table_parse() now returns success/fail, not count | Len Brown | 2007-02-13 | 1 | -2/+11 |
* | | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
|/ |
|
* | ACPICA: Remove duplicate table definitions (non-conflicting) | Alexey Starikovskiy | 2007-02-03 | 1 | -54/+55 |
* | ACPICA: Remove duplicate table manager | Alexey Starikovskiy | 2007-02-03 | 1 | -380/+16 |
* | ACPICA: minimal patch to integrate new tables into Linux | Alexey Starikovskiy | 2007-02-03 | 1 | -15/+14 |
* | ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi | Jan Engelhardt | 2006-10-14 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | ACPI: ACPICA 20060331 | Bob Moore | 2006-06-14 | 1 | -2/+2 |
* | [PATCH] EFI fixes | Tolentino, Matthew E | 2006-03-26 | 1 | -1/+2 |
* | [ACPI] reduce kernel size: move 5BK .bss to 2.5KB .init.data | Len Brown | 2005-12-30 | 1 | -2/+2 |
* | [ACPI] Lindent all ACPI files | Len Brown | 2005-08-05 | 1 | -211/+223 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+609 |