aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/utilities (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-09ACPICA: create acpica/ directoryLen Brown15-8316/+0
2009-01-08ACPICA: delete utcache.cLen Brown2-316/+1
2008-12-31ACPICA: Restructure includes into public/privateBob Moore15-58/+71
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore1-2/+4
2008-12-29ACPICA: Add support to externally execute _OSI methodBob Moore1-3/+3
2008-12-29ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore2-0/+12
2008-12-29ACPICA: Fix namestring for the SystemCMOS address spaceBob Moore1-1/+1
2008-12-19ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas1-1/+1
2008-10-22ACPICA: Optimize buffer allocation procedureBob Moore1-25/+28
2008-10-22ACPICA: Fix possible memory leak, error exit pathLin Ming2-0/+16
2008-10-22ACPICA: Remove unused ACPI register bit definitionLin Ming1-1/+0
2008-10-22ACPICA: Cleanup for internal Reference ObjectBob Moore4-36/+42
2008-10-22ACPICA: Improve object conversion error messagesBob Moore1-2/+6
2008-10-22ACPICA: Add function to decode reference obj types to stringsBob Moore1-0/+36
2008-10-22ACPICA: Return status from global init functionYi Yang2-5/+10
2008-08-15ACPICA: Additional error checking for pathname utilitiesBob Moore2-7/+14
2008-08-15ACPICA: Fix memory leak when deleting thermal/processor objectsBob Moore1-2/+11
2008-07-22acpi: fix crash in core ACPI code, triggered by CONFIG_ACPI_PCI_SLOT=yIngo Molnar1-0/+4
2008-07-16ACPICA: Fix mutex debug code for wrong loop termination valueBob Moore1-2/+2
2008-07-16ACPICA: Add const qualifier for appropriate string constantsBob Moore4-19/+28
2008-07-16ACPICA: Eliminate acpi_native_uint type v2Bob Moore6-25/+31
2008-07-16ACPICA: Fix possible negative array index in acpi_ut_validate_exceptionBob Moore1-9/+5
2008-07-16ACPICA: Fix for hang on GPE method invocationBob Moore1-1/+0
2008-06-11ACPICA: fix stray va_end() caused by mis-mergeLen Brown1-1/+1
2008-04-30Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into releaseLen Brown1-18/+17
2008-04-24ACPI: GPE enabling should happen after EC installationAlexey Starikovskiy1-18/+17
2008-04-23ACPICA: update Intel copyrightLen Brown15-15/+15
2008-04-22ACPICA: Update for new Notify valuesZhang Rui1-0/+42
2008-04-22ACPICA: Fixes for external Reference ObjectsBob Moore1-8/+24
2008-04-22ACPICA: Fix to handle NULL package elements correctlyLin Ming1-3/+2
2008-04-22ACPICA: Fix for possible error when packages/buffers are passed to methods externallyBob Moore1-0/+8
2008-04-22ACPICA: Added new error messagesBob Moore1-0/+9
2008-04-22ACPICA: Add va_end statements as appropriateBob Moore2-0/+6
2008-04-22ACPICA: Fixes for Unload and DDBHandlesLin Ming1-0/+8
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argument to BankFieldLin Ming2-0/+12
2008-04-22ACPICA: Fixed a problem with FromBCD and ToBCD with some compilersBob Moore1-1/+1
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore4-9/+7
2008-04-22ACPICA: Fixed a memory leak when Device or Thermal objects referenced in packagesBob Moore1-3/+5
2008-04-22ACPICA: Fix for fault if Load() failsBob Moore1-0/+5
2008-04-22ACPICA: New interfaces for table event handlersLin Ming1-1/+2
2008-04-22ACPICA: Support for iASL - multiple files and wildcardsBob Moore2-0/+7
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore1-1/+1
2008-03-13Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' and 'toshiba' into releaseLen Brown1-1/+1
2008-03-11ACPI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-03-11ACPI: fix boot oops regression in thermalLin Ming1-1/+1
2008-02-06ACPI: create /sys/firmware/acpi/interruptsLen Brown1-2/+0
2008-02-03drivers/acpi/: Spelling fixesJoe Perches1-1/+1
2007-08-25ACPI: add dump_stack() to trace acpi_format_exception programming errorsAndrew Morton1-0/+1
2007-07-23ACPI: autoload modules - ACPICA modificationsThomas Renninger1-2/+2
2007-07-22Pull osi into release branchLen Brown1-10/+7