aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13ACPICA: Do not repair _TSS return package if _PSS is presentFenghua Yu3-0/+17
2011-07-13ACPICA: Add option to disable method return value validation and repairBob Moore2-6/+18
2011-07-13ACPICA: Add missing _TDL to list of predefined namesBob Moore1-0/+1
2011-07-13ACPICA: Load operator: re-instate most restrictions on incoming table signatureBob Moore1-5/+22
2011-05-29Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds16-358/+501
2011-05-29Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd3-cold', 'ec-asus' and 'thermal-fix' into releaseLen Brown4-19/+57
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-09ACPICA: Execute an orphan _REG method under the EC deviceBob Moore3-9/+127
2011-05-09ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate placeBob Moore1-1/+0
2011-05-09ACPICA: Update internal address SpaceID for DataTable regionsBob Moore6-21/+8
2011-05-09ACPICA: Add more methods eligible for NULL package element removalBob Moore1-8/+5
2011-05-09ACPICA: Split all internal Global Lock functions to new file - evglockBob Moore4-316/+347
2011-03-25ACPICA: Fix code divergence of global lock handlingLin Ming3-41/+44
2011-03-25ACPICA: Use acpi_os_create_lock interfaceLin Ming2-9/+17
2011-03-23Merge branch 'reset' into releaseLen Brown1-5/+5
2011-03-22ACPICA: Fix access width for reset vectorMatthew Garrett1-5/+5
2011-03-18Merge branch 'acpica' into releaseLen Brown16-1915/+2152
2011-03-02ACPICA: Add mechanism to defer _REG methods for some installed handlersBob Moore4-2/+39
2011-03-02ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_nameBob Moore1-0/+2
2011-03-02ACPICA: Split large dsopcode and dsload.c files.Bob Moore7-1407/+1549
2011-03-02ACPICA: Split large utglobal into utdecode.c.Bob Moore4-503/+547
2011-03-02ACPICA: Clarify a couple of error messagesBob Moore1-2/+2
2011-03-02ACPICA: Remove use of unreliable FADT revision fieldBob Moore1-1/+4
2011-03-02ACPICA: GPE detect optimization - ignore unused GPE registersLin Ming1-0/+9
2011-02-24ACPI / ACPICA: Implicit notify for multiple devicesRafael J. Wysocki3-14/+52
2011-02-12ACPI / ACPICA: Avoid crashing if _PRW is defined for the root objectRafael J. Wysocki1-23/+26
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