summaryrefslogtreecommitdiff
path: root/drivers/pci/msi.c
AgeCommit message (Expand)Author
2021-12-09PCI/MSI: Move code into a separate directoryThomas Gleixner
2021-12-09PCI/MSI: Make msix_update_entries() smarterThomas Gleixner
2021-12-09PCI/MSI: Cleanup include zooThomas Gleixner
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner
2021-12-09PCI/MSI: Remove msi_desc_to_pci_sysdata()Thomas Gleixner
2021-12-09PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner
2021-12-09PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()Thomas Gleixner
2021-11-11PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner
2021-11-11PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier
2021-11-11PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-27PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński
2021-10-12PCI/MSI: Handle msi_populate_sysfs() errors correctlyWang Hai
2021-08-30Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-27PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki
2021-08-24genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song
2021-08-10PCI/MSI: Use new mask/unmask functionsThomas Gleixner
2021-08-10PCI/MSI: Provide a new set of mask and unmask functionsThomas Gleixner
2021-08-10PCI/MSI: Cleanup msi_mask()Thomas Gleixner
2021-08-10PCI/MSI: Deobfuscate virtual MSI-XThomas Gleixner
2021-08-10PCI/MSI: Consolidate error handling in msi_capability_init()Thomas Gleixner
2021-08-10PCI/MSI: Rename msi_desc::maskedThomas Gleixner
2021-08-10PCI/MSI: Simplify msi_verify_entries()Thomas Gleixner
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-08-10PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner
2021-08-10PCI/MSI: Correct misleading commentsThomas Gleixner
2021-08-10PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner
2021-08-10PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner
2021-08-10PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner
2021-08-10PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner
2021-08-10PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński
2021-04-20PCI/MSI: Document the various ways of ending up with NO_MSIMarc Zyngier
2021-04-20PCI/MSI: Kill default_teardown_msi_irqs()Marc Zyngier
2021-04-20PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier
2020-12-04PCI/MSI: Set device flag indicating only 32-bit MSI supportVidya Sagar
2020-12-04PCI/MSI: Move MSI/MSI-X flags updaters to msi.cBjorn Helgaas
2020-12-04PCI/MSI: Move MSI/MSI-X init to msi.cBjorn Helgaas
2020-09-16PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner
2020-09-16PCI/MSI: Provide pci_dev_has_special_msi_domain() helperThomas Gleixner
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner
2020-09-16PCI/MSI: Rework pci_msi_domain_calc_hwirq()Thomas Gleixner
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-28of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi
2020-07-28of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun
2020-07-28ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi
2020-07-28ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi
2020-06-30PCI/MSI: Forward MSI-X error code in pci_alloc_irq_vectors_affinity()Piotr Stankiewicz