Commit Graph

220 Commits (e525293d97b93a04038e7dc15cee3e9075c32dbd)

Author SHA1 Message Date
Michael S. Tsirkin 1851617cd2 PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI 10 years ago
Michael S. Tsirkin 6a25f5e35a PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl() 10 years ago
Michael S. Tsirkin 61b64abd39 PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl() 10 years ago
Yijing Wang 6a878e5085 PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BAR 10 years ago
Benjamin Herrenschmidt f144d1496b PCI/MSI: Add device flag indicating that 64-bit MSIs don't work 10 years ago
Marc Zyngier 020c312658 PCI/MSI: Allow an msi_controller to be associated to an irq domain 10 years ago
Jiang Liu 8e047adae9 PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomain 10 years ago
Jiang Liu 3878eaefb8 PCI/MSI: Enhance core to support hierarchy irqdomain 10 years ago
Jiang Liu 38b6a1cf3e PCI/MSI: Move cached entry functions to irq core 10 years ago
Thomas Gleixner 23ed8d57f3 PCI/MSI: Rename mask/unmask_msi_irq et al 10 years ago
Jiang Liu 83a18912b0 PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() 10 years ago
Jiang Liu 891d4a48f7 PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg() 10 years ago
Jiang Liu d71d6432e1 PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interrupts 10 years ago
Jiang Liu 63a7b17e3f PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlier 10 years ago
Jiang Liu 3f3cecaeaf PCI/MSI: Remove unnecessary braces around single statements 10 years ago
Yijing Wang 262a2baf9e PCI/MSI: Add weak pcibios_msi_controller() 10 years ago
Yijing Wang c2791b8069 PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" 10 years ago
Yijing Wang 03f56e42d0 Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()" 10 years ago
Yijing Wang 38737d82f9 PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask Bits 10 years ago
Bjorn Helgaas 5ec094057c PCI/MSI: Remove unnecessary temporary variable 10 years ago
Yijing Wang 56b72b4095 PCI/MSI: Use __write_msi_msg() instead of write_msi_msg() 10 years ago
Yijing Wang 48c3c38f00 PCI/MSI: Remove "pos" from the struct msi_desc msi_attrib 10 years ago
Yijing Wang 81052769e4 PCI/MSI: Remove unused kobject from struct msi_desc 10 years ago
Alexander Gordeev a06cd74cef PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported() 10 years ago
Alexander Gordeev 27e20603c5 PCI/MSI: Move D0 check into pci_msi_check_device() 10 years ago
Alexander Gordeev ad975ebad4 PCI/MSI: Remove arch_msi_check_device() 10 years ago
Gavin Shan 3b307ffe3f PCI: Export MSI message relevant functions 11 years ago
Yijing Wang e11ece5a5e PCI/MSI: Use irq_get_msi_desc() to simplify code 11 years ago
Yijing Wang 0dae508aac PCI/MSI: Remove unused list access in __pci_restore_msix_state() 11 years ago
Yijing Wang a281b788d6 PCI/MSI: Retrieve first MSI IRQ from msi_desc rather than pci_dev 11 years ago
Yijing Wang 4cc901613b PCI/MSI: Remove unused function msi_remove_pci_irq_vectors() 11 years ago
Yijing Wang d873b4d449 PCI/MSI: Add msi_setup_entry() to clean up MSI initialization 11 years ago
Yijing Wang 31ea5d4dfe PCI/MSI: Cache Multiple Message Capable in struct msi_desc 11 years ago
Yijing Wang 199596ef91 PCI/MSI: Remove unused msi_enabled_mask() 11 years ago
Yijing Wang 66f0d0c40c PCI/MSI: Add internal msix_clear_and_set_ctrl() function 11 years ago
Alexei Starovoitov b701c0b1fe PCI/MSI: Fix memory leak in free_msi_irqs() 11 years ago
Ryan Desfosses 227f064705 PCI: Merge multi-line quoted strings 11 years ago
Alexander Gordeev 034cd97ebd PCI/MSI: Remove pci_enable_msi_block() 11 years ago
Paul Gortmaker 56a3d18279 PCI: Remove unnecessary includes of <linux/init.h> 11 years ago
Jan Beulich 1406276c12 PCI/MSI: Simplify populate_msi_sysfs() 11 years ago
Masanari Iida 75ce2d53ce PCI/MSI: Fix pci_msix_vec_count() htmldocs failure 11 years ago
Greg Kroah-Hartman 2923775647 PCI/MSI: Fix leak of msi_attrs 11 years ago
Greg Kroah-Hartman 86bb4f697a PCI/MSI: Check kmalloc() return value, fix leak of name 11 years ago
Masanari Iida 39af663b5f PCI/MSI: Fix pci_msix_vec_count() htmldocs failure 11 years ago
Greg Kroah-Hartman 13f81c099b PCI/MSI: Fix leak of msi_attrs 11 years ago
Greg Kroah-Hartman b3bac8e57c PCI/MSI: Check kmalloc() return value, fix leak of name 11 years ago
Alexander Gordeev 302a2523c2 PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range() 11 years ago
Alexander Gordeev ff1aa430a2 PCI/MSI: Add pci_msix_vec_count() 11 years ago
Alexander Gordeev 7b92b4f61e PCI/MSI: Remove pci_enable_msi_block_auto() 11 years ago
Alexander Gordeev d1ac1d2622 PCI/MSI: Add pci_msi_vec_count() 11 years ago