1. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  2. f27dde8 sched: Add NEED_RESCHED to the preempt_count by Peter Zijlstra · 11 years ago
  3. ea81174 sched, idle: Fix the idle polling state logic by Peter Zijlstra · 11 years ago
  4. f48627e sched/balancing: Periodically decay max cost of idle balance by Jason Low · 11 years ago
  5. 9bd721c sched/balancing: Consider max cost of idle balance per sched domain by Jason Low · 11 years ago
  6. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
  7. 519e524 mm: memcg: enable memcg OOM killer only for user faults by Johannes Weiner · 11 years ago
  8. e1403b8 include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_group_leader_pid by Oleg Nesterov · 11 years ago
  9. ae7a835 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  10. aee2bce Merge branch 'linus' into perf/core by Ingo Molnar · 11 years ago
  11. 5ea80f7 Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction" by Linus Torvalds · 11 years ago
  12. c9572f0 Merge tag 'v3.11-rc5' into perf/core by Ingo Molnar · 11 years ago
  13. f1d6e17 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  14. df54d6f x86 get_unmapped_area(): use proper mmap base for bottom-up direction by Radu Caragea · 11 years ago
  15. 28fbc8b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. 2b44c4d freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes by Colin Cross · 11 years ago
  17. 6247041 sched: Implement smarter wake-affine logic by Michael Wang · 11 years ago
  18. e04c5d7 remove sched notifier for cross-cpu migrations by Marcelo Tosatti · 11 years ago
  19. e69f618 sched: Fix some kernel-doc warnings by Yacine Belkadi · 11 years ago
  20. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  21. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  22. 7c8df28 ptrace: revert "Prepare to fix racy accesses on task breakpoints" by Oleg Nesterov · 11 years ago
  23. 81dabb4 exit.c: unexport __set_special_pids() by Oleg Nesterov · 11 years ago
  24. 239003e sched: Fix typo in struct sched_avg member description by Kamalesh Babulal · 11 years ago
  25. 141965c Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" by Alex Shi · 11 years ago
  26. f6f3c43 sched: add cond_resched_rcu() helper by Simon Horman · 11 years ago
  27. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  28. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  29. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  30. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  31. 265f22a sched: Keep at least 1 tick per second for active dynticks tasks by Frederic Weisbecker · 11 years ago
  32. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  33. e56fb28 exec: do not abuse ->cred_guard_mutex in threadgroup_lock() by Oleg Nesterov · 11 years ago
  34. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 11 years ago
  35. 46e959e audit: add an option to control logging of passwords with pam_tty_audit by Richard Guy Briggs · 11 years ago
  36. ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  37. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  38. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  39. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  40. 916bb6d7 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  41. 25f55d9 sched: Fix init NOHZ_IDLE flag by Vincent Guittot · 11 years ago
  42. 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 11 years ago
  43. ce831b3 sched: New helper to prevent from stopping the tick in full dynticks by Frederic Weisbecker · 11 years ago
  44. 41fcb9f mutex: Move mutex spinning code from sched/core.c back to mutex.c by Waiman Long · 11 years ago
  45. 5ed67f0 posix timers: Allocate timer id per process (v2) by Pavel Emelyanov · 11 years ago
  46. f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 11 years ago
  47. 9b89f6b sched: Document task_struct::personality field by Andrei Epure · 11 years ago
  48. 3a98f87 idle: Implement set/clr functions for need_resched poll by Thomas Gleixner · 11 years ago
  49. ee761f6 arch: Consolidate tsk_is_polling() by Thomas Gleixner · 11 years ago
  50. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  51. cafe563 bcache: A block layer cache by Kent Overstreet · 11 years ago
  52. 1c20091 nohz: Wake up full dynticks CPUs when a timer gets enqueued by Frederic Weisbecker · 13 years ago
  53. 14a40ff sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY by Tejun Heo · 11 years ago
  54. 4e3da46 Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  55. 9fbc42e cputime: Dynamically scale cputime for full dynticks accounting by Frederic Weisbecker · 11 years ago
  56. 25cc7da sched: Move group scheduling functions out of include/linux/sched.h by Li Zefan · 11 years ago
  57. 15f803c sched: Make default_scale_freq_power() static by Li Zefan · 11 years ago
  58. c82ba9f sched: Move struct sched_class to kernel/sched/sched.h by Li Zefan · 11 years ago
  59. b13095f sched: Move wake flags to kernel/sched/sched.h by Li Zefan · 11 years ago
  60. 5e6521e sched: Move struct sched_group to kernel/sched/sched.h by Li Zefan · 11 years ago
  61. cc1f4b1 sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.h by Li Zefan · 11 years ago
  62. 090b582f sched: Remove test_sd_parent() by Li Zefan · 11 years ago
  63. 19a37d1 sched: Remove some dummy functions by Li Zefan · 11 years ago
  64. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 11 years ago
  65. dcad0fc Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  67. 21caf2f mm: teach mm by current context info to not do I/O during memory allocation by Ming Lei · 11 years ago
  68. 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  69. 1c3e826 sched/core: Remove the obsolete and unused nr_uninterruptible() function by Sha Zhengju · 11 years ago
  70. e9b04b5 make do_sigaltstack() static by Al Viro · 12 years ago
  71. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 11 years ago
  72. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 11 years ago
  73. 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 · 11 years ago
  74. 5a1b98d new helper: sigsp() by Al Viro · 12 years ago
  75. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  76. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  77. 57d2aa0 sched/rt: Avoid updating RT entry timeout twice within one tick period by Ying Xue · 12 years ago
  78. ace783b sched: split out css_online/css_offline from tg creation/destruction by Li Zefan · 11 years ago
  79. 910ffdb ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() by Oleg Nesterov · 11 years ago
  80. 774a122 module, async: async_synchronize_full() on module init iff async is used by Tejun Heo · 11 years ago
  81. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  82. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  83. 0e9d92f memcg: skip memcg kmem allocations in specified code regions by Glauber Costa · 12 years ago
  84. a5ba911 pidns: remove unused is_container_init() by Gao feng · 12 years ago
  85. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  86. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  87. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  88. 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
  89. 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
  90. e1e12d2 mm, oom: fix race when specifying a thread as the oom origin by David Rientjes · 12 years ago
  91. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  92. 1a687c2 mm: sched: numa: Control enabling and disabling of NUMA balancing by Mel Gorman · 12 years ago
  93. b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
  94. 4b96a29b mm: sched: numa: Implement slow start for working set sampling by Peter Zijlstra · 12 years ago
  95. 6e5fb22 mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate by Peter Zijlstra · 12 years ago
  96. cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
  97. e80d666 flagday: kill pt_regs argument of do_fork() by Al Viro · 12 years ago
  98. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  99. da3d4c5 get rid of pt_regs argument of do_execve() by Al Viro · 12 years ago
  100. c414467 kill daemonize() by Al Viro · 12 years ago