index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
1
-5
/
+5
2019-06-11
PCI: endpoint: Clear BAR before freeing its space
Alan Mikhak
1
-1
/
+1
2019-06-11
PCI: endpoint: Skip odd BAR when skipping 64bit BAR
Alan Mikhak
1
-13
/
+12
2019-06-11
PCI: endpoint: Allocate enough space for fixed size BAR
Alan Mikhak
1
-1
/
+7
2019-06-11
PCI: endpoint: Set endpoint controller pointer to NULL
Alan Mikhak
1
-1
/
+2
2019-05-14
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
1
-0
/
+5
2019-04-15
PCI: endpoint: Add support to specify alignment for buffers allocated to BARs
Kishon Vijay Abraham I
2
-4
/
+11
2019-04-12
PCI: endpoint: Fix a potential NULL pointer dereference
Kangjie Lu
1
-0
/
+5
2019-02-15
PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features
Kishon Vijay Abraham I
1
-33
/
+54
2019-02-15
PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit
Kishon Vijay Abraham I
1
-0
/
+4
2019-02-15
PCI: pci-epf-test: Remove setting epf_bar flags in function driver
Kishon Vijay Abraham I
1
-4
/
+0
2019-02-15
PCI: endpoint: Fix pci_epf_alloc_space() to set correct MEM TYPE flags
Kishon Vijay Abraham I
1
-1
/
+3
2019-02-15
PCI: endpoint: Add helper to get first unreserved BAR
Kishon Vijay Abraham I
1
-0
/
+23
2019-02-14
PCI: endpoint: Add new pci_epc_ops to get EPC features
Kishon Vijay Abraham I
1
-0
/
+30
2019-02-13
PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()
Wen Yang
1
-2
/
+2
2018-11-23
PCI: consolidate PCI config entry in drivers/pci
Christoph Hellwig
1
-1
/
+1
2018-08-15
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
3
-25
/
+153
2018-07-19
PCI: endpoint: Add MSI set maximum restriction
Gustavo Pimentel
1
-1
/
+2
2018-07-19
pci-epf-test/pci_endpoint_test: Add MSI-X support
Gustavo Pimentel
1
-2
/
+27
2018-07-19
pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace
Gustavo Pimentel
1
-20
/
+41
2018-07-19
PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures
Gustavo Pimentel
1
-4
/
+4
[next]