summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-01134-481/+556
|\
| * ACPICA: Disassembler: Remove obsolete "Integer64" field in parse objectBob Moore2010-01-221-1/+0Star
| * ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) typeBob Moore2010-01-2230-182/+150Star
| * ACPICA: Predefined name repair: fix NULL package elementsBob Moore2010-01-225-92/+209
| * ACPICA: AcpiGetDevices: Eliminate unnecessary _STA callsLin Ming2010-01-221-19/+33
| * ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore2010-01-22134-134/+134
| * ACPICA: Update for new gcc-4 warning optionsBob Moore2010-01-225-53/+30Star
* | ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-243-19/+19
* | ACPI / ACPICA: Multiple system notify handlers per deviceRafael J. Wysocki2010-02-233-39/+150
* | ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-236-235/+117Star
|/
* Merge branch 'acpica' into releaseLen Brown2009-12-1624-297/+715
|\
| * ACPICA: Move check for valid Thread ID structureDan Carpenter2009-12-151-9/+9
| * ACPICA: Predefined name repair: automatically remove null package elementsBob Moore2009-12-153-78/+65Star
| * ACPICA: Module-level code: enable _REG execution in same scopeLin Ming2009-12-156-4/+36
| * ACPICA: Conditionally perform complex per-predefined-name repairsBob Moore2009-12-151-13/+24
| * ACPICA: Update function headers and comments, no functional changeBob Moore2009-12-152-6/+10
| * ACPICA: Remove messages if predefined repair(s) are successfulBob Moore2009-12-153-27/+36
| * ACPICA: Move Package-to-Buffer repair code into common ToBuffer functionBob Moore2009-12-153-49/+48Star
| * ACPICA: Fix mutex errors when running _REG methodsBob Moore2009-12-151-11/+20
| * ACPICA: Update function headers, no functional changeBob Moore2009-12-151-13/+14
| * ACPICA: Add more conversions to predefined name repair moduleBob Moore2009-12-151-76/+327
| * ACPICA: Update internal namespace node/handle interfacesBob Moore2009-12-1512-77/+40Star
| * ACPICA: Add repair for bad _FDE/_GTM buffersBob Moore2009-12-152-11/+152
| * ACPICA: Fix two additional Scope override error messagesBob Moore2009-12-151-6/+8
| * ACPICA: Fix two Scope type error messagesBob Moore2009-12-151-8/+11
| * ACPICA: Fix possible memory leak for module-level code executionLin Ming2009-12-151-0/+6
* | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-1029-241/+1110
|\|
| * ACPICA: Add additional module-level code supportLin Ming2009-11-252-21/+61
| * ACPICA: Deploy new create integer interface where appropriateBob Moore2009-11-259-52/+30Star
| * ACPICA: New internal utility function to create Integer objectsBob Moore2009-11-252-0/+31
| * ACPICA: Add repair for predefined methods that must return sorted listsBob Moore2009-11-254-2/+559
| * ACPICA: Fix possible fault if return Package objects contain NULL elementsBob Moore2009-11-251-1/+42
| * ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-259-111/+155
| * ACPICA: Change package length error message to an info messageBob Moore2009-11-251-4/+4
| * ACPICA: Reduce severity of predefined repair messages, Warning to InfoBob Moore2009-11-254-4/+54
| * ACPICA: Fix possible memory leak for Scope ASL operatorLin Ming2009-11-251-17/+33
| * ACPICA: Remove possibility of executing _REG methods twiceLin Ming2009-11-251-5/+59
| * ACPICA: Add repair for bad _MAT buffersLin Ming2009-11-251-2/+21
| * ACPICA: Add repair for bad _BIF/_BIX packagesBob Moore2009-11-251-26/+65
* | ACPICA: Silence the warning about _BIF returning the bufferAlexey Starikovskiy2009-11-251-2/+3
|/
* ACPICA: avoid "Info: mapping multiple BARs. Your kernel is fine."Bob Moore2009-11-052-12/+27
* 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