aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-06x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqsTomoki Sekiyama1-2/+2
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-14/+3
2012-05-22Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-65/+27
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-14/+3
2012-05-08x86/apic: Only compile local function if used with !CONFIG_GENERIC_PENDING_IRQMárton Németh1-23/+23
2012-05-07iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha1-1/+1
2012-05-07iommu: rename intr_remapping references to irq_remappingSuresh Siddha1-20/+21
2012-05-07x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel1-1/+16
2012-05-07iommu/vt-d: Convert MSI remapping setup to remap_opsJoerg Roedel1-91/+28
2012-05-07iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel1-1/+1
2012-05-07iommu/vt-d: Convert IR set_affinity function to remap_opsJoerg Roedel1-67/+2
2012-05-07iommu/vt-d: Convert IR ioapic-setup to use remap_opsJoerg Roedel1-66/+2
2012-05-07iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel1-0/+1
2012-05-01x86/apic: Replace io_apic_ops with x86_io_apic_ops.Konrad Rzeszutek Wilk1-42/+4
2012-03-28x86/ioapic: Add io_apic_ops driver layer to allow interceptionJeremy Fitzhardinge1-7/+51
2012-03-23x86/io_apic: Move and reenable irq only when CONFIG_GENERIC_PENDING_IRQ=yAlexander Gordeev1-40/+61
2012-03-13x86/ioapic: Add register level checks to detect bogus io-apic entriesSuresh Siddha1-8/+32
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2011-12-23x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu1-0/+4
2011-12-11x86: Call idle notifier after irq_enter()Frederic Weisbecker1-1/+1
2011-11-10x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioapic chipMathias Nyman1-0/+5
2011-11-10x86/apic: Do not clear nr_irqs_gsi if no legacy irqsJacob Pan1-3/+1
2011-10-26Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-197/+197
2011-10-13x86/irq: Standardize on CONFIG_SPARSE_IRQ=yYinghai Lu1-23/+0
2011-10-12x86, ioapic: Clean up ioapic/apic_id usageYinghai Lu1-97/+97
2011-10-12x86, ioapic: Factor out print_IO_APIC() to only print one io apicYinghai Lu1-22/+24
2011-10-12x86, ioapic: Print out irte with right ioapic indexYinghai Lu1-1/+1
2011-10-12x86, ioapic: Split up setup_ioapic_entry()Yinghai Lu1-59/+80
2011-10-12x86, ioapic: Pass struct irq_attr * to setup_ioapic_irq()Yinghai Lu1-11/+11
2011-09-21x86, ioapic: Consolidate the explicit EOI codeSuresh Siddha1-74/+65
2011-09-21x86, ioapic: Restore the mask bit correctly in eoi_ioapic_irq()Suresh Siddha1-16/+27
2011-09-21x86, kdump, ioapic: Reset remote-IRR in clear_IO_APICSuresh Siddha1-1/+47
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha1-4/+4
2011-09-21x86, ioapic: Define irq_remap_modify_chip_defaults()Suresh Siddha1-45/+19
2011-09-21x86, msi, intr-remap: Use the ioapic set affinity routineSuresh Siddha1-42/+12
2011-07-12x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabledNaga Chumbalkar1-20/+49
2011-07-12x86, ioapic: Print IRTE when IR is enabledNaga Chumbalkar1-0/+10
2011-07-11x86, ioapic: Also print Dest fieldNaga Chumbalkar1-2/+2
2011-07-11x86, ioapic: Format clean up for IOAPIC outputNaga Chumbalkar1-3/+5
2011-07-08x86: print APIC data a little later during bootNaga Chumbalkar1-1/+1
2011-05-24x86, ioapic: Restore ioapic entries during resume properlySuresh Siddha1-2/+2
2011-05-20x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic'Suresh Siddha1-6/+3
2011-05-20x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha1-13/+25
2011-05-20x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha1-41/+53
2011-05-20x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic'Suresh Siddha1-14/+13
2011-05-20x86, ioapic: Add struct ioapicSuresh Siddha1-15/+17
2011-05-20x86, ioapic: Remove duplicate code for saving/restoring RTEsSuresh Siddha1-31/+5
2011-05-20x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha1-62/+18
2011-05-20x86, ioapic: Allocate ioapic_saved_data earlySuresh Siddha1-14/+13
2011-05-20x86, ioapic: Fix potential resume deadlockDaniel J Blueman1-2/+2