summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney
2017-10-09rcutorture: Dump writer stack if stalledPaul E. McKenney
2017-10-09sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney
2017-10-09sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-09-29sched: Implement interface for cgroup unified hierarchyTejun Heo
2017-09-29sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo
2017-09-29sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra
2017-09-20sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro
2017-09-12sched/core: WARN() when migrating to an offline CPUPeter Zijlstra
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian
2017-08-10sched/core: Reuse put_prev_task()Viresh Kumar
2017-07-28sched: Allow migrating kthreads into online but inactive CPUsTejun Heo
2017-07-25sched/core: Fix some documentation build warningsJonathan Corbet
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-11sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2017-06-08sched: Rely on synchronize_rcu_mult() de-duplicationPaul E. McKenney
2017-06-08sched/core: Omit building stop_sched_class when !SMPNicolas Pitre
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni
2017-06-08sched/deadline: Make GRUB a task's flagLuca Abeni
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni
2017-06-08sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni