summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h
Commit message (Expand)AuthorAgeFilesLines
* x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-041-10/+0
* x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse2020-10-281-5/+3
* x86/apic: Cleanup destination modeThomas Gleixner2020-10-281-1/+1
* x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner2020-10-281-2/+0
* x86/apic: Cleanup delivery mode definesThomas Gleixner2020-10-281-1/+2
* x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-10-281-0/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* x86/msi: Move compose message callback where it belongsThomas Gleixner2020-09-161-0/+8
* x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-111-20/+0
* x86/entry: Convert various system vectorsThomas Gleixner2020-06-111-13/+0
* x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-011-0/+8
* x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner2020-01-291-0/+2
* x86/apic/flat64: Remove the IPI shorthand decision logicThomas Gleixner2019-07-251-4/+0
* x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-251-0/+2
* x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-251-0/+2
* x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner2019-07-251-0/+1
* x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner2019-07-251-2/+0
* x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-07-161-1/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-2/+3
|\
| * x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner2019-06-291-0/+2
| * x86/apic: Make apic_bsp_setup() staticThomas Gleixner2019-06-161-1/+0
| * x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake2019-05-091-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 223Thomas Gleixner2019-05-301-1/+1
|/
* x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange2018-08-051-0/+3
* Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner2018-07-021-2/+0
* x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner2018-06-211-0/+2
* x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2018-06-211-0/+6
* x86/apic: Provide apic_ack_irq()Thomas Gleixner2018-06-061-0/+2
* Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-121-17/+1
|\
| * x86/apic: Finish removing unused callbacksDavid Rientjes2018-03-261-16/+0
| * x86/apic: Make setup_local_APIC() staticDou Liyang2018-02-161-1/+0
| * x86/apic: Simplify init_bsp_APIC() usageDou Liyang2018-02-131-0/+1
* | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-101-2/+2
|/
* Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä2018-01-141-0/+1
* x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-251-0/+1
* x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-251-0/+6
* x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-251-0/+5
* x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-3/+0
* x86/apic: Reorganize struct apicThomas Gleixner2017-09-251-59/+50
* x86/apic: Move common APIC callbacksThomas Gleixner2017-09-251-61/+12
* x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner2017-09-251-30/+0
* x86/apic: Move APIC noop specific functionsThomas Gleixner2017-09-251-7/+0
* x86/apic: Move probe32 specific APIC functionsThomas Gleixner2017-09-251-21/+0
* x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner2017-09-251-2/+2
* x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner2017-09-251-1/+1
* x86/apic: Remove init_bsp_APIC()Dou Liyang2017-09-251-1/+0
* x86/apic: Unify interrupt mode setup for UP systemDou Liyang2017-09-251-1/+0
* x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang2017-09-251-0/+9
* x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang2017-09-251-1/+1
* x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang2017-09-251-0/+2