summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* Revert "ACPICA: Remove obsolete acpi_os_validate_address interface"Len Brown2009-07-283-0/+31
* ACPICA: Disable preservation of SCI enable bit (SCI_EN)Bob Moore2009-05-271-4/+7
* ACPICA: Region deletion: Ensure region object is removed from handler listLin Ming2009-05-271-0/+21
* ACPICA: Eliminate extra call to NsGetParentNodeAlex Chiang2009-05-271-3/+4
* ACPICA: Simplify internal operation region interfaceBob Moore2009-05-274-20/+23
* ACPICA: Update Load() to use operation region interfacesBob Moore2009-05-271-18/+78
* ACPICA: New: AcpiInstallMethod - install a single control methodLin Ming2009-05-276-4/+166
* ACPICA: Invalidate DdbHandle after table unloadLin Ming2009-05-271-2/+19
* ACPICA: Fix reference count issues for DdbHandle objectLin Ming2009-05-271-3/+6
* ACPICA: Simplify and optimize NsGetNextNode functionBob Moore2009-05-274-29/+69
* ACPICA: Additional validation of _PRT packages (resource mgr)Bob Moore2009-05-271-1/+1
* ACPICA: Fix DebugObject output for DdbHandle objectsBob Moore2009-05-271-1/+3
* ACPICA: Fix allowable release order for ASL mutex objectsBob Moore2009-05-271-4/+11
* ACPICA: Mutex support: Fix release ordering issue and current sync levelBob Moore2009-05-271-2/+19
* ACPICA: Fix implementation of AML BreakPoint operator (break to debugger)Bob Moore2009-05-271-6/+11
* ACPICA: Fix miscellaneous warnings under gcc 4+Bob Moore2009-05-273-6/+11
* ACPICA: Miscellaneous lint changesBob Moore2009-05-275-13/+10Star
* ACPICA: Fix possible dereference of null pointerBob Moore2009-05-271-5/+2Star
* ACPICA: Fix printf format warnings for 64-bit buildBob Moore2009-05-272-4/+4
* ACPICA: Fix possible warnings for ACPI_THREAD_ID on 64-bit buildBob Moore2009-05-273-21/+22
* ACPICA: Remove unused global variablesBob Moore2009-05-271-3/+0Star
* ACPICA: Change behavior of object copy for mutex/event objectsBob Moore2009-05-271-0/+23
* ACPICA: Fix a few warnings for gcc 3.4.4Bob Moore2009-05-271-2/+2
* ACPICA: Update error/warning interfacesBob Moore2009-05-271-11/+9Star
*---. Merge branches 'release', 'bugzilla-13032', 'bugzilla-13041+', 'bugzilla-1312...Len Brown2009-05-162-13/+21
|\ \ \
| | | * ACPI: resume: re-enable SCI-enable workaroundLin Ming2009-05-161-1/+6
| |_|/ |/| |
| * | ACPICA: use acpi.* modparam namespaceLen Brown2009-05-071-12/+15
|/ /
* | acpica: validate package element more carefully in acpi_rs_get_pci_routing_ta...Robert Moore2009-05-021-0/+7
* | Merge branch 'bugzilla-13036' into releaseLen Brown2009-04-241-14/+72
|\ \
| * | Revert "ACPICA: delete check for AML access to port 0x81-83"Len Brown2009-04-241-0/+1
| * | I/O port protection: update for windows compatibility.Lin Ming2009-04-241-14/+71
| |/
* | Merge branch 'bugzilla-12270' into releaseLen Brown2009-04-241-25/+2Star
|\ \
| * | ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entriesZhang Rui2009-04-111-25/+2Star
* | | ACPI: Disable _GTS and _BFS support by defaultLen Brown2009-04-181-17/+26
| |/ |/|
| |
| \
*-. \ Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an...Len Brown2009-04-081-1/+0Star
|\ \ \ | |_|/ |/| |
| * | ACPICA: delete check for AML access to port 0x81-83Len Brown2009-04-071-1/+0Star
| |/
* / hwmon: Add Asus ATK0110 supportLuca Tettamanti2009-04-071-2/+1Star
|/
* Merge branch 'linus' into releaseLen Brown2009-04-051-3/+14
|\
| * acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-091-3/+14
* | ACPICA: Fix index value in package warning messageBob Moore2009-03-271-8/+16
* | ACPICA: FADT: Favor 32-bit FACS and DSDT addressesBob Moore2009-03-271-2/+6
* | ACPICA: FADT: Favor 32-bit register addresses for compatibilityBob Moore2009-03-271-35/+51
* | ACPICA: Fix PCI configuration space port address rangeBob Moore2009-03-271-1/+1
* | ACPICA: Condense some protected portsBob Moore2009-03-271-8/+26
* | ACPICA: Remove unused code, no functional changeBob Moore2009-03-271-35/+9Star
* | ACPICA: Clear PM register write-only bits on readingLin Ming2009-03-272-0/+11
* | ACPICA: Remove obsolete acpi_os_validate_address interfaceBob Moore2009-03-273-31/+0Star
* | ACPICA: New: I/O port protectionBob Moore2009-03-2712-29/+319
* | ACPICA: Preserve all PM control reserved and ignored bitsBob Moore2009-03-272-1/+24
* | ACPICA: Change handling of PM1 Status register ignored bitBob Moore2009-03-271-16/+11Star