summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPI / ACPICA: Implicit notify for multiple devicesRafael J. Wysocki2011-02-243-14/+52
* 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
| * | ACPICA: Obsolete the acpi_os_derive_pci_id OSL interfaceBob Moore2010-10-014-5/+430
| * | ACPICA/ACPI: Add new host interfaces for _OSI supportLin Ming2010-10-0111-151/+547
| * | ACPICA: Revert "Revert "Enable multi-byte EC transfersBob Moore2010-10-013-49/+73
| * | ACPICA: Fix acpi_os_read_pci_configuration prototypeBob Moore2010-10-011-3/+1
| |/
| |
| \
| \
| \
*---. \ Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736',...Len Brown2010-09-293-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| | | * ACPI: Fix typosLucas De Marchi2010-09-282-2/+2
| |_|/ |/| |
| | * ACPI: enable repeated PCIEXP wakeup by clearing PCIEXP_WAKE_STS on resumeColin Ian King2010-09-281-0/+1
| |/ |/|
| * Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-08-0741-795/+381
| |\
* | | gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen2010-08-151-4/+1
OpenPOWER on IntegriCloud