1. 5b54b56 sched: Replace all_pinned with a generic flags field by Peter Zijlstra · 15 years ago
  2. 518cd62 sched: Only queue remote wakeups when crossing cache boundaries by Peter Zijlstra · 15 years ago
  3. 612ef28 Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tip by Martin Schwidefsky · 15 years ago
  4. 07cde26 sched: Add missing rcu_dereference() around ->real_parent usage by Kees Cook · 15 years ago
  5. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 15 years ago
  6. 6a54aeb Merge commit 'v3.2-rc5' into sched/core by Ingo Molnar · 15 years ago
  7. 975e32c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  8. 031af165 sys_getppid: add missing rcu_dereference by Mandeep Singh Baines · 15 years ago
  9. 09dc3cf printk: avoid double lock acquire by Peter Zijlstra · 15 years ago
  10. 09d9673 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  11. 067491b sched, nohz: Fix missing RCU read lock by Peter Zijlstra · 15 years ago
  12. 86b47c2 perf: Do no try to schedule task events if there are none by Gleb Natapov · 15 years ago
  13. 091c0f8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  14. cd490c5 sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancer by Suresh Siddha · 15 years ago
  15. 8a6d42d sched, nohz: Fix the idle cpu check in nohz_idle_balance by Suresh Siddha · 15 years ago
  16. f8b6d1c sched: Use jump_labels for sched_feat by Peter Zijlstra · 15 years ago
  17. be726ff sched/accounting: Fix parameter passing in task_group_account_field by Glauber Costa · 15 years ago
  18. 1c77f38 sched/accounting: Fix user/system tick double accounting by Glauber Costa · 15 years ago
  19. 54c707e sched/accounting: Re-use scheduler statistics for the root cgroup by Glauber Costa · 15 years ago
  20. b39e66e sched: Save some hrtick_start_fair cycles by Mike Galbraith · 15 years ago
  21. a33caeb lockdep, kmemcheck: Annotate ->lock in lockdep_init_map() by Yong Zhang · 15 years ago
  22. c9c024b alarmtimers: Fix time comparison by Thomas Gleixner · 15 years ago
  23. 44252e4 sched/accounting, cgroups: Reuse cgroup's parent pointer by Glauber Costa · 15 years ago
  24. 3292beb sched/accounting: Change cpustat fields to an array by Glauber Costa · 15 years ago
  25. 786d6dc sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpus by Suresh Siddha · 15 years ago
  26. 0b005cf sched, nohz: Implement sched group, domain aware nohz idle load balancing by Suresh Siddha · 15 years ago
  27. 69e1e81 sched, nohz: Track nr_busy_cpus in the sched_group_power by Suresh Siddha · 15 years ago
  28. 1c792db sched, nohz: Introduce nohz_flags in 'struct rq' by Suresh Siddha · 15 years ago
  29. 5b680fd sched/rt: Code cleanup, remove a redundant function call by Shan Hai · 15 years ago
  30. 4d78a22 sched: Fix the sched group node allocation for SD_OVERLAP domains by Suresh Siddha · 15 years ago
  31. 916671c sched: Set skip_clock_update in yield_task_fair() by Mike Galbraith · 15 years ago
  32. 76854c7 sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles by Mike Galbraith · 15 years ago
  33. 77e8136 sched: Clean up domain traversal in select_idle_sibling() by Suresh Siddha · 15 years ago
  34. b781a60 events, sched: Add tracepoint for accounting blocked time by Andrew Vagin · 15 years ago
  35. 232ea34 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  36. 40c043b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  37. f14aa87 Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  38. 7125fac Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  39. ddf6e0e ftrace: Fix hash record accounting bug by Steven Rostedt · 15 years ago
  40. bbbf7af jump_label: jump_label_inc may return before the code is patched by Gleb Natapov · 15 years ago
  41. c7c6ec8 ftrace: Remove force undef config value left for testing by Steven Rostedt · 15 years ago
  42. 27b14b5 tracing: Restore system filter behavior by Li Zefan · 15 years ago
  43. cb59974 tracing: fix event_subsystem ref counting by Ilya Dryomov · 15 years ago
  44. dc440d10 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 15 years ago
  45. 10c6db1 perf: Fix loss of notification with multi-event by Peter Zijlstra · 15 years ago
  46. de28f25 clockevents: Set noop handler in clockevents_exchange_device() by Thomas Gleixner · 15 years ago
  47. c1be843 tick-broadcast: Stop active broadcast device when replacing it by Thomas Gleixner · 15 years ago
  48. 550acb1 genirq: Fix race condition when stopping the irq thread by Ido Yariv · 15 years ago
  49. d3d9acf trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call->filter by Tejun Heo · 15 years ago
  50. b1f9196 clocksource: Fix bug with max_deferment margin calculation by Yang Honggang (Joseph) · 15 years ago
  51. 8cd7920 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 15 years ago
  52. a34815b Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 15 years ago
  53. c28800a Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  54. ce8f55c Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  55. 52553dd genirq: fix regression in irqfixup, irqpoll by Edward Donovan · 15 years ago
  56. 884a45d cgroup_freezer: fix freezing groups with stopped tasks by Michal Hocko · 15 years ago
  57. bb58dd5 PM / Hibernate: Do not leak memory in error/test code paths by Rafael J. Wysocki · 15 years ago
  58. 8ba8ed5 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 15 years ago
  59. 2d360fc Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 15 years ago
  60. 501a708 PM / Suspend: Fix bug in suspend statistics update by Srivatsa S. Bhat · 15 years ago
  61. 27c9cd7 hrtimer: Fix extra wakeups from __remove_hrtimer() by Jeff Ohlstein · 15 years ago
  62. aa9a7b1 PM / Hibernate: Fix the early termination of test modes by Srivatsa S. Bhat · 15 years ago
  63. d004e02 timekeeping: add arch_offset hook to ktime_get functions by Hector Palacios · 15 years ago
  64. 2ed0e64 genirq: Don't allow per cpu interrupts to be suspended by Marc Zyngier · 15 years ago
  65. aa1b052 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  66. 468e6a2 writeback: remove vm_dirties and task->dirties by Wu Fengguang · 15 years ago
  67. 391e43d sched: Move all scheduler bits into kernel/sched/ by Peter Zijlstra · 15 years ago
  68. 029632f sched: Make separate sched*.c translation units by Peter Zijlstra · 15 years ago
  69. 6068631 sched: Fix comment for requeue_rt_entity by Richard Weinberger · 15 years ago
  70. a3e5d10 sched: Don't call task_group() too many times in set_task_rq() by Andrew Vagin · 15 years ago
  71. f4d6f6c sched, trivial: Initialize root cgroup's sibling list by Glauber Costa · 15 years ago
  72. 56f570e sched: Use jump labels to reduce overhead when bandwidth control is inactive by Paul Turner · 15 years ago
  73. fccfdc6 sched: Fix buglet in return_cfs_rq_runtime() by Paul Turner · 15 years ago
  74. 4dcfe102 sched: Avoid SMT siblings in select_idle_sibling() if possible by Peter Zijlstra · 15 years ago
  75. 1d5f003 perf: Do not set task_ctx pointer in cpuctx if there are no events in the context by Gleb Natapov · 15 years ago
  76. f1c6f1a sched: Set the command name of the idle tasks in SMP kernels by Carsten Emde · 15 years ago
  77. 4a6184c sched, rt: Provide means of disabling cross-cpu bandwidth sharing by Peter Zijlstra · 15 years ago
  78. c6dc7f0 sched: Document wait_for_completion_*() return values by J. Bruce Fields · 15 years ago
  79. 461819a sched_fair: Fix a typo in the comment describing update_sd_lb_stats by Hui Kang · 15 years ago
  80. cf5f0ac sched: Add a comment to effective_load() since it's a pain by Peter Zijlstra · 15 years ago
  81. 367177e Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Ingo Molnar · 15 years ago
  82. d65670a clocksource: Avoid selecting mult values that might overflow when adjusted by John Stultz · 15 years ago
  83. a6f05b9 PM / QoS: Set cpu_dma_pm_qos->name by Dominik Brodowski · 15 years ago
  84. b32fc0a Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 15 years ago
  85. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 15 years ago
  86. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 15 years ago
  87. d4a2e61 Merge git://github.com/rustyrussell/linux by Linus Torvalds · 15 years ago
  88. 1197ab2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  89. 2449b8b module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree by Ben Hutchings · 15 years ago
  90. 1cd0d6c module: Enable dynamic debugging regardless of taint by Ben Hutchings · 15 years ago
  91. d6cc768 PM / Freezer: Revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks too" by Tejun Heo · 15 years ago
  92. 6513fd6 PM / QoS: Remove redundant check by Guennadi Liakhovetski · 15 years ago
  93. 79cfbdf PM / Sleep: Fix race between CPU hotplug and freezer by Srivatsa S. Bhat · 15 years ago
  94. 4536e4d Revert "perf: Add PM notifiers to fix CPU hotplug races" by Linus Torvalds · 15 years ago
  95. c75d720 genirq: Fix irqfixup, irqpoll regression by Edward Donovan · 15 years ago
  96. c1e2ee2 memcg: replace ss->id_lock with a rwlock by Andrew Bresticker · 15 years ago
  97. f1ecf06 sysctl: add support for poll() by Lucas De Marchi · 15 years ago
  98. 89e8a24 cpusets: avoid looping when storing to mems_allowed if one node remains set by David Rientjes · 15 years ago
  99. 77ceab8 cgroups: don't attach task to subsystem if migration failed by Ben Blum · 15 years ago
  100. 33ef6b6 cgroups: more safe tasklist locking in cgroup_attach_proc by Ben Blum · 15 years ago