summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge branches 'bugfix-battery', 'bugfix-misc', 'bugfix-rafael', 'bugfix-turb...Len Brown2012-06-0411-70/+211
|\ \ \ \ \
| | | | | * ACPI: Ignore invalid _PSS entries, but use valid onesMarco Aurelio da Costa2012-05-081-5/+25
| | | | * | Merge branch 'upstream' into bugfix-videoLen Brown2012-06-045-14/+45
| | | | |\ \ | | | | |/ / | | | |/| |
| | | | * | ACPI video: use after input_unregister_device()Dan Carpenter2012-06-011-7/+7
| | | | * | acpi_video: Intel video is not always i915Alan Cox2012-06-011-5/+15
| | | | * | acpi_video: fix leaking PCI referencesAlan Cox2012-06-011-2/+3
| | * | | | ACPI / PM: Make acpi_pm_device_sleep_state() follow the specificationRafael J. Wysocki2012-05-291-2/+2
| | * | | | ACPI / PM: Make __acpi_bus_get_power() cover D3cold correctlyRafael J. Wysocki2012-05-292-23/+30
| | * | | | ACPI / PM: Fix error messages in drivers/acpi/bus.cRafael J. Wysocki2012-05-291-9/+28
| | * | | | ACPI / PM: Generate wakeup events on fixed power buttonDaniel Drake2012-05-292-2/+44
| | | |/ / | | |/| |
| * | | | drivers: acpi: Fix dependency for ACPI_HOTPLUG_CPUFabio Estevam2012-06-041-1/+1
| | |/ / | |/| |
| * | | x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.cH. Peter Anvin2012-05-301-6/+2
| * | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-292-3/+6
| |\ \ \
| | * | | acpi, bgrd: Add missing <linux/io.h> to drivers/acpi/bgrt.cH. Peter Anvin2012-05-171-0/+1
| | * | | x86, realmode: don't copy real_mode_headerJarkko Sakkinen2012-05-081-1/+1
| | * | | x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-3/+5
| | | |/ | | |/|
| * | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-222-10/+10
| |\ \ \
| | * | | acpi: use KERN_CONT in printk() continuation linesKay Sievers2012-05-082-10/+10
| * | | | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-222-0/+32
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ACPI: Add _PLD supportMatthew Garrett2012-05-111-0/+30
| | * | | ACPI: Add stubs for (un)register_acpi_bus_typeMatthew Garrett2012-05-111-0/+2
| | | |/ | | |/|
| * / | ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki2012-05-173-3/+14
| |/ /
* / / ACPI battery: only refresh the sysfs files when pertinent information changesAndy Whitcroft2012-05-081-1/+9
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-05-052-11/+8
|\ \ | |/ |/|
| * ACPI: Fix D3hot v D3cold confusionLin Ming2012-05-052-11/+8
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-251-24/+28
|\ \
| * | ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk2012-04-231-24/+28
* | | Revert "ACPI: ignore FADT reset-reg-sup flag"Linus Torvalds2012-04-202-2/+4
* | | Revert "ACPI: Make ACPI interrupt threaded"Thomas Gleixner2012-04-181-2/+1
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-04-061-1/+1
|\ \
| * \ Merge branches 'idle-fix' and 'misc' into releaseLen Brown2012-04-0665-1243/+2087
| |\ \
| * | | ACPI processor: Use safe_halt() rather than halt() in acpi_idle_play_dead()Luck, Tony2012-04-051-1/+1
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-7/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-3063-1241/+2084
|\ \ \ \
| * \ \ \ Merge branch 'tboot' into releaseLen Brown2012-03-302-3/+31
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k...Len Brown2012-03-222-3/+31
| | |\ \ \
| | | * | | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep.Tang Liang2012-03-132-3/+31
| * | | | | Merge branch 'd3' into releaseLen Brown2012-03-303-2/+206
| |\ \ \ \ \
| | * | | | | ACPI, PCI: Move acpi_dev_run_wake() to ACPI coreLin Ming2012-03-301-0/+35
| | * | | | | ACPI: Add interface to register/unregister device to/from power resourcesLin Ming2012-03-301-0/+162
| | * | | | | ACPI: Introduce ACPI D3_COLD state supportZhang Rui2012-03-302-2/+9
| | |/ / / /
| * | | | | Merge branch 'apei' into releaseLen Brown2012-03-304-26/+56
| |\ \ \ \ \
| | * | | | | ACPI: Fix logic for removing mappings in 'acpi_unmap'Myron Stowe2012-03-301-1/+1
| | * | | | | CPER failed to handle generic error records with multiple sectionsJiang Liu2012-03-301-0/+2
| | * | | | | ACPI, APEI: Fix incorrect APEI register bit width check and usageGary Hade2012-03-301-21/+40
| | * | | | | ACPI, APEI, EINJ, new parameter to control trigger actionChen Gong2012-03-301-3/+12
| | * | | | | ACPI, APEI, EINJ, limit the range of einj_paramChen Gong2012-03-301-1/+1
| | * | | | | ACPI, APEI, Fix ERST header length checkJiang Liu2012-03-301-1/+1
| | |/ / / /
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------------------. \ \ \ \ Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown2012-03-3017-70/+356
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | |/ / / / | | | | | | | | | | | |/| | | / | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | |