aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+74
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+4
2016-03-19x86/apic/uv: Fix the hotplug notifierThomas Gleixner1-1/+2
2016-03-18x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner1-18/+70
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2-2/+2
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+61
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2016-03-08x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytesDenys Vlasenko1-1/+1
2016-03-08x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko1-0/+60
2016-02-29x86/topology: Create logical package idThomas Gleixner1-0/+14
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder2-2/+2
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar3-78/+154
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov1-2/+2
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton1-1/+4
2016-01-15x86/irq: Plug vector cleanup raceThomas Gleixner1-10/+53
2016-01-15x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner1-4/+7
2016-01-15x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner1-2/+16
2016-01-15x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner1-13/+3
2016-01-15x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner1-1/+3
2016-01-15x86/irq: Remove offline cpus from vector cleanupThomas Gleixner1-2/+6
2016-01-15x86/irq: Get rid of code duplicationThomas Gleixner1-18/+15
2016-01-15x86/irq: Copy vectormask instead of an AND operationThomas Gleixner1-1/+1
2016-01-15x86/irq: Check vector allocation earlyThomas Gleixner1-13/+25
2016-01-15x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner1-8/+16
2016-01-15x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner1-14/+8
2016-01-15x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu1-3/+5
2016-01-15x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu1-8/+8
2016-01-15x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner1-1/+5
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-27/+99
2015-12-30x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman1-4/+1
2015-12-20x86/irq: Export functions to allow MSI domains in modulesJake Oshins2-3/+7
2015-12-19x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai1-2/+32
2015-12-19Merge branch 'linus' into x86/apicThomas Gleixner1-1/+5
2015-11-24x86/apic: Fix the saving and restoring of lapic vectors during suspend/resumeJuergen Gross1-1/+10
2015-11-07x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov1-1/+5
2015-11-05x86/apic: Use default send single IPI wrapperThomas Gleixner2-0/+2
2015-11-05x86/apic: Provide default send single IPI wrapperThomas Gleixner1-0/+8
2015-11-05x86/apic: Implement single IPI for apic_noopThomas Gleixner1-0/+2
2015-11-05x86/apic: Wire up single IPI for apic_numachipThomas Gleixner1-0/+2
2015-11-05x86/apic: Wire up single IPI for x2apic_uvThomas Gleixner1-0/+1
2015-11-05x86/apic: Implement single IPI for x2apic_physThomas Gleixner1-0/+9
2015-11-05x86/apic: Wire up single IPI for bigsmp_apicThomas Gleixner1-0/+1
2015-11-05x86/apic: Remove pointless indirections from bigsmp_apicThomas Gleixner1-7/+2
2015-11-05x86/apic: Wire up single IPI for apic_physflatThomas Gleixner1-0/+1
2015-11-05x86/apic: Remove pointless indirections from apic_physflatThomas Gleixner1-14/+3
2015-11-05x86/apic: Implement default single target IPI functionThomas Gleixner1-0/+10
2015-11-05x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds1-0/+9
2015-11-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-65/+165
2015-10-27x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko1-1/+3
2015-10-16x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov1-0/+4