Age | Commit message (Expand) | Author | Files | Lines |
2013-11-19 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+1 |
2013-11-15 | x86: Export 'boot_cpu_physical_apicid' to modules |  David Rientjes | 1 | -0/+1 |
2013-09-24 | x86 / ACPI: simplify _acpi_map_lsapic() |  Jiang Liu | 1 | -3/+5 |
2013-08-06 | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible |  Andi Kleen | 1 | -6/+6 |
2013-07-14 | x86: delete __cpuinit usage from all x86 files |  Paul Gortmaker | 1 | -15/+15 |
2013-07-02 | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -12/+57 |
2013-06-21 | trace,x86: Move creation of irq tracepoints from apic.c to irq.c |  Steven Rostedt (Red Hat) | 1 | -3/+1 |
2013-06-20 | x86, trace: Add irq vector tracepoints |  Seiji Aguchi | 1 | -0/+42 |
2013-06-20 | x86, trace: Introduce entering/exiting_irq() |  Seiji Aguchi | 1 | -14/+19 |
2013-05-31 | x86/mce: Remove check for CONFIG_X86_MCE_P4THERMAL |  Paul Bolle | 1 | -1/+1 |
2013-02-20 | x86/apic: Fix parsing of the 'lapic' cmdline option |  Mathias Krause | 1 | -1/+1 |
2013-01-28 | x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume |  Joerg Roedel | 1 | -10/+9 |
2013-01-28 | x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code |  Joerg Roedel | 1 | -6/+3 |
2012-11-02 | x86: apic: Use tsc deadline for oneshot when available |  Suresh Siddha | 1 | -20/+53 |
2012-09-19 | arch/x86: Remove unecessary semicolons |  Peter Senna Tschudin | 1 | -1/+1 |
2012-07-26 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+3 |
2012-07-24 | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+17 |
2012-07-16 | apic: add apic_set_eoi_write for PV use |  Michael S. Tsirkin | 1 | -0/+17 |
2012-06-14 | x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and() |  Alexander Gordeev | 1 | -4/+4 |
2012-06-14 | x86/apic: Eliminate cpu_mask_to_apicid() operation |  Alexander Gordeev | 1 | -18/+6 |
2012-06-14 | x86: Add read_mostly declaration/definition to variables from smp.h |  Vlad Zolotarov | 1 | -3/+3 |
2012-06-08 | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_mask |  Alexander Gordeev | 1 | -1/+1 |
2012-06-08 | x86/apic: Make cpu_mask_to_apicid() operations return error code |  Alexander Gordeev | 1 | -15/+18 |
2012-06-06 | x86/apic: Factor out default cpu_mask_to_apicid() operations |  Alexander Gordeev | 1 | -0/+28 |
2012-05-22 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -5/+7 |
2012-05-07 | x86: Conditionally update time when ack-ing pending irqs |  Shai Fultheim | 1 | -5/+7 |
2012-05-07 | iommu: rename intr_remapping.[ch] to irq_remapping.[ch] |  Suresh Siddha | 1 | -1/+1 |
2012-05-07 | iommu: rename intr_remapping references to irq_remapping |  Suresh Siddha | 1 | -11/+11 |
2012-05-07 | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops |  Joerg Roedel | 1 | -3/+3 |
2012-05-07 | iommu/vt-d: Make intr-remapping initialization generic |  Joerg Roedel | 1 | -5/+9 |
2012-04-18 | x86, apic: APIC code touches invalid MSR on P5 class machines |  Bryan O'Donoghue | 1 | -14/+20 |
2012-03-28 | x86/apic/amd: Be more verbose about LVT offset assignments |  Robert Richter | 1 | -4/+9 |
2012-01-06 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -26/+81 |
2011-12-23 | x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOS |  Yinghai Lu | 1 | -10/+27 |
2011-12-23 | x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remapping |  Yinghai Lu | 1 | -18/+55 |
2011-12-18 | x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat |  Fernando Luis Vazquez Cao | 1 | -6/+1 |
2011-12-14 | x86: Add per-cpu stat counter for APIC ICR read tries |  Fernando Luis Vázquez Cao | 1 | -0/+6 |
2011-12-11 | x86: Call idle notifier after irq_enter() |  Frederic Weisbecker | 1 | -3/+3 |
2011-11-10 | x86/apic: Allow use of lapic timer early calibration result |  Jacob Pan | 1 | -7/+26 |
2011-09-21 | iommu: Rename the DMAR and INTR_REMAP config options |  Suresh Siddha | 1 | -1/+1 |
2011-09-21 | x86, x2apic: Enable the bios request for x2apic optout |  Suresh Siddha | 1 | -16/+15 |
2011-07-26 | atomic: use <linux/atomic.h> |  Arun Sharma | 1 | -1/+1 |
2011-07-23 | Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-for-linus', 'x86-platform-for-linus', 'x86-quirks-for-linus', 'x86-tsc-for-linus' and 'x86-smpboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -2/+20 |
2011-07-22 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+1 |
2011-07-22 | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+2 |
2011-07-12 | x86, x2apic: Preserve high 32-bits of IA32_APIC_BASE MSR |  Naga Chumbalkar | 1 | -1/+1 |
2011-07-08 | x86, boot: Wait for boot cpu to show up if nr_cpus limit is about to hit |  Vivek Goyal | 1 | -2/+20 |
2011-06-09 | x86: i8253: Consolidate definitions of global_clock_event |  Ralf Baechle | 1 | -0/+1 |
2011-06-09 | i8253: Create linux/i8253.h and use it in all 8253 related files |  Ralf Baechle | 1 | -1/+1 |
2011-06-08 | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent |  Ingo Molnar | 1 | -1/+2 |