aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-02-15s390: remove task_show_regsMartin Schwidefsky1-3/+0
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan1-11/+11
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan1-3/+3
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-1/+1
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov1-2/+2
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-06fs: use rlimit helpersJiri Slaby1-2/+2
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney1-0/+2
2010-01-11proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro1-89/+0
2009-12-17sched: Assert task state bits at build timePeter Zijlstra1-8/+10
2009-12-17sched: Update task_state_arraypwith new statesPeter Zijlstra1-2/+5
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+15
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-4/+1
2009-11-26sched: Remove task_{u,s,g}time()Hidetoshi Seto1-2/+2
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto1-2/+1
2009-11-17procfs: fix /proc/<pid>/stat stack pointer for kernel threadsStefani Seibold1-1/+1
2009-10-25Merge branch 'linus' into sched/coreIngo Molnar1-1/+91
2009-09-24procfs: disable per-task stack usage on NOMMUAndrew Morton1-0/+7