aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-20fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski1-4/+5
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-1/+1
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-95/+83
2016-10-07proc: faster /proc/*/statusAlexey Dobriyan1-40/+47
2016-05-20procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones1-1/+19
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+1
2015-11-06fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko1-5/+5
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar1-2/+14
2015-09-04capabilities: ambient capabilitiesAndy Lutomirski1-1/+4
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras1-2/+2
2015-06-24procfs: treat parked tasks as sleeping for task stateChris Metcalf1-0/+8
2015-04-15proc: remove use of seq_printf return valueJoe Perches1-1/+3
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes1-2/+2
2015-04-15/proc/PID/status: show all sets of pid according to nsChen Hanxiao1-0/+18
2015-02-13proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-6/+4
2015-02-12fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko1-27/+7
2014-12-10proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov1-7/+6
2014-12-10proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov1-6/+6
2014-12-10proc: task_state: deuglify the max_fds calculationOleg Nesterov1-12/+11
2014-12-10proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov1-2/+1
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-10/+1
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris1-10/+1
2014-07-23sched: Make task->real_start_time nanoseconds basedThomas Gleixner1-6/+1
2014-04-07wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov1-2/+2
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov1-2/+1
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov1-12/+3
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman1-0/+2
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner1-0/+1
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+2
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+19
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov1-1/+1
2012-12-17proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2012-12-17/proc/pid/status: add "Seccomp" fieldKees Cook1-0/+8
2012-12-17proc: don't show nonexistent capabilitiesAndrew Vagin1-0/+9
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker1-2/+2
2012-11-20procfs: Print task uids and gids in the userns that opened the proc fileEric W. Biederman1-1/+1
2012-05-31c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/statCyrill Gorcunov1-3/+17
2012-05-31fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov1-0/+123
2012-05-31procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt1-2/+2
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman1-2/+8
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-1/+4
2012-03-28procfs: fix /proc/statmKAMEZAWA Hiroyuki1-1/+1
2012-03-23procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki1-55/+64
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-12c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov1-2/+5
2012-01-05ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-1/+1
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-4/+4
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo1-1/+1
2011-05-26proc: constify status arrayMike Frysinger1-2/+2