aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h
Commit message (Expand)AuthorAge
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-13
|\
| * x86/asm: Cleanup prefetch primitivesBorislav Petkov2015-02-23
* | x86/apic: Remove verify_local_APIC()Bandan Das2015-04-01
|/
* x86/apic: Fix the devicetree build in certain configsRicardo Ribalda Delgado2015-02-18
* x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner2015-01-22
* x86/smpboot: Move apic init code to apic.cThomas Gleixner2015-01-22
* x86/x2apic: Split enable and setup functionThomas Gleixner2015-01-22
* x86/x2apic: Disable x2apic from nox2apic setupThomas Gleixner2015-01-22
* x86/x2apic: Move code in conditional regionThomas Gleixner2015-01-22
* x86/apic: Check x2apic earlyThomas Gleixner2015-01-22
* x86/ioapic: Check x2apic reallyThomas Gleixner2015-01-22
* x86/apic: Make x2apic_mode depend on CONFIG_X86_X2APICThomas Gleixner2015-01-22
* x86/apic: Avoid open coded x2apic detectionThomas Gleixner2015-01-22
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-13
|\
| * x86, apic: Remove enable_apic_mode callbackDavid Rientjes2014-07-31
| * x86, apic: Remove setup_portio_remap callbackDavid Rientjes2014-07-31
| * x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-31
| * x86, apic: Remove check_apicid_present callbackDavid Rientjes2014-07-31
| * x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-31
| * x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes2014-07-31
| * x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes2014-07-31
| * x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes2014-07-31
| * x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig2014-07-13
| * x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-21
* | x86, cpufeature: Convert more "features" to bugsBorislav Petkov2014-06-18
|/
* x86/apic: Always define nox2apic and define it as initdataDavid Rientjes2014-02-09
* x86/apic: Remove unused function prototypesDavid Rientjes2014-02-09
* x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes2014-02-09
* x86/apic: Only use default_wait_for_init_deassert()David Rientjes2014-02-09
* x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE2013-08-20
* x86, trace: Introduce entering/exiting_irq()Seiji Aguchi2013-06-21
* sections: fix section conflicts in arch/x86Andi Kleen2012-10-05
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-26
|\
| * x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-14
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-24
|\ \
| * | Revert "apic: fix kvm build on UP without IOAPIC"Michael S. Tsirkin2012-07-16
| * | apic: add apic_set_eoi_write for PV useMichael S. Tsirkin2012-07-16
| * | apic: fix kvm build on UP without IOAPICMichael S. Tsirkin2012-07-03
| |/
* | x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha2012-07-06
* | x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha2012-07-06
* | x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-14
* | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev2012-06-08
* | x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-08
* | x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev2012-06-08
* | x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev2012-06-08
* | x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev2012-06-06
* | x86/apic: Factor out default target_cpus() operationAlexander Gordeev2012-06-06
|/
* x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin2012-05-18
* x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin2012-05-18
* x86/apic: Use symbolic APIC_EOI_ACKMichael S. Tsirkin2012-05-18