1. b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  2. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  3. 535560d Merge commit '3cf2f34' into sched/core, to fix build error by Ingo Molnar · 10 years ago
  4. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 10 years ago
  5. 82b8977 perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 10 years ago
  6. 5d4dfdd sched: Rename capacity related flags by Nicolas Pitre · 10 years ago
  7. ca8ce3d sched: Final power vs. capacity cleanups by Nicolas Pitre · 10 years ago
  8. 63b2ca3 sched: Let 'struct sched_group_power' care about CPU capacity by Nicolas Pitre · 10 years ago
  9. fa93384 sched: Fix signedness bug in yield_to() by Dan Carpenter · 10 years ago
  10. 34a1b72 kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE_SIGHAND by Oleg Nesterov · 10 years ago
  11. b300a4e kernel/user.c: drop unused field 'files' from user_struct by Kirill A. Shutemov · 10 years ago
  12. f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
  13. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  14. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  15. f02f79d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  16. ad0f614 wait: swap EXIT_ZOMBIE(Z) and EXIT_DEAD(X) chars in TASK_STATE_TO_CHAR_STR by Masatake YAMATO · 10 years ago
  17. 4027d08 sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match the current upstream code by xiaofeng.yan · 10 years ago
  18. 69dd0f8 sched/idle: Remove TS_POLLING support by Peter Zijlstra · 10 years ago
  19. d77b3ed sched: Add a new SD_SHARE_POWERDOMAIN for sched_domain by Vincent Guittot · 10 years ago
  20. 607b45e sched, powerpc: Create a dedicated topology table by Vincent Guittot · 10 years ago
  21. 143e1e2 sched: Rework sched_domain topology definition by Vincent Guittot · 10 years ago
  22. 5bfd126 sched/deadline: Fix sched_yield() behavior by Juri Lelli · 10 years ago
  23. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  24. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  25. ad86622 wait: swap EXIT_ZOMBIE and EXIT_DEAD to hide EXIT_TRACE from user-space by Oleg Nesterov · 10 years ago
  26. abd50b3 wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition by Oleg Nesterov · 10 years ago
  27. 23aebe1 exec: kill bprm->tcomm[], simplify the "basename" logic by Oleg Nesterov · 10 years ago
  28. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  29. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  30. 1ead658 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  31. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  32. 80e0b6e sched: declare pid_alive as inline by Richard Guy Briggs · 10 years ago
  33. ad36d28 pid: get pid_t ppid of task in init_pid_ns by Richard Guy Briggs · 11 years ago
  34. 6201b4d timer: Remove code redundancy while calling get_nohz_timer_target() by Viresh Kumar · 10 years ago
  35. bfc3f02 cputime: Default implementation of nsecs -> cputime conversion by Frederic Weisbecker · 10 years ago
  36. 8f47b18 sched: Add better debug output for might_sleep() by Thomas Gleixner · 10 years ago
  37. d97a860 Merge branch 'linus' into sched/core by Thomas Gleixner · 10 years ago
  38. fed14d4 sched/fair: Track cgroup depth by Peter Zijlstra · 12 years ago
  39. d0ea026 sched: Implement task_nice() as static inline function by Dongsheng Yang · 11 years ago
  40. 5c22807 sched: Move the priority specific bits into a new header file by Dongsheng Yang · 11 years ago
  41. c4ad8f9 execve: use 'struct filename *' for executable name passing by Linus Torvalds · 11 years ago
  42. eaa4e4f Merge branch 'linus' into sched/core, to resolve conflicts by Ingo Molnar · 11 years ago
  43. 7e2703e sched/numa: Normalize faults_cpu stats and weigh by CPU use by Rik van Riel · 11 years ago
  44. 10f3904 sched/numa, mm: Use active_nodes nodemask to limit numa migrations by Rik van Riel · 11 years ago
  45. 50ec8a4 sched/numa: Track from which nodes NUMA faults are triggered by Rik van Riel · 11 years ago
  46. ff1df89 sched/numa: Rename p->numa_faults to numa_faults_memory by Rik van Riel · 11 years ago
  47. 52bf84a sched/numa, mm: Remove p->numa_migrate_deferred by Rik van Riel · 11 years ago
  48. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 11 years ago
  49. ff252c1 kernel/fork.c: make dup_mm() static by DaeSeok Youn · 11 years ago
  50. 74e3720 proc: cleanup/simplify get_task_state/task_state_array by Oleg Nesterov · 11 years ago
  51. 942be38 coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h by Oleg Nesterov · 11 years ago
  52. 7288e11 coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY by Oleg Nesterov · 11 years ago
  53. 0c740d0 introduce for_each_thread() to replace the buggy while_each_thread() by Oleg Nesterov · 11 years ago
  54. 8cb75e0 sched/preempt: Fix up missed PREEMPT_NEED_RESCHED folding by Peter Zijlstra · 11 years ago
  55. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  56. 332ac17 sched/deadline: Add bandwidth management for SCHED_DEADLINE tasks by Dario Faggioli · 11 years ago
  57. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  58. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  59. 755378a sched/deadline: Add period support for SCHED_DEADLINE tasks by Harald Gustafsson · 11 years ago
  60. 1baca4c sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic by Juri Lelli · 11 years ago
  61. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 11 years ago
  62. d50dde5 sched: Add new scheduler syscalls to support an extended scheduling parameters ABI by Dario Faggioli · 11 years ago
  63. ffe732c Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  64. 9dbdb15 sched/fair: Rework sched_fair time accounting by Peter Zijlstra · 11 years ago
  65. ba1f14f sched: Remove PREEMPT_NEED_RESCHED from generic code by Peter Zijlstra · 11 years ago
  66. a0b57ca Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 86506a9 tasks/exit: Remove unused task_is_dead() method by Oleg Nesterov · 11 years ago
  68. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. b972fc3 sched: Remove unused variable in 'struct sched_domain' by Alex Shi · 11 years ago
  70. f080480 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  71. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  72. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  73. 27f69e6 sched: remove ARCH specific fpu_counter from task_struct by Vineet Gupta · 11 years ago
  74. 8b41452 hung_task: add method to reset detector by Marcelo Tosatti · 11 years ago
  75. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  76. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  77. de1c9ce sched/numa: Skip some page migrations after a shared fault by Rik van Riel · 11 years ago
  78. 1e3646f mm: numa: Revert temporarily disabling of NUMA migration by Rik van Riel · 11 years ago
  79. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  80. dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 11 years ago
  81. b32e86b sched/numa: Add debugging by Ingo Molnar · 11 years ago
  82. 8272701 sched/numa: Call task_numa_free() from do_execve() by Rik van Riel · 11 years ago
  83. 83e1d2c sched/numa: Use group fault statistics in numa placement by Mel Gorman · 11 years ago
  84. 5e1576e sched/numa: Stay on the same node if CLONE_VM by Rik van Riel · 11 years ago
  85. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
  86. e29cf08 sched/numa: Report a NUMA task group ID by Mel Gorman · 11 years ago
  87. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 11 years ago
  88. ac66f54 sched/numa: Introduce migrate_swap() by Peter Zijlstra · 11 years ago
  89. 6b9a746 sched/numa: Retry migration of tasks to CPU on a preferred node by Mel Gorman · 11 years ago
  90. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
  91. 3a7053b sched/numa: Favour moving tasks towards the preferred node by Mel Gorman · 11 years ago
  92. 745d614 sched/numa: Update NUMA hinting faults once per scan by Mel Gorman · 11 years ago
  93. 688b758 sched/numa: Select a preferred node with the most numa hinting faults by Mel Gorman · 11 years ago
  94. f809ca9 sched/numa: Track NUMA hinting faults on per-node basis by Mel Gorman · 11 years ago
  95. 598f0ec sched/numa: Set the scan rate proportional to the memory usage of the task being scanned by Mel Gorman · 11 years ago
  96. 75f93fe sched: Revert need_resched() to look at TIF_NEED_RESCHED by Peter Zijlstra · 11 years ago
  97. a233f11 sched: Prepare for per-cpu preempt_count by Peter Zijlstra · 11 years ago
  98. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  99. f27dde8 sched: Add NEED_RESCHED to the preempt_count by Peter Zijlstra · 11 years ago
  100. ea81174 sched, idle: Fix the idle polling state logic by Peter Zijlstra · 11 years ago