summaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
AgeCommit message (Expand)Author
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-29fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko
2018-06-07proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo
2018-05-18proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo
2018-05-16proc: don't detour through seq->private to get the inodeChristoph Hellwig
2018-05-16proc: introduce a proc_pid_ns helperChristoph Hellwig
2018-05-09proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk
2018-05-05prctl: Add force disable speculationThomas Gleixner
2018-05-03proc: Provide details on speculation flaw mitigationsKees Cook
2018-04-11proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin
2018-04-11proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik
2018-02-06fs/proc/array.c: delete children_seq_release()Alexey Dobriyan
2018-01-19proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan
2017-11-17proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-10sched/debug: Rename task-state printing helpersPeter Zijlstra
2017-09-29sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra
2017-09-29sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra
2017-09-29sched/debug: Implement consistent task-state printingPeter Zijlstra
2017-09-15fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker
2016-12-12fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes
2016-12-12proc: report no_new_privs stateKees Cook
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2015-11-06fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras
2015-06-24procfs: treat parked tasks as sleeping for task stateChris Metcalf
2015-04-15proc: remove use of seq_printf return valueJoe Perches