aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Split all internal Global Lock functions to new file - evglockBob Moore2011-05-094-316/+347
* ACPICA: Fix code divergence of global lock handlingLin Ming2011-03-253-41/+44
* ACPICA: Use acpi_os_create_lock interfaceLin Ming2011-03-252-9/+17
* ACPICA: Add mechanism to defer _REG methods for some installed handlersBob Moore2011-03-024-2/+39
* ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_nameBob Moore2011-03-021-0/+2
* ACPICA: Split large dsopcode and dsload.c files.Bob Moore2011-03-027-1407/+1549
* ACPICA: Split large utglobal into utdecode.c.Bob Moore2011-03-024-503/+547
* ACPICA: Clarify a couple of error messagesBob Moore2011-03-021-2/+2
* ACPICA: Remove use of unreliable FADT revision fieldBob Moore2011-03-021-1/+4
* ACPICA: GPE detect optimization - ignore unused GPE registersLin Ming2011-03-021-0/+9
* ACPI / ACPICA: Avoid crashing if _PRW is defined for the root objectRafael J. Wysocki2011-02-121-23/+26
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2011-01-20141-205/+252
|\
| * ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore2011-01-18141-141/+141
| * ACPICA: Fix issues/fault with automatic "serialized" method supportLin Ming2011-01-1813-64/+85
| * ACPICA: Debugger: Lock namespace for duration of a namespace dumpBob Moore2011-01-181-0/+15
| * ACPICA: Fix namespace race conditionDana Myers2011-01-181-0/+9
| * ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method().Jesper Juhl2011-01-181-0/+2
* | ACPI / ACPICA: Initialize the global lock spinlock as appropriateRafael J. Wysocki2011-01-143-2/+3
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-1316-797/+1097
|\ \
| * \ Merge branch 'wakeup-etc-rafael' into releaseLen Brown2011-01-121-39/+55
| |\ \ | | |/ | |/|
| | * ACPI / ACPICA: Fix global lock acquisitionRafael J. Wysocki2011-01-071-39/+55
| * | ACPICA: Misc comments to minimize code divergenceLin Ming2011-01-126-46/+81
| * | ACPICA: Global event handlerLin Ming2011-01-125-3/+75
| * | ACPICA: Implicit notify supportLin Ming2011-01-126-86/+159
| * | ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_methodLin Ming2011-01-121-12/+45
| * | ACPICA: Remove unused function declarationsLin Ming2011-01-121-6/+0
| * | ACPICA: New GPE handler callback definitionLin Ming2011-01-124-13/+20
| * | ACPICA: Rename some function and variable namesLin Ming2011-01-129-45/+62
| * | ACPICA: Move GPE functions to new file evxfgpe.cLin Ming2011-01-125-601/+654
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-041-0/+3
|\ \ \ | | |/ | |/|
| * | ACPI / ACPICA: Disable GPEs during initializationRafael J. Wysocki2010-12-261-0/+3
| |/
* | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-2/+0
|/
* Merge branch 'gpe-defer' into releaseLen Brown2010-10-2510-139/+83
|\
| * ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki2010-09-2410-139/+83
* | Merge branch 'acpica' into releaseLen Brown2010-10-2533-572/+1743
|\ \
| * | Subject: [PATCH] ACPICA: Fix Scope() op in module level codeBob Moore2010-10-231-2/+17
| * | ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI eventsColin Ian King2010-10-171-0/+1
| * | ACPICA: Add Vista SP2 to supported _OSI stringsBob Moore2010-10-172-1/+3
| * | ACPICA: Eliminate duplicate code in acpi_ut_execute_* functionsBob Moore2010-10-171-41/+4
| * | ACPICA: Change type of _TZ from ThermalZone to DeviceBob Moore2010-10-171-2/+4
| * | ACPICA: Comment update; no functional changeBob Moore2010-10-171-0/+6
| * | ACPICA: Increase configurability of error messagesBob Moore2010-10-011-1/+1
| * | ACPICA: Add repair for _HID and _CID stringsBob Moore2010-10-011-0/+163
| * | ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output fileBob Moore2010-10-017-287/+445
| * | ACPICA: Make acpi_gbl_system_awake_and_running publically availableBob Moore2010-10-011-1/+1
| * | ACPICA: Update math module; no functional changeBob Moore2010-10-011-3/+20
| * | ACPICA: Make acpi_thread_id no longer configurable, always u64Lin Ming2010-10-017-26/+28
| * | ACPICA: Add ACPI_INLINE configuration parameterLin Ming2010-10-011-2/+2