summaryrefslogtreecommitdiff
path: root/kernel/trace/pid_list.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2025-11-13trace/pid_list: optimize pid_list->lock contentionYongliang Gao1-9/+21
2025-05-14tracing: Cleanup upper_empty() in pid_listYury Norov1-6/+2
2024-12-02pid: allow pid_max to be set per pid namespaceChristian Brauner1-1/+1
2024-07-15trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun1-2/+2
2024-06-06tracing: Fix trace_pid_list_free() kernel-docJeff Johnson1-0/+1
2022-04-26tracing: Cleanup double word in commentTom Rix1-2/+2
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)1-2/+2
2021-10-05tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)1-33/+368
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)1-0/+160