summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-023-41/+41
* ACPICA: Remove duplicate table definitions (non-conflicting)Alexey Starikovskiy2007-02-022-59/+61
* ACPICA: Remove duplicate table definitions.Alexey Starikovskiy2007-02-021-4/+4
* ACPICA: use new ACPI headers.Alexey Starikovskiy2007-02-028-32/+32
* ACPICA: Remove duplicate table managerAlexey Starikovskiy2007-02-021-380/+16
* ACPICA: Fixes for parameter validation.Bob Moore2007-02-021-21/+24
* ACPICA: Abort downward walk on temporary node detection.Bob Moore2007-02-021-11/+15
* ACPICA: Update commentsBob Moore2007-02-021-21/+25
* ACPICA: Use manifest constants for parse pass numberBob Moore2007-02-025-8/+9
* ACPICA: _CID support for PCI Root Bridge detection.Bob Moore2007-02-021-38/+125
* ACPICA: Fix race condition with AcpiWalkNamespace.Bob Moore2007-02-024-8/+22
* ACPICA: Eliminate control method 2-pass parse/execute.Valery Podrezov2007-02-023-124/+42
* ACPICA: Restructured module into multiple functions.Mikhail Kouzmich2007-02-021-623/+783
* ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is ...Bob Moore2007-02-021-0/+1
* ACPICA: Fix for possible memory leak and fault.Fiodor Suietov2007-02-021-3/+5
* ACPICA: Update interpreter error paths to always report the errorBob Moore2007-02-021-3/+7
* ACPICA: On AML mutex force-release, set depth to zero (was 1).Bob Moore2007-02-021-1/+7
* ACPICA: Use faster ByIndex interface to get FACSBob Moore2007-02-021-2/+2
* ACPICA: Remove obsolete Flags parameter.Bob Moore2007-02-028-56/+32
* ACPICA: Fix for Global Lock semaphore.Bob Moore2007-02-021-1/+1
* ACPICA: Fix trace output name and whitespaceBob Moore2007-02-021-3/+1
* ACPICA: Fix memory leak in table load error pathBob Moore2007-02-021-1/+1
* ACPICA: New common routine for creating and verifying a local FADT.Bob Moore2007-02-021-20/+51
* ACPICA: Report error if method creates 2 objects with the same nameBob Moore2007-02-022-3/+17
* ACPICA: FADT verification is now table driven.Bob Moore2007-02-022-137/+154
* ACPICA: Allow type ANY to be the target of the Scope operator.Bob Moore2007-02-021-0/+2
* ACPICA: re-factor table init routines for benefit of iASLBob Moore2007-02-021-5/+25
* ACPICA: Update comments in tbfadt.cBob Moore2007-02-021-5/+6
* ACPICA: Delete stale FADT functions outside tbfadt.c.Bob Moore2007-02-024-375/+1
* ACPICA: Re-implement interpreters' "serialized mode"Bob Moore2007-02-028-84/+109
* ACPICA: Create tbfadt.c to hold all FADT-related functionsBob Moore2007-02-022-1/+381
* ACPICA: Cleanup of FADT verification function.Bob Moore2007-02-021-42/+23
* ACPICA: Split acpi_format_exception into two partsBob Moore2007-02-022-82/+109
* ACPICA: Store GPE number instead of bitmaskAlexey Starikovskiy2007-02-024-8/+17
* ACPICA: Fix unalignment in acpi_ut_repair_nameBob Moore2007-02-024-9/+9
* ACPICA: Disable all wake GPEs after first one recievedBob Moore2007-02-021-61/+17
* ACPICA: Add acpi_gpe_count global to track the number of GPE eventsBob Moore2007-02-022-0/+4
* ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy2007-02-0216-160/+135
* ACPICA: Lint changesBob Moore2007-02-022-41/+84
* ACPICA: Fix for FADT conversion in 64-bit modeBob Moore2007-02-021-7/+14
* ACPICA: misc fixes for new Table Manager:Bob Moore2007-02-024-250/+395
* ACPICA: Implement simplified Table ManagerBob Moore2007-02-0230-3403/+1609
* ACPICA: Update debug outputBob Moore2007-02-021-1/+1
* ACPICA: Temporary fix for BankValue parameterBob Moore2007-02-021-2/+28
* ACPICA: fix for object premature deletionFiodor Suietov2007-02-021-0/+9
* ACPICA: Cast acpi_thread_id to UINT32 for debug output onlyBob Moore2007-02-021-4/+3
* ACPICA: Release global lock from interrupt handlerBob Moore2007-02-021-35/+15
* ACPICA: Delete recursive feature of ACPI Global LockBob Moore2007-02-026-190/+131
* ACPICA: Handle case NumElements > Package lengthBob Moore2007-02-021-46/+41
* ACPICA: Handle mis-matched package lengthBob Moore2007-02-021-8/+19