summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix return value of __setup handlersRandy Dunlap2022-06-141-1/+1
* x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-06-101-0/+1
* x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-241-0/+5
* x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-101-0/+4
* x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-12-301-6/+8
* x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov2020-06-251-1/+1
* x86/apic: Move TSC deadline timer debug printkThomas Gleixner2020-05-271-13/+14
* x86/apic/32: Avoid bogus LDR warningsJan Beulich2019-11-121-13/+15
* x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-10-051-0/+8
* x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner2019-10-051-44/+63
* Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-101-4/+0
* x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-09-061-0/+4
* x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-291-15/+53
* x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-08-061-1/+1
* x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-211-11/+22
* x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King2019-07-211-1/+2
* x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka2018-08-141-0/+2
* Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-0/+16
|\
| * x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
| * Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner2018-07-021-19/+0
| * x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner2018-06-211-0/+19
| * x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2018-06-211-0/+15
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-1/+1
|\ \
| * | x86/apic: Trivial coding style fixesYi Wang2018-07-301-1/+1
| |/
* | x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown2018-07-241-0/+3
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-021-51/+60
|\
| * x86/apic: Drop logical_smp_processor_id() inlineDou Liyang2018-03-011-5/+5
| * x86/apic: Modernize the pending interrupt codeDou Liyang2018-03-011-9/+8
| * x86/apic: Move pending interrupt check code into it's own functionDou Liyang2018-03-011-45/+55
| * x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He2018-02-171-1/+1
| * x86/apic: Make setup_local_APIC() staticDou Liyang2018-02-161-1/+1
* | x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-151-3/+3
|/
* Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä2018-01-141-0/+49
* x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang2017-12-281-0/+2
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-140/+99
|\
| * Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-2/+13
| |\
| * | x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King2017-09-281-2/+2
| * | x86/apic: Move common APIC callbacksThomas Gleixner2017-09-251-28/+0
| * | x86/apic: Move probe32 specific APIC functionsThomas Gleixner2017-09-251-10/+0
| * | x86/apic: Use lapic_is_integrated() consistentlyDou Liyang2017-09-251-5/+4
| * | x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()Dou Liyang2017-09-251-4/+0
| * | x86/apic: Remove init_bsp_APIC()Dou Liyang2017-09-251-49/+0
| * | x86/apic: Initialize interrupt mode after timer initDou Liyang2017-09-251-2/+0
| * | x86/init: Add intr_mode_init to x86_init_opsDou Liyang2017-09-251-1/+1
| * | x86/apic: Unify interrupt mode setup for UP systemDou Liyang2017-09-251-41/+6
| * | x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang2017-09-251-10/+6
| * | x86/apic: Unify interrupt mode setup for SMP-capable systemDou Liyang2017-09-251-3/+35
| * | x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang2017-09-251-9/+1
| * | x86/apic: Split local APIC timer setup from the APIC setupDou Liyang2017-09-251-2/+2
| * | x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang2017-09-251-0/+16