aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Execute an orphan _REG method under the EC deviceBob Moore2011-05-093-9/+127
* ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate placeBob Moore2011-05-091-1/+0
* ACPICA: Update internal address SpaceID for DataTable regionsBob Moore2011-05-096-21/+8
* ACPICA: Add more methods eligible for NULL package element removalBob Moore2011-05-091-8/+5
* 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
* ACPI: osl, add acpi_os_create_lock interfaceLin Ming2011-03-251-8/+25
* 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
* Merge branch 'iomem' into releaseLen Brown2011-02-151-7/+18
|\
| * ACPI: Fix acpi_os_read_memory() and acpi_os_write_memory() (v2)Rafael J. Wysocki2011-02-081-7/+18
* | ACPI / Video: Probe for output switch method when searching video devices.Michael Karcher2011-02-121-0/+5
* | ACPI / Wakeup: Enable button GPEs unconditionally during initializationRafael J. Wysocki2011-02-121-1/+5
* | ACPI / ACPICA: Avoid crashing if _PRW is defined for the root objectRafael J. Wysocki2011-02-121-23/+26
|/
* ACPI / PM: Call suspend_nvs_free() earlier during resumeRafael J. Wysocki2011-01-201-1/+1
* ACPI: Introduce acpi_os_ioremap()Rafael J. Wysocki2011-01-202-8/+11
* Merge branch 'akpm'Linus Torvalds2011-01-201-1/+1
|\
| * kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
* | 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 / Battery: remove battery refresh on resumeLinus Torvalds2011-01-201-1/+0
| |/ |/|
* | ACPI: Fix boot problem related to APEI with acpi_disabled setRafael J. Wysocki2011-01-162-5/+5
| |
| \
*-. \ Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds2011-01-151-6/+2
|\ \ \
| | * | x86, ia64, acpi: Clean up x86-ism in drivers/acpi/numa.cTony Luck2011-01-121-6/+2
| |/ /
* | | ACPI / ACPICA: Initialize the global lock spinlock as appropriateRafael J. Wysocki2011-01-143-2/+3
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-01-142-13/+44
|\ \ \
| * | | PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki2011-01-142-13/+44
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-1345-1464/+2845
|\ \ \ \
| * \ \ \ Merge branch 'suspend-ioremap-cache' into releaseLen Brown2011-01-121-1/+1
| |\ \ \ \
| | * | | | ACPI / PM: Fix build problems for !CONFIG_ACPI related to NVS reworkRafael J. Wysocki2011-01-121-1/+1
| * | | | | Merge branch 'misc' into testLen Brown2011-01-121-4/+7
| |\ \ \ \ \
| | * | | | | ACPI: fix resource check messageThomas Renninger2011-01-121-4/+7
| * | | | | | Merge branch 'bugzilla-21212' into releaseLen Brown2011-01-121-3/+12
| |\ \ \ \ \ \
| | * | | | | | ACPI video: introduce module parameter video.use_bios_initial_backlightZhang Rui2010-12-141-3/+12
| | |/ / / / /
| * | | | | | ACPI / Battery: Update information on info notification and resumeRafael J. Wysocki2011-01-121-0/+14
| * | | | | | ACPI: Drop device flag wake_capableRafael J. Wysocki2011-01-121-17/+9
| * | | | | | ACPI: Always check if _PRW is present before trying to evaluate itRafael J. Wysocki2011-01-121-2/+7
| * | | | | | ACPI / PM: Check status of power resources under mutexesRafael J. Wysocki2011-01-121-13/+20
| * | | | | | ACPI / PM: Rename acpi_power_off_device()Rafael J. Wysocki2011-01-121-4/+3
| * | | | | | Merge branch 'kconfig-text' into releaseLen Brown2011-01-121-1/+0
| |\ \ \ \ \ \