summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner2021-12-163-25/+6
* PCI/MSI: Allocate MSI device data on first useThomas Gleixner2021-12-161-2/+15
* PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner2021-12-162-5/+33
* PCI/MSI: Set pci_dev::msi[x]_enabled earlyThomas Gleixner2021-12-161-6/+17
* Merge branch 'irq/urgent' into irq/msiThomas Gleixner2021-12-145-15/+25
|\
| * PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on errorThomas Gleixner2021-12-141-1/+1
| * PCI/MSI: Mask MSI-X vectors only on successStefan Roese2021-12-141-3/+10
| * Merge tag 'pci-v5.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-102-11/+12
| |\
| | * PCI: apple: Fix PERST# polarityMarc Zyngier2021-12-071-2/+2
| | * PCI: apple: Follow the PCIe specifications when resetting the portMarc Zyngier2021-12-071-1/+11
| | * Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"Marek Behún2021-12-011-9/+0
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-082-0/+2
| |\ \ | | |/ | |/|
| | * treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-032-0/+2
* | | PCI/MSI: Move descriptor counting on allocation fail to the legacy codeThomas Gleixner2021-12-092-19/+20
* | | genirq/msi: Handle PCI/MSI allocation fail in core codeThomas Gleixner2021-12-091-13/+0
* | | PCI/MSI: Make pci_msi_domain_check_cap() staticThomas Gleixner2021-12-091-2/+3
* | | PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner2021-12-092-2/+4
* | | PCI/MSI: Sanitize MSI-X table map handlingThomas Gleixner2021-12-091-10/+8
* | | PCI/MSI: Split out irqdomain codeThomas Gleixner2021-12-095-311/+340
* | | PCI/MSI: Split out !IRQDOMAIN codeThomas Gleixner2021-12-093-48/+55
* | | PCI/MSI: Split out CONFIG_PCI_MSI independent partThomas Gleixner2021-12-093-40/+45
* | | PCI/MSI: Move code into a separate directoryThomas Gleixner2021-12-093-2/+7
* | | PCI/MSI: Make msix_update_entries() smarterThomas Gleixner2021-12-091-2/+2
* | | PCI/MSI: Cleanup include zooThomas Gleixner2021-12-091-12/+4
* | | PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner2021-12-091-35/+19
* | | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-092-59/+59
* | | PCI/sysfs: Use pci_irq_vector()Thomas Gleixner2021-12-091-5/+2
* | | PCI/MSI: Remove msi_desc_to_pci_sysdata()Thomas Gleixner2021-12-091-8/+0
* | | PCI/MSI: Make pci_msi_domain_write_msg() staticThomas Gleixner2021-12-091-1/+1
* | | PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()Thomas Gleixner2021-12-091-8/+18
|/ /
* | Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-142-17/+28
|\ \
| * | PCI/MSI: Destroy sysfs before freeing entriesThomas Gleixner2021-11-111-5/+5
| * | PCI: Add MSI masking quirk for Nvidia ION AHCIMarc Zyngier2021-11-111-0/+6
| * | PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-111-0/+3
| * | PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner2021-11-111-12/+14
* | | Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-132-1/+26
|\ \ \
| * | | PCI: Export pci_dev_lock()Niklas Schnelle2021-11-081-1/+2
| * | | s390/pci: implement reset_slot for hotplug slotNiklas Schnelle2021-11-081-0/+24
* | | | Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-11-131-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: brcmstb: Allow building for BMIPS_GENERICFlorian Fainelli2021-11-091-1/+2
* | | | Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-114-45/+41
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas2021-11-114-45/+37
| * | | Revert "PCI: Remove struct pci_dev->driver"Bjorn Helgaas2021-11-111-0/+4
* | | | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-081-0/+32
|\ \ \ \ | |_|_|/ |/| | |
| * | | PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky2021-10-291-0/+32
* | | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0665-745/+3776
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas2021-11-051-2/+1
| |\ \ \
| | * | | PCI: xgene: Use PCI_VENDOR_ID_AMCC macroPali Rohár2021-09-301-2/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2021-11-052-10/+37
| |\ \ \
| | * | | PCI: vmd: depend on !UMLJohannes Berg2021-10-131-1/+1