aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WGravatar Peter Zijlstra 1-1/+23
2017-09-12sched/core: WARN() when migrating to an offline CPUGravatar Peter Zijlstra 1-0/+4
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsGravatar Peter Zijlstra 1-4/+3
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-17/+5
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-4/+34
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Gravatar Paul E. McKenney 1-4/+34
2017-08-17membarrier: Provide expedited private commandGravatar Mathieu Desnoyers 1-0/+25
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairGravatar Paul E. McKenney 1-2/+2
2017-08-10locking: Introduce smp_mb__after_spinlock()Gravatar Peter Zijlstra 1-2/+2
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionGravatar Xie XiuQi 1-11/+4
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Gravatar Cheng Jian 1-5/+0
2017-08-10sched/core: Reuse put_prev_task()Gravatar Viresh Kumar 1-1/+1
2017-07-28sched: Allow migrating kthreads into online but inactive CPUsGravatar Tejun Heo 1-2/+7
2017-07-25sched/core: Fix some documentation build warningsGravatar Jonathan Corbet 1-1/+1
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-717/+55
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+1
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cGravatar Nicolas Pitre 1-315/+0
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cGravatar Nicolas Pitre 1-337/+6
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledGravatar Nicolas Pitre 1-4/+3
2017-06-20Merge branch 'WIP.sched/core' into sched/coreGravatar Ingo Molnar 1-18/+4
2017-06-20sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Gravatar Ingo Molnar 1-16/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-1/+1
2017-06-11sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Gravatar Andy Lutomirski 1-1/+1
2017-06-08sched: Rely on synchronize_rcu_mult() de-duplicationGravatar Paul E. McKenney 1-7/+1
2017-06-08sched/core: Omit building stop_sched_class when !SMPGravatar Nicolas Pitre 1-30/+30
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksGravatar Daniel Bristot de Oliveira 1-0/+2
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksGravatar Luca Abeni 1-7/+10
2017-06-08sched/deadline: Make GRUB a task's flagGravatar Luca Abeni 1-1/+2
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthGravatar Luca Abeni 1-0/+11
2017-06-08sched/deadline: Implement GRUB accountingGravatar Luca Abeni 1-2/+2
2017-06-08sched/deadline: Fix the update of the total -deadline utilizationGravatar Luca Abeni 1-24/+14
2017-06-08sched/deadline: Improve the tracking of active utilizationGravatar Luca Abeni 1-0/+3
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyGravatar Thomas Gleixner 1-1/+3
2017-05-23sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedGravatar Steven Rostedt (VMware) 1-2/+2
2017-05-23sched/core: Use the new llist_for_each_entry_safe() primitiveGravatar Byungchul Park 1-12/+3
2017-05-15sched/topology: Small cleanupGravatar Peter Zijlstra 1-3/+1
2017-05-15sched/clock: Use late_initcall() instead of sched_init_smp()Gravatar Peter Zijlstra 1-2/+0
2017-05-15sched/core: Call __schedule() from do_idle() without enabling preemptionGravatar Steven Rostedt (VMware) 1-0/+25
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-11/+53
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-98/+103
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-2/+2
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent stateGravatar Paul E. McKenney 1-1/+1
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Gravatar Rakib Mullick 1-2/+2
2017-04-04sched,tracing: Update trace_sched_pi_setprio()Gravatar Peter Zijlstra 1-1/+1
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Gravatar Peter Zijlstra 1-13/+53
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksGravatar Xunlei Pang 1-0/+2
2017-03-23sched/core: Fix rq lock pinning warning after call balance callbacksGravatar Wanpeng Li 1-3/+3
2017-03-16sched/core: Avoid double update_rq_clock() in move_queued_task()Gravatar Peter Zijlstra 1-1/+2