e='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/kernel/bpf/task_iter.c
AgeCommit message (Expand)Author
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-10-17bpf: Fix iter/task tid filteringJordan Rome
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro
2024-07-08bpf: Remove unnecessary loop in task_file_seq_get_next()Dan Carpenter
2024-02-19bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao
2023-11-19bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->...Oleg Nesterov
2023-11-19bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()Oleg Nesterov
2023-11-19bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()Oleg Nesterov
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky
2023-11-01bpf: fix compilation error without CGROUPSMatthieu Baerts
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-19bpf: Let bpf_iter_task_new accept null task ptrChuyi Zhou
2023-10-19bpf: Introduce task open coded iterator kfuncsChuyi Zhou
2023-10-19bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-10-13bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky
2023-09-08bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: kill next_taskOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: fix the skip_if_dup_files checkOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of get/put_task_structOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of next_thread()Oleg Nesterov