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
/
kernel
/
livepatch
/
patch.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-07
bpf: Fix bounds for bpf_prog_get_file_line linfo loop
Kumar Kartikeya Dwivedi
1
-1
/
+3
2025-07-07
selftests/bpf: tests for __arg_untrusted void * global func params
Eduard Zingerman
1
-0
/
+53
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
3
-4
/
+19
2025-07-07
selftests/bpf: test cases for __arg_untrusted
Eduard Zingerman
1
-0
/
+81
2025-07-07
libbpf: __arg_untrusted in bpf_helpers.h
Eduard Zingerman
1
-0
/
+1
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
2
-5
/
+39
2025-07-07
selftests/bpf: ptr_to_btf_id struct walk ending with primitive pointer
Eduard Zingerman
1
-0
/
+31
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
3
-1
/
+12
2025-07-07
bpf: make makr_btf_ld_reg return error for unexpected reg types
Eduard Zingerman
1
-20
/
+39
2025-07-03
bpf: Avoid putting struct bpf_scc_callchain variables on the stack
Yonghong Song
2
-18
/
+19
2025-07-03
bpf: Reduce stack frame size by using env->insn_buf for bpf insns
Yonghong Song
1
-98
/
+92
2025-07-03
bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()
Yonghong Song
1
-2
/
+2
2025-07-03
bpf: Avoid warning on unexpected map for tail call
Paul Chaignon
1
-2
/
+2
2025-07-03
selftests/bpf: Add tests for prog streams
Kumar Kartikeya Dwivedi
3
-0
/
+253
2025-07-03
bpftool: Add support for dumping streams
Kumar Kartikeya Dwivedi
3
-2
/
+70
2025-07-03
libbpf: Introduce bpf_prog_stream_read() API
Kumar Kartikeya Dwivedi
3
-0
/
+42
2025-07-03
libbpf: Add bpf_stream_printk() macro
Kumar Kartikeya Dwivedi
1
-0
/
+16
2025-07-03
bpf: Report rqspinlock deadlocks/timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-0
/
+23
2025-07-03
bpf: Report may_goto timeout to BPF stderr
Kumar Kartikeya Dwivedi
1
-1
/
+19
2025-07-03
bpf: Add dump_stack() analogue to print to BPF stderr
Kumar Kartikeya Dwivedi
2
-0
/
+50
2025-07-03
bpf: Add function to find program from stack trace
Kumar Kartikeya Dwivedi
3
-1
/
+34
2025-07-03
bpf: Ensure RCU lock is held around bpf_prog_ksym_find
Kumar Kartikeya Dwivedi
2
-3
/
+13
2025-07-03
bpf: Add function to extract program source info
Kumar Kartikeya Dwivedi
2
-0
/
+50
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
9
-1
/
+611
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
2
-16
/
+25
2025-07-03
bpf: Add show_fdinfo for kprobe_multi
Tao Chen
1
-0
/
+27
2025-07-03
bpf: Add show_fdinfo for uprobe_multi
Tao Chen
1
-0
/
+44
2025-07-03
bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
Tao Chen
3
-7
/
+13
2025-07-03
selftests/bpf: Add test cases for bpf_dynptr_memset()
Ihor Solodrai
2
-0
/
+166
2025-07-03
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
1
-0
/
+47
2025-07-02
selftests/bpf: Allow veristat compile standalone
Mykyta Yatsenko
1
-3
/
+4
2025-07-02
bpf: Avoid warning on multiple referenced args in call
Paul Chaignon
1
-4
/
+4
2025-07-02
selftests/bpf: Negative test case for ref_obj_id in args
Paul Chaignon
1
-0
/
+24
2025-07-02
selftests/bpf: null checks for rdonly_untrusted_mem should be preserved
Eduard Zingerman
1
-0
/
+21
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
1
-1
/
+1
2025-07-02
selftests/bpf: Don't call fsopen() as privileged user
Matteo Croce
1
-20
/
+21
2025-07-01
selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"
Colin Ian King
1
-2
/
+2
2025-07-01
selftests/bpf: Enable dynptr/test_probe_read_user_str_dynptr
Mykyta Yatsenko
1
-1
/
+0
2025-07-01
bpf: Warn on internal verifier errors
Paul Chaignon
1
-109
/
+102
2025-07-01
s390/bpf: Describe the frame using a struct instead of constants
Ilya Leoshkevich
2
-77
/
+47
2025-07-01
s390/bpf: Centralize frame offset calculations
Ilya Leoshkevich
1
-30
/
+26
2025-06-27
selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access tests
Eduard Zingerman
1
-0
/
+41
2025-06-27
selftests/bpf: improve error messages in veristat
Mykyta Yatsenko
1
-11
/
+25
2025-06-27
selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattr
Song Liu
4
-97
/
+49
2025-06-27
bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSM
Eduard Zingerman
1
-1
/
+1
2025-06-27
bpf: Fix string kfuncs names in doc comments
Viktor Malik
1
-3
/
+3
2025-06-26
selftests/bpf: Test array presets in veristat
Mykyta Yatsenko
2
-24
/
+159
2025-06-26
selftests/bpf: Support array presets in veristat
Mykyta Yatsenko
1
-50
/
+189
2025-06-26
selftests/bpf: Separate var preset parsing in veristat
Mykyta Yatsenko
1
-53
/
+99
2025-06-26
selftests/bpf: Add tests for string kfuncs
Viktor Malik
4
-0
/
+212
[next]