Age | Commit message (Expand) | Author | Files | Lines |
2012-07-26 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | 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/kerne... | 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/kerne... | 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-... | Linus Torvalds | 1 | -2/+20 |
2011-07-22 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2011-07-22 | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux... | 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/o... | Ingo Molnar | 1 | -1/+2 |
2011-05-30 | oprofile, x86: Add comments to IBS LVT offset initialization | Robert Richter | 1 | -1/+2 |
2011-05-20 | x86, ioapic: Use ioapic_saved_data while enabling intr-remapping | Suresh Siddha | 1 | -35/+13 |
2011-05-19 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -16/+12 |
2011-05-02 | x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optional | Tejun Heo | 1 | -17/+3 |
2011-05-02 | x86-32, NUMA: Automatically set apicid -> node in setup_local_APIC() | Tejun Heo | 1 | -0/+10 |
2011-04-19 | x86, apic: Print verbose error interrupt reason on apic=debug | Youquan Song | 1 | -15/+26 |
2011-03-29 | x86: A fast way to check capabilities of the current cpu | Christoph Lameter | 1 | -1/+1 |
2011-03-23 | x86: Use syscore_ops instead of sysdev classes and sysdevs | Rafael J. Wysocki | 1 | -24/+9 |
2011-03-15 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -45/+24 |
2011-03-15 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+33 |
2011-03-15 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+3 |
2011-03-15 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -19/+20 |
2011-03-15 | Merge commit 'v2.6.38' into x86/mm | Ingo Molnar | 1 | -2/+7 |
2011-03-11 | x86: Clean up apic.c and apic.h | Henrik Kretzschmar | 1 | -43/+22 |
2011-02-25 | x86: dt: Cleanup local apic setup | Thomas Gleixner | 1 | -3/+3 |