aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25x86/apic/flat64: Remove the IPI shorthand decision logicThomas Gleixner1-4/+0
2019-07-25x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner1-0/+2
2019-07-25x86/apic: Add static key to Control IPI shorthandsThomas Gleixner1-0/+2
2019-07-25x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner1-0/+1
2019-07-25x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner1-2/+0
2019-07-16x86/apic: Silence -Wtype-limits compiler warningsQian Cai1-1/+1
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner1-0/+2
2019-06-16x86/apic: Make apic_bsp_setup() staticThomas Gleixner1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner1-1/+1
2019-05-09x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake1-1/+1
2018-08-05x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange1-0/+3
2018-07-02Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner1-2/+0
2018-06-21x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner1-0/+2
2018-06-21x86/smp: Provide topology_is_primary_thread()Thomas Gleixner1-0/+6
2018-06-06x86/apic: Provide apic_ack_irq()Thomas Gleixner1-0/+2
2018-04-12Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar1-17/+1
2018-04-10x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing1-2/+2
2018-03-26x86/apic: Finish removing unused callbacksDavid Rientjes1-16/+0
2018-02-16x86/apic: Make setup_local_APIC() staticDou Liyang1-1/+0
2018-02-13x86/apic: Simplify init_bsp_APIC() usageDou Liyang1-0/+1
2018-01-14Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä1-0/+1
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner1-0/+1
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner1-0/+6
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner1-0/+5
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner1-3/+0
2017-09-25x86/apic: Reorganize struct apicThomas Gleixner1-59/+50
2017-09-25x86/apic: Move common APIC callbacksThomas Gleixner1-61/+12
2017-09-25x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner1-30/+0
2017-09-25x86/apic: Move APIC noop specific functionsThomas Gleixner1-7/+0
2017-09-25x86/apic: Move probe32 specific APIC functionsThomas Gleixner1-21/+0
2017-09-25x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner1-2/+2
2017-09-25x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner1-1/+1
2017-09-25x86/apic: Remove init_bsp_APIC()Dou Liyang1-1/+0
2017-09-25x86/apic: Unify interrupt mode setup for UP systemDou Liyang1-1/+0
2017-09-25x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang1-0/+9
2017-09-25x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang1-1/+1
2017-09-25x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang1-0/+2
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner1-0/+5
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner1-9/+6
2017-06-22x86/apic: Move flat_cpu_mask_to_apicid_and() into C sourceThomas Gleixner1-22/+6
2017-03-13x86/apic: Remove the SET_APIC_ID(x) macroDou Liyang1-6/+1
2017-03-03sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/apic.h>Ingo Molnar1-1/+0
2017-01-23x86/MSR: Carve out bare minimum accessorsBorislav Petkov1-1/+1
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-11-18x86/idle: Remove enter_idle(), exit_idle()Len Brown1-1/+0
2016-11-09x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li1-1/+2
2016-09-20x86/apic: Order irq_enter/exit() calls correctly vs. ack_APIC_irq()Wanpeng Li1-3/+2
2016-08-10x86/timers/apic: Inform TSC deadline clockevent device about recalibrationNicolai Stange1-0/+2