summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-09-25x86/apic/msi: Force reactivation of interrupts at startup timeThomas Gleixner1-2/+3
2017-09-25x86/vector: Untangle internal state from irq_cfgThomas Gleixner2-42/+49
2017-09-25x86/vector: Compile SMP only code conditionallyThomas Gleixner1-15/+20
2017-09-25x86/apic: Remove unused callbacksThomas Gleixner11-155/+0
2017-09-25x86/vector: Use matrix allocator for vector assignmentThomas Gleixner1-172/+116
2017-09-25x86/vector: Add tracepoints for vector managementThomas Gleixner2-0/+246
2017-09-25x86/smpboot: Set online before setting up vectorsThomas Gleixner1-5/+5
2017-09-25x86/vector: Add vector domain debugfs supportThomas Gleixner1-2/+48
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner7-6/+65
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner11-0/+36
2017-09-25x86/vector: Move helper functions aroundThomas Gleixner1-15/+15
2017-09-25x86/vector: Remove pointless pointer checksThomas Gleixner1-1/+1
2017-09-25x86/apic: Get rid of the legacy irq data storageThomas Gleixner1-39/+13
2017-09-25x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner2-0/+2
2017-09-25x86/vector: Simplify vector move cleanupThomas Gleixner1-144/+77
2017-09-25x86/vector: Store the single CPU targets in apic dataThomas Gleixner1-0/+5
2017-09-25x86/vector: Cleanup variable namesThomas Gleixner1-114/+114
2017-09-25x86/vector: Simplify the CPU hotplug vector updateThomas Gleixner1-29/+35
2017-09-25x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner3-45/+0
2017-09-25x86/apic: Get rid of multi CPU affinityThomas Gleixner1-10/+3
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner5-11/+11
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner13-45/+5
2017-09-25x86/apic/x2apic: Simplify cluster managementThomas Gleixner1-77/+75
2017-09-25x86/apic: Reorganize struct apicThomas Gleixner1-59/+50
2017-09-25x86/apic: Move common APIC callbacksThomas Gleixner3-89/+90
2017-09-25x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner5-44/+22
2017-09-25x86/apic: Move APIC noop specific functionsThomas Gleixner2-7/+7
2017-09-25x86/apic: Move probe32 specific APIC functionsThomas Gleixner3-31/+25
2017-09-25x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner2-4/+4
2017-09-25x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner7-8/+8
2017-09-25x86/apic: Deinline x2apic functionsThomas Gleixner4-51/+49
2017-09-25Merge branch 'irq/core' into x86/apicThomas Gleixner4-10/+13
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner1-2/+2
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner4-8/+11
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 Liyang3-53/+0
2017-09-25x86/apic: Initialize interrupt mode after timer initDou Liyang3-6/+8
2017-09-25x86/init: Add intr_mode_init to x86_init_opsDou Liyang5-2/+6
2017-09-25x86/ioapic: Refactor the delay logic in timer_irq_works()Dou Liyang1-2/+43
2017-09-25x86/apic: Unify interrupt mode setup for UP systemDou Liyang2-42/+6
2017-09-25x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang3-58/+24
2017-09-25x86/apic: Unify interrupt mode setup for SMP-capable systemDou Liyang2-15/+37
2017-09-25x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang3-11/+13
2017-09-25x86/apic: Split local APIC timer setup from the APIC setupDou Liyang2-2/+7
2017-09-25x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang2-0/+18
2017-09-25x86/apic: Construct a selector for the interrupt delivery modeDou Liyang1-0/+52
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-66/+87
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-25/+28
2017-09-23Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-13/+106