summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-071-4/+0
* x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-08-261-0/+4
* x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-191-15/+53
* 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-25/+62
|\
| * x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-031-11/+22
| * x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner2019-06-291-0/+27
| * x86/apic: Make apic_bsp_setup() staticThomas Gleixner2019-06-161-4/+3
| * x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake2019-05-091-10/+10
* | x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King2019-06-221-1/+2
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* x86/apic: Unify duplicated local apic timer clockevent initializationJacob Pan2019-04-251-26/+31
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* x86/apic: Add Hygon Dhyana supportPu Wen2018-09-271-0/+7
* 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
| * | x86/apic: Construct a selector for the interrupt delivery modeDou Liyang2017-09-251-0/+52