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