1. 3a95398 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. c58267e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  5. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  6. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 9 years ago
  7. 80ed87c sched/wait: Introduce TASK_NOLOAD and TASK_IDLE by Peter Zijlstra · 10 years ago
  8. 8bcbde5 sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled by David Hildenbrand · 10 years ago
  9. 92cf211 sched/preempt: Merge preempt_mask.h into preempt.h by Frederic Weisbecker · 10 years ago
  10. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 10 years ago
  11. 89076bc get rid of assorted nameidata-related debris by Al Viro · 10 years ago
  12. 8c8a457 sched: Remove redundant #ifdef by Nikolay Borisov · 10 years ago
  13. 756daf2 VFS: replace {, total_}link_count in task_struct with pointer to nameidata by NeilBrown · 10 years ago
  14. 920ce39 sched, timer: Fix documentation for 'struct thread_group_cputimer' by Jason Low · 10 years ago
  15. ff303e6 perf: Fix software migrate events by Peter Zijlstra · 10 years ago
  16. 7675104 sched: Implement lockless wake-queues by Peter Zijlstra · 10 years ago
  17. 7110744 sched, timer: Use the atomic task_cputime in thread_group_cputimer by Jason Low · 10 years ago
  18. 971e8a98 sched, timer: Provide an atomic 'struct task_cputime' data structure by Jason Low · 10 years ago
  19. 1018016 sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability by Jason Low · 10 years ago
  20. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
  21. e7cc417 signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() by Palmer Dabbelt · 10 years ago
  22. b76808e signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' by Palmer Dabbelt · 10 years ago
  23. 3289bdb sched: Move the loadavg code to a more obvious location by Peter Zijlstra · 10 years ago
  24. fafe870 context_tracking: Inherit TIF_NOHZ through forks instead of context switches by Frederic Weisbecker · 10 years ago
  25. 73459e2 x86: pvclock: Really remove the sched notifier for cross-cpu migrations by Paolo Bonzini · 10 years ago
  26. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  27. 4fd48b4 Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  28. 49d2953 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  29. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  30. 9058f3b Remove rest of exec domains. by Richard Weinberger · 10 years ago
  31. 36ee28e sched: Add sched_avg::utilization_avg_contrib by Vincent Guittot · 10 years ago
  32. 074c238 mm: numa: slow PTE scan rate if migration failures occur by Mel Gorman · 10 years ago
  33. 0a4e6be x86: kvm: Revert "remove sched notifier for cross-cpu migrations" by Marcelo Tosatti · 10 years ago
  34. 3fa0818 sched, isolcpu: make cpu_isolated_map visible outside scheduler by Rik van Riel · 10 years ago
  35. e2defd0 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  36. 9cff8ad sched: Prevent recursion in io_schedule() by NeilBrown · 10 years ago
  37. 0b24bec kasan: add kernel address sanitizer infrastructure by Andrey Ryabinin · 10 years ago
  38. 545a2bf kernel/sched/clock.c: add another clock for use with the soft lockup watchdog by Cyril Bur · 10 years ago
  39. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  40. 51f39a1 syscalls: implement execveat() system call by David Drysdale · 10 years ago
  41. 6f185c2 memcg: turn memcg_kmem_skip_account into a bit field by Vladimir Davydov · 10 years ago
  42. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  43. 44dba3d sched: Refactor task_struct to use numa_faults instead of numa_* pointers by Iulia Manda · 10 years ago
  44. 28f6569 rcu: Remove redundant TREE_PREEMPT_RCU config option by Pranith Kumar · 10 years ago
  45. 3427445 sched: Exclude cond_resched() from nested sleep test by Peter Zijlstra · 10 years ago
  46. 8eb23b9 sched: Debug nested sleeps by Peter Zijlstra · 10 years ago
  47. f82f804 sched/deadline: Ensure that updates to exclusive cpusets don't break AC by Juri Lelli · 10 years ago
  48. 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 10 years ago
  49. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  50. d6dd50e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. 934f3072 mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set by Junxiao Bi · 10 years ago
  52. 87d7bce Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  53. 6111da3 Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  54. 2ad654b cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 10 years ago
  55. e0e5070 sched: add macros to define bitops for task atomic flags by Zefan Li · 10 years ago
  56. a2b86f7 sched: fix confusing PFA_NO_NEW_PRIVS constant by Zefan Li · 10 years ago
  57. 6a40281 sched: Fix end_of_stack() and location of stack canary for architectures using CONFIG_STACK_GROWSUP by Chuck Ebbert · 10 years ago
  58. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago
  59. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  60. f6be8af sched: Add new API wake_up_if_idle() to wake up the idle cpu by Chuansheng Liu · 10 years ago
  61. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  62. 1d082fd rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch() by Paul E. McKenney · 10 years ago
  63. 176f8f7 rcu: Make TASKS_RCU handle nohz_full= CPUs by Paul E. McKenney · 10 years ago
  64. 8315f42 rcu: Add call_rcu_tasks() by Paul E. McKenney · 10 years ago
  65. 2ee507c sched: Add function single_task_running to let a task check if it is the only task running on a cpu by Tim Chen · 10 years ago
  66. c9d2642 Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  67. e67ee10 Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  68. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  69. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  70. 33144e8 kernel/fork.c: make mm_init_owner static by Vladimir Davydov · 10 years ago
  71. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  72. 372ba8c cpuidle: menu: Lookup CPU runqueues less by Mel Gorman · 10 years ago
  73. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  74. 72f15c0 sas_ss_flags: Remove nested ternary if by Richard Weinberger · 11 years ago
  75. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. 9895994 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. 5bda4f6 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  78. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  79. 9667a23 delayacct: Make accounting nanosecond based by Thomas Gleixner · 10 years ago
  80. ccbf62d sched: Make task->start_time nanoseconds based by Thomas Gleixner · 10 years ago
  81. 57e0be0 sched: Make task->real_start_time nanoseconds based by Thomas Gleixner · 10 years ago
  82. 1d4457f sched: move no_new_privs into new atomic flags by Kees Cook · 10 years ago
  83. 8875125 sched: Transform resched_task() into resched_curr() by Kirill Tkhai · 10 years ago
  84. 466af29 sched/deadline: Kill task_struct->pi_top_task by Oleg Nesterov · 10 years ago
  85. abaa93d rcu: Simplify priority boosting by putting rt_mutex in rcu_node by Paul E. McKenney · 10 years ago
  86. b6220ad sched: Fix compiler warnings by Guenter Roeck · 10 years ago
  87. 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
  88. 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
  89. 535560d Merge commit '3cf2f34' into sched/core, to fix build error by Ingo Molnar · 10 years ago
  90. 0341729 signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch] by Oleg Nesterov · 10 years ago
  91. 82b8977 perf: Differentiate exec() and non-exec() comm events by Adrian Hunter · 10 years ago
  92. 5d4dfdd sched: Rename capacity related flags by Nicolas Pitre · 10 years ago
  93. ca8ce3d sched: Final power vs. capacity cleanups by Nicolas Pitre · 10 years ago
  94. 63b2ca3 sched: Let 'struct sched_group_power' care about CPU capacity by Nicolas Pitre · 10 years ago
  95. fa93384 sched: Fix signedness bug in yield_to() by Dan Carpenter · 10 years ago
  96. 34a1b72 kthreads: kill CLONE_KERNEL, change kernel_thread(kernel_init) to avoid CLONE_SIGHAND by Oleg Nesterov · 10 years ago
  97. b300a4e kernel/user.c: drop unused field 'files' from user_struct by Kirill A. Shutemov · 10 years ago
  98. f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
  99. 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
  100. 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