| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.c | H. Peter Anvin | 2012-05-30 | 1 | -6/+2 |
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2012-05-29 | 2 | -3/+6 |
|\ |
|
| * | acpi, bgrd: Add missing <linux/io.h> to drivers/acpi/bgrt.c | H. Peter Anvin | 2012-05-17 | 1 | -0/+1 |
| * | x86, realmode: don't copy real_mode_header | Jarkko Sakkinen | 2012-05-08 | 1 | -1/+1 |
| * | x86, realmode: Move ACPI wakeup to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -3/+5 |
* | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-05-22 | 2 | -10/+10 |
|\ \ |
|
| * | | acpi: use KERN_CONT in printk() continuation lines | Kay Sievers | 2012-05-08 | 2 | -10/+10 |
* | | | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-05-22 | 2 | -0/+32 |
|\ \ \ |
|
| * | | | ACPI: Add _PLD support | Matthew Garrett | 2012-05-11 | 1 | -0/+30 |
| * | | | ACPI: Add stubs for (un)register_acpi_bus_type | Matthew Garrett | 2012-05-11 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | ACPI / PCI / PM: Fix device PM regression related to D3hot/D3cold | Rafael J. Wysocki | 2012-05-17 | 3 | -3/+14 |
|/ / |
|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-05-05 | 2 | -11/+8 |
|\ \
| |/
|/| |
|
| * | ACPI: Fix D3hot v D3cold confusion | Lin Ming | 2012-05-05 | 2 | -11/+8 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-04-25 | 1 | -24/+28 |
|\ \ |
|
| * | | ACPI: Convert wake_sleep_flags to a value instead of function | Konrad Rzeszutek Wilk | 2012-04-23 | 1 | -24/+28 |
* | | | Revert "ACPI: ignore FADT reset-reg-sup flag" | Linus Torvalds | 2012-04-20 | 2 | -2/+4 |
* | | | Revert "ACPI: Make ACPI interrupt threaded" | Thomas Gleixner | 2012-04-18 | 1 | -2/+1 |
|/ / |
|
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-04-06 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branches 'idle-fix' and 'misc' into release | Len Brown | 2012-04-06 | 65 | -1243/+2087 |
| |\ \ |
|
| * | | | ACPI processor: Use safe_halt() rather than halt() in acpi_idle_play_dead() | Luck, Tony | 2012-04-05 | 1 | -1/+1 |
* | | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-05 | 1 | -7/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-05 | 1 | -7/+1 |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-03-30 | 63 | -1241/+2084 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'tboot' into release | Len Brown | 2012-03-30 | 2 | -3/+31 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k... | Len Brown | 2012-03-22 | 2 | -3/+31 |
| | |\ \ \ |
|
| | | * | | | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep. | Tang Liang | 2012-03-13 | 2 | -3/+31 |
| * | | | | | Merge branch 'd3' into release | Len Brown | 2012-03-30 | 3 | -2/+206 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI, PCI: Move acpi_dev_run_wake() to ACPI core | Lin Ming | 2012-03-30 | 1 | -0/+35 |
| | * | | | | | ACPI: Add interface to register/unregister device to/from power resources | Lin Ming | 2012-03-30 | 1 | -0/+162 |
| | * | | | | | ACPI: Introduce ACPI D3_COLD state support | Zhang Rui | 2012-03-30 | 2 | -2/+9 |
| | |/ / / / |
|
| * | | | | | Merge branch 'apei' into release | Len Brown | 2012-03-30 | 4 | -26/+56 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI: Fix logic for removing mappings in 'acpi_unmap' | Myron Stowe | 2012-03-30 | 1 | -1/+1 |
| | * | | | | | CPER failed to handle generic error records with multiple sections | Jiang Liu | 2012-03-30 | 1 | -0/+2 |
| | * | | | | | ACPI, APEI: Fix incorrect APEI register bit width check and usage | Gary Hade | 2012-03-30 | 1 | -21/+40 |
| | * | | | | | ACPI, APEI, EINJ, new parameter to control trigger action | Chen Gong | 2012-03-30 | 1 | -3/+12 |
| | * | | | | | ACPI, APEI, EINJ, limit the range of einj_param | Chen Gong | 2012-03-30 | 1 | -1/+1 |
| | * | | | | | ACPI, APEI, Fix ERST header length check | Jiang Liu | 2012-03-30 | 1 | -1/+1 |
| | |/ / / / |
|
| | | | | | | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *-------------------. \ \ \ \ | Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis... | Len Brown | 2012-03-30 | 17 | -70/+356 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |/ / / /
| | | | | | | | | | | |/| | | /
| | | | | |_|_|_|_|_|_|_|_|_|/
| | | | |/| | | | | | | | | | |
|
| | | | | | | | | | | | * | | | ACPI video: Don't start video device until its associated input device has be... | Igor Murzov | 2012-03-30 | 1 | -7/+8 |
| | | | | | | | | | | | * | | | ACPI video: Harden video bus adding. | Igor Murzov | 2012-03-30 | 1 | -15/+26 |
| | | | | | | | | | | |/ / / |
|
| | | | | | | | | | * | | | | ACPI: Do cpufreq clamping for throttling per package v2 | Andi Kleen | 2012-03-22 | 1 | -8/+37 |
| | | | | | | | | | |/ / / |
|
| | | | | | | | | * | | | | ACPI throttling: fix endian bug in acpi_read_throttling_status() | Dan Carpenter | 2012-03-30 | 1 | -3/+2 |
| | | | | | | | | * | | | | ACPI: Evaluate thermal trip points before reading temperature | Matthew Garrett | 2012-03-30 | 1 | -4/+4 |
| | | | | | | | | |/ / / |
|
| | | | | | | | * | | | | ACPICA: Fix regression in FADT revision checks | Julian Anastasov | 2012-03-21 | 1 | -4/+4 |
| | | | | | | | |/ / / |
|
| | | | | | | * | | | | ACPI: Clean redundant codes in scan.c | Alex He | 2012-03-30 | 1 | -4/+1 |
| | | | | | | * | | | | ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed() | Paul E. McKenney | 2012-03-30 | 1 | -2/+1 |
| | | | | | | * | | | | ACPI: consistently use should_use_kmap() | Jan Beulich | 2012-03-30 | 1 | -1/+1 |
| | | | | | | * | | | | ACPI: processor_driver: add missing kfree | Julia Lawall | 2012-03-30 | 1 | -4/+10 |
| | | | | | | * | | | | ACPI / PM: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-03-30 | 1 | -2/+2 |
| | | | | | | |/ / / |
|
| | | | | | * | | | | ACPI: Add CPU hotplug support for processor device objects | Toshi Kani | 2012-03-30 | 1 | -10/+38 |
| | | | | | |/ / / |
|