1. 082ff5a perf_counter: Change pctrl() behaviour by Peter Zijlstra · 16 years ago
  2. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 16 years ago
  3. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  4. 17a5138 aio: remove INIT_KIOCTX by Alexey Dobriyan · 16 years ago
  5. 5ea472a Merge commit 'v2.6.30-rc1' into perfcounters/core by Ingo Molnar · 16 years ago
  6. c93f216 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  7. 5ac9f62 function-graph: add proper initialization for init task by Steven Rostedt · 16 years ago
  8. 01ef09d perf_counter: fix uninitialized usage of event_list by Peter Zijlstra · 16 years ago
  9. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 16 years ago
  10. 5274f83 Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/core by Ingo Molnar · 16 years ago
  11. e9c4ffb Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  12. 95fd484 Merge commit 'v2.6.29-rc4' into perfcounters/core by Ingo Molnar · 16 years ago
  13. 140573d Merge branches 'sched/rt' and 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  14. 4cd4c1b timers: split process wide cpu clocks/timers by Peter Zijlstra · 16 years ago
  15. 0a6d4e1 Merge branch 'sched/latest' of git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/linux-2.6-hacks into sched/rt by Ingo Molnar · 16 years ago
  16. 506c10f Merge commit 'v2.6.29-rc1' into perfcounters/core by Ingo Molnar · 16 years ago
  17. 490dea4 itimers: remove the per-cpu-ish-ness by Peter Zijlstra · 16 years ago
  18. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  19. 917b627 sched: create "pushable_tasks" list to limit pushing to one attempt by Gregory Haskins · 16 years ago
  20. e1df957 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  21. 78b6084 perfcounters: fix init context lock by Ingo Molnar · 16 years ago
  22. eef6cbf perfcounters: pull inherited counters by Ingo Molnar · 16 years ago
  23. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  24. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 16 years ago
  25. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  26. f1752ee CRED: Detach the credentials from task_struct by David Howells · 16 years ago
  27. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  28. 6976675 hrtimer: create a "timer_slack" field in the task struct by Arjan van de Ven · 16 years ago
  29. 7b34e42 introduce PF_KTHREAD flag by Oleg Nesterov · 16 years ago
  30. f470021 ptrace children revamp by Roland McGrath · 17 years ago
  31. f52111b [PATCH] take init_files to fs/file.c by Al Viro · 17 years ago
  32. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 17 years ago
  33. 3898b1b capabilities: implement per-process securebits by Andrew G. Morgan · 17 years ago
  34. 4a55bd5 sched: fair-group: de-couple load-balancing from the rb-trees by Peter Zijlstra · 17 years ago
  35. 3b7391d capabilities: introduce per-process capability bounding set by Serge E. Hallyn · 17 years ago
  36. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 17 years ago
  37. bfef93a [PATCH] get rid of loginuid races by Al Viro · 17 years ago
  38. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 17 years ago
  39. 6f505b1 sched: rt group scheduling by Peter Zijlstra · 17 years ago
  40. fa71706 sched: sched_rt_entity by Peter Zijlstra · 17 years ago
  41. 73fe6aa sched: add RT-balance cpu-weight by Gregory Haskins · 17 years ago
  42. 9a2e705 Isolate the explicit usage of signal->pgrp by Pavel Emelyanov · 17 years ago
  43. 19b9b9b pid namespaces: remove the struct pid unneeded fields by Pavel Emelyanov · 17 years ago
  44. 4c3f2ea pid namespaces: introduce struct upid by Sukadev Bhattiprolu · 17 years ago
  45. 1efd24f Remove unused member from nsproxy by Pavel Emelyanov · 17 years ago
  46. 3e26c14 mm: dirty balancing for tasks by Peter Zijlstra · 17 years ago
  47. 4fabcd7 [NETNS]: Fix allnoconfig compilation error. by Daniel Lezcano · 17 years ago
  48. 772698f [NET]: Add a network namespace parameter to tasks by Eric W. Biederman · 17 years ago
  49. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  50. acce292 user namespace: add the framework by Cedric Le Goater · 17 years ago
  51. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 18 years ago
  52. 325aa33 Don't init pgrp and __session in INIT_SIGNALS by Sukadev Bhattiprolu · 18 years ago
  53. 820e45d statically initialize struct pid for swapper by Sukadev Bhattiprolu · 18 years ago
  54. f7e4217 rename thread_info to stack by Roman Zippel · 18 years ago
  55. b32e41b SPIN_LOCK_UNLOCKED cleanup in init_task.h by Milind Arun Choudhary · 18 years ago
  56. ab521dc [PATCH] tty: update the tty layer to work with struct pid by Eric W. Biederman · 18 years ago
  57. 5f8442e [PATCH] Revert "[PATCH] identifier to nsproxy" by Eric W. Biederman · 18 years ago
  58. 4fd4581 [PATCH] fdtable: Remove the free_files field by Vadim Lobanov · 18 years ago
  59. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 18 years ago
  60. 9a575a9 [PATCH] to nsproxy by Cedric Le Goater · 18 years ago
  61. 373beb3 [PATCH] identifier to nsproxy by Cedric Le Goater · 18 years ago
  62. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 18 years ago
  63. 1ec320a [PATCH] add process_session() helper routine: deprecate old field by Cedric Le Goater · 18 years ago
  64. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 18 years ago
  65. 73ea413 [PATCH] IPC namespace - utils by Kirill Korotaev · 18 years ago
  66. 25b21cb [PATCH] IPC namespace core by Kirill Korotaev · 18 years ago
  67. 4865ecf [PATCH] namespaces: utsname: implement utsname namespaces by Serge E. Hallyn · 18 years ago
  68. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  69. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago
  70. fbb9ce95 [PATCH] lockdep: core by Ingo Molnar · 18 years ago
  71. de30a2b [PATCH] lockdep: irqtrace subsystem, core by Ingo Molnar · 18 years ago
  72. e4d9191 [PATCH] lockdep: locking init debugging improvement by Ingo Molnar · 18 years ago
  73. 9a11b49a [PATCH] lockdep: better lock debugging by Ingo Molnar · 18 years ago
  74. 23f78d4a [PATCH] pi-futex: rt mutex core by Ingo Molnar · 18 years ago
  75. b29739f [PATCH] pi-futex: scheduler support for pi by Ingo Molnar · 18 years ago
  76. 48e6484 [PATCH] proc: Rewrite the proc dentry flush on exit optimization by Eric W. Biederman · 18 years ago
  77. c7c6464 [PATCH] pidhash: don't use zero pids by Oleg Nesterov · 19 years ago
  78. 0c9e63f [PATCH] Shrinks sizeof(files_struct) and better layout by Eric Dumazet · 19 years ago
  79. 20dcae3 [PATCH] aio: remove kioctx from mm_struct by Zach Brown · 19 years ago
  80. ab2af1f [PATCH] files: files struct with RCU by Dipankar Sarma · 19 years ago
  81. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  82. 22e2c50 [PATCH] Update cfq io scheduler to time sliced design by Jens Axboe · 19 years ago
  83. 4866cde [PATCH] sched: cleanup context switch locking by Nick Piggin · 19 years ago
  84. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago