1. 770e1b0 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 14 years ago
  2. 376613e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  3. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  4. 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  5. 423d091 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  6. 1483b38 Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  7. 4a2164a Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  8. 15f043a Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  9. 8c717b7 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  10. 2e0e943 Merge branch 'devel-stable' into for-linus by Russell King · 14 years ago
  11. 8a88951 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach by Oleg Nesterov · 14 years ago
  12. 50b8d25 ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race by Oleg Nesterov · 14 years ago
  13. f9fab10 hung_task: fix false positive during vfork by Mandeep Singh Baines · 14 years ago
  14. e6780f7 futex: Fix uninterruptible loop due to gate_area by Hugh Dickins · 14 years ago
  15. 3b87487 Revert "clockevents: Set noop handler in clockevents_exchange_device()" by Linus Torvalds · 14 years ago
  16. c87fb57 ARM: 7235/1: irqdomain: export irq_domain_simple_ops for !CONFIG_OF by Jamie Iles · 14 years ago
  17. 1ac9bc6 sched/tracing: Add a new tracepoint for sleeptime by Arun Sharma · 14 years ago
  18. 664dfa6 sched: Disable scheduler warnings during oopses by Dave Jones · 14 years ago
  19. 62af378 sched: Fix cgroup movement of waking process by Daisuke Nishimura · 14 years ago
  20. 7ceff01 sched: Fix cgroup movement of newly created process by Daisuke Nishimura · 14 years ago
  21. 4fc420c sched: Fix cgroup movement of forking process by Daisuke Nishimura · 14 years ago
  22. 11534ec sched: Remove cfs bandwidth period check in tg_set_cfs_period() by Kamalesh Babulal · 14 years ago
  23. a195f00 sched: Fix load-balance lock-breaking by Peter Zijlstra · 15 years ago
  24. 5b54b56 sched: Replace all_pinned with a generic flags field by Peter Zijlstra · 15 years ago
  25. 518cd62 sched: Only queue remote wakeups when crossing cache boundaries by Peter Zijlstra · 14 years ago
  26. f07fdec lockdep/waitqueues: Add better annotation by Peter Zijlstra · 14 years ago
  27. 2d2b774 Merge commit 'v3.2-rc6' into core/locking by Ingo Molnar · 14 years ago
  28. a4a4923 Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 14 years ago
  29. 5fbd305 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  30. d87f69a Merge commit 'v3.2-rc6' into perf/core by Ingo Molnar · 14 years ago
  31. 3d3c8f9 binary_sysctl(): fix memory leak by Michel Lespinasse · 14 years ago
  32. b246272 cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask by David Rientjes · 14 years ago
  33. 45aa066 Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblock by Ingo Molnar · 14 years ago
  34. 612ef28 Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tip by Martin Schwidefsky · 14 years ago
  35. e0197aa cgroups: fix a css_set not found bug in cgroup_attach_proc by Mandeep Singh Baines · 14 years ago
  36. b1b73d0 time/clocksource: Fix kernel-doc warnings by Kusanagi Kouichi · 14 years ago
  37. ab347d9 Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  38. ab27892 sched: Fix select_idle_sibling() regression in selecting an idle SMT sibling by Peter Zijlstra · 14 years ago
  39. 07cde26 sched: Add missing rcu_dereference() around ->real_parent usage by Kees Cook · 14 years ago
  40. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 14 years ago
  41. 6a54aeb Merge commit 'v3.2-rc5' into sched/core by Ingo Molnar · 14 years ago
  42. 44b7f4b perf events: Fix ring_buffer_wakeup() brown paperbag bug by Will Deacon · 14 years ago
  43. a513f6b cpu: Export cpu_up() by Paul E. McKenney · 14 years ago
  44. 4f89b33 rcu: Apply ACCESS_ONCE() to rcu_boost() return value by Paul E. McKenney · 14 years ago
  45. 70321d4 Revert "rcu: Permit rt_mutex_unlock() with irqs disabled" by Paul E. McKenney · 14 years ago
  46. 4968c30 rcu: Augment rcu_batch_end tracing for idle and callback state by Paul E. McKenney · 14 years ago
  47. 101db7b rcu: Add rcutorture tests for srcu_read_lock_raw() by Paul E. McKenney · 14 years ago
  48. f220242 rcu: Make rcutorture test for hotpluggability before offlining CPUs by Paul E. McKenney · 14 years ago
  49. 2d1dc9a rcu: Remove redundant rcu_cpu_stall_suppress declaration by Paul E. McKenney · 14 years ago
  50. f23f7fa rcu: Adaptive dyntick-idle preparation by Paul E. McKenney · 14 years ago
  51. dff1672 rcu: Keep invoking callbacks if CPU otherwise idle by Paul E. McKenney · 14 years ago
  52. facc4e1 rcu: Irq nesting is always 0 on rcu_enter_idle_common by Frederic Weisbecker · 14 years ago
  53. b6fc602 rcu: Don't check irq nesting from rcu idle entry/exit by Frederic Weisbecker · 14 years ago
  54. 7cb9249 rcu: Permit dyntick-idle with callbacks pending by Paul E. McKenney · 14 years ago
  55. f0e7c19 rcu: Identify dyntick-idle CPUs on first force_quiescent_state() pass by Paul E. McKenney · 14 years ago
  56. c92b131 rcu: Remove dynticks false positives and RCU failures by Paul E. McKenney · 14 years ago
  57. 3ad0dec rcu: Reduce latency of rcu_prepare_for_idle() by Paul E. McKenney · 14 years ago
  58. f535a60 rcu: Eliminate RCU_FAST_NO_HZ grace-period hang by Paul E. McKenney · 14 years ago
  59. 84ad00c rcu: Avoid needlessly IPIing CPUs at GP end by Paul E. McKenney · 14 years ago
  60. 3084f2f rcu: Go dyntick-idle more quickly if CPU has serviced current grace period by Paul E. McKenney · 14 years ago
  61. 433cddd rcu: Add tracing for RCU_FAST_NO_HZ by Paul E. McKenney · 14 years ago
  62. 1268fbc nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() by Frederic Weisbecker · 14 years ago
  63. b58bdcc rcu: Add rcutorture CPU-hotplug capability by Paul E. McKenney · 14 years ago
  64. 77aeeeb events: Make events use the new is_idle_task() API by Paul E. McKenney · 14 years ago
  65. 7fc20c5 kdb: Make KDB use the new is_idle_task() API by Paul E. McKenney · 14 years ago
  66. 99745b6 rcu: Make RCU use the new is_idle_task() API by Paul E. McKenney · 14 years ago
  67. bb3bf70 rcu: Control rcutorture startup from kernel boot parameters by Paul E. McKenney · 15 years ago
  68. d5f546d rcu: Add rcutorture system-shutdown capability by Paul E. McKenney · 15 years ago
  69. 11dbaa8 rcu: Fix idle-task checks by Paul E. McKenney · 15 years ago
  70. aea1b35 rcu: Allow dyntick-idle mode for CPUs with callbacks by Paul E. McKenney · 15 years ago
  71. 0989cb4 rcu: Add more information to the wrong-idle-task complaint by Paul E. McKenney · 15 years ago
  72. 4145fa7 rcu: Deconfuse dynticks entry-exit tracing by Paul E. McKenney · 15 years ago
  73. 416eb33 rcu: Fix early call to rcu_idle_enter() by Frederic Weisbecker · 15 years ago
  74. 2bbb681 nohz: Allow rcu extended quiescent state handling seperately from tick stop by Frederic Weisbecker · 15 years ago
  75. 280f067 nohz: Separate out irq exit and idle loop dyntick logic by Frederic Weisbecker · 15 years ago
  76. 0464e93 rcu: Inform the user about extended quiescent state on PROVE_RCU warning by Frederic Weisbecker · 15 years ago
  77. e6b80a3 rcu: Detect illegal rcu dereference in extended quiescent state by Frederic Weisbecker · 15 years ago
  78. a0f8eef rcu: Remove redundant return from rcu_report_exp_rnp() by Thomas Gleixner · 15 years ago
  79. b40d293 rcu: Omit self-awaken when setting up expedited grace period by Thomas Gleixner · 15 years ago
  80. 3424069 rcu: Disable preemption in rcu_is_cpu_idle() by Paul E. McKenney · 15 years ago
  81. 91afaf3 rcu: Add failure tracing to rcutorture by Paul E. McKenney · 15 years ago
  82. a8eecf2 trace: Allow ftrace_dump() to be called from modules by Paul E. McKenney · 15 years ago
  83. 9b2e4f1 rcu: Track idleness independent of idle tasks by Paul E. McKenney · 15 years ago
  84. 7077714 rcu: Make synchronize_sched_expedited() better at work sharing by Paul E. McKenney · 15 years ago
  85. 389abd4 rcu: Avoid RCU-preempt expedited grace-period botch by Paul E. McKenney · 15 years ago
  86. af446b7 rcu: ->signaled better named ->fqs_state by Paul E. McKenney · 15 years ago
  87. 975e32c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  88. 031af165 sys_getppid: add missing rcu_dereference by Mandeep Singh Baines · 14 years ago
  89. 09dc3cf printk: avoid double lock acquire by Peter Zijlstra · 14 years ago
  90. 09d9673 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  91. 067491b sched, nohz: Fix missing RCU read lock by Peter Zijlstra · 14 years ago
  92. 9ec84ac lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging by Ben Hutchings · 14 years ago
  93. 86b47c2 perf: Do no try to schedule task events if there are none by Gleb Natapov · 14 years ago
  94. 091c0f8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  95. cd490c5 sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancer by Suresh Siddha · 14 years ago
  96. 8a6d42d sched, nohz: Fix the idle cpu check in nohz_idle_balance by Suresh Siddha · 14 years ago
  97. f8b6d1c sched: Use jump_labels for sched_feat by Peter Zijlstra · 15 years ago
  98. be726ff sched/accounting: Fix parameter passing in task_group_account_field by Glauber Costa · 14 years ago
  99. 1c77f38 sched/accounting: Fix user/system tick double accounting by Glauber Costa · 14 years ago
  100. 54c707e sched/accounting: Re-use scheduler statistics for the root cgroup by Glauber Costa · 14 years ago