aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
Commit message (Expand)AuthorAge
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-08
|\
| * sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-03
* | fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-06-29
|/
* proc: use seq_puts() everywhereAlexey Dobriyan2019-03-06
* mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko2018-12-28
* proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan2018-06-07
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-06-05
|\
| * workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo2018-05-18
| * proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo2018-05-18
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \
| * | proc: don't detour through seq->private to get the inodeChristoph Hellwig2018-05-16
| * | proc: introduce a proc_pid_ns helperChristoph Hellwig2018-05-16
| |/
* | proc: Use underscores for SSBD in 'status'Konrad Rzeszutek Wilk2018-05-09
* | prctl: Add force disable speculationThomas Gleixner2018-05-04
* | proc: Provide details on speculation flaw mitigationsKees Cook2018-05-03
|/
* proc: replace seq_printf by seq_put_smth to speed up /proc/pid/statusAndrei Vagin2018-04-11
* proc: get rid of task lock/unlock pair to read umask for the "status" fileMateusz Guzik2018-04-11
* fs/proc/array.c: delete children_seq_release()Alexey Dobriyan2018-02-06
* proc: fix coredump vs read /proc/*/stat raceAlexey Dobriyan2018-01-19
* proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin2017-11-17
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-13
|\
| * Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-08
| |\
| * | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-10
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
|/
* sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-29
* sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra2017-09-29
* sched/debug: Implement consistent task-state printingPeter Zijlstra2017-09-29
* fs/proc: Report eip/esp in /prod/PID/stat for coredumpingJohn Ogness2017-09-15
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-01
* sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker2017-02-01
* fs/proc/array.c: slightly improve render_sigset_tRasmus Villemoes2016-12-12
* proc: report no_new_privs stateKees Cook2016-12-12
* fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2016-10-20
* cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-07
* seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches2016-10-07
* proc: faster /proc/*/statusAlexey Dobriyan2016-10-07
* procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2016-05-20
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-20
* fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-06
* fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-01
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-04
* fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras2015-06-25
* procfs: treat parked tasks as sleeping for task stateChris Metcalf2015-06-24
* proc: remove use of seq_printf return valueJoe Perches2015-04-15