aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)Author
2020-05-27x86/apic: Move TSC deadline timer debug printkThomas Gleixner
2020-02-07x86/apic: Mask IOAPIC entries when disabling the local APICTony W Wang-oc
2020-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner
2019-11-26Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-05x86/apic/32: Avoid bogus LDR warningsJan Beulich
2019-10-27x86/apic, x86/uprobes: Correct parameter names in kernel-doc commentsYi Wang
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang
2019-09-17Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-08x86/timer: Force PIT initialization when !X86_FEATURE_ARATJan Stancek
2019-09-07Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds
2019-09-02Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar
2019-08-28x86/intel: Aggregate microserver namingPeter Zijlstra
2019-08-28x86/intel: Aggregate big core graphics namingPeter Zijlstra
2019-08-28x86/intel: Aggregate big core mobile namingPeter Zijlstra
2019-08-28x86/intel: Aggregate big core client namingPeter Zijlstra
2019-08-26x86/apic: Include the LDR when clearing out APIC registersBandan Das
2019-08-19x86/apic: Handle missing global clockevent gracefullyThomas Gleixner
2019-08-07x86/apic: Annotate global config variables as "read-only after init"Sean Christopherson
2019-07-25x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner
2019-07-25x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner
2019-07-25x86/apic: Soft disable APIC before initializing itThomas Gleixner
2019-07-25x86/apic: Invoke perf_events_lapic_init() after enabling APICThomas Gleixner
2019-07-22x86/apic: Initialize TPR to block interrupts 16-31Andy Lutomirski
2019-07-16x86/apic: Silence -Wtype-limits compiler warningsQian Cai
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner
2019-06-22x86/apic: Fix integer overflow on 10 bit left shift of cpu_khzColin Ian King
2019-06-16x86/apic: Make apic_bsp_setup() staticThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-09x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake
2019-04-25x86/apic: Unify duplicated local apic timer clockevent initializationJacob Pan
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-09-27x86/apic: Add Hygon Dhyana supportPu Wen
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