summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/task_iter.c
AgeCommit message (Expand)Author
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-24bpf: Use thread_group_leader()Jonathan Lemon
2020-12-24bpf: Save correct stopping point in file seq iterationJonathan Lemon
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-10bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcuEric W. Biederman
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman
2020-11-20bpf: Simplify task_file_seq_get_next()Song Liu
2020-10-28bpf: Permit cond_resched for some iteratorsYonghong Song
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song
2020-08-18bpf: Avoid visit same object multiple timesYonghong Song
2020-08-17bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-07-25bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song
2020-05-14bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-09bpf: Add task and task/file iterator targetsYonghong Song