aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | ACPI: rename some functionsZhang Rui2006-12-151-7/+7
| | | * | | | ACPI: clean up scan.cZhang Rui2006-12-151-329/+316
| | * | | | | Pull bay into test branchLen Brown2007-02-034-5/+527
| | |\ \ \ \ \
| | | * | | | | ACPI: bay: new driver is EXPERIMENTALLen Brown2007-02-031-1/+1
| | | * | | | | ACPI: bay: make drive_bays staticAdrian Bunk2007-02-031-1/+1
| | | * | | | | ACPI: bay: make bay a platform driverKristen Carlson Accardi2007-02-031-11/+76
| | | * | | | | ACPI: bay: remove prototype procfs codeKristen Carlson Accardi2007-02-031-152/+2
| | | * | | | | ACPI: bay: delete unused variableLen Brown2007-02-031-1/+0
| | | * | | | | ACPI: bay: new driver adding removable drive bay supportKristen Carlson Accardi2007-02-033-1/+601
| | | * | | | | ACPI: dock: check if parent is on dockKristen Carlson Accardi2007-02-031-4/+12
| | * | | | | | Pull acpica into test branchLen Brown2007-02-03133-5883/+4363
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | ACPICA: fix gcc build warningsAlexey Starikovskiy2007-02-024-7/+7
| | | * | | | | Altix: Add ACPI SSDT PCI device support (hotplug)John Keller2007-02-021-7/+148
| | | * | | | | ACPI: fix HP RX2600 IA64 bootAlexey Starikovskiy2007-02-021-0/+5
| | | * | | | | ACPICA: Fix for incorrect parameter passed to AcpiTbDeleteTable during table ...Bob Moore2007-02-021-1/+2
| | | * | | | | ACPICA: Update copyright to 2007.Bob Moore2007-02-02107-107/+107
| | | * | | | | ACPICA: Allow processor to be declared with the Device() instead of Processor()Alexey Starikovskiy2007-02-021-21/+32
| | | * | | | | ACPICA: Allow ACPI id to be u32 instead of u8.Alexey Starikovskiy2007-02-021-12/+114
| | | * | | | | ACPICA: Added option to display memory statistics upon termination.Bob Moore2007-02-022-0/+13
| | | * | | | | ACPICA: Enhance debugger statistics/memory command.Valery A. Podrezov2007-02-022-0/+20
| | | * | | | | ACPICA: Removed all 16-bit support.Bob Moore2007-02-025-23/+12
| | | * | | | | ACPICA: Add include of actables.hBob Moore2007-02-021-0/+1
| | | * | | | | ACPICA: Fail AcpiEnable if ACPI tables not loaded.Bob Moore2007-02-022-0/+31
| | | * | | | | ACPICA: Remove global lock handler on AcpiTerminate.Bob Moore2007-02-021-0/+33
| | | * | | | | ACPICA: Fixes for load() operator.Alexey Starikovskiy2007-02-022-132/+38
| | | * | | | | ACPICA: Miscellaneous table manager updates and optimizationsAlexey Starikovskiy2007-02-025-106/+105
| | | * | | | | ACPICA: Update debug output routines for data structure changesBob Moore2007-02-021-22/+5
| | | * | | | | ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-027-62/+58
| | | * | | | | 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