index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
bpf_iter.c
Age
Commit message (
Expand
)
Author
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-10-13
bpf: Don't explicitly emit BTF for struct btf_iter_num
Dave Marchevsky
2023-03-08
bpf: implement numbers iterator
Andrii Nakryiko
2022-08-18
bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
Martin KaFai Lau
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
2022-08-09
bpf, iter: Fix the condition on p when calling stop.
Hao Luo
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-07-16
fs: remove no_llseek
Jason A. Donenfeld
2022-06-20
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
2022-04-11
bpf: Remove redundant assignment to meta.seq in __task_seq_show()
Yuntao Wang
2022-04-03
bpf: Replace usage of supported with dedicated list iterator variable
Jakob Koschel
2022-01-24
bpf: Add support for bpf iterator programs to use sleepable helpers
Kenny Yu
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-07-23
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-05-19
bpf: Prepare bpf syscall to be used from kernel and user space.
Alexei Starovoitov
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-12
bpf: Fix an unitialized value in bpf_iter
Yonghong Song
2020-10-28
bpf: Permit cond_resched for some iterators
Yonghong Song
2020-09-28
bpf: Bump iter seq size to support BTF representation of large data structures
Alan Maguire
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-21
bpf: Implement link_query for bpf iterators
Yonghong Song
2020-08-18
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
2020-08-06
bpf: Change uapi for bpf iterator map elements
Yonghong Song
2020-07-25
bpf: Implement bpf iterator for map elements
Yonghong Song
2020-07-25
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
2020-07-25
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
2020-05-13
bpf: Enable bpf_iter targets registering ctx argument types
Yonghong Song
2020-05-13
bpf: Change func bpf_iter_unreg_target() signature
Yonghong Song
2020-05-13
bpf: net: Refactor bpf_iter target registration
Yonghong Song
2020-05-13
bpf: Add comments to interpret bpf_prog return values
Yonghong Song
2020-05-09
bpf: Implement common macros/helpers for target iterators
Yonghong Song
2020-05-09
bpf: Create file bpf iterator
Yonghong Song
2020-05-09
bpf: Create anonymous bpf iterator
Yonghong Song
2020-05-09
bpf: Implement bpf_seq_read() for bpf iterator
Yonghong Song
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATE
Yonghong Song
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
2020-05-09
bpf: Implement an interface to register bpf_iter targets
Yonghong Song