开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
endpoint
/
functions
/
pci-epf-vntb.c
Age
Commit message (
Expand
)
Author
2024-07-04
PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup()
Dan Carpenter
2024-07-04
PCI: endpoint: Clean up error handling in vpci_scan_bus()
Dan Carpenter
2024-02-16
PCI: endpoint: Clean up hardware description for BARs
Niklas Cassel
2024-02-16
PCI: epf-vntb: Return actual error code during pci_vntb_probe() failure
Yang Yingliang
2024-02-16
NTB: fix possible name leak in ntb_register_device()
Yang Yingliang
2024-02-09
PCI: endpoint: pci-epf-vntb: Remove superfluous checks for pci_epf_alloc_spac...
Niklas Cassel
2024-02-09
PCI: endpoint: Refactor pci_epf_alloc_space() API
Niklas Cassel
2024-01-15
Merge branch 'pci/endpoint'
Bjorn Helgaas
2023-12-18
PCI: endpoint: pci-epf-vntb: Make struct pci_epf_ops const
Lars-Peter Clausen
2023-12-18
PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitions
Damien Le Moal
2023-08-25
PCI: Fix typos in docs and comments
Bjorn Helgaas
2023-07-09
Merge tag 'ntb-6.5' of https://github.com/jonmason/ntb
Linus Torvalds
2023-07-08
NTB: EPF: fix possible memory leak in pci_vntb_probe()
ruanjinjie
2023-06-23
PCI: endpoint: pci-epf-vntb: Fix typo in comments
Frank Li
2023-06-23
PCI: endpoint: Pass EPF device ID to the probe function
Manivannan Sadhasivam
2023-01-18
PCI: endpoint: pci-epf-vntb: Add epf_ntb_mw_bar_clear() num_mws kernel-doc
Yang Yingliang
2022-11-23
PCI: endpoint: pci-epf-vntb: Fix sparse ntb->reg build warning
Frank Li
2022-11-23
PCI: endpoint: pci-epf-vntb: Fix sparse build warning for epf_db
Frank Li
2022-11-23
PCI: endpoint: pci-epf-vntb: Replace hardcoded 4 with sizeof(u32)
Frank Li
2022-11-23
PCI: endpoint: pci-epf-vntb: Remove unused epf_db_phy struct member
Frank Li
2022-11-23
PCI: endpoint: pci-epf-vntb: Fix call pci_epc_mem_free_addr() in error path
Frank Li
2022-11-23
PCI: endpoint: pci-epf-vntb: Fix struct epf_ntb_ctrl indentation
Frank Li
2022-11-23
PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warning
Frank Li
2022-08-09
NTB: EPF: Tidy up some bounds checks
Dan Carpenter
2022-08-09
NTB: EPF: Fix error code in epf_ntb_bind()
Dan Carpenter
2022-08-09
PCI: endpoint: pci-epf-vntb: reduce several globals to statics
Tom Rix
2022-08-09
PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()
Yang Yingliang
2022-08-09
NTB: EPF: set pointer addr to null using NULL rather than 0
Colin Ian King
2022-08-09
PCI: endpoint: Support NTB transfer between RC and EP
Frank Li