Age | Commit message (Expand) | Author | Files | Lines |
2012-02-08 | ACPI: remove duplicated lines of merging problems with acpi_processor_start | Yinghai Lu | 1 | -17/+1 |
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 |
2012-01-21 | ACPI, APEI: Add 64-bit read/write support for APEI on i386 | Myron Stowe | 2 | -31/+120 |
2012-01-19 | ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged cores | Thomas Renninger | 1 | -7/+65 |
2012-01-19 | ACPI processor hotplug: Split up acpi_processor_add | Thomas Renninger | 1 | -38/+54 |
2012-01-18 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 163 | -700/+3821 |
2012-01-18 | Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ... | Len Brown | 4 | -49/+227 |
2012-01-18 | acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi spec | Tony Luck | 1 | -36/+188 |
2012-01-18 | Merge branch 'atomicio-remove' into release | Len Brown | 4 | -25/+130 |
2012-01-18 | Merge branch 'apei' into release | Len Brown | 9 | -47/+305 |
2012-01-17 | ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2 | Thomas Renninger | 1 | -9/+8 |
2012-01-17 | ACPI processor: Remove unneeded cpuidle_unregister_driver call | Thomas Renninger | 1 | -2/+0 |
2012-01-17 | ACPI processor: Fix error path, also remove sysdev link | Thomas Renninger | 1 | -0/+1 |
2012-01-17 | ACPI: processor: fix acpi_get_cpuid for UP processor | Lin Ming | 1 | -2/+24 |
2012-01-17 | ACPI APEI: Convert atomicio routines | Myron Stowe | 3 | -11/+104 |
2012-01-17 | ACPI: Export interfaces for ioremapping/iounmapping ACPI registers | Myron Stowe | 1 | -2/+4 |
2012-01-17 | ACPI: Fix possible alignment issues with GAS 'address' references | Myron Stowe | 1 | -14/+24 |
2012-01-17 | ACPI: Store SRAT table revision | Kurt Garloff | 1 | -0/+6 |
2012-01-17 | ACPI, APEI, Resolve false conflict between ACPI NVS and APEI | Huang Ying | 1 | -1/+28 |
2012-01-17 | ACPI, Record ACPI NVS regions | Huang Ying | 2 | -2/+54 |
2012-01-17 | ACPI, APEI, EINJ, Refine the fix of resource conflict | Xiao, Hui | 1 | -6/+32 |
2012-01-17 | ACPI, APEI, EINJ, Fix resource conflict on some machine | Huang Ying | 3 | -2/+36 |
2012-01-17 | ACPI, Add RAM mapping support to ACPI atomic IO support | Huang Ying | 1 | -4/+37 |
2012-01-17 | ACPI, APEI, Printk queued error record before panic | Huang Ying | 1 | -9/+44 |
2012-01-17 | ACPI, APEI, GHES, Distinguish interleaved error report in kernel log | Huang Ying | 1 | -5/+11 |
2012-01-17 | ACPI, APEI, Remove table not found message | Huang Ying | 3 | -9/+6 |
2012-01-17 | ACPI, APEI, Print resource errors in conventional format | Bjorn Helgaas | 2 | -9/+10 |
2012-01-17 | ACPI, APEI, GHES: Add PCIe AER recovery support | Huang Ying | 1 | -0/+23 |
2012-01-17 | ACPI, Add 64bit read/write support to atomicio on i386 | Huang Ying | 1 | -6/+30 |
2012-01-17 | ACPICA: Update all copyrights to 2012 | Bob Moore | 148 | -148/+148 |
2012-01-17 | ACPICA: Add support for region address conflict checking | Lin Ming | 12 | -215/+403 |
2012-01-17 | ACPICA: Update for larger ACPI 5 FADT size | Bob Moore | 1 | -6/+7 |
2012-01-17 | ACPICA: Clean up Makefile | Lin Ming | 1 | -24/+133 |
2012-01-17 | ACPI 5.0: Allow _AEI method in walk resources | Zhang Rui | 1 | -4/+6 |
2012-01-17 | ACPI 5.0: Add new predefined names | Bob Moore | 5 | -4/+73 |
2012-01-17 | ACPI 5.0: New interface, acpi_buffer_to_resource | Bob Moore | 1 | -0/+64 |
2012-01-17 | ACPI 5.0: New interface, acpi_get_event_resources | Bob Moore | 3 | -0/+94 |
2012-01-17 | ACPI 5.0: Support for all new resource descriptors | Lin Ming | 15 | -115/+1573 |
2012-01-17 | ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation region | Bob Moore | 5 | -17/+38 |
2012-01-17 | ACPI 5.0: Implement Connection() and AccessAs() changes | Bob Moore | 14 | -45/+300 |
2012-01-17 | ACPI 5.0: New interfaces to allow driver access to AML mutex objects | Lin Ming | 2 | -1/+188 |
2012-01-17 | ACPI 5.0: Implement hardware-reduced option | Bob Moore | 5 | -3/+57 |