1. d19ddb4 bpf: Introduce btf_tracing_ids by Song Liu · 3 years, 2 months ago
  2. 7c7e3d3 bpf: Introduce helper bpf_find_vma by Song Liu · 3 years, 2 months ago
  3. 33c5cb3 bpf: Consolidate task_struct BTF_ID declarations by Daniel Xu · 3 years, 4 months ago
  4. 3a7b35b bpf: Introduce task_vma bpf_iter by Song Liu · 3 years, 11 months ago
  5. 04901aa bpf: Fix a task_iter bug caused by a merge conflict resolution by Yonghong Song · 4 years ago
  6. 4bfc471 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years ago
  7. a61daaf bpf: Use thread_group_leader() by Jonathan Lemon · 4 years ago
  8. 69ca310 bpf: Save correct stopping point in file seq iteration by Jonathan Lemon · 4 years ago
  9. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years ago
  10. 66ed594 bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcu by Eric W. Biederman · 4 years, 1 month ago
  11. f36c294 file: Replace fcheck_files with files_lookup_fd_rcu by Eric W. Biederman · 4 years, 1 month ago
  12. 91b2db2 bpf: Simplify task_file_seq_get_next() by Song Liu · 4 years, 1 month ago
  13. cf83b2d bpf: Permit cond_resched for some iterators by Yonghong Song · 4 years, 2 months ago
  14. 203d7b05 bpf: Avoid iterating duplicated files for task_file iterator by Yonghong Song · 4 years, 4 months ago
  15. e60572b bpf: Avoid visit same object multiple times by Yonghong Song · 4 years, 4 months ago
  16. cf28f3b bpf: Use get_file_rcu() instead of get_file() for task_file iterator by Yonghong Song · 4 years, 4 months ago
  17. f9c7927 bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t by Yonghong Song · 4 years, 5 months ago
  18. 14fc6bd6 bpf: Refactor bpf_iter_reg to have separate seq_info member by Yonghong Song · 4 years, 5 months ago
  19. 3f9969f bpf: Fix pos computation for bpf_iter seq_ops->start() by Yonghong Song · 4 years, 5 months ago
  20. 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 5 months ago
  21. c70f34a bpf: Fix bpf_iter's task iterator logic by Andrii Nakryiko · 4 years, 8 months ago
  22. 3c32cc1 bpf: Enable bpf_iter targets registering ctx argument types by Yonghong Song · 4 years, 8 months ago
  23. 15172a4 bpf: net: Refactor bpf_iter target registration by Yonghong Song · 4 years, 8 months ago
  24. eaaacd2 bpf: Add task and task/file iterator targets by Yonghong Song · 4 years, 8 months ago