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
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-21
selftests/landlock: Filter dealloc records in audit_count_records()
Mickaël Salaün
4
-13
/
+30
2026-05-21
perf build: Fix fsmount.o build
Ian Rogers
1
-1
/
+8
2026-05-21
selftests/hid: Remove unused LLD variable
James Clark
1
-7
/
+0
2026-05-21
tools: ynl: support listening on all nsids
Ilya Maximets
1
-5
/
+32
2026-05-21
selftests: net: Fix checksums in xdp_native
Nimrod Oren
1
-25
/
+30
2026-05-21
selftests: rds: config: disable modules
Matthieu Baerts (NGI0)
1
-0
/
+1
2026-05-21
selftests: openat2: port emptypath_test to kselftest harness
Christian Brauner
1
-32
/
+54
2026-05-21
kselftest/openat2: test for OPENAT2_REGULAR flag
Dorjoy Chowdhury
1
-0
/
+49
2026-05-21
selftests: harness: fix pidfd leak in __wait_for_test
Geliang Tang
1
-0
/
+1
2026-05-21
lkdtm/powerpc: add PPC_RADIX_TLBIEL test for radix MCE validation
Sayali Patil
1
-0
/
+1
2026-05-21
selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
Kaitao Cheng
1
-0
/
+421
2026-05-21
openat2: introduce EFTYPE error code
Dorjoy Chowdhury
5
-0
/
+10
2026-05-21
selftest: add tests for O_EMPTYPATH
Jori Koolstra
4
-36
/
+101
2026-05-21
selftests: openat2: migrate to kselftest harness
Aleksa Sarai
4
-403
/
+387
2026-05-21
selftests: openat2: switch from custom ARRAY_LEN to ARRAY_SIZE
Aleksa Sarai
3
-9
/
+8
2026-05-21
selftests: openat2: move helpers to header
Aleksa Sarai
3
-129
/
+107
2026-05-21
selftests: move openat2 tests to selftests/filesystems/
Aleksa Sarai
7
-1
/
+2
2026-05-20
sched_ext: Track bits[] storage size in struct scx_cmask
Tejun Heo
1
-4
/
+68
2026-05-20
sched_ext: Rename scx_cmask.nr_bits to nr_cids
Tejun Heo
1
-39
/
+39
2026-05-21
tools/bootconfig: Fix buf leaks in apply_xbc
Hongtao Lee
1
-1
/
+3
2026-05-20
selftests/bpf: add regression test for ktls+sockmap verdict UAF
Xingwang Xiang
2
-0
/
+124
2026-05-20
selftests: rds: Add ROCE support to run.sh
Allison Henderson
3
-13
/
+84
2026-05-20
selftests: rds: Add ROCE support to test.py
Allison Henderson
1
-32
/
+206
2026-05-20
selftests: rds: Register network teardown via atexit
Allison Henderson
1
-4
/
+21
2026-05-20
selftests: rds: Handle errors in netns_socket
Allison Henderson
1
-13
/
+14
2026-05-20
selftests: rds: Add helper function snd_rcv_packets() in test.py
Allison Henderson
1
-45
/
+54
2026-05-20
selftests: rds: Add helper function verify_hashes() in test.py
Allison Henderson
1
-17
/
+16
2026-05-20
selftests: rds: Add helper function recv_burst() in test.py
Allison Henderson
1
-20
/
+19
2026-05-20
selftests: rds: Add helper function send_burst() in test.py
Allison Henderson
1
-23
/
+27
2026-05-20
selftests: rds: Add helper function check_info() in test.py
Allison Henderson
1
-22
/
+31
2026-05-20
selftests: rds: Add helper function setup_tcp() in test.py
Allison Henderson
1
-53
/
+60
2026-05-20
perf build: Prefix SCRIPTS with output directory to fix continuous rebuilds
Ian Rogers
1
-3
/
+3
2026-05-20
perf arch x86 tests: Add test for topdown event sorting
Ian Rogers
1
-1
/
+165
2026-05-20
perf tests: Add test for uncore event sorting
Ian Rogers
4
-0
/
+179
2026-05-20
perf build: Convert llvm-config shell queries to simply expanded variables
Ian Rogers
1
-5
/
+8
2026-05-20
perf pmu-events: Convert recursive shell assignments and macros to Make built-ins
Ian Rogers
1
-5
/
+5
2026-05-20
perf pmu-events: Split big_c_string storage into standalone compilation unit
Ian Rogers
4
-7
/
+37
2026-05-20
perf build: Remove redundant libbpf feature check for static builds
Ian Rogers
1
-3
/
+1
2026-05-20
perf build: Move libsymbol dependency out of prepare step
Ian Rogers
1
-4
/
+3
2026-05-20
perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
Ian Rogers
2
-2
/
+14
2026-05-20
perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.mak
Ian Rogers
3
-55
/
+55
2026-05-20
perf build: Move BPF skeleton generation out of Makefile.perf
Ian Rogers
6
-56
/
+78
2026-05-20
perf build: Remove empty archheaders target
Ian Rogers
1
-2
/
+2
2026-05-20
perf build: Decouple pmu-events from prepare umbrella target
Ian Rogers
1
-1
/
+1
2026-05-20
perf trace beauty: Make beauty generated C code standalone .o files
Ian Rogers
29
-368
/
+447
2026-05-20
perf lock contention: Fix SIGCHLD vs pause() race in __cmd_contention()
Swapnil Sapkal
1
-2
/
+10
2026-05-20
perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()
Swapnil Sapkal
1
-2
/
+6
2026-05-20
perf sched stats: Fix SIGCHLD vs pause() race in schedstat_record()
Swapnil Sapkal
1
-2
/
+10
2026-05-20
perf evsel: Add bounds checking to trace point raw data accessors
Ian Rogers
1
-5
/
+49
2026-05-20
perf timechart: Bounds check CPU
Ian Rogers
1
-3
/
+32
[prev]
[next]