index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2024-09-09
selftests: mptcp: connect: remove duplicated spaces in TAP output
Matthieu Baerts (NGI0)
-6
/
+8
2024-09-09
selftests: mptcp: diag: remove trailing whitespace
Matthieu Baerts (NGI0)
-1
/
+1
2024-09-09
selftests: mptcp: reset the last TS before the first test
Matthieu Baerts (NGI0)
-1
/
+9
2024-09-09
selftests: mptcp: connect: remote time in TAP output
Matthieu Baerts (NGI0)
-1
/
+0
2024-09-09
selftests: mptcp: lib: add time per subtests in TAP output
Matthieu Baerts (NGI0)
-1
/
+16
2024-09-09
selftests: return failure when timestamps can't be reported
Jason Xing
-1
/
+5
2024-09-09
selftests/mm: relax test to fail after 100 migration failures
Dev Jain
-6
/
+11
2024-09-09
mm: selftest to verify zero-filled pages are mapped to zeropage
Alexander Zhu
-0
/
+94
2024-09-09
bpf: Fix error message on kfunc arg type mismatch
Maxim Mikityanskiy
-1
/
+9
2024-09-09
cxl/pci: Remove duplicated implementation of waiting for memory_info_valid
Yanfei Xu
-2
/
+2
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
-249
/
+767
2024-09-09
selftests/powerpc: Allow building without static libc
Madhavan Srinivasan
-3
/
+15
2024-09-09
Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...
Neeraj Upadhyay
-13
/
+55
2024-09-06
Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-71
/
+0
2024-09-06
selftests/timers: Remove unused NSEC_PER_SEC macro
zhang jiao
-5
/
+0
2024-09-06
selftests:resctrl: Fix build failure on archs without __cpuid_count()
Shuah Khan
-2
/
+7
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-40
/
+19
2024-09-05
Merge tag 'bpf-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
-0
/
+34
2024-09-05
Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1
/
+2
2024-09-05
bpf/selftests: coverage for tp and perf event progs using kfuncs
JP Kobryn
-0
/
+48
2024-09-05
selftests: net: enable bind tests
Jamie Bainbridge
-1
/
+2
2024-09-05
selftests/bpf: Add description for running vmtest on RV64
Pu Lehui
-0
/
+32
2024-09-05
selftests/bpf: Add riscv64 configurations to local vmtest
Pu Lehui
-0
/
+9
2024-09-05
selftests/bpf: Add DENYLIST.riscv64
Pu Lehui
-0
/
+3
2024-09-05
selftests/bpf: Add config.riscv64
Pu Lehui
-0
/
+84
2024-09-05
selftests/bpf: Enable cross platform testing for vmtest
Pu Lehui
-11
/
+31
2024-09-05
selftests/bpf: Support local rootfs image for vmtest
Pu Lehui
-7
/
+16
2024-09-05
selftests/bpf: Limit URLS parsing logic to actual scope in vmtest
Pu Lehui
-20
/
+19
2024-09-05
selftests/bpf: Prefer static linking for LLVM libraries
Eduard Zingerman
-5
/
+3
2024-09-05
selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflict
Pu Lehui
-5
/
+5
2024-09-05
selftests/bpf: Adapt OUTPUT appending logic to lower versions of Make
Pu Lehui
-0
/
+6
2024-09-05
selftests/bpf: fix some typos in selftests
Lin Yikai
-39
/
+39
2024-09-05
selftests/bpf: Add uprobe multi pid filter test for clone-ed processes
Jiri Olsa
-24
/
+42
2024-09-05
selftests/bpf: Add uprobe multi pid filter test for fork-ed processes
Jiri Olsa
-0
/
+107
2024-09-05
selftests/bpf: Add child argument to spawn_child function
Jiri Olsa
-46
/
+39
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
-1
/
+2
2024-09-05
kselftest: dt: Ignore nodes that have ancestors disabled
NĂcolas F. R. A. Prado
-1
/
+14
2024-09-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
-159
/
+1016
2024-09-04
selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64
Pu Lehui
-6
/
+0
2024-09-04
selftests: net: convert comma to semicolon
Chen Ni
-3
/
+3
2024-09-04
selftests/bpf: Add a selftest for x86 jit convergence issues
Yonghong Song
-0
/
+116
2024-09-04
Merge branch 'bpf/master' into for-6.12
Tejun Heo
-1546
/
+7638
2024-09-04
selftests/ftrace: Fix eventfs ownership testcase to find mount point
Masami Hiramatsu (Google)
-0
/
+12
2024-09-04
sched_ext: Add cgroup support
Tejun Heo
-0
/
+32
2024-09-04
selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
Feng Yang
-12
/
+20
2024-09-04
selftests/bpf: Add a selftest to check for incorrect names
Jeongjun Park
-0
/
+34
2024-09-04
ktest.pl: Avoid false positives with grub2 skip regex
Daniel Jordan
-1
/
+1
2024-09-04
ktest.pl: Always warn on build warnings
Steven Rostedt
-8
/
+18
2024-09-04
selftests/bpf: Fix procmap_query()'s params mismatch and compilation warning
Yuan Chen
-2
/
+2
2024-09-04
selftests: add selftest for UDP SO_PEEK_OFF support
Jason Xing
-37
/
+57
[prev]
[next]