summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra2017-03-161-1/+3
| * | sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra2017-03-161-4/+4
| * | sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra2017-03-161-2/+8
| * | sched/core: Add rq->lock wrappersPeter Zijlstra2017-03-161-81/+74
| * | sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra2017-03-161-0/+3
| |/
* | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-05-011-2/+2
|\ \ | |/ |/|
| * cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick2017-04-111-2/+2
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-071-3/+8
|\ \ | |/ |/|
| * sched/core: Fix pick_next_task() for RT,DLPeter Zijlstra2017-03-021-3/+8
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-021-0/+1
* | sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1