summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* acpi: tie ACPI backlight devices to PCI devices if possibleMatthew Garrett2011-03-221-1/+14
* backlight: add backlight typeMatthew Garrett2011-03-221-0/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-03-162-0/+137
|\
| * Pull pstorev4 into release branchTony Luck2011-03-162-0/+137
| |\
| | * pstore: X86 platform interface using ACPI/APEI/ERSTTony Luck2011-01-032-0/+137
* | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-03-161-0/+1
|\ \ \
| * | | x86, trampoline: Use the unified trampoline setup for ACPI wakeupH. Peter Anvin2011-02-171-0/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-03-163-20/+8
|\ \ \ \
| * | | | PM: Drop pm_flags that is not necessaryRafael J. Wysocki2011-03-151-17/+5
| * | | | PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+2
| * | | | PM / ACPI: Remove references to pm_flags from bus.cRafael J. Wysocki2011-03-152-4/+4
| | |/ / | |/| |
* | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-2.6.39Tejun Heo2011-02-214-31/+54
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | acpi: kacpi*_wq don't need WQ_MEM_RECLAIMTejun Heo2011-02-011-3/+3
* | | | | Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-157-39/+108
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ACPI / ACPICA: Implicit notify for multiple devicesRafael J. Wysocki2011-02-243-14/+52
| * | | | ACPI / debugfs: Fix buffer overflows, double freeVasiliy Kulikov2011-02-241-6/+14
| | |/ / | |/| |
| * | | 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
| |/ /
* / / x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo2011-02-161-3/+6
|/ /
* | 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