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
/
scripts
/
gdb
/
linux
/
interrupts.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
selftests/bpf: Add selftest for attaching fexit to __noreturn functions
Yafang Shao
2
-0
/
+24
2025-03-18
bpf: Reject attaching fexit/fmod_ret to __noreturn functions
Yafang Shao
1
-0
/
+32
2025-03-18
bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates storage
Martin KaFai Lau
1
-5
/
+6
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
4
-0
/
+14
2025-03-17
bpftool: Using the right format specifiers
Jiayuan Chen
12
-32
/
+33
2025-03-17
bpftool: Add -Wformat-signedness flag to detect format errors
Jiayuan Chen
1
-1
/
+6
2025-03-17
selftests/bpf: Test freplace from user namespace
Mykyta Yatsenko
3
-4
/
+112
2025-03-17
libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
5
-9
/
+23
2025-03-17
bpf: Return prog btf_id without capable check
Mykyta Yatsenko
1
-2
/
+2
2025-03-17
bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
3
-2
/
+23
2025-03-15
bpf, x86: Fix objtool warning for timed may_goto
Kumar Kartikeya Dwivedi
1
-3
/
+14
2025-03-15
bpf: Check map->record at the beginning of check_and_free_fields()
Hou Tao
1
-0
/
+3
2025-03-15
selftests/bpf: Fix sockopt selftest failure on powerpc
Saket Kumar Bhaskar
1
-0
/
+4
2025-03-15
selftests/bpf: Fix string read in strncmp benchmark
Viktor Malik
1
-1
/
+4
2025-03-15
selftests/bpf: Fix arena_spin_lock compilation on PowerPC
Kumar Kartikeya Dwivedi
2
-3
/
+24
2025-03-15
bpf: preload: Add MODULE_DESCRIPTION
Arnd Bergmann
1
-0
/
+1
2025-03-15
bpf: bpftool: Setting error code in do_loader()
Sewon Nam
1
-0
/
+1
2025-03-15
selftests/bpf: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2025-03-15
selftests/bpf: Add a kernel flag test for LSM bpf hook
Blaise Boscaccy
2
-0
/
+71
2025-03-15
selftests/bpf: Fix selection of static vs. dynamic LLVM
Anton Protopopov
1
-1
/
+1
2025-03-15
security: Propagate caller information in bpf hooks
Blaise Boscaccy
12
-33
/
+37
2025-03-15
selftests: bpf: fix duplicate selftests in cpumask_success.
Emil Tsalapatis
2
-2
/
+1
2025-03-15
bpf: fix missing kdoc string fields in cpumask.c
Emil Tsalapatis
1
-0
/
+20
2025-03-15
selftests/bpf: Fix cap_enable_effective() return code
Feng Yang
4
-9
/
+10
2025-03-15
selftests/bpf: lwt_seg6local: Move test to test_progs
Bastien Curutchet (eBPF Foundation)
3
-152
/
+176
2025-03-15
selftests: bpf: add bpf_cpumask_populate selftests
Emil Tsalapatis
4
-0
/
+161
2025-03-15
selftests/bpf: Fix dangling stdout seen by traffic monitor thread
Amery Hung
1
-17
/
+22
2025-03-15
selftests/bpf: lwt_seg6local: Remove unused routes
Bastien Curutchet (eBPF Foundation)
1
-5
/
+0
2025-03-15
bpf: add kfunc for populating cpumask bits
Emil Tsalapatis
1
-0
/
+33
2025-03-15
selftests/bpf: Allow assigning traffic monitor print function
Amery Hung
2
-19
/
+59
2025-03-15
selftests/bpf: Clean up call sites of stdio_restore()
Amery Hung
1
-11
/
+6
2025-03-15
selftests/bpf: Move test_lwt_ip_encap to test_progs
Bastien Curutchet (eBPF Foundation)
3
-478
/
+541
2025-03-15
bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c
T.J. Mercier
1
-1
/
+1
2025-03-15
selftests/bpf: Add tests for arena spin lock
Kumar Kartikeya Dwivedi
2
-0
/
+159
2025-03-15
selftests/bpf: Introduce arena spin lock
Kumar Kartikeya Dwivedi
2
-0
/
+652
2025-03-15
selftests/bpf: Introduce cond_break_label
Kumar Kartikeya Dwivedi
1
-6
/
+9
2025-03-15
bpf: correct use/def for may_goto instruction
Eduard Zingerman
2
-3
/
+4
2025-03-15
selftests/bpf: test cases for compute_live_registers()
Eduard Zingerman
6
-14
/
+455
2025-03-15
bpf: use register liveness information for func_states_equal
Eduard Zingerman
1
-4
/
+10
2025-03-15
selftests/bpf: Add selftests for load-acquire and store-release instructions
Peilin Ye
6
-3
/
+698
2025-03-15
bpf: simple DFA-based live registers analysis
Eduard Zingerman
3
-7
/
+330
2025-03-15
bpf, x86: Support load-acquire and store-release instructions
Peilin Ye
1
-17
/
+82
2025-03-15
bpf: get_call_summary() utility function
Eduard Zingerman
1
-64
/
+57
2025-03-15
bpf, arm64: Support load-acquire and store-release instructions
Peilin Ye
2
-6
/
+104
2025-03-15
bpf: jmp_offset() and verbose_insn() utility functions
Eduard Zingerman
1
-17
/
+23
2025-03-15
arm64: insn: Add load-acquire and store-release instructions
Peilin Ye
2
-0
/
+37
2025-03-15
arm64: insn: Add BIT(23) to {load,store}_ex's mask
Peilin Ye
1
-2
/
+2
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
10
-13
/
+166
2025-03-15
bpf, x86: Add x86 JIT support for timed may_goto
Kumar Kartikeya Dwivedi
5
-13
/
+130
2025-03-15
selftests/bpf: Add tests for bpf_object__prepare
Mykyta Yatsenko
2
-0
/
+127
[next]