aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-23procfs: provide stack information for threadsStefani Seibold1-1/+84
2009-09-21sched: Always show Cpus_allowed field in /proc/<pid>/statusHeiko Carstens1-0/+11
2009-05-04proc: avoid information leaks to non-privileged processesJake Edge1-4/+9
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-11/+21
2008-11-14CRED: Separate task security context from task_structDavid Howells1-8/+10
2008-10-27Switch to a valid email address...Alan Cox1-1/+1
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-70/+4
2008-10-10proc: remove now unneeded ADDBUF macroAlexey Dobriyan1-5/+0
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock()Lai Jiangshan1-2/+0
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-4/+4
2008-09-05sched: fix process time monotonicityBalbir Singh1-59/+0
2008-07-26tracehook: tracehook_tracer_taskRoland McGrath1-2/+7
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability support.Andrew G. Morgan1-1/+1
2008-05-13capabilities: add bounding set to /proc/self/statusSerge E. Hallyn1-0/+1
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox1-1/+3
2008-04-30do_task_stat: don't take rcu_read_lock()Oleg Nesterov1-2/+0
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-65/+63
2008-02-08seqfile convert proc_pid_statmEric W. Biederman1-3/+5
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman1-12/+12
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-6/+15
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-6/+1
2008-01-14fix the "remove task_ppid_nr_ns" commitOleg Nesterov1-1/+1
2008-01-13remove task_ppid_nr_nsRoland McGrath1-2/+2