summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/executer
AgeCommit message (Expand)AuthorLines
2008-05-23acpi: fix integer as NULL pointer warningHarvey Harrison-2/+2
2008-04-23ACPICA: update Intel copyrightLen Brown-23/+23
2008-04-22ACPICA: Updates for Debug object outputBob Moore-24/+52
2008-04-22ACPICA: Update behavior of CopyObject to match ACPI specLin Ming-4/+11
2008-04-22ACPICA: Fixes for Unload and DDBHandlesLin Ming-17/+46
2008-04-22ACPICA: Fix for LoadTable operator, input stringsLin Ming-4/+1
2008-04-22ACPICA: Fix for SizeOf when used with Buffers and PackagesLin Ming-5/+17
2008-04-22ACPICA: Implemented full argument resolution support for the BankValue argume...Lin Ming-0/+15
2008-04-22ACPICA: Undo accidental checkin of not-fully-tested mutex changesBob Moore-16/+0
2008-04-22ACPICA: Implemented full support for deferred execution for the TermArg strin...Lin Ming-95/+16
2008-04-22ACPICA: Fixed a problem with Index Fields where the Index register was incorr...Bob Moore-44/+34
2008-04-22ACPICA: Fixed a problem with CopyObject used in conjunction with the Index op...Lin Ming-10/+13
2008-04-22ACPICA: Fixed a problem with Index references passed as method argumentsLin Ming-2/+8
2008-04-22ACPICA: Fixes a problem with control method references within packagesBob Moore-1/+2
2008-04-22ACPICA: Cleanup of debug outputBob Moore-9/+30
2008-04-22ACPICA: Cosmetic changes only, no functional changesBob Moore-15/+24
2008-04-22ACPICA: Added additional parameter validation for LoadTableLin Ming-0/+8
2008-04-22ACPICA: Fix for Load/LoadTable to specify load locationBob Moore-1/+2
2008-04-22ACPICA: Add error checks to prevent faultsBob Moore-2/+10
2008-04-22ACPICA: Add a table checksum verify for Load operatorBob Moore-3/+21
2008-04-22ACPICA: Fix for memory leak related to DdbHandle objectsBob Moore-0/+1
2008-04-22ACPICA: Fix a fault when storing DdbHandle to Debug objectBob Moore-1/+11
2008-04-22ACPICA: Fix for fault if Load() failsBob Moore-11/+24
2008-04-22ACPICA: Fix for Alias operator to see target child objectsBob Moore-5/+15
2008-04-22ACPICA: New interfaces for table event handlersLin Ming-1/+28
2008-04-22ACPICA: Increase maximum buffer size dumped to screen in buffer object dumpBob Moore-1/+1
2008-04-22ACPICA: Misc fixes for recent global lock code updateBob Moore-11/+31
2008-04-22ACPICA: Update comments for acquire/release mutex interfacesBob Moore-6/+30
2008-04-22ACPICA: Avoid use of invalid pointers in returned object fieldBob Moore-8/+21
2008-04-22ACPICA: changed order of interpretation of operand objectsBob Moore-1/+2
2008-04-22ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore-116/+160
2008-04-22ACPICA: Removed unused codeBob Moore-39/+0
2008-02-21ACPI: fix build warningMing Lin-2/+3
2007-05-09ACPICA: LindentLen Brown-19/+13
2007-05-09Revert "ACPICA: fix AML mutex re-entrancy"Len Brown-17/+21
2007-05-09Revert "ACPICA: revert "acpi_serialize" changes"Len Brown-47/+92
2007-03-15ACPICA: revert "acpi_serialize" changesLen Brown-92/+47
2007-02-15ACPICA: fix AML mutex re-entrancyAlexey Starikovskiy-21/+17
2007-02-02ACPICA: Update copyright to 2007.Bob Moore-23/+23
2007-02-02ACPICA: Removed all 16-bit support.Bob Moore-6/+1
2007-02-02ACPICA: Fixes for load() operator.Alexey Starikovskiy-132/+38
2007-02-02ACPICA: Miscellaneous table manager updates and optimizationsAlexey Starikovskiy-2/+6
2007-02-02ACPICA: Update debug output routines for data structure changesBob Moore-22/+5
2007-02-02ACPICA: Fix for possible memory leak and fault.Fiodor Suietov-3/+5
2007-02-02ACPICA: On AML mutex force-release, set depth to zero (was 1).Bob Moore-1/+7
2007-02-02ACPICA: Fix trace output name and whitespaceBob Moore-3/+1
2007-02-02ACPICA: Fix memory leak in table load error pathBob Moore-1/+1
2007-02-02ACPICA: Re-implement interpreters' "serialized mode"Bob Moore-48/+95
2007-02-02ACPICA: Implement simplified Table ManagerBob Moore-61/+52
2007-02-02ACPICA: Delete recursive feature of ACPI Global LockBob Moore-110/+46