summaryrefslogtreecommitdiff
path: root/drivers/pci/endpoint
AgeCommit message (Expand)AuthorFilesLines
2026-03-17PCI: endpoint: pci-epf-test: Roll back BAR mapping when subrange setup failsKoichiro Den1-0/+5
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-10/+10
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-10/+10
2026-02-20PCI: endpoint: pci-epf-test: Select configfsArnd Bergmann1-0/+1
2026-02-07Merge branch 'pci/controller/dwc'Bjorn Helgaas2-2/+275
2026-02-07Merge branch 'pci/workqueue'Bjorn Helgaas4-6/+16
2026-01-30PCI: endpoint: pci-epf-test: Allow overriding default BAR sizesNiklas Cassel1-2/+97
2026-01-30PCI: endpoint: pci-epf-test: Add BAR subrange mapping test supportKoichiro Den1-1/+171
2026-01-28PCI: endpoint: Add BAR subrange mapping supportKoichiro Den1-0/+8
2026-01-24PCI: endpoint: Fix swapped parameters in pci_{primary/secondary}_epc_epf_unli...Manikanta Maddireddy1-4/+4
2025-12-29PCI: endpoint: Add missing NULL check for alloc_workqueue()Haotian Zhang2-0/+10
2025-12-29PCI: endpoint: Replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-12-29PCI: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari4-6/+6
2025-12-24PCI: endpoint: Avoid creating sub-groups asynchronouslyLiu Song1-10/+5
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-51/+266
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2025-11-19PCI: epf-test: Switch to use %ptSpAndy Shevchenko1-3/+2
2025-10-27PCI: endpoint: pci-epf-vntb: Add MSI doorbell supportFrank Li1-17/+136
2025-10-27PCI: endpoint: Add pci_epf_assign_bar_space() APIFrank Li1-0/+77
2025-10-27PCI: endpoint: Add pci_epf_get_required_bar_size() helperFrank Li1-28/+46
2025-10-27PCI: endpoint: Rename 'epf_bar::aligned_size' to 'epf_bar:mem_size'Frank Li1-6/+6
2025-10-26PCI: endpoint: pci-epf-test: Fix sleeping function being called from atomic c...Bhanu Seshu Kumar Valluri1-2/+3
2025-09-16PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before releaseShin'ichiro Kawasaki1-6/+11
2025-09-12PCI: endpoint: pci-epf-test: Fix doorbell test supportNiklas Cassel1-1/+13
2025-09-08PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARsMarek Vasut1-1/+6
2025-08-11PCI: endpoint: pci-ep-msi: Fix NULL vs IS_ERR() check in pci_epf_write_msi_msg()Dan Carpenter1-1/+1
2025-08-01Merge branch 'pci/endpoint/epf-vntb'Bjorn Helgaas1-13/+131
2025-08-01Merge branch 'pci/endpoint/doorbell'Bjorn Helgaas5-0/+277
2025-07-25PCI: endpoint: pci-epf-test: Add doorbell test supportFrank Li1-0/+130
2025-07-25PCI: endpoint: Add pci_epf_align_inbound_addr() helper for inbound address al...Frank Li1-0/+38
2025-07-25PCI: endpoint: pci-ep-msi: Add checks for MSI parent and mutabilityFrank Li1-0/+8
2025-07-25PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controllerFrank Li3-0/+101
2025-07-21PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attributeManivannan Sadhasivam1-1/+1
2025-07-09PCI: endpoint: pci-epf-vntb: Allow BAR assignment via configfsJerome Brunet1-7/+125
2025-06-26PCI: endpoint: Fix configfs group removal on driver teardownDamien Le Moal2-0/+2
2025-06-26PCI: endpoint: Fix configfs group list head handlingDamien Le Moal1-1/+0
2025-06-23PCI: endpoint: pci-epf-vntb: Align MW naming with config namesJerome Brunet1-5/+5
2025-06-23PCI: endpoint: pci-epf-vntb: Return -ENOENT if pci_epc_get_next_free_bar() failsJerome Brunet1-1/+1
2025-05-29PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...Niklas Cassel1-6/+5
2025-05-29PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encodingNiklas Cassel1-7/+4
2025-05-29PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value...Niklas Cassel1-1/+1
2025-05-29PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_msi() return value e...Niklas Cassel1-2/+0
2025-05-29PCI: endpoint: pci-epf-vntb: Simplify ctrl/SPAD space allocationJerome Brunet1-23/+3
2025-05-29PCI: endpoint: Retain fixed-size BAR size as well as aligned sizeJerome Brunet1-7/+15
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas2-2/+2
2025-03-27Merge branch 'pci/epf-mhi'Bjorn Helgaas1-1/+1
2025-03-27Merge branch 'pci/endpoint-test'Bjorn Helgaas1-0/+12
2025-03-26PCI: endpoint: pci-epf-test: Expose supported IRQ types in CAPS registerNiklas Cassel1-0/+12
2025-03-09PCI: Fix typosBjorn Helgaas2-2/+2
2025-03-08PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oopsChristian Bruel1-0/+2