index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
endpoint
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-07
PCI: endpoint: Fix misused goto label
Li Chen
1
-1
/
+1
2022-02-09
PCI: endpoint: Fix alignment fault error in copy tests
Hou Zhiqiang
1
-1
/
+11
2022-01-13
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2022-01-08
PCI: Correct misspelled words
Krzysztof Wilczyński
1
-1
/
+1
2022-01-07
PCI: endpoint: Return -EINVAL when interrupts num is smaller than 1
Li Chen
1
-1
/
+1
2021-11-05
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
2
-9
/
+8
2021-11-05
Merge branch 'pci/misc'
Bjorn Helgaas
2
-3
/
+3
2021-10-09
PCI: Correct misspelled and remove duplicated words
Krzysztof Wilczyński
2
-3
/
+3
2021-09-30
PCI: endpoint: Use sysfs_emit() in "show" functions
Kunihiko Hayashi
2
-9
/
+8
2021-09-29
PCI/sysfs: Return -EINVAL consistently from "store" functions
Krzysztof Wilczyński
2
-35
/
+18
2021-09-08
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-108
/
+359
2021-08-19
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
4
-106
/
+237
2021-08-19
PCI: endpoint: Add support to link a physical function to a virtual function
Kishon Vijay Abraham I
1
-0
/
+24
2021-08-19
PCI: endpoint: Add support to add virtual function in endpoint core
Kishon Vijay Abraham I
2
-2
/
+98
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-07-21
PCI: endpoint: Make struct pci_epf_driver::remove return void
Uwe Kleine-König
1
-3
/
+2
2021-05-04
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
2
-8
/
+14
2021-04-13
PCI: endpoint: Fix missing destroy_workqueue()
Yang Yingliang
1
-0
/
+3
2021-04-13
PCI: endpoint: Remove redundant initialization of pointer dev
Colin Ian King
1
-1
/
+1
2021-03-26
PCI: endpoint: Fix NULL pointer dereference for ->get_features()
Shradha Todi
1
-7
/
+10
2021-03-12
PCI: Fix kernel-doc errors
Krzysztof Wilczyński
3
-6
/
+14
2021-02-23
PCI: endpoint: Add EP function driver to provide NTB functionality
Kishon Vijay Abraham I
3
-0
/
+2142
2021-02-23
PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
Kishon Vijay Abraham I
1
-0
/
+23
2021-02-23
PCI: endpoint: Add pci_epf_ops to expose function-specific attrs
Kishon Vijay Abraham I
1
-0
/
+32
2021-02-23
PCI: endpoint: Add pci_epc_ops to map MSI IRQ
Kishon Vijay Abraham I
1
-0
/
+41
2021-02-23
PCI: endpoint: Add support in configfs to associate two EPCs with EPF
Kishon Vijay Abraham I
1
-0
/
+147
2021-02-23
PCI: endpoint: Add support to associate secondary EPC with EPF
Kishon Vijay Abraham I
4
-34
/
+87
2021-02-23
PCI: endpoint: Remove unused pci_epf_match_device()
Kishon Vijay Abraham I
1
-16
/
+0
2021-02-23
PCI: endpoint: Make *_free_bar() to return error codes on failure
Kishon Vijay Abraham I
2
-6
/
+8
2021-02-23
PCI: endpoint: Add helper API to get the 'next' unreserved BAR
Kishon Vijay Abraham I
1
-4
/
+22
2021-02-23
PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
Kishon Vijay Abraham I
1
-2
/
+10
2020-08-06
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
5
-5
/
+7
2020-06-04
Merge branch 'remotes/lorenzo/pci/rcar'
Bjorn Helgaas
1
-60
/
+144
2020-05-22
PCI: endpoint: Add support to handle multiple base for mapping outbound memory
Lad Prabhakar
1
-61
/
+138
2020-05-11
PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
Lad Prabhakar
1
-0
/
+7
2020-05-05
PCI: endpoint: functions/pci-epf-test: Fix DMA channel release
Kunihiko Hayashi
1
-0
/
+3
2020-04-02
PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address
Kishon Vijay Abraham I
1
-0
/
+2
2020-04-02
PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
Kishon Vijay Abraham I
2
-8
/
+31
2020-04-02
PCI: endpoint: functions/pci-epf-test: Print throughput information
Kishon Vijay Abraham I
1
-0
/
+48
2020-04-02
PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer data
Kishon Vijay Abraham I
1
-3
/
+202
2020-03-31
PCI: endpoint: Fix clearing start entry in configfs
Kunihiko Hayashi
1
-0
/
+1
2020-02-26
PCI: pci-epf-test: Add support to defer core initialization
Vidya Sagar
1
-41
/
+77
2020-02-25
PCI: endpoint: Add notification for core init completion
Vidya Sagar
1
-1
/
+18
2020-02-24
PCI: endpoint: Assign function number for each PF in EPC core
Kishon Vijay Abraham I
2
-26
/
+27
2020-02-24
PCI: endpoint: Protect concurrent access to pci_epf_ops with mutex
Kishon Vijay Abraham I
1
-1
/
+10
2020-02-24
PCI: endpoint: Fix for concurrent memory allocation in OB address region
Kishon Vijay Abraham I
1
-2
/
+8
2020-02-24
PCI: endpoint: Replace spinlock with mutex
Kishon Vijay Abraham I
1
-51
/
+31
2020-02-24
PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
Kishon Vijay Abraham I
3
-31
/
+13
2019-11-28
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
1
-1
/
+1
2019-10-15
PCI: endpoint: Cast the page number to phys_addr_t
Alan Mikhak
1
-1
/
+1
[next]