Age | Commit message (Expand) | Author | Files | Lines |
2016-09-23 | acpi: Fix broken error check in map_processor() | Thomas Gleixner | 1 | -4/+5 |
2016-09-21 | acpi: Validate processor id when mapping the processor | Dou Liyang | 1 | -0/+4 |
2016-09-21 | x86/acpi: Set persistent cpuid <-> nodeid mapping when booting | Gu Zheng | 1 | -0/+68 |
2016-09-21 | x86/acpi: Enable MADT APIs to return disabled apicids | Gu Zheng | 1 | -22/+38 |
2016-05-30 | ACPI / processor: Add acpi_map_madt_entry() | David Daney | 1 | -4/+22 |
2015-05-14 | ACPI / processor: Introduce invalid_phys_cpuid() | Hanjun Guo | 1 | -2/+2 |
2015-05-14 | ACPI / processor: return specific error instead of -1 | Hanjun Guo | 1 | -3/+3 |
2015-03-26 | ACPI / processor: Make it possible to get CPU hardware ID via GICC | Hanjun Guo | 1 | -0/+30 |
2015-03-26 | ACPI / processor: Introduce phys_cpuid_t for CPU hardware ID | Catalin Marinas | 1 | -15/+15 |
2015-02-05 | ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug | Yinghai Lu | 1 | -9/+114 |
2015-01-06 | ACPI / processor: Convert apic_id to phys_id to make it arch agnostic | Hanjun Guo | 1 | -28/+28 |
2014-12-16 | ACPI: Fix minor syntax issues in processor_core.c | Jiang Liu | 1 | -5/+4 |
2014-09-25 | ACPI / processor: use container_of instead of casting first structure member | Fabian Frederick | 1 | -3/+3 |
2014-08-06 | Merge branches 'acpi-video', 'acpi-battery', 'acpi-processor' and 'acpi-lpss' | Rafael J. Wysocki | 1 | -0/+2 |
2014-07-30 | ACPI / processor: Make it possible to get local x2apic id via _MAT | Hanjun Guo | 1 | -0/+2 |
2014-07-21 | ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDC | Hanjun Guo | 1 | -198/+0 |
2014-04-02 | Merge branches 'acpi-processor' and 'pnp' | Rafael J. Wysocki | 1 | -27/+0 |
2014-03-26 | Revert "ACPI / processor: Make it possible to get APIC ID via GIC" | Hanjun Guo | 1 | -27/+0 |
2014-03-21 | Merge branch 'acpi-processor' | Rafael J. Wysocki | 1 | -21/+57 |
2014-03-19 | ACPI: Remove duplicate definitions of PREFIX | Hanjun Guo | 1 | -1/+0 |
2014-02-19 | ACPI / processor: Make it possible to get APIC ID via GIC | Hanjun Guo | 1 | -0/+27 |
2014-02-19 | ACPI / processor: Build idle_boot_override on x86 and ia64 | Hanjun Guo | 1 | -19/+28 |
2014-02-19 | ACPI / processor: Use ACPI_PROCESSOR_DEVICE_HID instead of "ACPI0007" | Hanjun Guo | 1 | -1/+1 |
2014-02-19 | ACPI / processor: Fix acpi_processor_eval_pdc() return value type | Hanjun Guo | 1 | -1/+1 |
2014-01-29 | Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and '... | Rafael J. Wysocki | 1 | -13/+13 |
2014-01-28 | ACPI / processor: Return specific error value when mapping lapic id | Hanjun Guo | 1 | -13/+13 |
2013-12-07 | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 1 | -2/+1 |
2013-09-24 | ACPI / processor: Introduce apic_id in struct processor to save parsed APIC id | Jiang Liu | 1 | -5/+21 |
2013-08-15 | Merge back earlier 'acpi-assorted' material | Rafael J. Wysocki | 1 | -1/+1 |
2013-08-08 | ACPI / processor: Fix incorrect placement of __initdata | Sachin Kamat | 1 | -1/+1 |
2013-07-15 | acpi: delete __cpuinit usage from all acpi files | Paul Gortmaker | 1 | -4/+4 |
2013-03-04 | ACPI / processor: Remove redundant NULL check before kfree | Syam Sidhardhan | 1 | -2/+1 |
2012-07-13 | cpufreq / ACPI: Fix not loading acpi-cpufreq driver regression | Thomas Renninger | 1 | -2/+4 |
2012-01-17 | ACPI: processor: fix acpi_get_cpuid for UP processor | Lin Ming | 1 | -2/+24 |
2011-11-01 | acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2011-05-29 | ACPI: processor: fix processor_physically_present in UP kernel | Lin Ming | 1 | -3/+9 |
2011-03-03 | ACPI: use __cpuinit for the acpi_processor_set_pdc() call tree | Jan Beulich | 1 | -4/+4 |
2011-03-03 | ACPI: use __init where possible in processor driver | Jan Beulich | 1 | -5/+4 |
2011-01-12 | ACPI, intel_idle: Cleanup idle= internal variables | Thomas Renninger | 1 | -2/+2 |
2010-10-09 | Merge branch 'pdc-regression' into release | Len Brown | 1 | -0/+1 |
2010-10-01 | ACPI: Handle ACPI0007 Device in acpi_early_set_pdc | Yinghai Lu | 1 | -0/+1 |
2010-09-29 | ACPI: delete ZEPTO idle=nomwait DMI quirk | Len Brown | 1 | -6/+0 |
2010-07-12 | ACPI: processor: fix processor_physically_present on UP | Alex Chiang | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-15 | ACPI: processor: push file static MADT pointer into internal map_madt_entry() | Alex Chiang | 1 | -9/+9 |
2010-03-15 | ACPI: processor: refactor internal map_lsapic_id() | Alex Chiang | 1 | -15/+5 |
2010-03-15 | ACPI: processor: refactor internal map_x2apic_id() | Alex Chiang | 1 | -9/+3 |
2010-03-15 | ACPI: processor: refactor internal map_lapic_id() | Alex Chiang | 1 | -6/+9 |
2010-03-15 | ACPI: processor: driver doesn't need to evaluate _PDC | Alex Chiang | 1 | -7/+0 |
2010-03-15 | ACPI: processor: remove early _PDC optin quirks | Alex Chiang | 1 | -37/+0 |