summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | |/ / / / | | | | | | | | | | | |/| | | / | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | |
| | | | | | | | | | | | * | | ACPI video: Don't start video device until its associated input device has be...Igor Murzov2012-03-301-7/+8
| | | | | | | | | | | | * | | ACPI video: Harden video bus adding.Igor Murzov2012-03-301-15/+26
| | | | | | | | | | | |/ / /
| | | | | | | | | | * / / / ACPI: Do cpufreq clamping for throttling per package v2Andi Kleen2012-03-221-8/+37
| | | | | | | | | | |/ / /
| | | | | | | | | * | | | ACPI throttling: fix endian bug in acpi_read_throttling_status()Dan Carpenter2012-03-301-3/+2
| | | | | | | | | * | | | ACPI: Evaluate thermal trip points before reading temperatureMatthew Garrett2012-03-301-4/+4
| | | | | | | | | |/ / /
| | | | | | | | * / / / ACPICA: Fix regression in FADT revision checksJulian Anastasov2012-03-211-4/+4
| | | | | | | | |/ / /
| | | | | | | * | | | ACPI: Clean redundant codes in scan.cAlex He2012-03-301-4/+1
| | | | | | | * | | | ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed()Paul E. McKenney2012-03-301-2/+1
| | | | | | | * | | | ACPI: consistently use should_use_kmap()Jan Beulich2012-03-301-1/+1
| | | | | | | * | | | ACPI: processor_driver: add missing kfreeJulia Lawall2012-03-301-4/+10
| | | | | | | * | | | ACPI / PM: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-03-301-2/+2
| | | | | | | |/ / /
| | | | | | * / / / ACPI: Add CPU hotplug support for processor device objectsToshi Kani2012-03-301-10/+38
| | | | | | |/ / /
| | | | | * | | | ACPI: Make ACPI interrupt threadedAndi Kleen2012-03-301-1/+2