index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
pci_endpoint_test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+8
2026-08-21
Merge branch 'pci/controller/root-port-reset'
Bjorn Helgaas
1
-0
/
+23
2026-08-04
misc: pci_endpoint_test: Add AER error handlers
Manivannan Sadhasivam
1
-0
/
+23
2026-08-03
misc: pci_endpoint_test: Fail doorbell test when the trigger IRQ is missed
Niklas Cassel
1
-2
/
+2
2026-08-03
misc: pci_endpoint_test: Check SUCCESS bit for doorbell status
Niklas Cassel
1
-5
/
+6
2026-07-31
misc: Unify code style for various *_device_id arrays
Uwe Kleine-König (The Capable Hub)
1
-8
/
+8
2026-06-22
misc: pci_endpoint_test: Remove dead BAR read before doorbell trigger
Carlos Bilbao
1
-1
/
+0
2026-06-22
misc: pci_endpoint_test: Validate BAR index in doorbell test
Carlos Bilbao
1
-0
/
+5
2026-04-08
selftests: pci_endpoint: Skip BAR subrange test on -ENOSPC
Christian Bruel
1
-1
/
+2
2026-04-04
misc: pci_endpoint_test: Add Tegra194 and Tegra234 device table entries
Manikanta Maddireddy
1
-0
/
+5
2026-04-03
misc: pci_endpoint_test: Use -EINVAL for small subrange size
Koichiro Den
1
-1
/
+1
2026-03-15
misc: pci_endpoint_test: Give reserved BARs a distinct error code
Niklas Cassel
1
-2
/
+18
2026-02-24
misc: pci_endpoint_test: Gate doorbell test on dynamic inbound mapping
Koichiro Den
1
-0
/
+4
2026-01-29
misc: pci_endpoint_test: Add BAR subrange mapping test case
Koichiro Den
1
-1
/
+202
2025-08-27
misc: pci_endpoint_test: Cleanup extra 0 initialization
Christian Bruel
1
-2
/
+0
2025-08-27
misc: pci_endpoint_test: Skip IRQ tests if irq is out of range
Christian Bruel
1
-6
/
+6
2025-08-13
misc: pci_endpoint_test: Fix array underflow in pci_endpoint_test_ioctl()
Dan Carpenter
1
-1
/
+1
2025-07-24
misc: pci_endpoint_test: Add doorbell test case
Frank Li
1
-0
/
+83
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_ir...
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} f...
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/gi...
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
[next]