aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds141-205/+252
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore141-141/+141
2011-01-18ACPICA: Fix issues/fault with automatic "serialized" method supportLin Ming13-64/+85
2011-01-18ACPICA: Debugger: Lock namespace for duration of a namespace dumpBob Moore1-0/+15
2011-01-18ACPICA: Fix namespace race conditionDana Myers1-0/+9
2011-01-18ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method().Jesper Juhl1-0/+2
2011-01-14ACPI / ACPICA: Initialize the global lock spinlock as appropriateRafael J. Wysocki3-2/+3
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds16-797/+1097
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-12Merge branch 'wakeup-etc-rafael' into releaseLen Brown1-39/+55
2011-01-12ACPICA: Misc comments to minimize code divergenceLin Ming6-46/+81
2011-01-12ACPICA: Global event handlerLin Ming5-3/+75
2011-01-12ACPICA: Implicit notify supportLin Ming6-86/+159
2011-01-12ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_methodLin Ming1-12/+45
2011-01-12ACPICA: Remove unused function declarationsLin Ming1-6/+0
2011-01-12ACPICA: New GPE handler callback definitionLin Ming4-13/+20
2011-01-12ACPICA: Rename some function and variable namesLin Ming9-45/+62
2011-01-12ACPICA: Move GPE functions to new file evxfgpe.cLin Ming5-601/+654
2011-01-07ACPI / ACPICA: Fix global lock acquisitionRafael J. Wysocki1-39/+55
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar1-0/+3
2010-12-26ACPI / ACPICA: Disable GPEs during initializationRafael J. Wysocki1-0/+3
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-2/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-25Merge branch 'gpe-defer' into releaseLen Brown10-139/+83
2010-10-25Merge branch 'acpica' into releaseLen Brown33-572/+1743
2010-10-23Subject: [PATCH] ACPICA: Fix Scope() op in module level codeBob Moore1-2/+17
2010-10-17ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI eventsColin Ian King1-0/+1
2010-10-17ACPICA: Add Vista SP2 to supported _OSI stringsBob Moore2-1/+3
2010-10-17ACPICA: Eliminate duplicate code in acpi_ut_execute_* functionsBob Moore1-41/+4
2010-10-17ACPICA: Change type of _TZ from ThermalZone to DeviceBob Moore1-2/+4
2010-10-17ACPICA: Comment update; no functional changeBob Moore1-0/+6
2010-10-01ACPICA: Increase configurability of error messagesBob Moore1-1/+1
2010-10-01ACPICA: Add repair for _HID and _CID stringsBob Moore1-0/+163
2010-10-01ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output fileBob Moore7-287/+445
2010-10-01ACPICA: Make acpi_gbl_system_awake_and_running publically availableBob Moore1-1/+1
2010-10-01ACPICA: Update math module; no functional changeBob Moore1-3/+20
2010-10-01ACPICA: Make acpi_thread_id no longer configurable, always u64Lin Ming7-26/+28
2010-10-01ACPICA: Add ACPI_INLINE configuration parameterLin Ming1-2/+2
2010-10-01ACPICA: Obsolete the acpi_os_derive_pci_id OSL interfaceBob Moore4-5/+430
2010-10-01ACPICA/ACPI: Add new host interfaces for _OSI supportLin Ming11-151/+547
2010-10-01ACPICA: Revert "Revert "Enable multi-byte EC transfersBob Moore3-49/+73
2010-10-01ACPICA: Fix acpi_os_read_pci_configuration prototypeBob Moore1-3/+1
2010-09-29Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736', 'bugzilla-14679', 'bugzilla-16396', 'launchpad-613381' and 'misc' into releaseLen Brown3-2/+3
2010-09-28ACPI: Fix typosLucas De Marchi2-2/+2
2010-09-28ACPI: enable repeated PCIEXP wakeup by clearing PCIEXP_WAKE_STS on resumeColin Ian King1-0/+1
2010-09-24ACPI / ACPICA: Defer enabling of runtime GPEs (v3)Rafael J. Wysocki10-139/+83
2010-08-15gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen1-4/+1
2010-08-15Merge branch 'acpica-gpe' into releaseLen Brown42-834/+481
2010-08-14ACPI: introduce module parameter acpi.aml_debug_outputZhang Rui1-1/+1
2010-08-07Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds41-795/+381