summaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-2/+19
|\
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-181-1/+1
| * proc: pid/status: show all supplementary groupsArtem Bityutskiy2012-12-181-1/+1
| * /proc/pid/status: add "Seccomp" fieldKees Cook2012-12-181-0/+8
| * proc: don't show nonexistent capabilitiesAndrew Vagin2012-12-181-0/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-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-06-011-3/+17
* fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov2012-06-011-0/+123
* procfs: use more apprioriate types when dumping /proc/N/statJan Engelhardt2012-06-011-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-291-1/+1
* procfs: speed up /proc/pid/stat, statmKAMEZAWA Hiroyuki2012-03-241-55/+64
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-151-1/+1
|\
| * ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-061-1/+1
* | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4Cyrill Gorcunov2012-01-131-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-271-2/+2
* proc: protect mm start_code/end_code in /proc/pid/statKees Cook2011-03-241-2/+2
* s390: remove task_show_regsMartin Schwidefsky2011-02-151-3/+0Star
* 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
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2010-07-301-1/+1
* proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2010-05-271-2/+2
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-121-2/+1Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* fs: use rlimit helpersJiri Slaby2010-03-061-2/+2
* vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2010-02-251-0/+2
* proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro2010-01-111-89/+0Star
* sched: Assert task state bits at build timePeter Zijlstra2009-12-171-8/+10
* sched: Update task_state_arraypwith new statesPeter Zijlstra2009-12-171-2/+5
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-061-8/+15
|\
| * sched, cputime: Introduce thread_group_times()Hidetoshi Seto2009-12-021-4/+1Star
| * sched: Remove task_{u,s,g}time()Hidetoshi Seto2009-11-261-2/+2
| * sched: Introduce task_times() to replace task_{u,s}time() pairHidetoshi Seto2009-11-261-2/+1Star
| * Merge branch 'linus' into sched/coreIngo Molnar2009-10-251-1/+91
| |\
| * | sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens2009-09-211-0/+11
* | | procfs: fix /proc/<pid>/stat stack pointer for kernel threadsStefani Seibold2009-11-181-1/+1
| |/ |/|
* | procfs: disable per-task stack usage on NOMMUAndrew Morton2009-09-251-0/+7
* | procfs: provide stack information for threadsStefani Seibold2009-09-231-1/+84
|/
* proc: avoid information leaks to non-privileged processesJake Edge2009-05-051-4/+9
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-11/+21
* CRED: Separate task security context from task_structDavid Howells2008-11-141-8/+10
* Switch to a valid email address...Alan Cox2008-10-271-1/+1
*---. Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-70/+4Star
|\ \ \