1. 68f24b08 sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK by Andy Lutomirski · 8 years ago
  2. c65eacb sched/core: Allow putting thread_info into task_struct by Andy Lutomirski · 8 years ago
  3. 7f1a00b fix up initial thread stack pointer vs thread_info confusion by Linus Torvalds · 8 years ago
  4. b7ce227 sched/cputime: Convert vtime_seqlock to seqcount by Frederic Weisbecker · 9 years ago
  5. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  6. c8d75aa posix_cpu_timer: Reduce unnecessary sighand lock contention by Jason Low · 9 years ago
  7. d5c373e posix_cpu_timer: Convert cputimer->running to bool by Jason Low · 9 years ago
  8. 1ed1328 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  9. 0c98625 Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem" by Tejun Heo · 9 years ago
  10. 9d7fb04 sched/cputime: Guarantee stime + utime == rtime by Peter Zijlstra · 9 years ago
  11. bbe179f Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  12. d59cfc0 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  13. 7110744 sched, timer: Use the atomic task_cputime in thread_group_cputimer by Jason Low · 9 years ago
  14. 1018016 sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability by Jason Low · 9 years ago
  15. c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 10 years ago
  16. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  17. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  18. d8b163c sched/numa: Init numa balancing fields of init_task by Kirill Tkhai · 10 years ago
  19. 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
  20. 1d082fd rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch() by Paul E. McKenney · 10 years ago
  21. 176f8f7 rcu: Make TASKS_RCU handle nohz_full= CPUs by Paul E. McKenney · 10 years ago
  22. 8315f42 rcu: Add call_rcu_tasks() by Paul E. McKenney · 10 years ago
  23. abaa93d rcu: Simplify priority boosting by putting rt_mutex in rcu_node by Paul E. McKenney · 10 years ago
  24. 6dd9158 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  25. 0c740d0 introduce for_each_thread() to replace the buggy while_each_thread() by Oleg Nesterov · 11 years ago
  26. 4440e85 audit: convert all sessionid declaration to unsigned int by Eric Paris · 11 years ago
  27. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  28. 1ca7d67 seqcount: Add lockdep functionality to seqcount/seqlock structures by John Stultz · 11 years ago
  29. 77852fe sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h> by Ingo Molnar · 12 years ago
  30. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  31. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  32. 7907163 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  33. 8323f26 sched: Fix race in task_group() by Peter Zijlstra · 12 years ago
  34. d36cc70 rcu: Use new RCU_POINTER_INITIALIZER for gcc-style initializations by Paul E. McKenney · 12 years ago
  35. 29baa74 sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' by Peter Zijlstra · 12 years ago
  36. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  37. de5bdff sched: Make initial SCHED_RR timeslace DEF_TIMESLICE by Hiroshi Shimamoto · 13 years ago
  38. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  39. 257058a threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem by Tejun Heo · 13 years ago
  40. 7125fac Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  41. 468e6a2 writeback: remove vm_dirties and task->dirties by Wu Fengguang · 13 years ago
  42. f1c6f1a sched: Set the command name of the idle tasks in SMP kernels by Carsten Emde · 13 years ago
  43. ee30a7b locking, sched: Annotate thread_group_cputimer as raw by Thomas Gleixner · 15 years ago
  44. 4aede84 fixlet: Remove fs_excl from struct task. by Justin TerAvest · 13 years ago
  45. 4714d1d cgroups: read-write lock CLONE_THREAD forking per threadgroup by Ben Blum · 13 years ago
  46. 434d42c Merge branch 'next' into for-linus by James Morris · 13 years ago
  47. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 13 years ago
  48. a3232d2 capabilities: delete all CAP_INIT macros by Eric Paris · 13 years ago
  49. 65b2074 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  50. 394f452 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu by Ingo Molnar · 14 years ago
  51. 806c09a sched: Make pushable_tasks CONFIG_SMP dependant by Dario Faggioli · 14 years ago
  52. 24278d1 rcu: priority boosting for TINY_PREEMPT_RCU by Paul E. McKenney · 14 years ago
  53. 9b1bf12 signals: move cred_guard_mutex from task_struct to signal_struct by KOSAKI Motohiro · 14 years ago
  54. a57eb94 rcu: Add a TINY_PREEMPT_RCU by Paul E. McKenney · 14 years ago
  55. 4d2deb4 kernel: __rcu annotations by Arnd Bergmann · 15 years ago
  56. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  57. 0a14a13 INIT_SIGHAND: use SIG_DFL instead of NULL by Oleg Nesterov · 14 years ago
  58. f200114 pids: init_struct_pid.tasks should never see the swapper process by Oleg Nesterov · 14 years ago
  59. fa2755e INIT_TASK() should initialize ->thread_group list by Oleg Nesterov · 14 years ago
  60. b3ac022 proc: turn signal_struct->count into "int nr_threads" by Oleg Nesterov · 14 years ago
  61. 72d5a9f rcu: remove all rcu head initializations, except on_stack initializations by Paul E. McKenney · 14 years ago
  62. 8467005 nsproxy: remove INIT_NSPROXY() by Alexey Dobriyan · 14 years ago
  63. 2af7687 Rename .data.init_task to .data..init_task. by Tim Abbott · 15 years ago
  64. b6e3224 Revert "task_struct: make journal_info conditional" by Linus Torvalds · 15 years ago
  65. 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  66. e4c570c task_struct: make journal_info conditional by Hiroshi Shimamoto · 15 years ago
  67. 1d61548 sched: Convert pi_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  68. b3a222e remove CONFIG_SECURITY_FILE_CAPABILITIES compile option by Serge E. Hallyn · 15 years ago
  69. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  70. dd5d19b rcu: Create rcutree plugins to handle hotplug CPU for multi-level trees by Paul E. McKenney · 15 years ago
  71. 6b3ef48 rcu: Remove CONFIG_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  72. f41d911 rcu: Merge preemptable-RCU functionality into hierarchical RCU by Paul E. McKenney · 15 years ago
  73. 857ecee Add new __init_task_data macro to be used in arch init_task.c files. by Tim Abbott · 15 years ago
  74. bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 15 years ago
  75. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  76. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  77. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  78. 082ff5a perf_counter: Change pctrl() behaviour by Peter Zijlstra · 15 years ago
  79. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 15 years ago
  80. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 15 years ago
  81. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  82. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  83. 261842b tracing: add same level recursion detection by Steven Rostedt · 15 years ago
  84. 17a5138 aio: remove INIT_KIOCTX by Alexey Dobriyan · 15 years ago
  85. 5ea472a Merge commit 'v2.6.30-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  86. 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 · 15 years ago
  87. 86665c7 Merge branch 'tracing/urgent' into tracing/ftrace by Ingo Molnar · 15 years ago
  88. 5ac9f62 function-graph: add proper initialization for init task by Steven Rostedt · 15 years ago
  89. 01ef09d perf_counter: fix uninitialized usage of event_list by Peter Zijlstra · 15 years ago
  90. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  91. 5274f83 Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/core by Ingo Molnar · 16 years ago
  92. e9c4ffb Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago
  93. 95fd484 Merge commit 'v2.6.29-rc4' into perfcounters/core by Ingo Molnar · 16 years ago
  94. 140573d Merge branches 'sched/rt' and 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  95. 4cd4c1b timers: split process wide cpu clocks/timers by Peter Zijlstra · 16 years ago
  96. 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
  97. 506c10f Merge commit 'v2.6.29-rc1' into perfcounters/core by Ingo Molnar · 16 years ago
  98. 490dea4 itimers: remove the per-cpu-ish-ness by Peter Zijlstra · 16 years ago
  99. 18d8fda take init_fs to saner place by Al Viro · 16 years ago
  100. 917b627 sched: create "pushable_tasks" list to limit pushing to one attempt by Gregory Haskins · 16 years ago