1. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  2. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  3. 8d23802 proc: pid/status: show all supplementary groups by Artem Bityutskiy · 12 years ago
  4. 2f4b3bf /proc/pid/status: add "Seccomp" field by Kees Cook · 12 years ago
  5. 7b9a7ec proc: don't show nonexistent capabilities by Andrew Vagin · 12 years ago
  6. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  7. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  8. e9f238c procfs: Print task uids and gids in the userns that opened the proc file by Eric W. Biederman · 12 years ago
  9. 5b172087 c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/$pid/stat by Cyrill Gorcunov · 12 years ago
  10. 81841161 fs, proc: introduce /proc/<pid>/task/<tid>/children entry by Cyrill Gorcunov · 12 years ago
  11. 715be1f procfs: use more apprioriate types when dumping /proc/N/stat by Jan Engelhardt · 12 years ago
  12. dcb0f22 userns: Convert proc to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  13. ae2975b userns: Convert group_info values from gid_t to kgid_t. by Eric W. Biederman · 13 years ago
  14. 3748b2f procfs: fix /proc/statm by KAMEZAWA Hiroyuki · 12 years ago
  15. bda7bad procfs: speed up /proc/pid/stat, statm by KAMEZAWA Hiroyuki · 12 years ago
  16. c49c41a Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  17. b3f7f57 c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 by Cyrill Gorcunov · 12 years ago
  18. 69f594a ptrace: do not audit capability check when outputing /proc/pid/stat by Eric Paris · 13 years ago
  19. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
  20. 06d9847 ptrace: s/tracehook_tracer_task()/ptrace_parent()/ by Tejun Heo · 13 years ago
  21. e130aa7 proc: constify status array by Mike Frysinger · 13 years ago
  22. 5883f57 proc: protect mm start_code/end_code in /proc/pid/stat by Kees Cook · 13 years ago
  23. 261cd29 s390: remove task_show_regs by Martin Schwidefsky · 13 years ago
  24. 9d6de12 proc: use seq_puts()/seq_putc() where possible by Alexey Dobriyan · 13 years ago
  25. a2ade7b proc: use unsigned long inside /proc/*/statm by Alexey Dobriyan · 13 years ago
  26. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  27. 7e49827 proc: get_nr_threads() doesn't need ->siglock any longer by Oleg Nesterov · 14 years ago
  28. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 14 years ago
  29. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  30. d554ed89 fs: use rlimit helpers by Jiri Slaby · 14 years ago
  31. 7dc5215 vfs: Apply lockdep-based checking to rcu_dereference() uses by Paul E. McKenney · 14 years ago
  32. 1306d60 proc: partially revert "procfs: provide stack information for threads" by KOSAKI Motohiro · 14 years ago
  33. e178153 sched: Assert task state bits at build time by Peter Zijlstra · 15 years ago
  34. 464763c sched: Update task_state_arraypwith new states by Peter Zijlstra · 15 years ago
  35. 897e81b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  36. 0cf55e1 sched, cputime: Introduce thread_group_times() by Hidetoshi Seto · 15 years ago
  37. d5b7c78 sched: Remove task_{u,s,g}time() by Hidetoshi Seto · 15 years ago
  38. d180c5b sched: Introduce task_times() to replace task_{u,s}time() pair by Hidetoshi Seto · 15 years ago
  39. 9ebd4eb procfs: fix /proc/<pid>/stat stack pointer for kernel threads by Stefani Seibold · 15 years ago
  40. 0b9e31e Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  41. c44972f procfs: disable per-task stack usage on NOMMU by Andrew Morton · 15 years ago
  42. d899bf7 procfs: provide stack information for threads by Stefani Seibold · 15 years ago
  43. d01d482 sched: Always show Cpus_allowed field in /proc/<pid>/status by Heiko Carstens · 15 years ago
  44. f83ce3e proc: avoid information leaks to non-privileged processes by Jake Edge · 15 years ago
  45. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  46. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  47. 526719b Switch to a valid email address... by Alan Cox · 16 years ago
  48. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  49. 45acb8d proc: remove now unneeded ADDBUF macro by Alexey Dobriyan · 16 years ago
  50. a6bebbc [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock() by Lai Jiangshan · 16 years ago
  51. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  52. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  53. 0d094ef tracehook: tracehook_tracer_task by Roland McGrath · 16 years ago
  54. ca05a99 capabilities: remain source compatible with 32-bit raw legacy capability support. by Andrew G. Morgan · 16 years ago
  55. 289f8e2 capabilities: add bounding set to /proc/self/status by Serge E. Hallyn · 16 years ago
  56. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  57. 5d0fdf1 tty_io: fix remaining pid struct locking by Alan Cox · 16 years ago
  58. 06fffb1 do_task_stat: don't take rcu_read_lock() by Oleg Nesterov · 16 years ago
  59. df5f831 proc: seqfile convert proc_pid_status to properly handle pid namespaces by Eric W. Biederman · 16 years ago
  60. a56d3fc seqfile convert proc_pid_statm by Eric W. Biederman · 16 years ago
  61. ee99274 proc: rewrite do_task_stat to correctly handle pid namespaces. by Eric W. Biederman · 16 years ago
  62. e338d26 Add 64-bit capability support to the kernel by Andrew Morgan · 16 years ago
  63. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  64. a98fdce fix the "remove task_ppid_nr_ns" commit by Oleg Nesterov · 16 years ago
  65. 84427ea remove task_ppid_nr_ns by Roland McGrath · 16 years ago
  66. 1587e2b proc/array.c: Use TASK_REPORT by Matthew Wilcox · 17 years ago
  67. 08e4570 sched: fix prev_stime calculation by Ingo Molnar · 17 years ago
  68. 9301899 sched: fix /proc/<PID>/stat stime/utime monotonicity, part 2 by Balbir Singh · 17 years ago
  69. 73a2bcb sched: keep utime/stime monotonic by Peter Zijlstra · 17 years ago
  70. ec26268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  71. 270f722 Fix tsk->exit_state usage by Eugene Teo · 17 years ago
  72. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  73. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  74. f9e2629 sched: fix guest time accounting going faster than user time accounting by Christian Borntraeger · 17 years ago
  75. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 17 years ago
  76. efe567f sched: accounting regression since rc1 by Christian Borntraeger · 17 years ago
  77. 10b275d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  78. b663a79 taskstats: add context-switch counters by Maxim Uvarov · 17 years ago
  79. 924b42d Use boot based time for process start time and boot time in /proc by Tomas Janousek · 17 years ago
  80. 8ea0260 [PATCH] sched: fix up fs/proc/array.c whitespace problems by Ingo Molnar · 17 years ago
  81. 5926c50 [PATCH] sched: remove dead code from task_stime() by Ingo Molnar · 17 years ago
  82. b27f03d sched: make use of precise accounting for /proc task stats by Ingo Molnar · 17 years ago
  83. 62480d13 sched: remove the SleepAVG field by Ingo Molnar · 17 years ago
  84. 97dc32c reduce size of task_struct on 64-bit machines by William Cohen · 17 years ago
  85. ab521dc [PATCH] tty: update the tty layer to work with struct pid by Eric W. Biederman · 17 years ago
  86. 1ec320a [PATCH] add process_session() helper routine: deprecate old field by Cedric Le Goater · 18 years ago
  87. 9159350 [PATCH] do_task_stat(): don't take tty_mutex by Oleg Nesterov · 18 years ago
  88. b0fa9db [PATCH] proc: drop tasklist lock in task_state() by Oleg Nesterov · 18 years ago
  89. a593d6e [PATCH] proc: convert do_task_stat() to use lock_task_sighand() by Oleg Nesterov · 18 years ago
  90. 5e6b3f4 [PATCH] proc: convert task_sig() to use lock_task_sighand() by Oleg Nesterov · 18 years ago
  91. 3cfd088 [PATCH] tty: stop the tty vanishing under procfs access by Alan Cox · 18 years ago
  92. 2589045 [PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delays by Shailabh Nagar · 18 years ago
  93. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  94. 4dee26b [PATCH] hrtimers: remove it_real_value calculation from proc/*/stat by Roman Zippel · 18 years ago
  95. 2ff678b [PATCH] hrtimer: switch itimers to hrtimer by Thomas Gleixner · 18 years ago
  96. 347a8dc [PATCH] s390: cleanup Kconfig by Martin Schwidefsky · 19 years ago
  97. 4294621 [PATCH] mm: rss = file_rss + anon_rss by Hugh Dickins · 19 years ago
  98. 4fb3a53 [PATCH] files: fix preemption issues by Dipankar Sarma · 19 years ago
  99. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago