summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ACPICA: acpi_reset: Bypass port validation mechanismBob Moore2009-08-291-2/+15
| | * | ACPICA: Add support for module-level executable AML codeLin Ming2009-08-2913-52/+306
| | * | ACPICA: ACPI 4: Add validation for new predefined names.Bob Moore2009-08-292-7/+73
| | * | ACPICA: reformat predefined method table, no functional changeLin Ming2009-08-291-210/+293
| | * | ACPICA: Fix fault if acpi_terminate is called twiceBob Moore2009-08-292-19/+19
| | * | ACPICA: ACPI 4.0 : Add new return package type, restructure module.Bob Moore2009-08-292-135/+196
| | * | ACPICA: Add repair for predefined methods that return nested packagesBob Moore2009-08-293-2/+84
| | * | ACPICA: Move predefined repair code to new file, no functional changeBob Moore2009-08-294-119/+171
| | * | ACPICA: Clarify common suffix for error/warning messagesBob Moore2009-08-271-1/+1
| | * | ACPICA: Fix: Predefined object repair executed only onceBob Moore2009-08-275-170/+277
| | * | ACPICA: Dump table header - suppress output of non-printable charactersBob Moore2009-08-271-7/+75
| | * | ACPICA: Fix several acpi_attach_data problemsBob Moore2009-08-273-29/+64
| | * | ACPICA: ACPI 4.0: Interpreter support for IPMI.Lin Ming2009-08-273-31/+61
| | * | ACPICA: ACPI 4.0: iASL/Disassembler - IPMI keyword support.Lin Ming2009-08-273-1/+3
| | * | ACPICA: Fix possible memory leak in nspredefBob Moore2009-08-271-12/+15
| | * | ACPICA: Major update for acpi_get_object_info external interfaceBob Moore2009-08-2714-473/+725
| | * | ACPICA: Remove duplicate prototypes from headerBob Moore2009-08-271-4/+0
| | * | ACPICA: Add 64-bit support to acpi_read and acpi_writeBob Moore2009-08-277-103/+325
| | * | ACPICA: Remove duplicate extern declarations for public globalsBob Moore2009-08-271-15/+18
| | * | ACPICA: Fix several pointer casts to avoid possible compile warningsBob Moore2009-08-272-5/+6
| | |/
* | / x86: Trivial whitespace cleanupsFelipe Contreras2009-09-201-1/+0
|/ /
* | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+3
|\ \
| * | Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-023-0/+31
| |\|
| * | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-021-1/+1
| * | x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula2009-07-211-0/+3
* | | ACPICA: Windows compatibility fix: same buffer/string storeLin Ming2009-08-281-0/+12
| |/ |/|
* | Revert "ACPICA: Remove obsolete acpi_os_validate_address interface"Len Brown2009-07-283-0/+31
|/
* ACPICA: Disable preservation of SCI enable bit (SCI_EN)Bob Moore2009-05-271-4/+7
* ACPICA: Region deletion: Ensure region object is removed from handler listLin Ming2009-05-271-0/+21
* ACPICA: Eliminate extra call to NsGetParentNodeAlex Chiang2009-05-271-3/+4
* ACPICA: Simplify internal operation region interfaceBob Moore2009-05-274-20/+23
* ACPICA: Update Load() to use operation region interfacesBob Moore2009-05-271-18/+78
* ACPICA: New: AcpiInstallMethod - install a single control methodLin Ming2009-05-276-4/+166
* ACPICA: Invalidate DdbHandle after table unloadLin Ming2009-05-271-2/+19
* ACPICA: Fix reference count issues for DdbHandle objectLin Ming2009-05-271-3/+6
* ACPICA: Simplify and optimize NsGetNextNode functionBob Moore2009-05-274-29/+69
* ACPICA: Additional validation of _PRT packages (resource mgr)Bob Moore2009-05-271-1/+1
* ACPICA: Fix DebugObject output for DdbHandle objectsBob Moore2009-05-271-1/+3
* ACPICA: Fix allowable release order for ASL mutex objectsBob Moore2009-05-271-4/+11
* ACPICA: Mutex support: Fix release ordering issue and current sync levelBob Moore2009-05-271-2/+19
* ACPICA: Fix implementation of AML BreakPoint operator (break to debugger)Bob Moore2009-05-271-6/+11
* ACPICA: Fix miscellaneous warnings under gcc 4+Bob Moore2009-05-273-6/+11
* ACPICA: Miscellaneous lint changesBob Moore2009-05-275-13/+10
* ACPICA: Fix possible dereference of null pointerBob Moore2009-05-271-5/+2
* ACPICA: Fix printf format warnings for 64-bit buildBob Moore2009-05-272-4/+4
* ACPICA: Fix possible warnings for ACPI_THREAD_ID on 64-bit buildBob Moore2009-05-273-21/+22
* ACPICA: Remove unused global variablesBob Moore2009-05-271-3/+0
* ACPICA: Change behavior of object copy for mutex/event objectsBob Moore2009-05-271-0/+23
* ACPICA: Fix a few warnings for gcc 3.4.4Bob Moore2009-05-271-2/+2
* ACPICA: Update error/warning interfacesBob Moore2009-05-271-11/+9