index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
endpoint
/
functions
/
pci-epf-test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
2021-08-19
1
-32
/
+42
*
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
2021-05-04
1
-7
/
+13
|
\
|
*
PCI: endpoint: Fix missing destroy_workqueue()
Yang Yingliang
2021-04-13
1
-0
/
+3
|
*
PCI: endpoint: Fix NULL pointer dereference for ->get_features()
Shradha Todi
2021-03-26
1
-7
/
+10
*
|
PCI: Fix kernel-doc errors
Krzysztof WilczyĆski
2021-03-12
1
-1
/
+1
|
/
*
PCI: endpoint: Add support to associate secondary EPC with EPF
Kishon Vijay Abraham I
2021-02-23
1
-4
/
+7
*
PCI: endpoint: Make *_free_bar() to return error codes on failure
Kishon Vijay Abraham I
2021-02-23
1
-0
/
+2
*
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
2020-08-06
1
-1
/
+1
*
PCI: endpoint: functions/pci-epf-test: Fix DMA channel release
Kunihiko Hayashi
2020-05-05
1
-0
/
+3
*
PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
Kishon Vijay Abraham I
2020-04-02
1
-6
/
+26
*
PCI: endpoint: functions/pci-epf-test: Print throughput information
Kishon Vijay Abraham I
2020-04-02
1
-0
/
+48
*
PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer data
Kishon Vijay Abraham I
2020-04-02
1
-3
/
+202
*
PCI: pci-epf-test: Add support to defer core initialization
Vidya Sagar
2020-02-26
1
-41
/
+77
*
PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
Kishon Vijay Abraham I
2020-02-24
1
-3
/
+10
*
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-10-14
1
-5
/
+5
*
PCI: endpoint: Clear BAR before freeing its space
Alan Mikhak
2019-06-11
1
-1
/
+1
*
PCI: endpoint: Skip odd BAR when skipping 64bit BAR
Alan Mikhak
2019-06-11
1
-13
/
+12
*
PCI: endpoint: Allocate enough space for fixed size BAR
Alan Mikhak
2019-06-11
1
-1
/
+7
*
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
2019-05-14
1
-0
/
+5
|
\
|
*
PCI: endpoint: Fix a potential NULL pointer dereference
Kangjie Lu
2019-04-12
1
-0
/
+5
*
|
PCI: endpoint: Add support to specify alignment for buffers allocated to BARs
Kishon Vijay Abraham I
2019-04-15
1
-2
/
+3
|
/
*
PCI: pci-epf-test: Use pci_epc_get_features() to get EPC features
Kishon Vijay Abraham I
2019-02-15
1
-33
/
+54
*
PCI: pci-epf-test: Do not allocate next BARs memory if current BAR is 64Bit
Kishon Vijay Abraham I
2019-02-15
1
-0
/
+4
*
PCI: pci-epf-test: Remove setting epf_bar flags in function driver
Kishon Vijay Abraham I
2019-02-15
1
-4
/
+0
*
PCI: endpoint: functions: Use memcpy_fromio()/memcpy_toio()
Wen Yang
2019-02-13
1
-2
/
+2
*
pci-epf-test/pci_endpoint_test: Add MSI-X support
Gustavo Pimentel
2018-07-19
1
-2
/
+27
*
pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace
Gustavo Pimentel
2018-07-19
1
-20
/
+41
*
Merge branch 'lorenzo/pci/endpoint'
Bjorn Helgaas
2018-06-06
1
-14
/
+14
|
\
|
*
PCI: endpoint: functions/pci-epf-test: Replace lower into upper case characters
Gustavo Pimentel
2018-05-15
1
-13
/
+13
|
*
PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write()
Jia-Ju Bai
2018-05-08
1
-1
/
+1
*
|
PCI: dwc: Add support for EP mode
Gustavo Pimentel
2018-05-15
1
-0
/
+7
|
/
*
PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...
Niklas Cassel
2018-04-03
1
-1
/
+4
*
PCI: endpoint: Handle 64-bit BARs properly
Niklas Cassel
2018-04-03
1
-0
/
+7
*
PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()
Niklas Cassel
2018-04-03
1
-6
/
+2
*
PCI: endpoint: BAR width should not depend on sizeof dma_addr_t
Niklas Cassel
2018-04-03
1
-5
/
+7
*
Merge branch 'pci/spdx' into next
Bjorn Helgaas
2018-02-01
1
-12
/
+1
|
\
|
*
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bjorn Helgaas
2018-01-28
1
-12
/
+1
*
|
PCI: endpoint: Add the function number as argument to EPC ops
Cyrille Pitchen
2018-01-31
1
-18
/
+23
|
/
*
PCI: endpoint: Use correct "end of test" interrupt
John Keeping
2017-09-20
1
-7
/
+6
*
PCI: endpoint: Remove the ->remove() callback
Shawn Lin
2017-08-29
1
-9
/
+0
*
PCI: endpoint: Add support to poll early for host commands
Kishon Vijay Abraham I
2017-08-29
1
-1
/
+11
*
PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regs
Kishon Vijay Abraham I
2017-08-29
1
-18
/
+42
*
PCI: endpoint: Do not reset *command* inadvertently
Kishon Vijay Abraham I
2017-08-29
1
-9
/
+11
*
PCI: endpoint: Add "volatile" to pci_epf_test_reg
Kishon Vijay Abraham I
2017-08-29
1
-1
/
+1
*
PCI: endpoint: functions: Add an EP function to test PCI
Kishon Vijay Abraham I
2017-04-11
1
-0
/
+510