summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-2351-1323/+2697
|\
| * Merge branch 'bugzilla-13620' into releaseLen Brown2009-09-191-0/+6
| |\
| | * ACPICA: fix leak of acpi_os_validate_addressLin Ming2009-08-271-0/+6
| * | Merge branch 'acpica' into releaseLen Brown2009-09-1950-1323/+2691
| |\ \
| | * | ACPICA: Windows compatibility: autoexecute root _INI methodBob Moore2009-09-091-0/+15
| | * | ACPICA: Update _OSI with new Windows OS stringsBob Moore2009-09-092-0/+6
| | * | ACPICA: Fix memory leak for ill-formed Package objectsBob Moore2009-09-091-5/+18
| | * | ACPICA: Remove error message for Store(Localx,Localx)Bob Moore2009-09-091-4/+4
| | * | ACPICA: Fix extraneous warning if _DSM returns a packageBob Moore2009-09-091-2/+6
| | * | 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/+0Star
| | * | 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/+0Star
|/ /
* | 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