index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
pci_endpoint_test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: pci_endpoint_test: Defer IRQ allocation until ioctl(PCITEST_SET_IRQTYPE)
Niklas Cassel
2025-04-23
1
-20
/
+1
*
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
2025-03-27
1
-1
/
+0
|
\
|
*
PCI: Add Rockchip Vendor ID
Shawn Lin
2025-03-06
1
-1
/
+0
*
|
misc: pci_endpoint_test: Add support for PCITEST_IRQ_TYPE_AUTO
Niklas Cassel
2025-03-26
1
-5
/
+20
*
|
misc: pci_endpoint_test: Use IRQ_TYPE_* defines from UAPI header
Niklas Cassel
2025-03-14
1
-23
/
+23
*
|
misc: pci_endpoint_test: Do not use managed IRQ functions
Kunihiko Hayashi
2025-03-14
1
-5
/
+4
*
|
misc: pci_endpoint_test: Remove global 'irq_type' and 'no_msi'
Kunihiko Hayashi
2025-03-14
1
-15
/
+3
*
|
misc: pci_endpoint_test: Fix 'irq_type' to convey the correct type
Kunihiko Hayashi
2025-03-14
1
-0
/
+1
*
|
misc: pci_endpoint_test: Fix displaying 'irq_type' after 'request_irq' error
Kunihiko Hayashi
2025-03-08
1
-1
/
+1
*
|
misc: pci_endpoint_test: Avoid issue of interrupts remaining after request_ir...
Kunihiko Hayashi
2025-03-08
1
-0
/
+3
*
|
misc: pci_endpoint_test: Handle BAR sizes larger than INT_MAX
Niklas Cassel
2025-03-08
1
-8
/
+10
*
|
misc: pci_endpoint_test: Give disabled BARs a distinct error code
Niklas Cassel
2025-03-08
1
-2
/
+4
*
|
misc: pci_endpoint_test: Fix potential truncation in pci_endpoint_test_probe()
Niklas Cassel
2025-03-08
1
-1
/
+1
*
|
misc: pci_endpoint_test: Fix pci_endpoint_test_bars_read_bar() error handling
Niklas Cassel
2025-03-08
1
-2
/
+2
|
/
*
misc: pci_endpoint_test: Fix IOCTL return value
Manivannan Sadhasivam
2025-01-21
1
-128
/
+127
*
misc: pci_endpoint_test: Remove redundant 'remainder' test
Hans Zhang
2025-01-21
1
-7
/
+1
*
misc: pci_endpoint_test: Add consecutive BAR test
Niklas Cassel
2025-01-21
1
-0
/
+88
*
misc: pci_endpoint_test: Add support for capabilities
Niklas Cassel
2025-01-21
1
-0
/
+19
*
misc: pci_endpoint_test: Remove unused pci_endpoint_test_bar_{readl,writel} f...
Jiapeng Chong
2024-07-09
1
-12
/
+0
*
misc: pci_endpoint_test: Document policy about adding pci_device_id
Yoshihiro Shimoda
2024-07-09
1
-0
/
+4
*
misc: pci_endpoint_test: Refactor dma_set_mask_and_coherent() logic
Frank Li
2024-07-09
1
-5
/
+1
*
misc: pci_endpoint_test: Use memcpy_toio()/memcpy_fromio() for BAR tests
Niklas Cassel
2024-07-09
1
-12
/
+42
*
misc: pci_endpoint_test: Add support for Rockchip rk3588
Niklas Cassel
2024-07-09
1
-0
/
+11
*
Merge branch 'pci/misc'
Bjorn Helgaas
2024-01-15
1
-2
/
+12
|
\
|
*
misc: pci_endpoint_test: Use a unique test pattern for each BAR
Niklas Cassel
2024-01-06
1
-2
/
+12
*
|
Merge branch 'pci/remove-old-api'
Bjorn Helgaas
2024-01-15
1
-3
/
+3
|
\
\
|
*
|
misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_*() API
Christophe JAILLET
2023-12-31
1
-3
/
+3
|
|
/
*
/
misc: pci_endpoint_test: Use INTX instead of LEGACY
Damien Le Moal
2023-12-18
1
-15
/
+15
|
/
*
Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-11-04
1
-0
/
+4
|
\
|
*
misc: pci_endpoint_test: Add deviceID for J721S2 PCIe EP device support
Siddharth Vadapalli
2023-10-27
1
-0
/
+4
*
|
misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller
Yoshihiro Shimoda
2023-10-23
1
-0
/
+4
|
/
*
misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()
Damien Le Moal
2023-06-23
1
-8
/
+4
*
misc: pci_endpoint_test: Do not write status in IRQ handler
Damien Le Moal
2023-06-23
1
-3
/
+0
*
misc: pci_endpoint_test: Re-init completion for every test
Damien Le Moal
2023-06-23
1
-0
/
+4
*
misc: pci_endpoint_test: Free IRQs before removing the device
Damien Le Moal
2023-06-23
1
-3
/
+3
*
Merge branch 'pci/misc'
Bjorn Helgaas
2023-02-22
1
-1
/
+1
|
\
|
*
misc: pci_endpoint_test: Drop initial kernel-doc marker
Randy Dunlap
2023-01-17
1
-1
/
+1
*
|
misc: pci_endpoint_test: Add i.MX8 PCIe EP device support
Richard Zhu
2023-01-16
1
-0
/
+2
|
/
*
misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic
Shunsuke Mie
2022-09-09
1
-0
/
+5
*
misc: pci_endpoint_test: Aggregate params checking for xfer
Shunsuke Mie
2022-09-09
1
-6
/
+23
*
misc: pci_endpoint_test: Terminate statement with semicolon
Ming Wang
2022-01-11
1
-1
/
+1
*
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-08
1
-0
/
+9
|
\
|
*
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
2021-09-02
1
-0
/
+1
|
|
\
|
|
*
misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
Kishon Vijay Abraham I
2021-08-19
1
-0
/
+1
|
*
|
misc: pci_endpoint_test: Add deviceID for AM64 and J7200
Kishon Vijay Abraham I
2021-08-19
1
-0
/
+8
|
|
/
*
/
misc: pci_endpoint_test: Ensure relationship between miscdev and PCI
Richard Weinberger
2021-07-21
1
-0
/
+1
|
/
*
PCI: Add TI J721E device to PCI IDs
Kishon Vijay Abraham I
2021-02-23
1
-1
/
+0
*
misc: pci_endpoint_test: fix return value of error branch
Xiongfeng Wang
2020-12-09
1
-2
/
+6
*
misc: pci_endpoint_test: Remove unnecessary verification
Gustavo Pimentel
2020-11-03
1
-1
/
+1
*
Merge branch 'remotes/lorenzo/pci/rcar'
Bjorn Helgaas
2020-10-21
1
-2
/
+7
|
\
[next]