summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra2017-09-291-1/+23
* sched/core: WARN() when migrating to an offline CPUPeter Zijlstra2017-09-121-0/+4
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-071-4/+3
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-2/+2
|\
| * locking: Introduce smp_mb__after_spinlock()Peter Zijlstra2017-08-101-2/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-041-17/+5
|\ \
| * | sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2017-08-101-11/+4
| * | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-101-5/+0
| * | sched/core: Reuse put_prev_task()Viresh Kumar2017-08-101-1/+1
| |/
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-4/+34
|\ \ | |/ |/|
| *-. Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-171-4/+34
| |\ \
| | | * sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-111-2/+2
| | |/ | |/|
| | * membarrier: Provide expedited private commandMathieu Desnoyers2017-08-171-0/+25
| | * sched: Allow migrating kthreads into online but inactive CPUsTejun Heo2017-07-281-2/+7
| |/
* | sched/core: Fix some documentation build warningsJonathan Corbet2017-07-251-1/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-717/+55
|\
| * sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre2017-06-231-315/+0
| * sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre2017-06-231-337/+6
| * sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre2017-06-231-4/+3
| * Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-201-18/+4
| |\
| | * sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar2017-06-201-16/+2
| | * sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
| * | sched/core: Omit building stop_sched_class when !SMPNicolas Pitre2017-06-081-30/+30
| * | sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2017-06-081-0/+2
| * | sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni2017-06-081-7/+10
| * | sched/deadline: Make GRUB a task's flagLuca Abeni2017-06-081-1/+2
| * | sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni2017-06-081-0/+11
| * | sched/deadline: Implement GRUB accountingLuca Abeni2017-06-081-2/+2
| * | sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni2017-06-081-24/+14
| * | sched/deadline: Improve the tracking of active utilizationLuca Abeni2017-06-081-0/+3
| * | sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner2017-05-231-1/+3
| * | sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)2017-05-231-2/+2
| * | sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park2017-05-231-12/+3
| * | sched/topology: Small cleanupPeter Zijlstra2017-05-151-3/+1
| * | sched/clock: Use late_initcall() instead of sched_init_smp()Peter Zijlstra2017-05-151-2/+0
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-7/+1
|\ \ \ | |_|/ |/| |
| * | sched: Rely on synchronize_rcu_mult() de-duplicationPaul E. McKenney2017-06-081-7/+1
| |/
* | sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-111-1/+1
|/
* sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-151-0/+25
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\
| * rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-211-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-011-11/+53
|\ \
| * | sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra2017-04-041-1/+1
| * | sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra2017-04-041-13/+53
| * | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-041-0/+2
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-011-98/+103
|\ \ \ | |/ /
| * | sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li2017-03-231-3/+3
| * | sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra2017-03-161-1/+2
| * | sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra2017-03-161-8/+10
| * | sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra2017-03-161-5/+3
OpenPOWER on IntegriCloud