summaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
Commit message (Expand)AuthorAgeFilesLines
* procfs: expose umask in /proc/<PID>/statusRichard W.M. Jones2016-05-201-1/+19
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-1/+1
* fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko2015-11-061-5/+5
* fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-011-2/+14
* capabilities: ambient capabilitiesAndy Lutomirski2015-09-041-1/+4
* fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras2015-06-251-2/+2
* procfs: treat parked tasks as sleeping for task stateChris Metcalf2015-06-241-0/+8
* proc: remove use of seq_printf return valueJoe Perches2015-04-151-1/+3
* lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-2/+2
* /proc/PID/status: show all sets of pid according to nsChen Hanxiao2015-04-151-0/+18
* proc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-6/+4
* fs/proc/array.c: convert to use string_escape_str()Andy Shevchenko2015-02-121-27/+7
* proc: task_state: ptrace_parent() doesn't need pid_alive() checkOleg Nesterov2014-12-101-7/+6
* proc: task_state: move the main seq_printf() outside of rcu_read_lock()Oleg Nesterov2014-12-101-6/+6
* proc: task_state: deuglify the max_fds calculationOleg Nesterov2014-12-101-12/+11
* proc: task_state: read cred->group_info outside of task_lock()Oleg Nesterov2014-12-101-2/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-061-10/+1
|\
| * CAPABILITIES: remove undefined caps from all processesEric Paris2014-07-241-10/+1
* | sched: Make task->real_start_time nanoseconds basedThomas Gleixner2014-07-231-6/+1
|/
* wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-spaceOleg Nesterov2014-04-071-2/+2
* fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov2014-01-231-2/+1
* proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2014-01-231-12/+3
* sched/numa: Report a NUMA task group IDMel Gorman2013-10-091-0/+2
* kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-121-0/+1
* cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-2/+2
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-171-2/+19
|\
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-171-1/+1
| * proc: pid/status: show all supplementary groupsArtem Bityutskiy2012-12-171-1/+1
| * /proc/pid/status: add "Seccomp" fieldKees Cook2012-12-171-0/+8
| * proc: don't show nonexistent capabilitiesAndrew Vagin2012-12-171-0/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-1/+1
|\ \ | |/ |/|
| * procfs: Print task uids and gids in the userns that opened the proc fileEric W. Biederman2012-11-201-1/+1
* | cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker2012-11-281-2/+2
|/
* c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/...Cyrill Gorcunov2012-05-311-3/+17
* fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov2012-05-311-0/+123
* procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt2012-05-311-2/+2
* userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-151-2/+8
* userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-1/+4
* procfs: fix /proc/statmKAMEZAWA Hiroyuki2012-03-281-1/+1
* procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2012-03-231-55/+64
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\
| * ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-1/+1
* | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov2012-01-121-2/+5
* | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-151-4/+4
|/
* ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-221-1/+1
* proc: constify status arrayMike Frysinger2011-05-261-2/+2
* proc: protect mm start_code/end_code in /proc/pid/statKees Cook2011-03-231-2/+2
* s390: remove task_show_regsMartin Schwidefsky2011-02-151-3/+0
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-131-11/+11
* proc: use unsigned long inside /proc/*/statmAlexey Dobriyan2011-01-131-3/+3