summaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
Commit message (Expand)AuthorAgeFilesLines
* fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children statsOleg Nesterov2024-02-071-26/+32
* fs/proc: do_task_stat: move thread_group_cputime_adjusted() outside of lock_t...Oleg Nesterov2024-02-071-4/+6
* fs/proc: do_task_stat: use __for_each_thread()Oleg Nesterov2023-10-041-3/+4
* x86: Expose thread features in /proc/$PID/statusRick Edgecombe2023-08-021-0/+6
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-0/+7
|\
| * mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov2023-03-161-0/+7
* | fs/proc: add Kthread flag to /proc/$pid/statusChunguang Wu2023-04-211-0/+2
|/
* capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-6/+1
* Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-091-1/+1
|\
| * ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-181-1/+1
* | proc: add some (hopefully) insightful commentsAlexey Dobriyan2022-07-291-0/+4
* | proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan2022-07-171-1/+0
|/
* tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-0/+3
|\
| * kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-0/+3
* | exit: Use the correct exit_code in /proc/<pid>/statEric W. Biederman2022-01-081-1/+5
|/
* Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-3/+3
|\
| * coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-081-3/+3
* | proc: Use task_is_running() for wchan in /proc/$pid/statKees Cook2021-10-151-5/+2
|/
* proc: stop using seq_get_buf in proc_task_nameChristoph Hellwig2021-09-081-14/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-1/+1
|\
| * Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov2021-04-301-1/+1
* | seccomp: Fix CONFIG tests for Seccomp_filtersKenta.Tada@sony.com2021-03-301-0/+2
|/
* proc: provide details on indirect branch speculationAnand K Mistry2020-12-151-0/+28
* Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-2/+2
|\
| * sched/proc: Print accurate cpumask vs migrate_disable()Peter Zijlstra2020-11-101-2/+2
* | fs/proc: apply the time namespace offset to /proc/stat btimeMichael Weiß2020-11-031-2/+4
|/
* seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-101-0/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-4/+4
|\
| * proc: rename "catch" function argumentAlexey Dobriyan2020-06-041-4/+4
* | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
|/
* proc: speed up /proc/*/statmAlexey Dobriyan2020-04-071-16/+23
* time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-131-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-2/+2
|\
| * sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-2/+2
* | fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-06-291-1/+1
|/
* proc: use seq_puts() everywhereAlexey Dobriyan2019-03-051-8/+8
* mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko2018-12-281-0/+10
* proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan2018-06-071-1/+1
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-06-051-13/+20
|\
| * workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo2018-05-181-2/+5
| * proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo2018-05-181-11/+15
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-18/+5
|\ \
| * | proc: don't detour through seq->private to get the inodeChristoph Hellwig2018-05-161-14/+6
| * | proc: introduce a proc_pid_ns helperChristoph Hellwig2018-05-161-6/+1
| |/
* | proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-05-091-1/+1
* | prctl: Add force disable speculationThomas Gleixner2018-05-051-0/+3
* | proc: Provide details on speculation flaw mitigationsKees Cook2018-05-031-0/+22
|/
* proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin2018-04-111-5/+11