summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
Commit message (Expand)AuthorAgeFilesLines
...
* | x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-01-151-14/+8
* | x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-01-151-3/+5
* | x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-01-151-8/+8
* | x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-01-151-1/+5
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-1112-27/+99
|\
| * x86/irq: Export functions to allow MSI domains in modulesJake Oshins2015-12-202-3/+7
| * x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai2015-12-191-2/+32
| * Merge branch 'linus' into x86/apicThomas Gleixner2015-12-191-1/+5
| |\
| * | x86/apic: Fix the saving and restoring of lapic vectors during suspend/resumeJuergen Gross2015-11-241-1/+10
| * | x86/apic: Use default send single IPI wrapperThomas Gleixner2015-11-052-0/+2
| * | x86/apic: Provide default send single IPI wrapperThomas Gleixner2015-11-051-0/+8
| * | x86/apic: Implement single IPI for apic_noopThomas Gleixner2015-11-051-0/+2
| * | x86/apic: Wire up single IPI for apic_numachipThomas Gleixner2015-11-051-0/+2
| * | x86/apic: Wire up single IPI for x2apic_uvThomas Gleixner2015-11-051-0/+1
| * | x86/apic: Implement single IPI for x2apic_physThomas Gleixner2015-11-051-0/+9
| * | x86/apic: Wire up single IPI for bigsmp_apicThomas Gleixner2015-11-051-0/+1
| * | x86/apic: Remove pointless indirections from bigsmp_apicThomas Gleixner2015-11-051-7/+2
| * | x86/apic: Wire up single IPI for apic_physflatThomas Gleixner2015-11-051-0/+1
| * | x86/apic: Remove pointless indirections from apic_physflatThomas Gleixner2015-11-051-14/+3
| * | x86/apic: Implement default single target IPI functionThomas Gleixner2015-11-051-0/+10
| * | x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds2015-11-051-0/+9
* | | x86/numachip: Fix NumaConnect2 MMCFG PCI accessDaniel J Blueman2015-12-301-4/+1
| |/ |/|
* | x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov2015-11-071-1/+5
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-033-65/+165
|\
| * x86/io_apic: Make eoi_ioapic_pin() staticAndy Shevchenko2015-10-111-1/+1
| * x86/apic: Deinline various functionsDenys Vlasenko2015-09-301-4/+4
| * x86/numachip: Add Numachip IPI optimisationsDaniel J Blueman2015-09-221-5/+32
| * x86/numachip: Add Numachip2 APIC supportDaniel J Blueman2015-09-221-0/+93
| * x86/numachip: Cleanup Numachip supportDaniel J Blueman2015-09-221-62/+42
* | x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko2015-10-271-1/+3
* | x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov2015-10-161-0/+4
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-3/+1
|\
| * genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-3/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-172-2/+10
|\ \ | |/ |/|
| * x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-09-141-0/+7
| * x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner2015-09-141-2/+3
* | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-081-129/+4
|\ \ | |/ |/|
| * nmi: x86: convert to generic nmi handlerRussell King2015-07-171-129/+4
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-014-81/+92
|\ \
| * | x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-27/+24
| * | x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-061-8/+7
| * | x86/irq: Protect smp_cleanup_moveThomas Gleixner2015-08-061-4/+14
| * | Merge branch 'linus' into x86/apicThomas Gleixner2015-08-061-8/+2
| |\ \
| * | | x86/apic: Drop local_irq_save/restore in timer callbacksThomas Gleixner2015-07-301-15/+3
| * | | x86/apic: Migrate apic timer to new set_state interfaceViresh Kumar2015-07-301-35/+51
| * | | x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-132-2/+3
| * | | x86/irq: Use accessor irq_data_get_irq_handler_data()Jiang Liu2015-07-131-1/+1
| * | | x86/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-131-4/+4
| | |/ | |/|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-011-1/+1
|\ \ \
| * | | x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-201-1/+1
| | |/ | |/|
OpenPOWER on IntegriCloud