Age | Commit message (Expand) | Author |
2009-01-09 | ACPICA: create acpica/ directory | Len Brown |
2008-12-31 | ACPICA: FADT: Update error msgs for consistency | Bob Moore |
2008-12-31 | ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by default | robert.moore@intel.com |
2008-12-31 | ACPICA: FADT parsing changes and fixes | Bob Moore |
2008-12-31 | ACPICA: Restructure includes into public/private | Bob Moore |
2008-12-29 | ACPICA: Add global pointer for FACS table to simplify FACS access | Bob Moore |
2008-12-29 | ACPICA: Emit warning if two FACS or DSDT tables found in the FADT | Bob Moore |
2008-12-29 | ACPICA: Fix several warnings under gcc 4 compiler | Bob Moore |
2008-11-06 | ACPI: use macro to replace hard number | Yinghai Lu |
2008-10-22 | Merge branch 'fadt-test' into test | Len Brown |
2008-10-22 | ACPICA: Fix table compare code, length then data | Bob Moore |
2008-10-22 | ACPICA: Allow same ACPI table to be loaded/unloaded more than once | Bob Moore |
2008-10-10 | ACPI: fix FADT parsing | Jan Beulich |
2008-07-18 | Revert "Fix FADT parsing" | Andi Kleen |
2008-07-16 | Fix FADT parsing | Jan Beulich |
2008-07-16 | ACPICA: Eliminate acpi_native_uint type v2 | Bob Moore |
2008-06-11 | ACPICA: Ignore ACPI table signature for Load() operator | Bob Moore |
2008-06-11 | ACPI 2.6.26-rc2: Add missing newline to DSDT/SSDT warning message | Alistair John Strachan |
2008-04-23 | ACPICA: update Intel copyright | Len Brown |
2008-04-22 | ACPICA: Fix for LoadTable operator, input strings | Lin Ming |
2008-04-22 | ACPICA: Fix for Load operator | Lin Ming |
2008-04-22 | ACPICA: Add a table checksum verify for Load operator | Bob Moore |
2008-04-22 | ACPICA: Fix for fault if Load() fails | Bob Moore |
2008-04-22 | ACPICA: New interfaces for table event handlers | Lin Ming |
2008-02-07 | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ... | Len Brown |
2007-12-14 | ACPI: tables: complete searching upon RSDP w/ bad checksum. | Len Brown |
2007-11-19 | ACPI: Add missing spaces to printk format | Joe Perches |
2007-10-10 | ACPI: suppress uninitialized var warning | Andrew Morton |
2007-08-24 | ACPI: Validate XSDT, use RSDT if XSDT fails | Zhao Yakui |
2007-07-26 | ACPI: add "acpi_no_auto_ssdt" bootparam | Len Brown |
2007-07-03 | ACPICA: Clear reserved fields for incoming ACPI 1.0 FADTs | Bob Moore |
2007-05-29 | ACPICA: allow Load(OEMx) tables | Len Brown |
2007-05-09 | ACPICA: Lindent | Len Brown |
2007-04-28 | ACPICA: clear fields reserved before FADT r3 | Bob Moore |
2007-02-16 | ACPI: acpi_unload_table_id() always returns error | John Keller |
2007-02-15 | ACPI: Fix sparse warnings | Randy Dunlap |
2007-02-06 | ACPICA: reduce table header messages to fit within 80 columns | Len Brown |
2007-02-02 | ACPICA: fix gcc build warnings | Alexey Starikovskiy |
2007-02-02 | ACPI: fix HP RX2600 IA64 boot | Alexey Starikovskiy |
2007-02-02 | ACPICA: Fix for incorrect parameter passed to AcpiTbDeleteTable during table ... | Bob Moore |
2007-02-02 | ACPICA: Update copyright to 2007. | Bob Moore |
2007-02-02 | ACPICA: Removed all 16-bit support. | Bob Moore |
2007-02-02 | ACPICA: Fail AcpiEnable if ACPI tables not loaded. | Bob Moore |
2007-02-02 | ACPICA: Miscellaneous table manager updates and optimizations | Alexey Starikovskiy |
2007-02-02 | ACPICA: New common routine for creating and verifying a local FADT. | Bob Moore |
2007-02-02 | ACPICA: FADT verification is now table driven. | Bob Moore |
2007-02-02 | ACPICA: re-factor table init routines for benefit of iASL | Bob Moore |
2007-02-02 | ACPICA: Update comments in tbfadt.c | Bob Moore |
2007-02-02 | ACPICA: Delete stale FADT functions outside tbfadt.c. | Bob Moore |
2007-02-02 | ACPICA: Create tbfadt.c to hold all FADT-related functions | Bob Moore |