index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
KVM: selftests: Confirm exposing MTE_frac does not break migration
Ben Horgan
1
-1
/
+76
2025-05-15
selftests/run_kselftest.sh: Use readlink if realpath is not available
Yosry Ahmed
1
-1
/
+8
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-61
/
+847
2025-05-15
Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
8
-45
/
+174
2025-05-15
selftest/net/ovpn: extend coverage with more test cases
Antonio Quartulli
5
-11
/
+34
2025-05-15
selftest/net/ovpn: fix crash in case of getaddrinfo() failure
Antonio Quartulli
1
-2
/
+8
2025-05-14
selftests/bpf: Relax TCPOPT_WINDOW validation in test_tcp_custom_syncookie.c.
Kuniyuki Iwashima
1
-1
/
+3
2025-05-14
tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
Steven Rostedt
5
-10
/
+10
2025-05-13
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
1
-5
/
+61
2025-05-13
selftests: memcg: increase error tolerance of child memory.current check in test_memcg_protection()
Waiman Long
1
-2
/
+2
2025-05-13
selftests: memcg: allow low event with no memory.low and memory_recursiveprot on
Waiman Long
1
-4
/
+14
2025-05-13
vsock/test: Fix occasional failure in SIOCOUTQ tests
Konstantin Shkolnyy
1
-12
/
+16
2025-05-13
selftests: ncdevmem: Implement devmem TCP TX
Mina Almasry
2
-15
/
+311
2025-05-13
Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts
Ingo Molnar
7
-0
/
+631
2025-05-13
Merge branch 'x86/mm' into x86/core, to resolve conflicts
Ingo Molnar
1
-3
/
+6
2025-05-13
Merge branch 'x86/fpu' into x86/core, to merge dependent commits
Ingo Molnar
4
-2
/
+16
2025-05-13
Merge branch 'x86/asm' into x86/core, to merge dependent commits
Ingo Molnar
3
-0
/
+121
2025-05-12
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
3
-35
/
+136
2025-05-12
mm: abstract initial stack setup to mm subsystem
Lorenzo Stoakes
1
-0
/
+32
2025-05-12
mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
Lorenzo Stoakes
3
-1
/
+42
2025-05-12
mm/selftests: add a test to verify mmap_changing race with -EAGAIN
Peter Xu
1
-0
/
+202
2025-05-12
memblock: add MEMBLOCK_RSRV_KERN flag
Mike Rapoport (Microsoft)
3
-23
/
+23
2025-05-12
selftests/mm: use long for dwRegionSize
Siddarth G
1
-2
/
+2
2025-05-12
selftests/bpf: introduce tests for dynptr copy kfuncs
Mykyta Yatsenko
3
-0
/
+244
2025-05-12
selftests: mptcp: remove rp_filter configuration
Hangbin Liu
1
-2
/
+0
2025-05-12
selftests: netfilter: remove rp_filter configuration
Hangbin Liu
7
-30
/
+4
2025-05-12
selftests: net: use setup_ns for SRv6 tests and remove rp_filter configuration
Hangbin Liu
6
-251
/
+76
2025-05-12
selftests: net: use setup_ns for bareudp testing
Hangbin Liu
1
-42
/
+7
2025-05-12
selftests: net: remove redundant rp_filter configuration
Hangbin Liu
3
-8
/
+0
2025-05-12
selftests: net: disable rp_filter after namespace initialization
Hangbin Liu
1
-0
/
+2
2025-05-12
selftests: drv-net: ping: make sure the ping test restores checksum offload
Jakub Kicinski
1
-0
/
+16
2025-05-12
selftests/bpf: Allow skipping docs compilation
Mykyta Yatsenko
1
-0
/
+2
2025-05-12
selftests/bpf: test_verifier verbose log overflows
Gregory Bell
1
-1
/
+1
2025-05-12
selftests/bpf: test_verifier verbose causes erroneous failures
Gregory Bell
1
-3
/
+3
2025-05-12
selftests/fs/mount-notify: add a test variant running inside userns
Amir Goldstein
3
-1
/
+560
2025-05-12
selftests/filesystems: create setup_userns() helper
Amir Goldstein
3
-57
/
+68
2025-05-12
selftests/filesystems: create get_unique_mnt_id() helper
Amir Goldstein
6
-35
/
+36
2025-05-12
selftests/fs/mount-notify: build with tools include dir
Amir Goldstein
2
-20
/
+8
2025-05-12
selftests/mount_settattr: remove duplicate syscall definitions
Amir Goldstein
1
-52
/
+0
2025-05-12
selftests/pidfd: move syscall definitions into wrappers.h
Amir Goldstein
2
-74
/
+42
2025-05-12
selftests/fs/statmount: build with tools include dir
Amir Goldstein
2
-1
/
+38
2025-05-12
selftests/filesystems: move wrapper.h out of overlayfs subdir
Amir Goldstein
6
-4
/
+6
2025-05-12
selftests/mount_settattr: ensure that ext4 filesystem can be created
Christian Brauner
1
-1
/
+1
2025-05-12
selftests/mount_settattr: add missing STATX_MNT_ID_UNIQUE define
Christian Brauner
1
-0
/
+4
2025-05-12
selftests/mount_settattr: don't define sys_open_tree() twice
Christian Brauner
1
-5
/
+0
2025-05-12
crypto: lib/chacha - strongly type the ChaCha state
Eric Biggers
1
-5
/
+5
2025-05-11
selftests: fix some typos in tools/testing/selftests
Chelsy Ratnawat
4
-5
/
+5
2025-05-11
lib/test_kmod: do not hardcode/depend on any filesystem
Herton R. Krzesinski
1
-5
/
+0
2025-05-11
selftests/damon: remove the remaining test scripts for DAMON debugfs interface
Enze Li
3
-117
/
+1
2025-05-11
selftests/mm: restore default nr_hugepages value during cleanup in hugetlb_reparenting_test.sh
Donet Tom
1
-1
/
+1
[prev]
[next]