| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPICA: Fix race condition with AcpiWalkNamespace. | Bob Moore | 2007-02-02 | 6 | -12/+30 |
* | ACPICA: Eliminate control method 2-pass parse/execute. | Valery Podrezov | 2007-02-02 | 3 | -124/+42 |
* | ACPICA: Restructured module into multiple functions. | Mikhail Kouzmich | 2007-02-02 | 2 | -625/+789 |
* | ACPICA: Update version to 20060927 | Bob Moore | 2007-02-02 | 1 | -1/+1 |
* | ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is ... | Bob Moore | 2007-02-02 | 2 | -1/+3 |
* | ACPICA: Fix for possible memory leak and fault. | Fiodor Suietov | 2007-02-02 | 1 | -3/+5 |
* | ACPICA: Update interpreter error paths to always report the error | Bob Moore | 2007-02-02 | 1 | -3/+7 |
* | ACPICA: On AML mutex force-release, set depth to zero (was 1). | Bob Moore | 2007-02-02 | 1 | -1/+7 |
* | ACPICA: Use faster ByIndex interface to get FACS | Bob Moore | 2007-02-02 | 1 | -2/+2 |
* | ACPICA: Remove obsolete Flags parameter. | Bob Moore | 2007-02-02 | 10 | -59/+35 |
* | ACPICA: Fix for Global Lock semaphore. | Bob Moore | 2007-02-02 | 1 | -1/+1 |
* | ACPICA: Add full table name to disassembler output | Bob Moore | 2007-02-02 | 1 | -0/+2 |
* | ACPICA: Update version to 20060912 | Bob Moore | 2007-02-02 | 1 | -1/+1 |
* | ACPICA: Fix trace output name and whitespace | Bob Moore | 2007-02-02 | 1 | -3/+1 |
* | ACPICA: Fix memory leak in table load error path | Bob Moore | 2007-02-02 | 1 | -1/+1 |
* | ACPICA: New common routine for creating and verifying a local FADT. | Bob Moore | 2007-02-02 | 2 | -23/+52 |
* | ACPICA: Report error if method creates 2 objects with the same name | Bob Moore | 2007-02-02 | 2 | -3/+17 |
* | ACPICA: FADT verification is now table driven. | Bob Moore | 2007-02-02 | 3 | -137/+158 |
* | ACPICA: Add declarations for ASF! sub-tables | Bob Moore | 2007-02-02 | 1 | -3/+22 |
* | ACPICA: IsResourceTemplate now returns ACPI_STATUS | Bob Moore | 2007-02-02 | 1 | -1/+3 |
* | ACPICA: Allow type ANY to be the target of the Scope operator. | Bob Moore | 2007-02-02 | 1 | -0/+2 |
* | ACPICA: re-factor table init routines for benefit of iASL | Bob Moore | 2007-02-02 | 2 | -5/+27 |
* | ACPICA: add ASF comment | Bob Moore | 2007-02-02 | 1 | -0/+2 |
* | 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 | 7 | -379/+10 |
* | ACPICA: Re-implement interpreters' "serialized mode" | Bob Moore | 2007-02-02 | 9 | -85/+114 |
* | ACPICA: Create tbfadt.c to hold all FADT-related functions | Bob Moore | 2007-02-02 | 2 | -1/+381 |
* | ACPICA: Cleanup of FADT verification function. | Bob Moore | 2007-02-02 | 1 | -42/+23 |
* | ACPICA: Update version to 20060831 | Bob Moore | 2007-02-02 | 1 | -3/+3 |
* | ACPICA: Split acpi_format_exception into two parts | Bob Moore | 2007-02-02 | 4 | -82/+119 |
* | ACPICA: Store GPE number instead of bitmask | Alexey Starikovskiy | 2007-02-02 | 6 | -10/+18 |
* | ACPICA: Fix unalignment in acpi_ut_repair_name | Bob Moore | 2007-02-02 | 5 | -10/+10 |
* | ACPICA: Disable all wake GPEs after first one recieved | Bob Moore | 2007-02-02 | 3 | -101/+51 |
* | ACPICA: Add acpi_gpe_count global to track the number of GPE events | Bob Moore | 2007-02-02 | 3 | -0/+8 |
* | ACPICA: Add support for DMAR table | Bob Moore | 2007-02-02 | 2 | -3/+84 |
* | ACPICA: minimal patch to integrate new tables into Linux | Alexey Starikovskiy | 2007-02-02 | 31 | -453/+191 |
* | 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: Update comments for individual table fields | Bob Moore | 2007-02-02 | 1 | -32/+32 |
* | ACPICA: misc fixes for new Table Manager: | Bob Moore | 2007-02-02 | 8 | -266/+420 |
* | ACPICA: Implement simplified Table Manager | Bob Moore | 2007-02-02 | 42 | -4046/+2065 |
* | ACPICA: Update debug output | Bob Moore | 2007-02-02 | 1 | -1/+1 |
* | ACPICA: Update version to 20060721 | Bob Moore | 2007-02-02 | 1 | -1/+1 |
* | ACPICA: Temporary fix for BankValue parameter | Bob Moore | 2007-02-02 | 1 | -2/+28 |
* | ACPICA: fix for object premature deletion | Fiodor Suietov | 2007-02-02 | 1 | -0/+9 |
* | ACPICA: Cast acpi_thread_id to UINT32 for debug output only | Bob Moore | 2007-02-02 | 1 | -4/+3 |
* | ACPICA: Release global lock from interrupt handler | Bob Moore | 2007-02-02 | 1 | -35/+15 |
* | ACPICA: Delete recursive feature of ACPI Global Lock | Bob Moore | 2007-02-02 | 9 | -198/+132 |
* | ACPICA: Handle case NumElements > Package length | Bob Moore | 2007-02-02 | 1 | -46/+41 |
* | ACPICA: Handle mis-matched package length | Bob Moore | 2007-02-02 | 1 | -8/+19 |