aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-27ACPICA: Mutex support: Fix release ordering issue and current sync levelBob Moore1-2/+19
2009-05-27ACPICA: Fix implementation of AML BreakPoint operator (break to debugger)Bob Moore1-6/+11
2009-05-27ACPICA: Fix miscellaneous warnings under gcc 4+Bob Moore3-6/+11
2009-05-27ACPICA: Miscellaneous lint changesBob Moore5-13/+10
2009-05-27ACPICA: Fix possible dereference of null pointerBob Moore1-5/+2
2009-05-27ACPICA: Fix printf format warnings for 64-bit buildBob Moore2-4/+4
2009-05-27ACPICA: Fix possible warnings for ACPI_THREAD_ID on 64-bit buildBob Moore3-21/+22
2009-05-27ACPICA: Remove unused global variablesBob Moore1-3/+0
2009-05-27ACPICA: Change behavior of object copy for mutex/event objectsBob Moore1-0/+23
2009-05-27ACPICA: Fix a few warnings for gcc 3.4.4Bob Moore1-2/+2
2009-05-27ACPICA: Update error/warning interfacesBob Moore1-11/+9
2009-05-16Merge branches 'release', 'bugzilla-13032', 'bugzilla-13041+', 'bugzilla-13121', 'bugzilla-13165', 'bugzilla-13243', 'bugzilla-13259', 'resume-sci-en-regression', 'thermal-regression', 'tsc-regression' and 'asus-2.6.30' into releaseLen Brown2-13/+21
2009-05-15ACPI: resume: re-enable SCI-enable workaroundLin Ming1-1/+6
2009-05-07ACPICA: use acpi.* modparam namespaceLen Brown1-12/+15
2009-05-02acpica: validate package element more carefully in acpi_rs_get_pci_routing_table_lengthRobert Moore1-0/+7
2009-04-24Merge branch 'bugzilla-13036' into releaseLen Brown1-14/+72
2009-04-24Merge branch 'bugzilla-12270' into releaseLen Brown1-25/+2
2009-04-24Revert "ACPICA: delete check for AML access to port 0x81-83"Len Brown1-0/+1
2009-04-24I/O port protection: update for windows compatibility.Lin Ming1-14/+71
2009-04-17ACPI: Disable _GTS and _BFS support by defaultLen Brown1-17/+26
2009-04-11ACPI: Revert conflicting workaround for BIOS w/ mangled PRT entriesZhang Rui1-25/+2
2009-04-07Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' and 'bjorn.notify' into releaseLen Brown1-1/+0
2009-04-07ACPICA: delete check for AML access to port 0x81-83Len Brown1-1/+0
2009-04-07hwmon: Add Asus ATK0110 supportLuca Tettamanti1-2/+1
2009-04-05Merge branch 'linus' into releaseLen Brown1-3/+14
2009-03-27ACPICA: Fix index value in package warning messageBob Moore1-8/+16
2009-03-27ACPICA: FADT: Favor 32-bit FACS and DSDT addressesBob Moore1-2/+6
2009-03-27ACPICA: FADT: Favor 32-bit register addresses for compatibilityBob Moore1-35/+51
2009-03-27ACPICA: Fix PCI configuration space port address rangeBob Moore1-1/+1
2009-03-27ACPICA: Condense some protected portsBob Moore1-8/+26
2009-03-27ACPICA: Remove unused code, no functional changeBob Moore1-35/+9
2009-03-27ACPICA: Clear PM register write-only bits on readingLin Ming2-0/+11
2009-03-27ACPICA: Remove obsolete acpi_os_validate_address interfaceBob Moore3-31/+0
2009-03-27ACPICA: New: I/O port protectionBob Moore12-29/+319
2009-03-27ACPICA: Preserve all PM control reserved and ignored bitsBob Moore2-1/+24
2009-03-27ACPICA: Change handling of PM1 Status register ignored bitBob Moore1-16/+11
2009-03-27ACPICA: Fix AcpiWalkNamespace race condition with table unloadBob Moore11-33/+303
2009-03-27ACPICA: FADT: Fix extraneous length mismatch warningBob Moore1-1/+2
2009-03-27ACPICA: Formatting update - no functional changesBob Moore21-174/+161
2009-03-27ACPICA: Add manifest constants for bit register valuesBob Moore4-13/+22
2009-03-26ACPICA: Update table header print functionBob Moore1-7/+11
2009-03-26ACPICA: Restructure bit register access functionsBob Moore1-115/+62
2009-03-26ACPICA: Rename ACPI bit register access functionsBob Moore6-36/+37
2009-03-26ACPICA: Optimize ACPI register lockingBob Moore2-39/+28
2009-03-26ACPICA: Formatting update - no functional changesBob Moore8-54/+61
2009-03-26ACPICA: Debug output: decrease verbosity of DB_INFO debug levelBob Moore3-4/+4
2009-03-26ACPICA: Debug output: print result of _OSI invocationsBob Moore1-11/+21
2009-03-26ACPICA: Conditionally compile acpi_set_firmware_waking_vector64Bob Moore1-1/+4
2009-03-26ACPICA: Remove ACPI_GET_OBJECT_TYPE macroBob Moore38-194/+158
2009-03-26ACPICA: Add function to handle PM1 control registersBob Moore4-67/+78