Age | Commit message (Expand) | Author | Files | Lines |
2012-10-08 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 9 | -80/+444 |
2012-10-07 | Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive... | Len Brown | 9 | -80/+444 |
2012-10-06 | ACPI: Add new sysfs interface to export device description | Lance Ortiz | 1 | -0/+1 |
2012-10-04 | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu... | Linus Torvalds | 5 | -16/+16 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 5 | -16/+16 |
2012-09-21 | ACPI: introduce module_acpi_driver() helper macro | Mika Westerberg | 1 | -0/+13 |
2012-09-21 | ACPI: Allow ACPI binding with USB-3.0 hub | Lan Tianyu | 1 | -2/+13 |
2012-09-21 | ACPICA: Update version to 20120913 | Bob Moore | 1 | -1/+1 |
2012-09-21 | ACPICA: Headers: Add new ACPI 5 HEST notify type values. | Bob Moore | 1 | -1/+3 |
2012-09-21 | ACPI: Use ACPICA native way to decode the PLD buffer | Feng Tang | 1 | -30/+1 |
2012-09-21 | ACPICA: Update version to 20120816. | Bob Moore | 1 | -1/+1 |
2012-09-21 | ACPICA: Add struct header support for _FDE, _GRT, _GTM, and _SRT names. | Bob Moore | 1 | -0/+43 |
2012-09-21 | ACPICA: Add support for complex _PLD buffers. | Bob Moore | 7 | -12/+234 |
2012-09-21 | ACPICA: Headers: Add support for CSRT and DBG2 ACPI tables. | Bob Moore | 2 | -1/+111 |
2012-09-21 | ACPICA: Comment update: Fix some typos in actble.h | Bob Moore | 1 | -24/+24 |
2012-09-21 | ACPI: delelte more BFS/GTS related definition and code | Feng Tang | 2 | -9/+0 |
2012-09-18 | cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power st... | Daniel Lezcano | 1 | -2/+0 |
2012-09-16 | ACPI / processor: remove unused function parameter | Daniel Lezcano | 1 | -4/+2 |
2012-09-05 | cpuidle / ACPI : remove power from acpi_processor_cx structure | Daniel Lezcano | 1 | -1/+0 |
2012-08-03 | Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o... | Len Brown | 3 | -13/+7 |
2012-07-31 | ACPI: delete _GTS/_BFS support | Len Brown | 2 | -3/+3 |
2012-07-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 16 | -41/+74 |
2012-07-26 | Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid... | Len Brown | 16 | -41/+74 |
2012-07-25 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2 | -3/+5 |
2012-07-19 | Merge branch 'pm-acpi' | Rafael J. Wysocki | 2 | -7/+2 |
2012-07-18 | cpuilde / ACPI: remove time from acpi_processor_cx structure | Daniel Lezcano | 1 | -1/+0 |
2012-07-18 | cpuidle / ACPI: remove usage from acpi_processor_cx structure | Daniel Lezcano | 1 | -1/+0 |
2012-07-18 | cpuidle / ACPI : remove latency_ticks from acpi_processor_cx structure | Daniel Lezcano | 1 | -1/+0 |
2012-07-17 | ACPICA: Update to version 20120711 | Bob Moore | 1 | -1/+1 |
2012-07-17 | ACPICA: AcpiSrc: Fix some translation issues for Linux conversion | Bob Moore | 5 | -16/+16 |
2012-07-17 | ACPICA: Update header files copyrights to 2012 | Bob Moore | 15 | -15/+15 |
2012-07-17 | ACPICA: Add new ACPI table load/unload external interfaces | Bob Moore | 1 | -4/+9 |
2012-07-17 | ACPICA: Add new interfaces for BIOS(firmware) errors and warnings | Bob Moore | 2 | -0/+12 |
2012-07-17 | ACPICA: Split exception code utilities to a new file, utexcep.c | Bob Moore | 1 | -2/+3 |
2012-07-14 | ACPICA: Update to version 20120620 | Bob Moore | 1 | -1/+1 |
2012-07-01 | ACPI / PM: Drop legacy driver PM callbacks that are not used any more | Rafael J. Wysocki | 1 | -4/+0 |
2012-07-01 | ACPI: Use struct dev_pm_ops for power management in processor driver | Rafael J. Wysocki | 1 | -2/+2 |
2012-07-01 | ACPI / PM: Drop pm_message_t argument from device suspend callback | Rafael J. Wysocki | 2 | -3/+2 |
2012-06-23 | Merge branch 'topic/huang-d3cold-v7' into next | Bjorn Helgaas | 1 | -3/+3 |
2012-06-23 | ACPI/PM: specify lowest allowed state for device sleep state | Huang Ying | 1 | -3/+3 |
2012-06-23 | PCI/ACPI: provide MMCONFIG address for PCI host bridges | Jiang Liu | 2 | -0/+2 |
2012-06-04 | ACPI: Add _OST support for sysfs eject | Toshi Kani | 1 | -1/+8 |
2012-06-04 | ACPI: Add an interface to evaluate _OST | Toshi Kani | 1 | -0/+3 |
2012-06-04 | ACPI: fix acpi_bus.h build warnings when ACPI is not enabled | Len Brown | 1 | -2/+2 |
2012-06-01 | ACPICA: Update to version 20120518 | Bob Moore | 1 | -1/+1 |
2012-06-01 | ACPICA: Remove argument of acpi_os_wait_events_complete | Lin Ming | 1 | -1/+1 |
2012-06-01 | ACPICA: ACPI 5/iASL: Add support for PCC keyword | Bob Moore | 1 | -1/+2 |
2012-06-01 | ACPICA: Update to version 20120420 | Bob Moore | 1 | -1/+1 |
2012-06-01 | ACPICA: Add support for multiple notify handlers | Bob Moore | 1 | -0/+4 |
2012-05-12 | ACPI: Add _PLD support | Matthew Garrett | 1 | -0/+31 |