aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-0/+8
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterGravatar Peter Zijlstra 3-0/+3
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Gravatar Ingo Molnar 5-0/+5
2020-08-03Merge tag 'x86-platform-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-96/+26
2020-07-27genirq/affinity: Make affinity setting if activated opt-inGravatar Thomas Gleixner 1-0/+4
2020-07-23irqdomain/treewide: Free firmware node after domain removalGravatar Jon Derrick 1-0/+5
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyGravatar Thomas Gleixner 1-17/+5
2020-07-17x86/platform/uv: Remove support for UV1 platform from x2apic_uv_xGravatar steve.wahl@hpe.com 1-96/+26
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedGravatar Thomas Gleixner 3-12/+17
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-24/+23
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECGravatar Thomas Gleixner 1-3/+2
2020-06-11x86/entry: Convert APIC interrupts to IDTENTRY_SYSVECGravatar Thomas Gleixner 1-18/+5
2020-06-11x86/entry: Use idtentry for interruptsGravatar Thomas Gleixner 2-16/+10
2020-06-11x86/irq: Convey vector as argument and not in ptregsGravatar Thomas Gleixner 1-6/+25
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-01Merge tag 'x86-platform-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-74/+17
2020-06-01Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-45/+12
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-13/+0
2020-05-26x86/io_apic: Remove unused function mp_init_irq_at_boot()Gravatar YueHaibing 1-13/+0
2020-05-26x86/apic: Make TSC deadline timer detection message visibleGravatar Borislav Petkov 1-1/+1
2020-05-23x86/apic/uv: Remove code for unused distributed GRU modeGravatar Steve Wahl 1-58/+1
2020-05-07x86/platform/uv: Unexport uv_apicid_hibitsGravatar Christoph Hellwig 1-1/+0
2020-05-07x86/platform/uv: Remove _uv_hub_info_check()Gravatar Christoph Hellwig 1-6/+0
2020-05-07x86/platform/uv: Simplify uv_send_IPI_one()Gravatar Christoph Hellwig 1-5/+14
2020-05-07x86/platform/uv: Mark uv_min_hub_revision_id staticGravatar Christoph Hellwig 1-2/+1
2020-05-07x86/platform/uv: Mark is_uv_hubless() staticGravatar Christoph Hellwig 1-2/+1
2020-05-07x86/apic: Convert the TSC deadline timer matching to steppings macroGravatar Borislav Petkov 1-45/+12
2020-05-01x86/apic: Move TSC deadline timer debug printkGravatar Thomas Gleixner 1-13/+14
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+6
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictGravatar Ingo Molnar 1-19/+13
2020-03-24x86/kernel: Convert to new CPU match macrosGravatar Thomas Gleixner 1-19/+13
2020-03-13x86/vector: Remove warning on managed interrupt migrationGravatar Peter Xu 1-6/+8
2020-03-08x86/apic/vector: Force interupt handler invocation to irq contextGravatar Thomas Gleixner 1-0/+6
2020-02-09Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-8/+150
2020-02-07x86/apic: Mask IOAPIC entries when disabling the local APICGravatar Tony W Wang-oc 1-0/+7
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceGravatar Thomas Gleixner 1-3/+125
2020-01-29x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeGravatar Thomas Gleixner 1-5/+18
2020-01-17x86/apic/uv: Avoid unused variable warningGravatar Arnd Bergmann 1-37/+6
2019-11-26Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-21/+163
2019-11-26Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-ap...Gravatar Linus Torvalds 2-12/+15
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-22/+19
2019-11-05x86/apic/32: Avoid bogus LDR warningsGravatar Jan Beulich 1-13/+15
2019-10-27x86/apic, x86/uprobes: Correct parameter names in kernel-doc commentsGravatar Yi Wang 1-1/+1
2019-10-24x86/ioapic: Rename misnamed functionsGravatar Thomas Gleixner 1-8/+8
2019-10-24x86/ioapic: Prevent inconsistent state when moving an interruptGravatar Thomas Gleixner 1-3/+6
2019-10-18x86: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-22/+19
2019-10-15x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuGravatar Sean Christopherson 1-1/+2