1. fc84091 sched/debug: Take PID namespace into account by Peter Zijlstra · 11 years ago
  2. 6c9a27f sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones by Daisuke Nishimura · 11 years ago
  3. b0cff9d sched: Fix load balancing performance regression in should_we_balance() by Joonsoo Kim · 11 years ago
  4. 816434e Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  5. 6832d96 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  6. 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  7. 5e0b3a4 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  8. 0d99b70 Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  9. 4689550 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  10. b854e4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  11. 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  12. 9ee52a1 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  13. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  14. 2f01ea9 Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  15. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  16. 7d992fe Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  17. 13d7a24 perf: Add attr->mmap2 attribute to an event by Stephane Eranian · 11 years ago
  18. 10866e62 sched/fair: Fix the sd_parent_degenerate() code by Peter Zijlstra · 11 years ago
  19. 30ce5da sched/fair: Rework and comment the group_imb code by Peter Zijlstra · 11 years ago
  20. 6906a40 sched/fair: Optimize find_busiest_queue() by Peter Zijlstra · 11 years ago
  21. 3ae11c9 sched/fair: Make group power more consistent by Peter Zijlstra · 11 years ago
  22. 38d0f77 sched/fair: Remove duplicate load_per_task computations by Peter Zijlstra · 11 years ago
  23. 147c5fc sched/fair: Shrink sg_lb_stats and play memset games by Peter Zijlstra · 11 years ago
  24. 56cf515 sched: Clean-up struct sd_lb_stat by Joonsoo Kim · 11 years ago
  25. 23f0d20 sched: Factor out code to should_we_balance() by Joonsoo Kim · 11 years ago
  26. 95a79b8 sched: Remove one division operation in find_busiest_queue() by Joonsoo Kim · 11 years ago
  27. ae23bff perf: Prevent race in unthrottling code by Jiri Olsa · 11 years ago
  28. 25f27ce Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' and 'torture.2013.08.20a' into HEAD by Paul E. McKenney · 11 years ago
  29. eb75767 nohz_full: Force RCU's grace-period kthreads onto timekeeping CPU by Paul E. McKenney · 11 years ago
  30. 0edd1b1 nohz_full: Add full-system-idle state machine by Paul E. McKenney · 11 years ago
  31. a878764 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  32. 41615e8 Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  33. ff3d527 perf: make events stream always parsable by Adrian Hunter · 11 years ago
  34. bb78a92 cgroup: fix rmdir EBUSY regression in 3.11 by Hugh Dickins · 11 years ago
  35. b22ce27 workqueue: cond_resched() after processing each work item by Tejun Heo · 11 years ago
  36. aee2bce Merge branch 'linus' into perf/core by Ingo Molnar · 11 years ago
  37. 84a78a6 timer_list: correct the iterator for timer_list by Nathan Zimmer · 11 years ago
  38. d162596 cgroup: fix cgroup_css() invocation in css_from_id() by Tejun Heo · 11 years ago
  39. c2b1df2 Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children by Andy Lutomirski · 11 years ago
  40. e894245 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  41. 551f5c7 Merge branch 'acpi-processor' by Rafael J. Wysocki · 11 years ago
  42. 7c918cb cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp() by Tejun Heo · 11 years ago
  43. 7941cb0 cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
  44. 9fa4db3 cgroup: implement CFTYPE_NO_PREFIX by Tejun Heo · 11 years ago
  45. ca8bdca cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys by Tejun Heo · 11 years ago
  46. 35cf083 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax by Tejun Heo · 11 years ago
  47. 1a6661d workqueue: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  48. e2982a0 Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  49. 2d498db workqueue: Fix manage_workers() RETURNS description by Libin · 11 years ago
  50. b11895c workqueue: Comment correction in file header by Libin · 11 years ago
  51. 1c09b19 cpuset: fix a regression in validating config change by Li Zefan · 11 years ago
  52. 458fb38 rcu: Simplify _rcu_barrier() processing by Paul E. McKenney · 11 years ago
  53. 7a6a410 rcu: Make rcutorture emit online failures if verbose by Paul E. McKenney · 11 years ago
  54. ef47db8 rcu: Remove unused variable from rcu_torture_writer() by Paul E. McKenney · 11 years ago
  55. d10453e rcu: Sort rcutorture module parameters by Paul E. McKenney · 11 years ago
  56. 2ec1f2d rcu: Increase rcutorture test coverage by Paul E. McKenney · 11 years ago
  57. d2818df rcu: Add duplicate-callback tests to rcutorture by Paul E. McKenney · 11 years ago
  58. e91dade Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  59. 2203547 kernel: fix new kernel-doc warning in wait.c by Randy Dunlap · 11 years ago
  60. 6e6eab0 cgroup: fix cgroup_write_event_control() by Tejun Heo · 11 years ago
  61. 0bfb4aa cgroup: fix subsystem file accesses on the root cgroup by Tejun Heo · 11 years ago
  62. 1cb650b cgroup: change cgroup_from_id() to css_from_id() by Li Zefan · 11 years ago
  63. 15e7191 generic-ipi/locking: Fix misleading smp_call_function_any() description by Xie XiuQi · 11 years ago
  64. 217af2a nohz_full: Add full-system-idle arguments to API by Paul E. McKenney · 11 years ago
  65. d4bd54f nohz_full: Add full-system idle states and variables by Paul E. McKenney · 11 years ago
  66. eb348b8 nohz_full: Add per-CPU idle-state tracking by Paul E. McKenney · 11 years ago
  67. 2333210 nohz_full: Add rcu_dyntick data for scalable detection of all-idle state by Paul E. McKenney · 11 years ago
  68. b44379a nohz_full: Add Kconfig parameter for scalable detection of all-idle state by Paul E. McKenney · 11 years ago
  69. feed66e rcu: Eliminate unused APIs intended for adaptive ticks by Paul E. McKenney · 11 years ago
  70. 1eafd31 rcu: Avoid redundant grace-period kthread wakeups by Paul E. McKenney · 11 years ago
  71. ae15018 rcu: Make call_rcu() leak callbacks for debug-object errors by Paul E. McKenney · 11 years ago
  72. 15100df rcu: Simplify debug-objects fixups by Paul E. McKenney · 11 years ago
  73. d1d74d1 rcu: Expedite grace periods during suspend/resume by Borislav Petkov · 11 years ago
  74. 50e37cc Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  75. 2d2843e Merge tag 'pm-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  76. 5ec4c59 perf: Do not compute time values unnecessarily by Peter Zijlstra · 11 years ago
  77. 948b26b perf: Account freq events globally by Frederic Weisbecker · 11 years ago
  78. fc3b86d perf: Roll back callchain buffer refcount under the callchain mutex by Frederic Weisbecker · 11 years ago
  79. c2e7fcf nohz: Include local CPU in full dynticks global kick by Frederic Weisbecker · 11 years ago
  80. a4f61cc sched/cputime: Use this_cpu_add() in task_group_account_field() by Christoph Lameter · 11 years ago
  81. c8d2d47 cpumask: Fix cpumask leak in partition_sched_domains() by Xiaotian Feng · 11 years ago
  82. d3ec3a1 Merge tag 'v3.11-rc5' into sched/core by Ingo Molnar · 11 years ago
  83. 930913a cgroup: use css_get() in cgroup_create() to check CSS_ROOT by Li Zhong · 11 years ago
  84. c9572f0 Merge tag 'v3.11-rc5' into perf/core by Ingo Molnar · 11 years ago
  85. f1d6e17 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  86. 6f1d657 Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 11 years ago
  87. d13508f nohz: Optimize full dynticks's sched hooks with static keys by Frederic Weisbecker · 11 years ago
  88. 460775d nohz: Optimize full dynticks state checks with static keys by Frederic Weisbecker · 11 years ago
  89. 73867dc nohz: Rename a few state variables by Frederic Weisbecker · 11 years ago
  90. af2350b vtime: Always debug check snapshot source _before_ updating it by Frederic Weisbecker · 11 years ago
  91. b854faf vtime: Always scale generic vtime accounting results by Frederic Weisbecker · 11 years ago
  92. b049340 vtime: Optimize full dynticks accounting off case with static keys by Frederic Weisbecker · 11 years ago
  93. 5446156 vtime: Fix racy cputime delta update by Frederic Weisbecker · 11 years ago
  94. 7621d1f vtime: Remove a few unneeded generic vtime state checks by Frederic Weisbecker · 11 years ago
  95. 1b6a259 context_tracking: User/kernel broundary cross trace events by Frederic Weisbecker · 11 years ago
  96. 73d424f context_tracking: Optimize context switch off case with static keys by Frederic Weisbecker · 11 years ago
  97. 48d6a81 context_tracking: Optimize guest APIs off case with static key by Frederic Weisbecker · 11 years ago
  98. ad65782 context_tracking: Optimize main APIs off case with static key by Frederic Weisbecker · 11 years ago
  99. 65f382f context_tracking: Ground setup for static key use by Frederic Weisbecker · 11 years ago
  100. dfa9771 microblaze: fix clone syscall by Michal Simek · 11 years ago