aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/utilities (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-03ACPICA: Update _OSI string listBob Moore1-10/+7
2007-06-18ACPICA: fix error path in new external package objects as method argumentsMyron Stowe1-1/+1
2007-06-02Pull osi-now into release branchLen Brown2-5/+27
2007-06-02ACPICA: Support for external package objects as method argumentsBob Moore2-70/+92
2007-05-30ACPI: add __init to acpi_initialize_subsystem()Len Brown1-3/+1
2007-05-30ACPI: Make _OSI(Linux) a special caseLen Brown1-1/+0
2007-05-29ACPI: extend "acpi_osi=" boot optionLen Brown1-1/+26
2007-05-09ACPICA: LindentLen Brown9-20/+15
2007-05-09Revert "ACPICA: fix AML mutex re-entrancy"Len Brown1-0/+1
2007-02-15ACPICA: fix AML mutex re-entrancyAlexey Starikovskiy1-1/+0
2007-02-02ACPICA: fix gcc build warningsAlexey Starikovskiy1-3/+3
2007-02-02ACPICA: Update copyright to 2007.Bob Moore15-15/+15
2007-02-02ACPICA: Added option to display memory statistics upon termination.Bob Moore2-0/+13
2007-02-02ACPICA: Enhance debugger statistics/memory command.Valery A. Podrezov1-0/+8
2007-02-02ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is calledBob Moore1-0/+1
2007-02-02ACPICA: Delete stale FADT functions outside tbfadt.c.Bob Moore2-109/+0
2007-02-02ACPICA: Cleanup of FADT verification function.Bob Moore1-42/+23