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
/
bpf
/
helpers.c
Age
Commit message (
Expand
)
Author
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
2023-04-15
bpf: Centralize btf_field-specific initialization logic
Dave Marchevsky
2023-04-15
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
2023-04-15
bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
Dave Marchevsky
2023-04-15
bpf: Add bpf_refcount_acquire kfunc
Dave Marchevsky
2023-04-15
bpf: Support refcounted local kptrs in existing semantics
Dave Marchevsky
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
2023-04-06
bpf: ensure all memory is initialized in bpf_get_current_comm
Barret Rhoden
2023-04-01
bpf: Remove now-defunct task kfuncs
David Vernet
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2023-03-13
bpf: Fix bpf_strncmp proto.
Alexei Starovoitov
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2023-03-02
bpf: Add support for absolute value BPF timers
Tero Kristo
2023-03-02
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
2023-03-01
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
2023-03-01
bpf: Fix doxygen comments for dynptr slice kfuncs
David Vernet
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
2023-02-28
bpf: Fix bpf_cgroup_from_id() doxygen header
David Vernet
2023-02-23
bpf: Add bpf_cgroup_from_id() kfunc
Tejun Heo
2023-02-13
bpf: Add bpf_rbtree_{add,remove,first} kfuncs
Dave Marchevsky
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2022-12-28
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
2022-12-19
bpf: Remove trace_printk_lock
Jiri Olsa
2022-12-19
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
2022-12-19
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
2022-12-08
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-07
bpf/docs: Document struct cgroup * kfuncs
David Vernet
2022-12-07
bpf/docs: Document struct task_struct * kfuncs
David Vernet
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
2022-12-04
bpf: Handle MEM_RCU type properly
Yonghong Song
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-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-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
[next]