1. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  2. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  3. b8780c3 sched: remove sleep_on() and friends by Arnd Bergmann · 10 years ago
  4. 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  5. c96d6660 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  6. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  7. 05bf58c Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  8. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  9. 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
  10. 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
  11. 1f8c538 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  12. 6201b4d timer: Remove code redundancy while calling get_nohz_timer_target() by Viresh Kumar · 10 years ago
  13. 300a9d8 sched: Remove needless round trip nsecs <-> tick conversion of steal time by Frederic Weisbecker · 10 years ago
  14. dee08a7 cputime: Fix jiffies based cputime assumption on steal accounting by Frederic Weisbecker · 10 years ago
  15. 6037dd1 sched: Clean up the task_hot() function by Alex Shi · 10 years ago
  16. a2cd426 sched: Remove double calculation in fix_small_imbalance() by Vincent Guittot · 10 years ago
  17. 383afd0 sched: Fix broken setscheduler() by Steven Rostedt · 10 years ago
  18. 156654f sched/numa: Move task_numa_free() to __put_task_struct() by Mike Galbraith · 10 years ago
  19. 35805ff sched/fair: Fix endless loop in idle_balance() by Kirill Tkhai · 10 years ago
  20. 4c6c4e3 sched/core: Fix endless loop in pick_next_task() by Kirill Tkhai · 10 years ago
  21. e4aa358 sched/fair: Push down check for high priority class task into idle_balance() by Kirill Tkhai · 10 years ago
  22. 734ff2a sched/rt: Fix picking RT and DL tasks from empty queue by Kirill Tkhai · 10 years ago
  23. a1d028b sched/idle: Add more comments to the code by Daniel Lezcano · 10 years ago
  24. 8ca3c64 sched/idle: Move idle conditions in cpuidle_idle main function by Daniel Lezcano · 10 years ago
  25. c8cc7d4 sched/idle: Reorganize the idle loop by Daniel Lezcano · 10 years ago
  26. 30cdd69 cpuidle/idle: Move the cpuidle_idle_call function to idle.c by Daniel Lezcano · 10 years ago
  27. a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 10 years ago
  28. 96b3d28 sched/clock: Prevent tracing recursion in sched_clock_cpu() by Fernando Luis Vazquez Cao · 10 years ago
  29. d44753b sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policy by Juri Lelli · 10 years ago
  30. 37e117c sched: Guarantee task priority in pick_next_task() by Peter Zijlstra · 10 years ago
  31. 06d50c6 sched/idle: Remove stale old file by Peter Zijlstra · 10 years ago
  32. f5f9739 sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED by Dietmar Eggemann · 10 years ago
  33. faa5993 sched/deadline: Prevent rt_time growth to infinity by Juri Lelli · 10 years ago
  34. eec751e sched/deadline: Switch CPU's presence test order by Juri Lelli · 10 years ago
  35. 3908ac1 sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migration by Kirill Tkhai · 10 years ago
  36. 791c9e0 sched: Fix double normalization of vruntime by George McCollister · 10 years ago
  37. c46fff2 smp: Rename __smp_call_function_single() to smp_call_function_single_async() by Frederic Weisbecker · 10 years ago
  38. fce8ad1 smp: Remove wait argument from __smp_call_function_single() by Frederic Weisbecker · 10 years ago
  39. d987fc7 sched, nohz: Exclude isolated cores from load balancing by Mike Galbraith · 13 years ago
  40. de91b9c sched: Fix select_task_rq_fair() description comments by Morten Rasmussen · 10 years ago
  41. 75e45d5 sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICE by Dongsheng Yang · 10 years ago
  42. 11c785b sched/rt: Make init_sched_rt_calss() __init by Li Zefan · 10 years ago
  43. d82fd25 sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq' by Li Zefan · 10 years ago
  44. c365c29 sched: Consider pi boosting in setscheduler() by Thomas Gleixner · 10 years ago
  45. 81a44c5 sched: Queue RT tasks to head when prio drops by Thomas Gleixner · 10 years ago
  46. d6b1e91 sched: Adjust p->sched_reset_on_fork when nothing else changes by Thomas Gleixner · 10 years ago
  47. 8f47b18 sched: Add better debug output for might_sleep() by Thomas Gleixner · 10 years ago
  48. db273be sched: Check for idle task in might_sleep() by Thomas Gleixner · 10 years ago
  49. 7717785 sched: Init idle->on_rq in init_idle() by Thomas Gleixner · 10 years ago
  50. dc87734 sched: Remove some #ifdeffery by Peter Zijlstra · 10 years ago
  51. 3f1d2a3 sched: Fix hotplug task migration by Peter Zijlstra · 10 years ago
  52. 6e83125 sched/fair: Remove idle_balance() declaration in sched.h by Peter Zijlstra · 10 years ago
  53. eb7a59b sched/fair: Reset se-depth when task switched to FAIR by Michael wang · 10 years ago
  54. 995b9ea sched/deadline: Remove useless dl_nr_total by Kirill Tkhai · 10 years ago
  55. 82b9580 sched/deadline: Test for CPU's presence explicitly by Boris Ostrovsky · 10 years ago
  56. 6d35ab4 sched: Add 'flags' argument to sched_{set,get}attr() syscalls by Peter Zijlstra · 10 years ago
  57. 4efbc45 sched: Fix information leak in sys_sched_getattr() by Vegard Nossum · 10 years ago
  58. 3cf1962 sched,numa: add cond_resched to task_numa_work by Rik van Riel · 10 years ago
  59. 4951634 sched/core: Make dl_b->lock IRQ safe by Juri Lelli · 10 years ago
  60. e9e7cb3 sched/core: Fix sched_rt_global_validate by Juri Lelli · 10 years ago
  61. 4df1638 sched/deadline: Fix overflow to handle period==0 and deadline!=0 by Steven Rostedt · 10 years ago
  62. 3d5f35b sched/deadline: Fix bad accounting of nr_running by Juri Lelli · 10 years ago
  63. a53efe5 sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm by Martin Schwidefsky · 12 years ago
  64. 924f0d9a cgroup: drop @skip_css from cgroup_taskset_for_each() by Tejun Heo · 10 years ago
  65. e61734c cgroup: remove cgroup->name by Tejun Heo · 10 years ago
  66. cf37b6b sched/idle: Move cpu/idle.c to sched/idle.c by Nicolas Pitre · 10 years ago
  67. 37e6bae sched: Add statistic for newidle load balance cost by Alex Shi · 10 years ago
  68. 27f1758 sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHED by Dietmar Eggemann · 10 years ago
  69. 38033c3 sched: Push down pre_schedule() and idle_balance() by Peter Zijlstra · 10 years ago
  70. 6c3b4d4 sched: Clean up idle task SMP logic by Peter Zijlstra · 10 years ago
  71. 678d571 sched/fair: Optimize cgroup pick_next_task_fair() by Peter Zijlstra · 12 years ago
  72. f104479 sched/fair: Clean up the __clear_buddies_*() functions by Peter Zijlstra · 12 years ago
  73. 606dba2 sched: Push put_prev_task() into pick_next_task() by Peter Zijlstra · 12 years ago
  74. fed14d4 sched/fair: Track cgroup depth by Peter Zijlstra · 12 years ago
  75. 3c4017c sched: Move rq->idle_stamp up to the core by Daniel Lezcano · 10 years ago
  76. e5fc661 sched: Fix race in idle_balance() by Daniel Lezcano · 10 years ago
  77. b4f2ab43 sched: Remove 'cpu' parameter from idle_balance() by Daniel Lezcano · 10 years ago
  78. d0ea026 sched: Implement task_nice() as static inline function by Dongsheng Yang · 10 years ago
  79. 6b6350f sched: Expose some macros related to priority by Dongsheng Yang · 10 years ago
  80. 390f325 sched/deadline: Skip in switched_to_dl() if task is current by Kirill Tkhai · 10 years ago
  81. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 10 years ago
  82. eaa4e4f Merge branch 'linus' into sched/core, to resolve conflicts by Ingo Molnar · 10 years ago
  83. aafd9d6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  84. 595bf99 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. be1e4e7 sched/numa: Turn some magic numbers into #defines by Rik van Riel · 10 years ago
  86. 58b46da sched/numa: Rename variables in task_numa_fault() by Rik van Riel · 10 years ago
  87. 35664fd sched/numa: Do statistics calculation using local variables only by Rik van Riel · 10 years ago
  88. 7e2703e sched/numa: Normalize faults_cpu stats and weigh by CPU use by Rik van Riel · 10 years ago
  89. 10f3904 sched/numa, mm: Use active_nodes nodemask to limit numa migrations by Rik van Riel · 10 years ago
  90. 20e07de sched/numa: Build per numa_group active node mask from numa_faults_cpu statistics by Rik van Riel · 10 years ago
  91. 50ec8a4 sched/numa: Track from which nodes NUMA faults are triggered by Rik van Riel · 10 years ago
  92. ff1df89 sched/numa: Rename p->numa_faults to numa_faults_memory by Rik van Riel · 10 years ago
  93. 52bf84a sched/numa, mm: Remove p->numa_migrate_deferred by Rik van Riel · 10 years ago
  94. a57beec sched: Make sched_class::get_rr_interval() optional by Peter Zijlstra · 10 years ago
  95. 712e5e3 sched/deadline: Add sched_dl documentation by Dario Faggioli · 10 years ago
  96. f6d13da Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. a2b4c60 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 10 years ago
  98. 54a43d5 numa: add a sysctl for numa_balancing by Andi Kleen · 10 years ago
  99. d375b4e sched/clock: Fixup early initialization by Peter Zijlstra · 10 years ago
  100. 9390675 Revert "sched: Fix sleep time double accounting in enqueue entity" by Vincent Guittot · 10 years ago