summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-25x86/apic: Unify duplicated local apic timer clockevent initializationJacob Pan1-26/+31
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov1-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-27x86/apic: Add Hygon Dhyana supportPu Wen1-0/+7
2018-08-14x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...Vlastimil Babka1-0/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+16
2018-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-07-30x86/apic: Trivial coding style fixesYi Wang1-1/+1
2018-07-24x86/apic: Future-proof the TSC_DEADLINE quirk for SKXLen Brown1-0/+3
2018-07-02Revert "x86/apic: Ignore secondary threads if nosmt=force"Thomas Gleixner1-19/+0
2018-06-21x86/apic: Ignore secondary threads if nosmt=forceThomas Gleixner1-0/+19
2018-06-21x86/smp: Provide topology_is_primary_thread()Thomas Gleixner1-0/+15
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-51/+60
2018-03-01x86/apic: Drop logical_smp_processor_id() inlineDou Liyang1-5/+5
2018-03-01x86/apic: Modernize the pending interrupt codeDou Liyang1-9/+8
2018-03-01x86/apic: Move pending interrupt check code into it's own functionDou Liyang1-45/+55
2018-02-17x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic' specifiedBaoquan He1-1/+1
2018-02-16x86/apic: Make setup_local_APIC() staticDou Liyang1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-3/+3
2018-01-14Revert "x86/apic: Remove init_bsp_APIC()"Ville Syrjälä1-0/+49
2017-12-28x86/apic: Avoid wrong warning when parsing 'apic=' in X86-32 caseDou Liyang1-0/+2
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-140/+99
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross1-1/+1
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-2/+13
2017-10-12x86/apic: Update TSC_DEADLINE quirk with additional SKX steppingLen Brown1-1/+11
2017-10-12x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisorsPaolo Bonzini1-1/+2
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare1-1/+1
2017-09-28x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King1-2/+2
2017-09-25x86/apic: Move common APIC callbacksThomas Gleixner1-28/+0
2017-09-25x86/apic: Move probe32 specific APIC functionsThomas Gleixner1-10/+0
2017-09-25x86/apic: Use lapic_is_integrated() consistentlyDou Liyang1-5/+4
2017-09-25x86/apic: Remove duplicate X86_64 conditional in lapic_is_integrated()Dou Liyang1-4/+0
2017-09-25x86/apic: Remove init_bsp_APIC()Dou Liyang1-49/+0
2017-09-25x86/apic: Initialize interrupt mode after timer initDou Liyang1-2/+0
2017-09-25x86/init: Add intr_mode_init to x86_init_opsDou Liyang1-1/+1
2017-09-25x86/apic: Unify interrupt mode setup for UP systemDou Liyang1-41/+6
2017-09-25x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang1-10/+6
2017-09-25x86/apic: Unify interrupt mode setup for SMP-capable systemDou Liyang1-3/+35
2017-09-25x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang1-9/+1
2017-09-25x86/apic: Split local APIC timer setup from the APIC setupDou Liyang1-2/+2
2017-09-25x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang1-0/+16
2017-09-25x86/apic: Construct a selector for the interrupt delivery modeDou Liyang1-0/+52
2017-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-09-11x86/cpu: Remove unused and undefined __generic_processor_info() declarationDou Liyang1-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-31x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on CPUs withou...Hans de Goede1-1/+5