aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds51-1323/+2697
2009-09-20x86: Trivial whitespace cleanupsFelipe Contreras1-1/+0
2009-09-19Merge branch 'bugzilla-13620' into releaseLen Brown1-0/+6
2009-09-19Merge branch 'acpica' into releaseLen Brown50-1323/+2691
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-09-08ACPICA: Windows compatibility: autoexecute root _INI methodBob Moore1-0/+15
2009-09-08ACPICA: Update _OSI with new Windows OS stringsBob Moore2-0/+6
2009-09-08ACPICA: Fix memory leak for ill-formed Package objectsBob Moore1-5/+18
2009-09-08ACPICA: Remove error message for Store(Localx,Localx)Bob Moore1-4/+4
2009-09-08ACPICA: Fix extraneous warning if _DSM returns a packageBob Moore1-2/+6
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar3-0/+31
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang1-1/+1
2009-08-28ACPICA: acpi_reset: Bypass port validation mechanismBob Moore1-2/+15
2009-08-28ACPICA: Add support for module-level executable AML codeLin Ming13-52/+306
2009-08-28ACPICA: ACPI 4: Add validation for new predefined names.Bob Moore2-7/+73
2009-08-28ACPICA: reformat predefined method table, no functional changeLin Ming1-210/+293
2009-08-28ACPICA: Fix fault if acpi_terminate is called twiceBob Moore2-19/+19
2009-08-28ACPICA: ACPI 4.0 : Add new return package type, restructure module.Bob Moore2-135/+196
2009-08-28ACPICA: Add repair for predefined methods that return nested packagesBob Moore3-2/+84
2009-08-28ACPICA: Move predefined repair code to new file, no functional changeBob Moore4-119/+171
2009-08-28ACPICA: Windows compatibility fix: same buffer/string storeLin Ming1-0/+12
2009-08-27ACPICA: fix leak of acpi_os_validate_addressLin Ming1-0/+6
2009-08-27ACPICA: Clarify common suffix for error/warning messagesBob Moore1-1/+1
2009-08-27ACPICA: Fix: Predefined object repair executed only onceBob Moore5-170/+277
2009-08-27ACPICA: Dump table header - suppress output of non-printable charactersBob Moore1-7/+75
2009-08-27ACPICA: Fix several acpi_attach_data problemsBob Moore3-29/+64
2009-08-27ACPICA: ACPI 4.0: Interpreter support for IPMI.Lin Ming3-31/+61
2009-08-27ACPICA: ACPI 4.0: iASL/Disassembler - IPMI keyword support.Lin Ming3-1/+3
2009-08-27ACPICA: Fix possible memory leak in nspredefBob Moore1-12/+15
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore14-473/+725
2009-08-27ACPICA: Remove duplicate prototypes from headerBob Moore1-4/+0
2009-08-27ACPICA: Add 64-bit support to acpi_read and acpi_writeBob Moore7-103/+325
2009-08-27ACPICA: Remove duplicate extern declarations for public globalsBob Moore1-15/+18
2009-08-27ACPICA: Fix several pointer casts to avoid possible compile warningsBob Moore2-5/+6
2009-07-27Revert "ACPICA: Remove obsolete acpi_os_validate_address interface"Len Brown3-0/+31
2009-07-21x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula1-0/+3
2009-05-27ACPICA: Disable preservation of SCI enable bit (SCI_EN)Bob Moore1-4/+7
2009-05-27ACPICA: Region deletion: Ensure region object is removed from handler listLin Ming1-0/+21
2009-05-27ACPICA: Eliminate extra call to NsGetParentNodeAlex Chiang1-3/+4
2009-05-27ACPICA: Simplify internal operation region interfaceBob Moore4-20/+23
2009-05-27ACPICA: Update Load() to use operation region interfacesBob Moore1-18/+78
2009-05-27ACPICA: New: AcpiInstallMethod - install a single control methodLin Ming6-4/+166
2009-05-27ACPICA: Invalidate DdbHandle after table unloadLin Ming1-2/+19
2009-05-27ACPICA: Fix reference count issues for DdbHandle objectLin Ming1-3/+6
2009-05-27ACPICA: Simplify and optimize NsGetNextNode functionBob Moore4-29/+69
2009-05-27ACPICA: Additional validation of _PRT packages (resource mgr)Bob Moore1-1/+1
2009-05-27ACPICA: Fix DebugObject output for DdbHandle objectsBob Moore1-1/+3
2009-05-27ACPICA: Fix allowable release order for ASL mutex objectsBob Moore1-4/+11
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