| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | proc: get rid of task lock/unlock pair to read umask for the "status" file | Mateusz Guzik | 2018-04-11 | 1 | -18/+5 |
* | fs/proc/array.c: delete children_seq_release() | Alexey Dobriyan | 2018-02-06 | 1 | -7/+1 |
* | proc: fix coredump vs read /proc/*/stat race | Alexey Dobriyan | 2018-01-19 | 1 | -2/+5 |
* | proc, coredump: add CoreDumping flag to /proc/pid/status | Roman Gushchin | 2017-11-17 | 1 | -0/+6 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-11-13 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2017-11-08 | 1 | -0/+1 |
| |\ |
|
| * | | sched/debug: Rename task-state printing helpers | Peter Zijlstra | 2017-10-10 | 1 | -1/+1 |
* | | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
| |/ |
|
* / | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | sched/debug: Add explicit TASK_PARKED printing | Peter Zijlstra | 2017-09-29 | 1 | -1/+2 |
* | sched/debug: Add explicit TASK_IDLE printing | Peter Zijlstra | 2017-09-29 | 1 | -8/+13 |
* | sched/debug: Implement consistent task-state printing | Peter Zijlstra | 2017-09-29 | 1 | -13/+2 |
* | fs/proc: Report eip/esp in /prod/PID/stat for coredumping | John Ogness | 2017-09-15 | 1 | -0/+9 |
* | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/cputime: Convert task/group cputime to nsecs | Frederic Weisbecker | 2017-02-01 | 1 | -5/+5 |
* | sched/cputime: Convert guest time accounting to nsecs (u64) | Frederic Weisbecker | 2017-02-01 | 1 | -3/+3 |
* | fs/proc/array.c: slightly improve render_sigset_t | Rasmus Villemoes | 2016-12-12 | 1 | -1/+1 |
* | proc: report no_new_privs state | Kees Cook | 2016-12-12 | 1 | -2/+3 |
* | fs/proc: Stop reporting eip and esp in /proc/PID/stat | Andy Lutomirski | 2016-10-20 | 1 | -4/+5 |
* | cred: simpler, 1D supplementary groups | Alexey Dobriyan | 2016-10-07 | 1 | -1/+1 |
* | seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char | Joe Perches | 2016-10-07 | 1 | -95/+83 |
* | proc: faster /proc/*/status | Alexey Dobriyan | 2016-10-07 | 1 | -40/+47 |
* | procfs: expose umask in /proc/<PID>/status | Richard W.M. Jones | 2016-05-20 | 1 | -1/+19 |
* | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | 2016-01-20 | 1 | -1/+1 |
* | fs/proc/array.c: set overflow flag in case of error | Andy Shevchenko | 2015-11-06 | 1 | -5/+5 |
* | fs/proc, core/debug: Don't expose absolute kernel addresses via wchan | Ingo Molnar | 2015-10-01 | 1 | -2/+14 |
* | capabilities: ambient capabilities | Andy Lutomirski | 2015-09-04 | 1 | -1/+4 |
* | fs, proc: introduce CONFIG_PROC_CHILDREN | Iago López Galeiras | 2015-06-25 | 1 | -2/+2 |
* | procfs: treat parked tasks as sleeping for task state | Chris Metcalf | 2015-06-24 | 1 | -0/+8 |
* | proc: remove use of seq_printf return value | Joe Perches | 2015-04-15 | 1 | -1/+3 |
* | lib/string_helpers.c: change semantics of string_escape_mem | Rasmus Villemoes | 2015-04-15 | 1 | -2/+2 |
* | /proc/PID/status: show all sets of pid according to ns | Chen Hanxiao | 2015-04-15 | 1 | -0/+18 |
* | proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 1 | -6/+4 |