1. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  2. cafe563 bcache: A block layer cache by Kent Overstreet · 12 years ago
  3. 1c20091 nohz: Wake up full dynticks CPUs when a timer gets enqueued by Frederic Weisbecker · 13 years ago
  4. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 12 years ago
  5. 4e3da46 Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  6. 9fbc42e cputime: Dynamically scale cputime for full dynticks accounting by Frederic Weisbecker · 12 years ago
  7. 25cc7da sched: Move group scheduling functions out of include/linux/sched.h by Li Zefan · 12 years ago
  8. 15f803c sched: Make default_scale_freq_power() static by Li Zefan · 12 years ago
  9. c82ba9f sched: Move struct sched_class to kernel/sched/sched.h by Li Zefan · 12 years ago
  10. b13095f sched: Move wake flags to kernel/sched/sched.h by Li Zefan · 12 years ago
  11. 5e6521e sched: Move struct sched_group to kernel/sched/sched.h by Li Zefan · 12 years ago
  12. cc1f4b1 sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h by Li Zefan · 12 years ago
  13. 090b582f sched: Remove test_sd_parent() by Li Zefan · 12 years ago
  14. 19a37d1 sched: Remove some dummy functions by Li Zefan · 12 years ago
  15. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 12 years ago
  16. dcad0fc Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  17. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  18. 21caf2f mm: teach mm by current context info to not do I/O during memory allocation by Ming Lei · 12 years ago
  19. 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  20. 1c3e826 sched/core: Remove the obsolete and unused nr_uninterruptible() function by Sha Zhengju · 12 years ago
  21. e9b04b5 make do_sigaltstack() static by Al Viro · 12 years ago
  22. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  23. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  24. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  25. 5a1b98d new helper: sigsp() by Al Viro · 12 years ago
  26. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  27. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  28. 57d2aa0 sched/rt: Avoid updating RT entry timeout twice within one tick period by Ying Xue · 12 years ago
  29. ace783b sched: split out css_online/css_offline from tg creation/destruction by Li Zefan · 12 years ago
  30. 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 12 years ago
  31. 774a122 module, async: async_synchronize_full() on module init iff async is used by Tejun Heo · 12 years ago
  32. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  33. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  34. 0e9d92f memcg: skip memcg kmem allocations in specified code regions by Glauber Costa · 12 years ago
  35. a5ba911 pidns: remove unused is_container_init() by Gao feng · 12 years ago
  36. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  37. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  38. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  39. f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  40. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  41. e1e12d2 mm, oom: fix race when specifying a thread as the oom origin by David Rientjes · 12 years ago
  42. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  43. 1a687c2 mm: sched: numa: Control enabling and disabling of NUMA balancing by Mel Gorman · 12 years ago
  44. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  45. 4b96a29b mm: sched: numa: Implement slow start for working set sampling by Peter Zijlstra · 12 years ago
  46. 6e5fb22 mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate by Peter Zijlstra · 12 years ago
  47. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  48. e80d666 flagday: kill pt_regs argument of do_fork() by Al Viro · 12 years ago
  49. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  50. da3d4c5 get rid of pt_regs argument of do_execve() by Al Viro · 12 years ago
  51. c414467 kill daemonize() by Al Viro · 12 years ago
  52. d37f761d cputime: Consolidate cputime adjustment code by Frederic Weisbecker · 12 years ago
  53. e80d0a1a cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
  54. 582b336 sched: add notifier for cross-cpu migrations by Marcelo Tosatti · 12 years ago
  55. aac1cda Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD by Paul E. McKenney · 12 years ago
  56. f4e26b1 sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking by Paul Turner · 12 years ago
  57. 0a74bef sched: Add an rq migration call-back to sched_class by Paul Turner · 12 years ago
  58. 9ee474f sched: Maintain the load contribution of blocked entities by Paul Turner · 12 years ago
  59. 2dac754 sched: Aggregate load contributed by task entities on parenting cfs_rq by Paul Turner · 12 years ago
  60. 9d85f21 sched: Track the runnable average on a per-task entity basis by Paul Turner · 12 years ago
  61. b637a32 rcu: Print remote CPU's stacks in stall warnings by Paul E. McKenney · 12 years ago
  62. 4d9a5d4 rcu: Remove rcu_switch() by Frederic Weisbecker · 12 years ago
  63. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  64. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  65. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  66. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  67. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  68. 10c28d9 coredump: move core dump functionality into its own file by Alex Kelly · 12 years ago
  69. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  70. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  71. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  72. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  73. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  74. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  75. 04e7e95 rcu: Switch task's syscall hooks on context switch by Frederic Weisbecker · 12 years ago
  76. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  77. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  78. 37407ea Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations" by Linus Torvalds · 12 years ago
  79. 9f68f67 uprobes: Introduce MMF_RECALC_UPROBES by Oleg Nesterov · 12 years ago
  80. c1cc017 sched/nohz: Clean up select_nohz_load_balancer() by Alex Shi · 12 years ago
  81. f3e9478 sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW by Peter Zijlstra · 12 years ago
  82. f8ac4ec uprobes: Introduce MMF_HAS_UPROBES by Oleg Nesterov · 12 years ago
  83. f03542a sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up by Alex Shi · 12 years ago
  84. 300d373 Revert "NMI watchdog: fix for lockup detector breakage on resume" by Rafael J. Wysocki · 12 years ago
  85. 907aed4 mm: allow PF_MEMALLOC from softirq context by Mel Gorman · 12 years ago
  86. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  87. 45226e9 NMI watchdog: fix for lockup detector breakage on resume by Sameer Nanda · 12 years ago
  88. 54b5019 coredump: warn about unsafe suid_dumpable / core_pattern combo by Kees Cook · 12 years ago
  89. 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
  90. 8323f26 sched: Fix race in task_group() by Peter Zijlstra · 12 years ago
  91. 970e178 sched: Improve scalability via 'CPU buddies', which withstand random perturbations by Mike Galbraith · 12 years ago
  92. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  93. 6120d3d get rid of ->scm_work_list by Al Viro · 12 years ago
  94. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 12 years ago
  95. 158e164 trim task_work: get rid of hlist by Al Viro · 12 years ago
  96. a2fe194 Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  97. ab93eb8 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  98. 5167e8d sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 12 years ago
  99. cba6d0d Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" by Paul E. McKenney · 12 years ago
  100. c3e228d Merge tag 'v3.5-rc2' into perf/core by Ingo Molnar · 12 years ago