aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-08x86/timer: Force PIT initialization when !X86_FEATURE_ARATJan Stancek1-0/+4
2019-09-07Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds1-4/+0
2019-09-02Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar1-0/+4
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra1-1/+1
2019-08-28x86/intel: Aggregate big core graphics namingPeter Zijlstra1-2/+2
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra1-3/+3
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra1-4/+4
2019-08-26x86/apic: Include the LDR when clearing out APIC registersBandan Das1-0/+4
2019-08-19x86/apic: Handle missing global clockevent gracefullyThomas Gleixner1-15/+53
2019-08-07x86/apic: Annotate global config variables as "read-only after init"Sean Christopherson1-13/+13
2019-07-25x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner1-11/+24
2019-07-25x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner1-44/+63
2019-07-25x86/apic: Soft disable APIC before initializing itThomas Gleixner1-0/+8
2019-07-25x86/apic: Invoke perf_events_lapic_init() after enabling APICThomas Gleixner1-3/+2
2019-07-22x86/apic: Initialize TPR to block interrupts 16-31Andy Lutomirski1-2/+5
2019-07-16x86/apic: Silence -Wtype-limits compiler warningsQian Cai1-1/+1
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+62
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner1-11/+22
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner1-0/+27
2019-06-22x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King1-1/+2
2019-06-16x86/apic: Make apic_bsp_setup() staticThomas Gleixner1-4/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-09x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake1-10/+10
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_threadVlastimil Babka1-0/+2
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+16
2018-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus Torvalds1-140/+99
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'Juergen Gross1-1/+1
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-2/+13