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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-07
bpf: Fix improper int-to-ptr cast in dump_stack_cb
Kumar Kartikeya Dwivedi
1
-2
/
+2
2025-07-07
bpf: Fix bounds for bpf_prog_get_file_line linfo loop
Kumar Kartikeya Dwivedi
1
-1
/
+3
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
2
-4
/
+18
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
2
-5
/
+39
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
2
-0
/
+11
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
1
-18
/
+18
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
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
1
-0
/
+48
2025-07-03
bpf: Add function to find program from stack trace
Kumar Kartikeya Dwivedi
1
-0
/
+33
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
1
-0
/
+47
2025-07-03
bpf: Introduce BPF standard streams
Kumar Kartikeya Dwivedi
6
-1
/
+511
2025-07-03
bpf: Refactor bprintf buffer support
Kumar Kartikeya Dwivedi
1
-15
/
+11
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
2
-7
/
+12
2025-07-03
bpf: Add bpf_dynptr_memset() kfunc
Ihor Solodrai
1
-0
/
+47
2025-07-02
bpf: Avoid warning on multiple referenced args in call
Paul Chaignon
1
-4
/
+4
2025-07-02
bpf: avoid jump misprediction for PTR_TO_MEM | PTR_UNTRUSTED
Eduard Zingerman
1
-1
/
+1
2025-07-01
bpf: Warn on internal verifier errors
Paul Chaignon
1
-109
/
+102
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
Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Alexei Starovoitov
2
-0
/
+8
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
31
-185
/
+471
2025-06-26
bpf: Add kfuncs for read-only string operations
Viktor Malik
1
-0
/
+382
2025-06-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
4
-7
/
+10
2025-06-25
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-29
/
+34
2025-06-25
bpf: add btf_type_is_i{32,64} helpers
Anton Protopopov
4
-38
/
+31
2025-06-25
bpf: allow void* cast using bpf_rdonly_cast()
Eduard Zingerman
1
-12
/
+61
2025-06-25
bpf: add bpf_features enum
Eduard Zingerman
1
-0
/
+6
2025-06-25
bpf: Add range tracking for BPF_NEG
Song Liu
2
-1
/
+21
2025-06-24
bpf, verifier: Improve precision for BPF_ADD and BPF_SUB
Harishankar Vishwanathan
1
-20
/
+56
2025-06-23
bpf: Specify access type of bpf_sysctl_get_name args
Jerome Marchand
1
-1
/
+1
2025-06-23
replace collect_mounts()/drop_collected_mounts() with a safer variant
Al Viro
1
-29
/
+34
2025-06-23
bpf: Make update_prog_stats() always_inline
Menglong Dong
1
-18
/
+23
2025-06-23
Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-12
/
+17
2025-06-23
bpf: Mark cgroup_subsys_state->cgroup RCU safe
Song Liu
1
-0
/
+5
2025-06-23
bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
Song Liu
1
-0
/
+3
2025-06-22
Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-8
/
+9
2025-06-22
Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-50
/
+83
2025-06-22
Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-2
/
+12
2025-06-20
rcu: Return early if callback is not specified
Uladzislau Rezki (Sony)
1
-0
/
+4
2025-06-19
kho: initialize tail pages for higher order folios properly
Pratyush Yadav
1
-12
/
+17
2025-06-18
bpf: Adjust free target to avoid global starvation of LRU map
Willem de Bruijn
2
-3
/
+7
2025-06-18
Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+1
[next]