summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-03ACPICA: _CID support for PCI Root Bridge detection.Bob Moore
2007-02-03ACPICA: Fix race condition with AcpiWalkNamespace.Bob Moore
2007-02-03ACPICA: Eliminate control method 2-pass parse/execute.Valery Podrezov
2007-02-03ACPICA: Restructured module into multiple functions.Mikhail Kouzmich
2007-02-03ACPICA: Update version to 20060927Bob Moore
2007-02-03ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is ...Bob Moore
2007-02-03ACPICA: Fix for possible memory leak and fault.Fiodor Suietov
2007-02-03ACPICA: Update interpreter error paths to always report the errorBob Moore
2007-02-03ACPICA: On AML mutex force-release, set depth to zero (was 1).Bob Moore
2007-02-03ACPICA: Use faster ByIndex interface to get FACSBob Moore
2007-02-03ACPICA: Remove obsolete Flags parameter.Bob Moore
2007-02-03ACPICA: Fix for Global Lock semaphore.Bob Moore
2007-02-03ACPICA: Add full table name to disassembler outputBob Moore
2007-02-03ACPICA: Update version to 20060912Bob Moore
2007-02-03ACPICA: Fix trace output name and whitespaceBob Moore
2007-02-03ACPICA: Fix memory leak in table load error pathBob Moore
2007-02-03ACPICA: New common routine for creating and verifying a local FADT.Bob Moore
2007-02-03ACPICA: Report error if method creates 2 objects with the same nameBob Moore
2007-02-03ACPICA: FADT verification is now table driven.Bob Moore
2007-02-03ACPICA: Add declarations for ASF! sub-tablesBob Moore
2007-02-03ACPICA: IsResourceTemplate now returns ACPI_STATUSBob Moore
2007-02-03ACPICA: Allow type ANY to be the target of the Scope operator.Bob Moore
2007-02-03ACPICA: re-factor table init routines for benefit of iASLBob Moore
2007-02-03ACPICA: add ASF commentBob Moore
2007-02-03ACPICA: Update comments in tbfadt.cBob Moore
2007-02-03ACPICA: Delete stale FADT functions outside tbfadt.c.Bob Moore
2007-02-03ACPICA: Re-implement interpreters' "serialized mode"Bob Moore
2007-02-03ACPICA: Create tbfadt.c to hold all FADT-related functionsBob Moore
2007-02-03ACPICA: Cleanup of FADT verification function.Bob Moore
2007-02-03ACPICA: Update version to 20060831Bob Moore
2007-02-03ACPICA: Split acpi_format_exception into two partsBob Moore
2007-02-03ACPICA: Store GPE number instead of bitmaskAlexey Starikovskiy
2007-02-03ACPICA: Fix unalignment in acpi_ut_repair_nameBob Moore
2007-02-03ACPICA: Disable all wake GPEs after first one recievedBob Moore
2007-02-03ACPICA: Add acpi_gpe_count global to track the number of GPE eventsBob Moore
2007-02-03ACPICA: Add support for DMAR tableBob Moore
2007-02-03ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy
2007-02-03ACPICA: Lint changesBob Moore
2007-02-03ACPICA: Fix for FADT conversion in 64-bit modeBob Moore
2007-02-03ACPICA: Update comments for individual table fieldsBob Moore
2007-02-03ACPICA: misc fixes for new Table Manager:Bob Moore
2007-02-03ACPICA: Implement simplified Table ManagerBob Moore
2007-02-03ACPICA: Update debug outputBob Moore
2007-02-03ACPICA: Update version to 20060721Bob Moore
2007-02-03ACPICA: Temporary fix for BankValue parameterBob Moore
2007-02-03ACPICA: fix for object premature deletionFiodor Suietov
2007-02-03ACPICA: Cast acpi_thread_id to UINT32 for debug output onlyBob Moore
2007-02-03ACPICA: Release global lock from interrupt handlerBob Moore
2007-02-03ACPICA: Delete recursive feature of ACPI Global LockBob Moore
2007-02-03ACPICA: Handle case NumElements > Package lengthBob Moore