aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-01x86/apic: Remove verify_local_APIC()Bandan Das1-1/+0
2015-02-23x86/asm: Cleanup prefetch primitivesBorislav Petkov1-1/+1
2015-02-18x86/apic: Fix the devicetree build in certain configsRicardo Ribalda Delgado1-0/+8
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner1-1/+1
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner1-3/+3
2015-01-22x86/x2apic: Split enable and setup functionThomas Gleixner1-2/+2
2015-01-22x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner1-1/+0
2015-01-22x86/x2apic: Move code in conditional regionThomas Gleixner1-20/+4
2015-01-22x86/apic: Check x2apic earlyThomas Gleixner1-1/+1
2015-01-22x86/ioapic: Check x2apic reallyThomas Gleixner1-2/+0
2015-01-22x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APICThomas Gleixner1-4/+4
2015-01-22x86/apic: Avoid open coded x2apic detectionThomas Gleixner1-9/+10
2014-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-41/+5
2014-07-31x86, apic: Remove enable_apic_mode callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Remove setup_portio_remap callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Remove multi_timer_check callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Remove check_apicid_present callbackDavid Rientjes1-6/+0
2014-07-31x86, apic: Remove mps_oem_check callbackDavid Rientjes1-7/+0
2014-07-31x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes1-1/+0
2014-07-31x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes1-6/+3
2014-07-31x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes1-8/+0
2014-07-13x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig1-8/+0
2014-06-21x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu1-2/+2
2014-06-18x86, cpufeature: Convert more "features" to bugsBorislav Petkov1-1/+1
2014-02-09x86/apic: Always define nox2apic and define it as initdataDavid Rientjes1-1/+0
2014-02-09x86/apic: Remove unused function prototypesDavid Rientjes1-4/+0
2014-02-09x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes1-7/+1
2014-02-09x86/apic: Only use default_wait_for_init_deassert()David Rientjes1-1/+0
2013-08-20x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE1-0/+2
2013-06-20x86, trace: Introduce entering/exiting_irq()Seiji Aguchi1-0/+27
2012-10-06sections: fix section conflicts in arch/x86Andi Kleen1-1/+1
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2012-07-16Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin1-5/+0
2012-07-16apic: add apic_set_eoi_write for PV useMichael S. Tsirkin1-0/+3
2012-07-06x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha1-3/+6
2012-07-06x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain membershipSuresh Siddha1-5/+3
2012-07-03apic: fix kvm build on UP without IOAPICMichael S. Tsirkin1-0/+5
2012-06-14x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev1-25/+8
2012-06-14x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov1-1/+1
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev1-4/+2
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev1-13/+31
2012-06-08x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev1-3/+5
2012-06-08x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev1-0/+21
2012-06-06x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev1-3/+10
2012-06-06x86/apic: Factor out default target_cpus() operationAlexander Gordeev1-0/+5
2012-05-18x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin1-0/+5
2012-05-18x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin1-1/+15
2012-05-18x86/apic: Use symbolic APIC_EOI_ACKMichael S. Tsirkin1-3/+1