Age | Commit message (Expand) | Author | Files | Lines |
2013-04-12 | kthread: Prevent unpark race which puts threads on the wrong cpu | Thomas Gleixner | 1 | -0/+1 |
2013-01-27 | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 1 | -2/+2 |
2012-12-17 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -2/+19 |
2012-12-17 | fs, epoll: add procfs fdinfo helper | Cyrill Gorcunov | 1 | -1/+1 |
2012-12-17 | proc: pid/status: show all supplementary groups | Artem Bityutskiy | 1 | -1/+1 |
2012-12-17 | /proc/pid/status: add "Seccomp" field | Kees Cook | 1 | -0/+8 |
2012-12-17 | proc: don't show nonexistent capabilities | Andrew Vagin | 1 | -0/+9 |
2012-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+1 |
2012-11-28 | cputime: Rename thread_group_times to thread_group_cputime_adjusted | Frederic Weisbecker | 1 | -2/+2 |
2012-11-20 | procfs: Print task uids and gids in the userns that opened the proc file | Eric W. Biederman | 1 | -1/+1 |
2012-05-31 | c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/... | Cyrill Gorcunov | 1 | -3/+17 |
2012-05-31 | fs, proc: introduce /proc/<pid>/task/<tid>/children entry | Cyrill Gorcunov | 1 | -0/+123 |
2012-05-31 | procfs: use more apprioriate types when dumping /proc/N/stat | Jan Engelhardt | 1 | -2/+2 |
2012-05-15 | userns: Convert proc to use kuid/kgid where appropriate | Eric W. Biederman | 1 | -2/+8 |
2012-05-03 | userns: Convert group_info values from gid_t to kgid_t. | Eric W. Biederman | 1 | -1/+4 |
2012-03-28 | procfs: fix /proc/statm | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2012-03-23 | procfs: speed up /proc/pid/stat, statm | KAMEZAWA Hiroyuki | 1 | -55/+64 |
2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -1/+1 |
2012-01-12 | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 | Cyrill Gorcunov | 1 | -2/+5 |
2012-01-05 | ptrace: do not audit capability check when outputing /proc/pid/stat | Eric Paris | 1 | -1/+1 |
2011-12-15 | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky | 1 | -4/+4 |
2011-06-22 | ptrace: s/tracehook_tracer_task()/ptrace_parent()/ | Tejun Heo | 1 | -1/+1 |
2011-05-26 | proc: constify status array | Mike Frysinger | 1 | -2/+2 |
2011-03-23 | proc: protect mm start_code/end_code in /proc/pid/stat | Kees Cook | 1 | -2/+2 |
2011-02-15 | s390: remove task_show_regs | Martin Schwidefsky | 1 | -3/+0 |
2011-01-13 | proc: use seq_puts()/seq_putc() where possible | Alexey Dobriyan | 1 | -11/+11 |
2011-01-13 | proc: use unsigned long inside /proc/*/statm | Alexey Dobriyan | 1 | -3/+3 |
2010-07-29 | CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials | David Howells | 1 | -1/+1 |
2010-05-27 | proc: get_nr_threads() doesn't need ->siglock any longer | Oleg Nesterov | 1 | -2/+2 |
2010-05-11 | revert "procfs: provide stack information for threads" and its fixup commits | Robin Holt | 1 | -2/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-03-06 | fs: use rlimit helpers | Jiri Slaby | 1 | -2/+2 |
2010-02-25 | vfs: Apply lockdep-based checking to rcu_dereference() uses | Paul E. McKenney | 1 | -0/+2 |
2010-01-11 | proc: partially revert "procfs: provide stack information for threads" | KOSAKI Motohiro | 1 | -89/+0 |
2009-12-17 | sched: Assert task state bits at build time | Peter Zijlstra | 1 | -8/+10 |
2009-12-17 | sched: Update task_state_arraypwith new states | Peter Zijlstra | 1 | -2/+5 |
2009-12-05 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -8/+15 |
2009-12-02 | sched, cputime: Introduce thread_group_times() | Hidetoshi Seto | 1 | -4/+1 |
2009-11-26 | sched: Remove task_{u,s,g}time() | Hidetoshi Seto | 1 | -2/+2 |
2009-11-26 | sched: Introduce task_times() to replace task_{u,s}time() pair | Hidetoshi Seto | 1 | -2/+1 |
2009-11-17 | procfs: fix /proc/<pid>/stat stack pointer for kernel threads | Stefani Seibold | 1 | -1/+1 |
2009-10-25 | Merge branch 'linus' into sched/core | Ingo Molnar | 1 | -1/+91 |
2009-09-24 | procfs: disable per-task stack usage on NOMMU | Andrew Morton | 1 | -0/+7 |
2009-09-23 | procfs: provide stack information for threads | Stefani Seibold | 1 | -1/+84 |
2009-09-21 | sched: Always show Cpus_allowed field in /proc/<pid>/status | Heiko Carstens | 1 | -0/+11 |
2009-05-04 | proc: avoid information leaks to non-privileged processes | Jake Edge | 1 | -4/+9 |
2008-11-14 | CRED: Use RCU to access another task's creds and to release a task's own creds | David Howells | 1 | -11/+21 |
2008-11-14 | CRED: Separate task security context from task_struct | David Howells | 1 | -8/+10 |
2008-10-27 | Switch to a valid email address... | Alan Cox | 1 | -1/+1 |
2008-10-20 | Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer... | Thomas Gleixner | 1 | -70/+4 |