index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf_verifier.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-24
bpf: correct loop detection for iterators convergence
Eduard Zingerman
1
-0
/
+15
2023-10-24
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
1
-0
/
+1
2023-10-20
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
1
-8
/
+11
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
1
-0
/
+1
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
1
-0
/
+4
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
1
-1
/
+2
2023-09-08
bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
Yonghong Song
1
-0
/
+1
2023-08-25
bpf: Consider non-owning refs trusted
Dave Marchevsky
1
-1
/
+1
2023-06-14
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
1
-6
/
+11
2023-06-14
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
1
-1
/
+9
2023-05-05
bpf: improve precision backtrack logging
Andrii Nakryiko
1
-4
/
+9
2023-05-05
bpf: encapsulate precision backtracking bookkeeping
Andrii Nakryiko
1
-0
/
+14
2023-04-16
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
1
-1
/
+6
2023-04-11
bpf: Simplify internal verifier log interface
Andrii Nakryiko
1
-10
/
+3
2023-04-11
bpf: Keep track of total log content size in both fixed and rolling modes
Andrii Nakryiko
1
-9
/
+3
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
1
-7
/
+26
2023-04-11
bpf: Split off basic BPF verifier log into separate file
Andrii Nakryiko
1
-12
/
+7
2023-03-10
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
1
-1
/
+5
2023-03-09
bpf: add support for open-coded iterator loops
Andrii Nakryiko
1
-0
/
+23
2023-03-09
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
1
-0
/
+2
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
1
-1
/
+0
2023-03-01
bpf: Refactor process_dynptr_func
Joanne Koong
1
-3
/
+0
2023-02-14
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
1
-20
/
+18
2023-01-21
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
1
-1
/
+4
2022-12-28
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
1
-20
/
+20
2022-12-11
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
1
-2
/
+2
2022-12-09
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
1
-5
/
+3
2022-12-07
bpf: decouple prune and jump points
Andrii Nakryiko
1
-0
/
+1
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
1
-1
/
+1
2022-12-01
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
1
-1
/
+0
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
1
-1
/
+4
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
1
-0
/
+7
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
1
-1
/
+1
2022-11-18
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-11-18
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-11-18
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
1
-2
/
+0
2022-11-18
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
1
-1
/
+15
2022-10-26
bpf: Remove prog->active check for bpf_lsm and bpf_iter
Martin KaFai Lau
1
-1
/
+14
2022-09-22
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
1
-0
/
+5
2022-09-11
bpf: Add verifier support for custom callback return range
Dave Marchevsky
1
-0
/
+1
2022-09-08
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-0
/
+21
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
1
-0
/
+2
2022-08-25
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
1
-0
/
+11
2022-07-12
bpf: Fix 'dubious one-bit signed bitfield' warnings
Matthieu Baerts
1
-4
/
+4
2022-06-21
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
1
-0
/
+12
2022-06-14
bpf: Fix spelling in bpf_verifier.h
Hongyi Lu
1
-1
/
+1
2022-05-24
bpf: Dynptr support for ring buffers
Joanne Koong
1
-0
/
+2
2022-05-24
bpf: Add verifier support for dynptrs
Joanne Koong
1
-0
/
+18
2022-04-26
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
1
-2
/
+1
2022-03-31
bpf: Resolve to prog->aux->dst_prog->type only for BPF_PROG_TYPE_EXT
Martin KaFai Lau
1
-1
/
+3
[next]