summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)Author
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-19x86/apic/uv: Fix the hotplug notifierThomas Gleixner
2016-03-18x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-08x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytesDenys Vlasenko
2016-03-08x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko
2016-02-29x86/topology: Create logical package idThomas Gleixner
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton
2016-01-15x86/irq: Plug vector cleanup raceThomas Gleixner
2016-01-15x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner
2016-01-15x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner
2016-01-15x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner
2016-01-15x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner
2016-01-15x86/irq: Remove offline cpus from vector cleanupThomas Gleixner
2016-01-15x86/irq: Get rid of code duplicationThomas Gleixner
2016-01-15x86/irq: Copy vectormask instead of an AND operationThomas Gleixner
2016-01-15x86/irq: Check vector allocation earlyThomas Gleixner
2016-01-15x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner
2016-01-15x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner
2016-01-15x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu
2016-01-15x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu
2016-01-15x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner
2016-01-11Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-12-30x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman
2015-12-20x86/irq: Export functions to allow MSI domains in modulesJake Oshins
2015-12-19x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai
2015-12-19Merge branch 'linus' into x86/apicThomas Gleixner
2015-11-24x86/apic: Fix the saving and restoring of lapic vectors during suspend/resumeJuergen Gross
2015-11-07x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov
2015-11-05x86/apic: Use default send single IPI wrapperThomas Gleixner
2015-11-05x86/apic: Provide default send single IPI wrapperThomas Gleixner
2015-11-05x86/apic: Implement single IPI for apic_noopThomas Gleixner
2015-11-05x86/apic: Wire up single IPI for apic_numachipThomas Gleixner
2015-11-05x86/apic: Wire up single IPI for x2apic_uvThomas Gleixner
2015-11-05x86/apic: Implement single IPI for x2apic_physThomas Gleixner
2015-11-05x86/apic: Wire up single IPI for bigsmp_apicThomas Gleixner
2015-11-05x86/apic: Remove pointless indirections from bigsmp_apicThomas Gleixner
2015-11-05x86/apic: Wire up single IPI for apic_physflatThomas Gleixner
2015-11-05x86/apic: Remove pointless indirections from apic_physflatThomas Gleixner
2015-11-05x86/apic: Implement default single target IPI functionThomas Gleixner
2015-11-05x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds
2015-11-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-10-27x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko
2015-10-16x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov