summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)1-8/+11
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider1-1/+4
2018-08-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra1-18/+12
2018-07-08sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton1-2/+1
2018-07-08sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra1-12/+30
2018-06-21sched/core: Introduce set_special_state()Peter Zijlstra1-16/+1
2018-03-19sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2018-01-23delayacct: Account blkio completion on the correct taskJosh Snyder1-3/+3
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra1-1/+23
2017-09-12sched/core: WARN() when migrating to an offline CPUPeter Zijlstra1-0/+4
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra1-4/+3
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-17/+5
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-4/+34
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney1-4/+34
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers1-0/+25
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-2/+2
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra1-2/+2
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi1-11/+4
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian1-5/+0
2017-08-10sched/core: Reuse put_prev_task()Viresh Kumar1-1/+1
2017-07-28sched: Allow migrating kthreads into online but inactive CPUsTejun Heo1-2/+7
2017-07-25sched/core: Fix some documentation build warningsJonathan Corbet1-1/+1
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-717/+55
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+1
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre1-315/+0
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre1-337/+6
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre1-4/+3
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar1-18/+4
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar1-16/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-11sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2017-06-08sched: Rely on synchronize_rcu_mult() de-duplicationPaul E. McKenney1-7/+1
2017-06-08sched/core: Omit building stop_sched_class when !SMPNicolas Pitre1-30/+30
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira1-0/+2
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni1-7/+10
2017-06-08sched/deadline: Make GRUB a task's flagLuca Abeni1-1/+2
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni1-0/+11
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni1-2/+2
2017-06-08sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni1-24/+14
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni1-0/+3
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner1-1/+3
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)1-2/+2
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park1-12/+3
2017-05-15sched/topology: Small cleanupPeter Zijlstra1-3/+1
2017-05-15sched/clock: Use late_initcall() instead of sched_init_smp()Peter Zijlstra1-2/+0
2017-05-15sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)1-0/+25
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+53