Age | Commit message (Expand) | Author | Files | Lines |
2012-03-30 | ACPI, APEI: Fix incorrect APEI register bit width check and usage | Gary Hade | 1 | -21/+40 |
2012-03-30 | ACPI, APEI, EINJ, new parameter to control trigger action | Chen Gong | 1 | -3/+12 |
2012-03-30 | ACPI, APEI, EINJ, limit the range of einj_param | Chen Gong | 1 | -1/+1 |
2012-03-30 | ACPI, APEI, Fix ERST header length check | Jiang Liu | 1 | -1/+1 |
2012-03-30 | idle, x86: Allow off-lined CPU to enter deeper C states | Boris Ostrovsky | 1 | -0/+31 |
2012-03-30 | ACPI: Add CPU hotplug support for processor device objects | Toshi Kani | 1 | -10/+38 |
2012-03-30 | ACPI / PM: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 1 | -2/+2 |
2012-03-30 | ACPI: Evaluate thermal trip points before reading temperature | Matthew Garrett | 1 | -4/+4 |
2012-03-30 | ACPI, PCI: Move acpi_dev_run_wake() to ACPI core | Lin Ming | 1 | -0/+35 |
2012-03-30 | ACPI: Add interface to register/unregister device to/from power resources | Lin Ming | 1 | -0/+162 |
2012-03-30 | ACPI: Introduce ACPI D3_COLD state support | Zhang Rui | 2 | -2/+9 |
2012-03-30 | ACPICA: Object repair code: Support to add Package wrappers | Bob Moore | 4 | -105/+64 |
2012-03-30 | ACPI: Make ACPI interrupt threaded | Andi Kleen | 1 | -1/+2 |
2012-03-30 | ACPI: ec: Do request_region outside WARN() | Andi Kleen | 1 | -4/+4 |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
2012-03-28 | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 | Linus Torvalds | 2 | -1/+11 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-03-26 | ACPI: Move module parameter gts and bfs to sleep.c | Lin Ming | 2 | -20/+31 |
2012-03-26 | ACPICA: Sleep/Wake interfaces: optionally execute _GTS and _BFS | Lin Ming | 5 | -39/+63 |
2012-03-22 | ACPI: Do cpufreq clamping for throttling per package v2 | Andi Kleen | 1 | -8/+37 |
2012-03-22 | ACPICA: Debugger: Add missing object info to namespace dump | Bob Moore | 1 | -1/+14 |
2012-03-22 | ACPICA: Change exception code for invalid pathname in acpi_evaluate_object | Bob Moore | 1 | -1/+1 |
2012-03-22 | ACPICA: Clarify METHOD_NAME* defines for full-pathname cases | Bob Moore | 5 | -21/+22 |
2012-03-22 | ACPICA: Add table-driven dispatch for sleep/wake functions | Bob Moore | 2 | -54/+88 |
2012-03-22 | ACPICA: Split sleep/wake functions into two files | Bob Moore | 4 | -211/+265 |
2012-03-22 | ACPICA: Distill multiple sleep method functions to a single function | Bob Moore | 3 | -128/+29 |
2012-03-22 | ACPICA: Add acpi_os_physical_table_override interface | Bob Moore | 4 | -63/+161 |
2012-03-22 | ACPICA: ACPI 5: Update debug output for new notify values | Bob Moore | 2 | -26/+31 |
2012-03-22 | ACPICA: Expand OSL memory read/write interfaces to 64 bits | Bob Moore | 4 | -121/+21 |
2012-03-22 | ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardware | Bob Moore | 27 | -479/+361 |
2012-03-22 | ACPICA: Move ACPI timer prototypes to public acpixf file | Bob Moore | 1 | -12/+0 |
2012-03-22 | ACPICA: ACPI 5: Support for new FADT SleepStatus, SleepControl registers | Bob Moore | 4 | -269/+694 |
2012-03-22 | ACPICA: Update _REV return value to 5 | Bob Moore | 1 | -1/+1 |
2012-03-22 | Merge branch 'stable/for-x86-for-3.4' of git://git.kernel.org/pub/scm/linux/k... | Len Brown | 2 | -3/+31 |
2012-03-21 | ACPICA: Fix regression in FADT revision checks | Julian Anastasov | 1 | -4/+4 |
2012-03-21 | ACPI: ignore FADT reset-reg-sup flag | Len Brown | 2 | -4/+2 |
2012-03-20 | ACPI: EC: Add ec_get_handle() | Seth Forshee | 1 | -0/+10 |
2012-03-20 | platform/x86: drop deprecated asus_acpi driver | Corentin Chary | 1 | -1/+1 |
2012-03-13 | x86, acpi, tboot: Have a ACPI os prepare sleep instead of calling tboot_sleep. | Tang Liang | 2 | -3/+31 |
2012-02-08 | ACPI: remove duplicated lines of merging problems with acpi_processor_start | Yinghai Lu | 1 | -17/+1 |
2012-02-07 | ACPI: remove duplicated lines of merging problems with acpi_processor_add | Yinghai Lu | 1 | -7/+0 |
2012-02-02 | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 7 | -530/+318 |
2012-01-26 | ACPI: Load acpi-cpufreq from processor driver automatically | Andi Kleen | 2 | -0/+23 |
2012-01-23 | Merge branches 'atomicio-apei', 'hotplug', 'sony-nvs-nosave' and 'thermal-net... | Len Brown | 2 | -40/+122 |
2012-01-23 | Use acpi_os_map_memory() instead of ioremap() in einj driver | Luck, Tony | 1 | -44/+38 |
2012-01-23 | ACPI, APEI, EINJ, cleanup 0 vs NULL confusion | Dan Carpenter | 1 | -3/+3 |
2012-01-23 | ACPI, APEI, EINJ Allow empty Trigger Error Action Table | Niklas Söderlund | 1 | -1/+6 |
2012-01-21 | ACPI / PM: Add Sony Vaio VPCCW29FX to nonvs blacklist. | Lan Tianyu | 1 | -0/+8 |
2012-01-21 | ACPI: Remove ./drivers/acpi/atomicio.[ch] | Myron Stowe | 2 | -423/+0 |
2012-01-21 | ACPI, APEI: Add RAM mapping support to ACPI | Myron Stowe | 1 | -2/+34 |