index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-01
selftests/futex: Fix typos and grammar in futex_priv_hash
Gopi Krishna Menon
1
-4
/
+4
2025-09-01
selftests/futex: Fix format-security warnings in futex_priv_hash
Nai-Chen Cheng
1
-5
/
+5
2025-09-01
selftests/futex: Fix some futex_numa_mpol subtests
Waiman Long
1
-4
/
+2
2025-09-01
powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
1
-1
/
+1
2025-08-30
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+2
2025-08-30
kselftest/arm64: Don't open code SVE_PT_SIZE() in fp-ptrace
Mark Brown
1
-3
/
+2
2025-08-30
Merge branch 'for-linus' into for-next
Takashi Iwai
18
-41
/
+978
2025-08-29
vsock/test: Remove redundant semicolons
Liao Yuanhong
1
-1
/
+0
2025-08-29
netfilter: nft_flowtable.sh: re-run with random mtu sizes
Florian Westphal
1
-37
/
+76
2025-08-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-22
/
+94
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-6
/
+268
2025-08-29
Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
9
-20
/
+92
2025-08-29
selftests/futex: Remove the -g parameter from futex_priv_hash
Sebastian Andrzej Siewior
2
-2
/
+0
2025-08-28
Merge tag 'block-6.17-20250828' of git://git.kernel.dk/linux
Linus Torvalds
6
-33
/
+74
2025-08-28
selftests: drv-net: rss_ctx: fix the queue count check
Jakub Kicinski
1
-1
/
+1
2025-08-28
vfio: selftests: Fix .gitignore for already tracked files
David Matlack
1
-0
/
+3
2025-08-28
selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
Ricardo B. Marlière
1
-1
/
+1
2025-08-28
ublk selftests: add --no_ublk_fixed_fd for not using registered ublk char device
Ming Lei
6
-33
/
+74
2025-08-28
udp: add drop_counters to udp socket
Eric Dumazet
2
-3
/
+4
2025-08-27
selftests/mm: fix FORCE_READ to read input value correctly
Zi Yan
7
-9
/
+14
2025-08-27
selftests/bpf: Add LPM trie microbenchmarks
Matt Fleming
7
-0
/
+853
2025-08-27
selftests/bpf: Enable timed may_goto tests for arm64
Puranjay Mohan
3
-40
/
+23
2025-08-27
selftests/bpf: Enrich subtest_basic_usdt case in selftests to cover SIB handl...
Jiawei Zhao
2
-2
/
+112
2025-08-27
selftests/bpf: Fix typos and grammar in test sources
Shubham Sharma
28
-36
/
+36
2025-08-27
bpf: Add selftest to check the verifier's abstract multiplication
Nandakumar Edamana
2
-0
/
+40
2025-08-27
vfio: selftests: Add a script to help with running VFIO selftests
David Matlack
2
-0
/
+110
2025-08-27
vfio: selftests: Make iommufd the default iommu_mode
David Matlack
1
-1
/
+1
2025-08-27
vfio: selftests: Add iommufd mode
David Matlack
2
-35
/
+146
2025-08-27
vfio: selftests: Add iommufd_compat_type1{,v2} modes
David Matlack
3
-3
/
+23
2025-08-27
vfio: selftests: Add vfio_type1v2_mode
David Matlack
2
-1
/
+7
2025-08-27
vfio: selftests: Replicate tests across all iommu_modes
David Matlack
4
-14
/
+32
2025-08-27
vfio: selftests: Encapsulate IOMMU mode
David Matlack
5
-12
/
+52
2025-08-27
vfio: selftests: Move helper to get cdev path to libvfio
David Matlack
3
-32
/
+34
2025-08-27
vfio: selftests: Add driver for Intel DSA
David Matlack
4
-0
/
+420
2025-08-27
vfio: selftests: Add driver for Intel CBDMA
David Matlack
5
-1
/
+253
2025-08-27
vfio: sefltests: Add vfio_pci_driver_test
David Matlack
2
-0
/
+234
2025-08-27
vfio: selftests: Add driver framework
David Matlack
4
-0
/
+214
2025-08-27
vfio: selftests: Add a helper for matching vendor+device IDs
David Matlack
2
-3
/
+8
2025-08-27
vfio: selftests: Enable asserting MSI eventfds not firing
David Matlack
2
-1
/
+21
2025-08-27
vfio: selftests: Keep track of DMA regions mapped into the device
David Matlack
3
-24
/
+79
2025-08-27
vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
Josh Hilke
1
-0
/
+111
2025-08-27
vfio: selftests: Add DMA mapping tests for 2M and 1G HugeTLB
Josh Hilke
1
-5
/
+33
2025-08-27
vfio: selftests: Add test to reset vfio device.
Josh Hilke
3
-0
/
+14
2025-08-27
vfio: selftests: Move vfio dma mapping test to their own file
Josh Hilke
3
-18
/
+52
2025-08-27
vfio: selftests: Test basic VFIO and IOMMUFD integration
Josh Hilke
2
-0
/
+158
2025-08-27
vfio: selftests: Introduce vfio_pci_device_test
David Matlack
2
-0
/
+181
2025-08-27
vfio: selftests: Add a helper library for VFIO selftests
David Matlack
4
-0
/
+534
2025-08-27
selftests: Create tools/testing/selftests/vfio
David Matlack
3
-0
/
+10
2025-08-27
selftests: cgroup: Make test_pids backwards compatible
Michal Koutný
3
-0
/
+16
2025-08-27
selftests: pci_endpoint: Skip IRQ test if IRQ is out of range.
Christian Bruel
1
-0
/
+4
[prev]
[next]