| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | fs/proc/array.c: convert to use string_escape_str() | Andy Shevchenko | 2015-02-12 | 1 | -27/+7 |
* | proc: task_state: ptrace_parent() doesn't need pid_alive() check | Oleg Nesterov | 2014-12-10 | 1 | -7/+6 |
* | proc: task_state: move the main seq_printf() outside of rcu_read_lock() | Oleg Nesterov | 2014-12-10 | 1 | -6/+6 |
* | proc: task_state: deuglify the max_fds calculation | Oleg Nesterov | 2014-12-10 | 1 | -12/+11 |
* | proc: task_state: read cred->group_info outside of task_lock() | Oleg Nesterov | 2014-12-10 | 1 | -2/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2014-08-06 | 1 | -10/+1 |
|\ |
|
| * | CAPABILITIES: remove undefined caps from all processes | Eric Paris | 2014-07-24 | 1 | -10/+1 |
* | | sched: Make task->real_start_time nanoseconds based | Thomas Gleixner | 2014-07-23 | 1 | -6/+1 |
|/ |
|
* | wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space | Oleg Nesterov | 2014-04-07 | 1 | -2/+2 |
* | fs/proc/array.c: change do_task_stat() to use while_each_thread() | Oleg Nesterov | 2014-01-23 | 1 | -2/+1 |
* | proc: cleanup/simplify get_task_state/task_state_array | Oleg Nesterov | 2014-01-23 | 1 | -12/+3 |
* | sched/numa: Report a NUMA task group ID | Mel Gorman | 2013-10-09 | 1 | -0/+2 |
* | kthread: Prevent unpark race which puts threads on the wrong cpu | Thomas Gleixner | 2013-04-12 | 1 | -0/+1 |
* | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 2013-01-27 | 1 | -2/+2 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-12-17 | 1 | -2/+19 |
|\ |
|
| * | fs, epoll: add procfs fdinfo helper | Cyrill Gorcunov | 2012-12-17 | 1 | -1/+1 |
| * | proc: pid/status: show all supplementary groups | Artem Bityutskiy | 2012-12-17 | 1 | -1/+1 |
| * | /proc/pid/status: add "Seccomp" field | Kees Cook | 2012-12-17 | 1 | -0/+8 |
| * | proc: don't show nonexistent capabilities | Andrew Vagin | 2012-12-17 | 1 | -0/+9 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | procfs: Print task uids and gids in the userns that opened the proc file | Eric W. Biederman | 2012-11-20 | 1 | -1/+1 |
* | | cputime: Rename thread_group_times to thread_group_cputime_adjusted | Frederic Weisbecker | 2012-11-28 | 1 | -2/+2 |
|/ |
|
* | c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/... | Cyrill Gorcunov | 2012-05-31 | 1 | -3/+17 |
* | fs, proc: introduce /proc/<pid>/task/<tid>/children entry | Cyrill Gorcunov | 2012-05-31 | 1 | -0/+123 |
* | procfs: use more apprioriate types when dumping /proc/N/stat | Jan Engelhardt | 2012-05-31 | 1 | -2/+2 |
* | userns: Convert proc to use kuid/kgid where appropriate | Eric W. Biederman | 2012-05-15 | 1 | -2/+8 |
* | userns: Convert group_info values from gid_t to kgid_t. | Eric W. Biederman | 2012-05-03 | 1 | -1/+4 |
* | procfs: fix /proc/statm | KAMEZAWA Hiroyuki | 2012-03-28 | 1 | -1/+1 |
* | procfs: speed up /proc/pid/stat, statm | KAMEZAWA Hiroyuki | 2012-03-23 | 1 | -55/+64 |
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-14 | 1 | -1/+1 |
|\ |
|
| * | ptrace: do not audit capability check when outputing /proc/pid/stat | Eric Paris | 2012-01-05 | 1 | -1/+1 |
* | | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 | Cyrill Gorcunov | 2012-01-12 | 1 | -2/+5 |