| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: use macro to replace hard number | Yinghai Lu | 2008-11-06 | 1 | -1/+1 |
* | Merge branch 'fadt-test' into test | Len Brown | 2008-10-22 | 1 | -7/+25 |
|\ |
|
| * | ACPI: fix FADT parsing | Jan Beulich | 2008-10-10 | 1 | -7/+25 |
* | | ACPICA: Fix table compare code, length then data | Bob Moore | 2008-10-22 | 1 | -5/+9 |
* | | ACPICA: Allow same ACPI table to be loaded/unloaded more than once | Bob Moore | 2008-10-22 | 1 | -7/+42 |
|/ |
|
* | Revert "Fix FADT parsing" | Andi Kleen | 2008-07-18 | 1 | -11/+6 |
* | Fix FADT parsing | Jan Beulich | 2008-07-16 | 1 | -6/+11 |
* | ACPICA: Eliminate acpi_native_uint type v2 | Bob Moore | 2008-07-16 | 6 | -47/+41 |
* | ACPICA: Ignore ACPI table signature for Load() operator | Bob Moore | 2008-06-11 | 1 | -18/+7 |
* | ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning message | Alistair John Strachan | 2008-06-11 | 1 | -1/+1 |
* | ACPICA: update Intel copyright | Len Brown | 2008-04-23 | 6 | -6/+6 |
* | ACPICA: Fix for LoadTable operator, input strings | Lin Ming | 2008-04-22 | 1 | -9/+23 |
* | ACPICA: Fix for Load operator | Lin Ming | 2008-04-22 | 1 | -0/+1 |
* | ACPICA: Add a table checksum verify for Load operator | Bob Moore | 2008-04-22 | 1 | -1/+1 |
* | ACPICA: Fix for fault if Load() fails | Bob Moore | 2008-04-22 | 1 | -7/+14 |
* | ACPICA: New interfaces for table event handlers | Lin Ming | 2008-04-22 | 1 | -0/+89 |
*-. | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ... | Len Brown | 2008-02-07 | 2 | -4/+2 |
|\ \ |
|
| | * | ACPI: tables: complete searching upon RSDP w/ bad checksum. | Len Brown | 2007-12-14 | 2 | -4/+2 |
| |/ |
|
* | | ACPI: Add missing spaces to printk format | Joe Perches | 2007-11-19 | 1 | -1/+1 |
|/ |
|
* | ACPI: suppress uninitialized var warning | Andrew Morton | 2007-10-10 | 1 | -1/+1 |
* | ACPI: Validate XSDT, use RSDT if XSDT fails | Zhao Yakui | 2007-08-24 | 1 | -0/+71 |
* | ACPI: add "acpi_no_auto_ssdt" bootparam | Len Brown | 2007-07-26 | 1 | -0/+23 |
* | ACPICA: Clear reserved fields for incoming ACPI 1.0 FADTs | Bob Moore | 2007-07-03 | 1 | -18/+26 |
* | ACPICA: allow Load(OEMx) tables | Len Brown | 2007-05-29 | 1 | -4/+4 |
* | ACPICA: Lindent | Len Brown | 2007-05-09 | 2 | -10/+12 |
* | ACPICA: clear fields reserved before FADT r3 | Bob Moore | 2007-04-28 | 1 | -0/+12 |
* | ACPI: acpi_unload_table_id() always returns error | John Keller | 2007-02-16 | 1 | -3/+4 |
* | ACPI: Fix sparse warnings | Randy Dunlap | 2007-02-15 | 1 | -1/+1 |
* | ACPICA: reduce table header messages to fit within 80 columns | Len Brown | 2007-02-06 | 1 | -6/+6 |
* | ACPICA: fix gcc build warnings | Alexey Starikovskiy | 2007-02-02 | 1 | -2/+2 |
* | ACPI: fix HP RX2600 IA64 boot | Alexey Starikovskiy | 2007-02-02 | 1 | -0/+5 |
* | ACPICA: Fix for incorrect parameter passed to AcpiTbDeleteTable during table ... | Bob Moore | 2007-02-02 | 1 | -1/+2 |
* | ACPICA: Update copyright to 2007. | Bob Moore | 2007-02-02 | 6 | -6/+6 |
* | ACPICA: Removed all 16-bit support. | Bob Moore | 2007-02-02 | 1 | -4/+0 |
* | ACPICA: Fail AcpiEnable if ACPI tables not loaded. | Bob Moore | 2007-02-02 | 1 | -0/+23 |
* | ACPICA: Miscellaneous table manager updates and optimizations | Alexey Starikovskiy | 2007-02-02 | 3 | -98/+93 |
* | ACPICA: New common routine for creating and verifying a local FADT. | Bob Moore | 2007-02-02 | 1 | -20/+51 |
* | ACPICA: FADT verification is now table driven. | Bob Moore | 2007-02-02 | 2 | -137/+154 |
* | ACPICA: re-factor table init routines for benefit of iASL | Bob Moore | 2007-02-02 | 1 | -5/+25 |
* | ACPICA: Update comments in tbfadt.c | Bob Moore | 2007-02-02 | 1 | -5/+6 |
* | ACPICA: Delete stale FADT functions outside tbfadt.c. | Bob Moore | 2007-02-02 | 1 | -237/+1 |
* | ACPICA: Create tbfadt.c to hold all FADT-related functions | Bob Moore | 2007-02-02 | 2 | -1/+381 |
* | ACPICA: minimal patch to integrate new tables into Linux | Alexey Starikovskiy | 2007-02-02 | 3 | -6/+7 |
* | ACPICA: Lint changes | Bob Moore | 2007-02-02 | 2 | -41/+84 |
* | ACPICA: Fix for FADT conversion in 64-bit mode | Bob Moore | 2007-02-02 | 1 | -7/+14 |
* | ACPICA: misc fixes for new Table Manager: | Bob Moore | 2007-02-02 | 3 | -248/+389 |
* | ACPICA: Implement simplified Table Manager | Bob Moore | 2007-02-02 | 9 | -2967/+1290 |
* | ACPI: Add support for acpi_load_table/acpi_unload_table_id | John Keller | 2006-12-20 | 1 | -1/+53 |
* | ACPI: fix printk format warnings | Randy Dunlap | 2006-10-14 | 2 | -2/+2 |
* | ACPI: ACPICA 20060707 | Bob Moore | 2006-07-09 | 4 | -21/+71 |