| Commit message (Expand) | Author | Age | Files | Lines |
* | fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats | Oleg Nesterov | 2024-02-23 | 1 | -26/+32 |
* | fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t... | Oleg Nesterov | 2024-02-23 | 1 | -4/+6 |
* | fs/proc: do_task_stat: use __for_each_thread() | Oleg Nesterov | 2023-10-04 | 1 | -3/+4 |
* | x86: Expose thread features in /proc/$PID/status | Rick Edgecombe | 2023-08-02 | 1 | -0/+6 |
* | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2023-04-28 | 1 | -0/+7 |
|\ |
|
| * | mm: Expose untagging mask in /proc/$PID/status | Kirill A. Shutemov | 2023-03-16 | 1 | -0/+7 |
* | | fs/proc: add Kthread flag to /proc/$pid/status | Chunguang Wu | 2023-04-21 | 1 | -0/+2 |
|/ |
|
* | capability: just use a 'u64' instead of a 'u32[2]' array | Linus Torvalds | 2023-03-01 | 1 | -6/+1 |
* | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2022-10-09 | 1 | -1/+1 |
|\ |
|
| * | ucounts: Split rlimit and ucount values and max values | Alexey Gladkov | 2022-05-18 | 1 | -1/+1 |
* | | proc: add some (hopefully) insightful comments | Alexey Dobriyan | 2022-07-29 | 1 | -0/+4 |
* | | proc: delete unused <linux/uaccess.h> includes | Alexey Dobriyan | 2022-07-17 | 1 | -1/+0 |
|/ |
|
* | tracehook: Remove tracehook.h | Eric W. Biederman | 2022-03-10 | 1 | -1/+0 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-01-20 | 1 | -0/+3 |
|\ |
|
| * | kthread: dynamically allocate memory to store kthread's full name | Yafang Shao | 2022-01-20 | 1 | -0/+3 |
* | | exit: Use the correct exit_code in /proc/<pid>/stat | Eric W. Biederman | 2022-01-08 | 1 | -1/+5 |
|/ |
|
* | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/... | Linus Torvalds | 2021-11-03 | 1 | -3/+3 |
|\ |
|
| * | coredump: Limit coredumps to a single thread group | Eric W. Biederman | 2021-10-08 | 1 | -3/+3 |
* | | proc: Use task_is_running() for wchan in /proc/$pid/stat | Kees Cook | 2021-10-15 | 1 | -5/+2 |
|/ |
|
* | proc: stop using seq_get_buf in proc_task_name | Christoph Hellwig | 2021-09-08 | 1 | -14/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2021-06-28 | 1 | -1/+1 |
|\ |
|
| * | Reimplement RLIMIT_SIGPENDING on top of ucounts | Alexey Gladkov | 2021-04-30 | 1 | -1/+1 |
* | | seccomp: Fix CONFIG tests for Seccomp_filters | Kenta.Tada@sony.com | 2021-03-30 | 1 | -0/+2 |
|/ |
|
* | proc: provide details on indirect branch speculation | Anand K Mistry | 2020-12-15 | 1 | -0/+28 |
* | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-12-14 | 1 | -2/+2 |
|\ |
|
| * | sched/proc: Print accurate cpumask vs migrate_disable() | Peter Zijlstra | 2020-11-10 | 1 | -2/+2 |
* | | fs/proc: apply the time namespace offset to /proc/stat btime | Michael Weiß | 2020-11-03 | 1 | -2/+4 |
|/ |
|
* | seccomp: Report number of loaded filters in /proc/$pid/status | Kees Cook | 2020-07-10 | 1 | -0/+2 |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-04 | 1 | -4/+4 |
|\ |
|
| * | proc: rename "catch" function argument | Alexey Dobriyan | 2020-06-04 | 1 | -4/+4 |
* | | proc: proc_pid_ns takes super_block as an argument | Alexey Gladkov | 2020-05-19 | 1 | -1/+1 |
|/ |
|
* | proc: speed up /proc/*/statm | Alexey Dobriyan | 2020-04-07 | 1 | -16/+23 |
* | time: Rename tsk->real_start_time to ->start_boottime | Peter Zijlstra | 2019-11-13 | 1 | -1/+1 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-07-08 | 1 | -2/+2 |
|\ |
|
| * | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior | 2019-06-03 | 1 | -2/+2 |
* | | fs/proc/array.c: allow reporting eip/esp for all coredumping threads | John Ogness | 2019-06-29 | 1 | -1/+1 |
|/ |
|
* | proc: use seq_puts() everywhere | Alexey Dobriyan | 2019-03-05 | 1 | -8/+8 |
* | mm, proc: report PR_SET_THP_DISABLE in proc | Michal Hocko | 2018-12-28 | 1 | -0/+10 |
* | proc: use "unsigned int" for sigqueue length | Alexey Dobriyan | 2018-06-07 | 1 | -1/+1 |
* | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2018-06-05 | 1 | -13/+20 |
|\ |
|
| * | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status} | Tejun Heo | 2018-05-18 | 1 | -2/+5 |
| * | proc: Consolidate task->comm formatting into proc_task_name() | Tejun Heo | 2018-05-18 | 1 | -11/+15 |
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 1 | -18/+5 |
|\ \ |
|
| * | | proc: don't detour through seq->private to get the inode | Christoph Hellwig | 2018-05-16 | 1 | -14/+6 |
| * | | proc: introduce a proc_pid_ns helper | Christoph Hellwig | 2018-05-16 | 1 | -6/+1 |
| |/ |
|
* | | proc: Use underscores for SSBD in 'status' | Konrad Rzeszutek Wilk | 2018-05-09 | 1 | -1/+1 |
* | | prctl: Add force disable speculation | Thomas Gleixner | 2018-05-05 | 1 | -0/+3 |
* | | proc: Provide details on speculation flaw mitigations | Kees Cook | 2018-05-03 | 1 | -0/+22 |
|/ |
|
* | proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status | Andrei Vagin | 2018-04-11 | 1 | -5/+11 |