summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/pci_irq.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23s390/pci: Use irq_data_get_msi_desc()Thomas Gleixner1-1/+1
2022-07-11s390/pci: stash associated GISA designationMatthew Rosato1-0/+5
2022-07-11s390/pci: externalize the SIC operation controls and routineMatthew Rosato1-14/+12
2022-07-11s390/airq: allow for airq structure that uses an input vectorMatthew Rosato1-4/+4
2022-07-11s390/airq: pass more TPI info to airq handlersMatthew Rosato1-2/+7
2022-03-10s390/pci: make zpci_set_irq()/zpci_clear_irq() staticNiklas Schnelle1-2/+2
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+4
2021-12-16s390/pci: Rework MSI descriptor walkThomas Gleixner1-4/+2
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner1-2/+2
2021-12-06s390/pci: use phys_to_virt() for AIBVs/DIBVsNiklas Schnelle1-3/+3
2021-11-08s390/pci: implement reset_slot for hotplug slotNiklas Schnelle1-0/+9
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner1-4/+0
2021-06-28s390/pci: add zpci_set_irq()/zpci_clear_irq()Niklas Schnelle1-10/+36
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev1-3/+11
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-3/+1
2020-04-22s390/pci: do not set affinity for floating irqsNiklas Schnelle1-2/+3
2019-09-16s390/pci: fix MSI message dataSebastian Ott1-1/+1
2019-04-29s390/pci: add parameter to force floating irqsSebastian Ott1-0/+3
2019-04-29s390/pci: gather statistics for floating vs directed irqsSebastian Ott1-4/+6
2019-04-29s390: show statistics for MSI IRQsSebastian Ott1-1/+1
2019-04-29s390/pci: provide support for CPU directed interruptsSebastian Ott1-47/+292
2019-04-29s390/pci: clarify interrupt vector usageSebastian Ott1-12/+26
2019-04-29s390/airq: recognize directed interruptsSebastian Ott1-1/+1
2019-04-29s390/pci: move everything irq related to pci_irq.cSebastian Ott1-0/+222