| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, apic: Remove enable_apic_mode callback | David Rientjes | 2014-07-31 | 1 | -2/+0 |
* | x86, apic: Remove x86_32_numa_cpu_node callback | David Rientjes | 2014-07-31 | 1 | -11/+0 |
* | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box() | Oren Twaig | 2014-07-13 | 1 | -59/+1 |
* | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu | 2014-06-21 | 1 | -1/+1 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-04-11 | 1 | -1/+2 |
|\ |
|
| * | x86/apic: Reinstate error IRQ Pentium erratum 3AP workaround | Maciej W. Rozycki | 2014-04-01 | 1 | -1/+2 |
* | | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-04-02 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 2014-02-27 | 1 | -1/+0 |
* | | x86/apic: Plug racy xAPIC access of CPU hotplug code | Jan Kiszka | 2014-03-11 | 1 | -0/+4 |
|/ |
|
* | x86/apic: Always define nox2apic and define it as initdata | David Rientjes | 2014-02-09 | 1 | -3/+6 |
* | x86, apic: Make disabled_cpu_apicid static read_mostly, fix typos | H. Peter Anvin | 2014-01-15 | 1 | -3/+3 |
* | x86, apic, kexec: Add disable_cpu_apicid kernel parameter | HATAYAMA Daisuke | 2014-01-15 | 1 | -0/+49 |
* | x86/apic: Read Error Status Register correctly | Richard Weinberger | 2014-01-14 | 1 | -9/+8 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-19 | 1 | -0/+1 |
|\ |
|
| * | x86: Export 'boot_cpu_physical_apicid' to modules | David Rientjes | 2013-11-15 | 1 | -0/+1 |
* | | x86 / ACPI: simplify _acpi_map_lsapic() | Jiang Liu | 2013-09-24 | 1 | -3/+5 |
|/ |
|
* | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible | Andi Kleen | 2013-08-06 | 1 | -6/+6 |
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 | 1 | -15/+15 |
* | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-02 | 1 | -12/+57 |
|\ |
|
| * | trace,x86: Move creation of irq tracepoints from apic.c to irq.c | Steven Rostedt (Red Hat) | 2013-06-21 | 1 | -3/+1 |
| * | x86, trace: Add irq vector tracepoints | Seiji Aguchi | 2013-06-20 | 1 | -0/+42 |
| * | x86, trace: Introduce entering/exiting_irq() | Seiji Aguchi | 2013-06-20 | 1 | -14/+19 |
* | | x86/mce: Remove check for CONFIG_X86_MCE_P4THERMAL | Paul Bolle | 2013-05-31 | 1 | -1/+1 |
|/ |
|
* | x86/apic: Fix parsing of the 'lapic' cmdline option | Mathias Krause | 2013-02-20 | 1 | -1/+1 |
* | x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume | Joerg Roedel | 2013-01-28 | 1 | -10/+9 |
* | x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code | Joerg Roedel | 2013-01-28 | 1 | -6/+3 |
* | x86: apic: Use tsc deadline for oneshot when available | Suresh Siddha | 2012-11-02 | 1 | -20/+53 |
* | arch/x86: Remove unecessary semicolons | Peter Senna Tschudin | 2012-09-19 | 1 | -1/+1 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-07-26 | 1 | -3/+3 |
|\ |
|
| * | x86: Add read_mostly declaration/definition to variables from smp.h | Vlad Zolotarov | 2012-06-14 | 1 | -3/+3 |
* | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-07-24 | 1 | -0/+17 |
|\ \ |
|
| * | | apic: add apic_set_eoi_write for PV use | Michael S. Tsirkin | 2012-07-16 | 1 | -0/+17 |
| |/ |
|
* | | x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and() | Alexander Gordeev | 2012-06-14 | 1 | -4/+4 |
* | | x86/apic: Eliminate cpu_mask_to_apicid() operation | Alexander Gordeev | 2012-06-14 | 1 | -18/+6 |
* | | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_mask | Alexander Gordeev | 2012-06-08 | 1 | -1/+1 |
* | | x86/apic: Make cpu_mask_to_apicid() operations return error code | Alexander Gordeev | 2012-06-08 | 1 | -15/+18 |
* | | x86/apic: Factor out default cpu_mask_to_apicid() operations | Alexander Gordeev | 2012-06-06 | 1 | -0/+28 |
|/ |
|
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-05-22 | 1 | -5/+7 |
|\ |
|
| * | x86: Conditionally update time when ack-ing pending irqs | Shai Fultheim | 2012-05-07 | 1 | -5/+7 |
* | | iommu: rename intr_remapping.[ch] to irq_remapping.[ch] | Suresh Siddha | 2012-05-07 | 1 | -1/+1 |
* | | iommu: rename intr_remapping references to irq_remapping | Suresh Siddha | 2012-05-07 | 1 | -11/+11 |
* | | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops | Joerg Roedel | 2012-05-07 | 1 | -3/+3 |
* | | iommu/vt-d: Make intr-remapping initialization generic | Joerg Roedel | 2012-05-07 | 1 | -5/+9 |
|/ |
|
* | x86, apic: APIC code touches invalid MSR on P5 class machines | Bryan O'Donoghue | 2012-04-18 | 1 | -14/+20 |
* | x86/apic/amd: Be more verbose about LVT offset assignments | Robert Richter | 2012-03-28 | 1 | -4/+9 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-06 | 1 | -26/+81 |
|\ |
|
| * | x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOS | Yinghai Lu | 2011-12-23 | 1 | -10/+27 |
| * | x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remapping | Yinghai Lu | 2011-12-23 | 1 | -18/+55 |
| * | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat | Fernando Luis Vazquez Cao | 2011-12-18 | 1 | -6/+1 |
| * | x86: Add per-cpu stat counter for APIC ICR read tries | Fernando Luis Vázquez Cao | 2011-12-14 | 1 | -0/+6 |