aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-02ACPICA: Update debug output routines for data structure changesBob Moore1-22/+5
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy15-250/+135
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting)Alexey Starikovskiy5-330/+224
2007-02-02ACPICA: Remove duplicate table definitions.Alexey Starikovskiy4-81/+20
2007-02-02ACPICA: use new ACPI headers.Alexey Starikovskiy17-68/+51
2007-02-02ACPICA: Remove duplicate table managerAlexey Starikovskiy7-461/+50
2007-02-02ACPICA: Update version to 20061011Bob Moore1-1/+1
2007-02-02ACPICA: Fixes for parameter validation.Bob Moore1-21/+24
2007-02-02ACPICA: Abort downward walk on temporary node detection.Bob Moore1-11/+15
2007-02-02ACPICA: Update commentsBob Moore1-21/+25
2007-02-02ACPICA: Use manifest constants for parse pass numberBob Moore6-9/+10
2007-02-02ACPICA: _CID support for PCI Root Bridge detection.Bob Moore1-38/+125
2007-02-02ACPICA: Fix race condition with AcpiWalkNamespace.Bob Moore6-12/+30
2007-02-02ACPICA: Eliminate control method 2-pass parse/execute.Valery Podrezov3-124/+42
2007-02-02ACPICA: Restructured module into multiple functions.Mikhail Kouzmich2-625/+789
2007-02-02ACPICA: Update version to 20060927Bob Moore1-1/+1
2007-02-02ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is calledBob Moore2-1/+3
2007-02-02ACPICA: Fix for possible memory leak and fault.Fiodor Suietov1-3/+5
2007-02-02ACPICA: Update interpreter error paths to always report the errorBob Moore1-3/+7
2007-02-02ACPICA: On AML mutex force-release, set depth to zero (was 1).Bob Moore1-1/+7
2007-02-02ACPICA: Use faster ByIndex interface to get FACSBob Moore1-2/+2
2007-02-02ACPICA: Remove obsolete Flags parameter.Bob Moore10-59/+35
2007-02-02ACPICA: Fix for Global Lock semaphore.Bob Moore1-1/+1
2007-02-02ACPICA: Add full table name to disassembler outputBob Moore1-0/+2
2007-02-02ACPICA: Update version to 20060912Bob Moore1-1/+1
2007-02-02ACPICA: Fix trace output name and whitespaceBob Moore1-3/+1
2007-02-02ACPICA: Fix memory leak in table load error pathBob Moore1-1/+1
2007-02-02ACPICA: New common routine for creating and verifying a local FADT.Bob Moore2-23/+52
2007-02-02ACPICA: Report error if method creates 2 objects with the same nameBob Moore2-3/+17
2007-02-02ACPICA: FADT verification is now table driven.Bob Moore3-137/+158
2007-02-02ACPICA: Add declarations for ASF! sub-tablesBob Moore1-3/+22
2007-02-02ACPICA: IsResourceTemplate now returns ACPI_STATUSBob Moore1-1/+3
2007-02-02ACPICA: Allow type ANY to be the target of the Scope operator.Bob Moore1-0/+2
2007-02-02ACPICA: re-factor table init routines for benefit of iASLBob Moore2-5/+27
2007-02-02ACPICA: add ASF commentBob Moore1-0/+2
2007-02-02ACPICA: Update comments in tbfadt.cBob Moore1-5/+6
2007-02-02ACPICA: Delete stale FADT functions outside tbfadt.c.Bob Moore7-379/+10
2007-02-02ACPICA: Re-implement interpreters' "serialized mode"Bob Moore9-85/+114
2007-02-02ACPICA: Create tbfadt.c to hold all FADT-related functionsBob Moore2-1/+381
2007-02-02ACPICA: Cleanup of FADT verification function.Bob Moore1-42/+23
2007-02-02ACPICA: Update version to 20060831Bob Moore1-3/+3
2007-02-02ACPICA: Split acpi_format_exception into two partsBob Moore4-82/+119
2007-02-02ACPICA: Store GPE number instead of bitmaskAlexey Starikovskiy6-10/+18
2007-02-02ACPICA: Fix unalignment in acpi_ut_repair_nameBob Moore5-10/+10
2007-02-02ACPICA: Disable all wake GPEs after first one recievedBob Moore3-101/+51
2007-02-02ACPICA: Add acpi_gpe_count global to track the number of GPE eventsBob Moore3-0/+8
2007-02-02ACPICA: Add support for DMAR tableBob Moore2-3/+84
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy31-453/+191
2007-02-02ACPICA: Lint changesBob Moore2-41/+84
2007-02-02ACPICA: Fix for FADT conversion in 64-bit modeBob Moore1-7/+14