aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)Author
2023-05-17x86/apic: Fix atomic update of offset in reserve_eilvt_offset()Uros Bizjak
2022-06-14x86: Fix return value of __setup handlersRandy Dunlap
2021-06-10x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner
2021-03-24x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen
2020-12-30x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse
2020-06-25x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov
2020-05-27x86/apic: Move TSC deadline timer debug printkThomas Gleixner
2019-11-12x86/apic/32: Avoid bogus LDR warningsJan Beulich
2019-10-05x86/apic: Soft disable APIC before initializing itThomas Gleixner
2019-10-05x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner
2019-09-10Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds
2019-09-06x86/apic: Include the LDR when clearing out APIC registersBandan Das
2019-08-29x86/apic: Handle missing global clockevent gracefullyThomas Gleixner
2019-08-06x86/apic: Silence -Wtype-limits compiler warningsQian Cai
2019-07-21x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-07-21x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King
2018-08-14x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-07-30x86/apic: Trivial coding style fixesYi Wang
2018-07-24x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown
2018-07-02Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner
2018-06-21x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner
2018-06-21x86/smp: Provide topology_is_primary_thread()Thomas Gleixner
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-03-01x86/apic: Drop logical_smp_processor_id() inlineDou Liyang
2018-03-01x86/apic: Modernize the pending interrupt codeDou Liyang
2018-03-01x86/apic: Move pending interrupt check code into it's own functionDou Liyang
2018-02-17x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He
2018-02-16x86/apic: Make setup_local_APIC() staticDou Liyang
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2018-01-14Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä
2017-12-28x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-10-12x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown
2017-10-12x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisorsPaolo Bonzini
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare
2017-09-28x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King
2017-09-25x86/apic: Move common APIC callbacksThomas Gleixner
2017-09-25x86/apic: Move probe32 specific APIC functionsThomas Gleixner
2017-09-25x86/apic: Use lapic_is_integrated() consistentlyDou Liyang
2017-09-25x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()Dou Liyang
2017-09-25x86/apic: Remove init_bsp_APIC()Dou Liyang
2017-09-25x86/apic: Initialize interrupt mode after timer initDou Liyang