index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
2022-11-23
bpf: Add bpf_task_from_pid() kfunc
David Vernet
2022-11-24
bpf: Unify and simplify btf_func_proto_check error handling
Stanislav Fomichev
2022-11-24
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
2022-11-23
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
2022-11-22
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
2022-11-22
bpf: Enable cgroups to be used as kptrs
David Vernet
2022-11-21
bpf: Pin the start cgroup in cgroup_iter_seq_init()
Hou Tao
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
2022-11-20
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
2022-11-17
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Allow locking bpf_spin_lock in inner map values
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Verify ownership relationships for user BTF types
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Recognize lock and list fields in allocated objects
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Populate field_offs for inner_map_meta
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Free inner_map_meta when btf_record_dup fails
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Fix early return in map_check_btf
Kumar Kartikeya Dwivedi
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-17
bpf: Pass map file to .map_update_batch directly
Hou Tao
2022-11-15
bpf: propagate nullness information for reg to reg comparisons
Eduard Zingerman
2022-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
2022-11-14
bpf: Rename RET_PTR_TO_ALLOC_MEM
Kumar Kartikeya Dwivedi
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
2022-11-14
bpf: Remove BPF_MAP_OFF_ARR_MAX
Kumar Kartikeya Dwivedi
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-11-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-11-11
bpf: Initialize same number of free nodes for each pcpu_freelist
Xu Kuohai
2022-11-11
docs/bpf: Document BPF_MAP_TYPE_CPUMAP map
Maryam Tahhan
[next]