summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28x86/apic: Support 15 bits of APIC ID in MSI where availableDavid Woodhouse1-2/+24
2020-10-28x86/msi: Provide msi message shadow structsThomas Gleixner1-16/+19
2020-10-28x86/apic: Always provide irq_compose_msi_msg() method for vector domainDavid Woodhouse1-0/+32
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner1-1/+1
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner1-1/+1
2020-10-28x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse1-6/+8
2020-09-16x86/irq: Move apic_post_init() invocation to one placeThomas Gleixner1-0/+3
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar1-0/+1
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+19
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECThomas Gleixner1-18/+5
2020-06-11x86/entry: Use idtentry for interruptsThomas Gleixner1-15/+8
2020-06-11x86/irq: Convey vector as argument and not in ptregsThomas Gleixner1-6/+25
2020-05-26x86/apic: Make TSC deadline timer detection message visibleBorislav Petkov1-1/+1
2020-05-07x86/apic: Convert the TSC deadline timer matching to steppings macroBorislav Petkov1-45/+12
2020-05-01x86/apic: Move TSC deadline timer debug printkThomas Gleixner1-13/+14
2020-03-24x86/kernel: Convert to new CPU match macrosThomas Gleixner1-19/+13
2020-02-07x86/apic: Mask IOAPIC entries when disabling the local APICTony W Wang-oc1-0/+7
2020-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner1-5/+18
2019-11-26Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Linus Torvalds1-1/+1
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-22/+19
2019-11-05x86/apic/32: Avoid bogus LDR warningsJan Beulich1-13/+15
2019-10-27x86/apic, x86/uprobes: Correct parameter names in kernel-doc commentsYi Wang1-1/+1
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang1-22/+19
2019-09-17Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-73/+115
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+10
2019-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+4
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/kerne...Linus 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