index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
21
-1598
/
+4294
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2022-12-10
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
1
-3
/
+13
2022-12-10
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
1
-1
/
+2
2022-12-10
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
1
-21
/
+8
2022-12-08
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
1
-2
/
+10
2022-12-08
bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
Kumar Kartikeya Dwivedi
1
-5
/
+8
2022-12-08
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
1
-25
/
+38
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2
-67
/
+178
2022-12-08
bpf: Propagate errors from process_* checks in check_func_arg
Kumar Kartikeya Dwivedi
1
-10
/
+15
2022-12-08
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
1
-64
/
+70
2022-12-08
bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true
Hou Tao
1
-1
/
+9
2022-12-08
bpf: Reuse freed element in free_by_rcu during allocation
Hou Tao
1
-3
/
+18
2022-12-08
bpf: Fix comment error in fixup_kfunc_call function
Yang Jihong
1
-1
/
+1
2022-12-08
bpf: Do not zero-extend kfunc return values
Björn Töpel
1
-0
/
+4
2022-12-07
bpf/docs: Document struct cgroup * kfuncs
David Vernet
1
-1
/
+1
2022-12-07
bpf/docs: Document struct task_struct * kfuncs
David Vernet
1
-1
/
+1
2022-12-07
bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()
Andrii Nakryiko
1
-6
/
+5
2022-12-07
Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-next
Alexei Starovoitov
2
-7
/
+40
2022-12-07
bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
Benjamin Tissoires
2
-7
/
+40
2022-12-06
bpf: remove unnecessary prune and jump points
Andrii Nakryiko
1
-24
/
+10
2022-12-06
bpf: mostly decouple jump history management from is_state_visited()
Andrii Nakryiko
1
-23
/
+26
2022-12-06
bpf: decouple prune and jump points
Andrii Nakryiko
1
-14
/
+43
2022-12-06
bpf: Loosen alloc obj test in verifier's reg_btf_record
Dave Marchevsky
1
-1
/
+6
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
1
-28
/
+48
2022-12-04
bpf: Enable sleeptable support for cgrp local storage
Yonghong Song
1
-1
/
+2
2022-12-04
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
2
-0
/
+18
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
2
-13
/
+46
2022-12-01
bpf: Fix release_on_unlock release logic for multiple refs
Dave Marchevsky
1
-1
/
+1
2022-11-30
bpf: Fix a compilation failure with clang lto build
Yonghong Song
3
-7
/
+4
2022-11-30
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
1
-3
/
+14
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
13
-574
/
+2398
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
2
-6
/
+13
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
3
-29
/
+148
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
3
-2
/
+11
2022-11-23
bpf: Add bpf_task_from_pid() kfunc
David Vernet
1
-1
/
+20
2022-11-24
bpf: Unify and simplify btf_func_proto_check error handling
Stanislav Fomichev
1
-9
/
+5
2022-11-24
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
1
-0
/
+5
2022-11-23
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
1
-5
/
+5
2022-11-22
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
1
-0
/
+20
2022-11-22
bpf: Enable cgroups to be used as kptrs
David Vernet
1
-3
/
+80
2022-11-21
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
1
-1
/
+1
2022-11-21
bpf: Pin the start cgroup in cgroup_iter_seq_init()
Hou Tao
1
-0
/
+14
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
1
-4
/
+8
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
2
-2
/
+24
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
3
-0
/
+48
2022-11-20
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2
-1
/
+19
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2
-2
/
+3
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
1
-3
/
+75
[next]