1. d11c563 sched: Use lockdep-based checking on rcu_dereference() by Paul E. McKenney · 14 years ago
  2. 417e315 pid: reduce code size by using a pointer to iterate over array by André Goddard Rosa · 15 years ago
  3. 7be6d99 pid: tighten pidmap spinlock critical section by removing kfree() by André Goddard Rosa · 15 years ago
  4. 2c85f51 mm: also use alloc_large_system_hash() for the PID hash table by Jan Beulich · 15 years ago
  5. 264ef8a kmemleak: Remove alloc_bootmem annotations introduced in the past by Catalin Marinas · 15 years ago
  6. 12de38b kmemleak: Inform kmemleak about pid_hash by Catalin Marinas · 15 years ago
  7. 17f98dc pids: clean up find_task_by_pid variants by Christoph Hellwig · 15 years ago
  8. 52ee2df pids: refactor vnr/nr_ns helpers to make them safe by Oleg Nesterov · 15 years ago
  9. 2ae448e pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp() by Oleg Nesterov · 15 years ago
  10. 61bce0f pid: generalize task_active_pid_ns by Eric W. Biederman · 15 years ago
  11. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  12. e49859e pidns: remove now unused find_pid function. by Pavel Emelyanov · 16 years ago
  13. 339caf2 proc: misplaced export of find_get_pid by David Sterba · 16 years ago
  14. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  15. 24336eae pids: introduce change_pid() helper by Oleg Nesterov · 16 years ago
  16. 65450ce pids: de_thread: don't clear session/pgrp pids for the old leader by Oleg Nesterov · 16 years ago
  17. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 16 years ago
  18. b7127aa free_pidmap: turn it into free_pidmap(struct upid *) by Oleg Nesterov · 16 years ago
  19. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 16 years ago
  20. 44c4e1b pid: Extend/Fix pid_vnr by Eric W. Biederman · 16 years ago
  21. 74bd59b namespaces: cleanup the code managed with PID_NS option by Pavel Emelyanov · 16 years ago
  22. eccba06 gfs2: make gfs2_glock.gl_owner_pid be a struct pid * by Pavel Emelyanov · 16 years ago
  23. 57d5f66 pidns: Place under CONFIG_EXPERIMENTAL by Eric W. Biederman · 17 years ago
  24. 2f2a3a4 Uninline the task_xid_nr_ns() calls by Pavel Emelyanov · 17 years ago
  25. 8990571 Uninline find_pid etc set of functions by Pavel Emelyanov · 17 years ago
  26. 19b9b9b pid namespaces: remove the struct pid unneeded fields by Pavel Emelyanov · 17 years ago
  27. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  28. 3eb07c8 pid namespaces: destroy pid namespace on init's death by Sukadev Bhattiprolu · 17 years ago
  29. c9c5d92 pid namespaces: create a slab-cache for 'struct pid_namespace' by Sukadev Bhattiprolu · 17 years ago
  30. 30e49c2 pid namespaces: allow cloning of new namespace by Pavel Emelyanov · 17 years ago
  31. b461cc0 pid namespaces: miscellaneous preparations for pid namespaces by Pavel Emelyanov · 17 years ago
  32. 198fe21 pid namespaces: helpers to find the task by its numerical ids by Pavel Emelyanov · 17 years ago
  33. 7af5729 pid namespaces: helpers to obtain pid numbers by Pavel Emelyanov · 17 years ago
  34. 8ef047a pid namespaces: make alloc_pid(), free_pid() and put_pid() work with struct upid by Pavel Emelyanov · 17 years ago
  35. faacbfd pid namespaces: add support for pid namespaces hierarchy by Pavel Emelyanov · 17 years ago
  36. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  37. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  38. baf8f0f pid namespaces: dynamic kmem cache allocator for pid namespaces by Pavel Emelianov · 17 years ago
  39. 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 17 years ago
  40. 820e45d statically initialize struct pid for swapper by Sukadev Bhattiprolu · 17 years ago
  41. e713d0d attach_pid() with struct pid parameter by Sukadev Bhattiprolu · 17 years ago
  42. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
  43. 0a31bd5 KMEM_CACHE(): simplify slab cache creation by Christoph Lameter · 17 years ago
  44. 0f24528 [PATCH] namespaces: fix task exit disaster by Serge E. Hallyn · 17 years ago
  45. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 18 years ago
  46. 6cc1b22 [PATCH] use current->nsproxy->pid_ns by Cedric Le Goater · 18 years ago
  47. 9a575a9 [PATCH] to nsproxy by Cedric Le Goater · 18 years ago
  48. 61a58c6 [PATCH] rename struct pspace to struct pid_namespace by Sukadev Bhattiprolu · 18 years ago
  49. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  50. 1a657f78 [PATCH] introduce get_task_pid() to fix unsafe get_pid() by Oleg Nesterov · 18 years ago
  51. f40f50d [PATCH] Use struct pspace in next_pidmap and find_ge_pid by Eric W. Biederman · 18 years ago
  52. 3fbc964 [PATCH] Define struct pspace by Sukadev Bhattiprolu · 18 years ago
  53. aa5a666 [PATCH] Move pidmap to pspace.h by Sukadev Bhattiprolu · 18 years ago
  54. c88be3e [PATCH] pids coding style use struct pidmap in next_pidmap by Eric W. Biederman · 18 years ago
  55. 6a1f3b8 [PATCH] pids: coding style: use struct pidmap by Sukadev Bhattiprolu · 18 years ago
  56. bbf7314 [PATCH] pid: export the symbols needed to use struct pid * by Eric W. Biederman · 18 years ago
  57. 0804ef4 [PATCH] proc: readdir race fix (take 3) by Eric W. Biederman · 18 years ago
  58. 65800ac [PATCH] pid: remove temporary debug code in attach_pid by Eric W. Biederman · 18 years ago
  59. c18258c [PATCH] pid: Implement transfer_pid and use it to simplify de_thread by Eric W. Biederman · 18 years ago
  60. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  61. 92476d7 [PATCH] pidhash: Refactor the pid hash table by Eric W. Biederman · 18 years ago
  62. 73b9ebf [PATCH] pidhash: don't count idle threads by Oleg Nesterov · 18 years ago
  63. d73d652 [PATCH] pidhash: kill switch_exec_pids by Eric W. Biederman · 18 years ago
  64. e56d090 [PATCH] RCU signal handling by Ingo Molnar · 18 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago