summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.16.18' into linux-4.16.y-rtSebastian Andrzej Siewior2018-07-054-27/+19
|\
| * sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-06-211-1/+1
| * sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-06-213-6/+3
| * sched/core: Introduce set_special_state()Peter Zijlstra2018-06-211-16/+1
| * kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-06-211-11/+21
* | Merge tag 'v4.16.15' into linux-4.16.y-rtSebastian Andrzej Siewior2018-06-151-0/+2
|\ \ | |/
| * sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
* | Merge tag 'v4.16.12' into linux-4.16.y-rtSebastian Andrzej Siewior2018-05-283-4/+13
|\ \ | |/
| * sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-161-2/+5
| * sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-161-1/+6
| * cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-161-1/+2
* | sched/fair: Fix CFS bandwidth control lockdep DEADLOCK reportMike Galbraith2018-05-161-2/+2
* | workqueue: Prevent deadlock/stall on RTThomas Gleixner2018-05-031-2/+5
* | sched: Add support for lazy preemptionThomas Gleixner2018-05-034-10/+101
* | irqwork: push most work into softirq contextSebastian Andrzej Siewior2018-05-031-0/+1
* | sched: Distangle worker accounting from rqlockThomas Gleixner2018-05-031-69/+15
* | fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior2018-05-031-0/+1
* | RCU: skip the "schedule() in RCU section" warning on UP, tooSebastian Andrzej Siewior2018-05-031-0/+45
* | ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior2018-05-031-2/+15
* | rtmutex: add sleeping lock implementationThomas Gleixner2018-05-031-7/+21
* | hotplug: Lightweight get online cpusThomas Gleixner2018-05-031-0/+4
* | rt: Increase/decrease the nr of migratory tasks when enabling/disabling migra...Daniel Bristot de Oliveira2018-05-031-5/+44
* | sched/workqueue: Only wake up idle workers if not blocked on sleeping spin lockSteven Rostedt2018-05-031-1/+3
* | sched: ttwu: Return success when only changing the saved_state valueThomas Gleixner2018-05-031-1/+3
* | sched: Disable TTWU_QUEUE on RTThomas Gleixner2018-05-031-0/+5
* | sched: Take RT softirq semantics into account in cond_resched()Thomas Gleixner2018-05-031-0/+2
* | sched: Do not account rcu_preempt_depth on RT in might_sleep()Thomas Gleixner2018-05-031-1/+1
* | sched: Prevent task state corruption by spurious lock wakeupThomas Gleixner2018-05-031-1/+1
* | sched: Add saved_state for tasks blocked on sleeping locksThomas Gleixner2018-05-032-1/+31
* | kernel/sched: move stack + kprobe clean up to __put_task_struct()Sebastian Andrzej Siewior2018-05-031-9/+0
* | sched: Move mmdrop to RCU on RTThomas Gleixner2018-05-031-2/+17
* | sched: Limit the number of task migrations per batchThomas Gleixner2018-05-031-0/+4
* | hrtimer: by timers by default into the softirq contextSebastian Andrzej Siewior2018-05-033-4/+4
* | completion: Use simple wait queuesThomas Gleixner2018-05-033-19/+45
* | work-simple: Simple work queue implemenationDaniel Wagner2018-05-032-1/+174
* | timers: Prepare for full preemptionIngo Molnar2018-05-031-2/+7
* | kernel/sched/core: add migrate_disable()Sebastian Andrzej Siewior2018-05-032-2/+132
* | kernel: sched: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2018-05-036-46/+46
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-03-251-12/+17
|\
| * sched/debug: Adjust newlines for better alignmentJoe Lawrence2018-03-201-11/+16
| * sched/debug: Fix per-task line continuation for console outputJoe Lawrence2018-03-201-1/+1
* | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-03-191-5/+10
|\ \ | |/ |/|
| * sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo2018-02-121-5/+10
* | sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan2018-02-131-2/+0
* | sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra2018-02-131-11/+16
* | sched/rt: Make update_curr_rt() more accurateWen Yang2018-02-131-1/+2
* | sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-131-2/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-1/+1
|\
| * cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan2018-02-061-1/+1
* | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-061-3/+2
|\ \ | |/