aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/msi_ia64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-2/+2
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig1-19/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-07-27ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu1-1/+1
2015-04-24iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu1-11/+19
2015-03-05ia64: Use for_each_cpu_and() and cpumask_any_and() instead of temp var.Rusty Russell1-6/+4
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-2/+2
2014-10-01PCI/MSI: Use __get_cached_msi_msg() instead of get_cached_msi_msg()Yijing Wang1-1/+1
2014-03-12ia64: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner1-8/+2
2012-03-28arch/ia64: remove references to cpu_*_mapSrivatsa S. Bhat1-2/+2
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha1-2/+2
2011-03-29ia64: Convert to the new irq_* function namesThomas Gleixner1-4/+4
2011-03-29ia64: msi: Use irq_move_irq()Thomas Gleixner1-1/+1
2011-03-29ia64: Convert msi to new irq_chip functionsThomas Gleixner1-19/+22
2010-10-12dmar: Convert to new irq chip functionsThomas Gleixner1-2/+2
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner1-2/+2
2010-07-30PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings1-1/+1
2009-06-15[IA64] msi_ia64.c dmar_msi_type should be staticJaswinder Singh Rajput1-1/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-6/+10
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-2/+2
2009-03-24ia64: Move the macro definitions related to MSI to one header file.Xiantao Zhang1-46/+9
2009-01-12irq: update all arches for new irq_descMike Travis1-2/+2
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-6/+6
2008-10-17[IA64] Add Variable Page Size and IA64 Support in Intel IOMMUFenghua Yu1-0/+80
2008-03-04[IA64] Fix irq migration in multiple vector domainKenji Kaneshige1-1/+2
2007-10-30[IA64] Fix incorrect return value from ia64_setup_msi_irq()Kenji Kaneshige1-1/+1
2007-07-17[IA64] Support irq migration across domainYasuaki Ishimatsu1-6/+14
2007-07-17[IA64] Add support for vector domainYasuaki Ishimatsu1-1/+8
2007-04-06[IA64] Fix wrong assumption about irq and vector in msi_ia64.cIshimatsu Yasuaki1-2/+2
2007-03-29[IA64] Fix possible invalid memory access in ia64_setup_msi_irq()Kenji Kaneshige1-1/+1
2007-02-26[PATCH] irq: Remove set_native_irq_infoEric W. Biederman1-1/+1
2007-02-07msi: Make MSI useable more architecturesEric W. Biederman1-7/+12
2006-10-04[PATCH] msi: move the ia64 code into arch/ia64Eric W. Biederman1-0/+143