aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2019-08-27Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-08-17sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov
2019-08-17sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov
2019-05-06Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-05-05sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov
2019-04-16Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-04-12sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2019-03-17Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-16sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2018-12-20Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-12-15sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)
2018-12-12Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-12-04sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-08-29sched: Allow pinned user tasks to be awakened to the CPU they pinnedMike Galbraith
2018-08-29Merge tag 'v4.18.5' into linux-4.18.y-rtSebastian Andrzej Siewior
2018-08-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2018-08-07workqueue: Prevent deadlock/stall on RTThomas Gleixner
2018-08-07sched: Add support for lazy preemptionThomas Gleixner
2018-08-07sched: Distangle worker accounting from rqlockThomas Gleixner
2018-08-07sched/migrate_disable: fallback to preempt_disable() instead barrier()Sebastian Andrzej Siewior
2018-08-07rtmutex: annotate sleeping lock contextSebastian Andrzej Siewior
2018-08-07ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior
2018-08-07rtmutex: add sleeping lock implementationThomas Gleixner
2018-08-07hotplug: Lightweight get online cpusThomas Gleixner
2018-08-07rt: Increase/decrease the nr of migratory tasks when enabling/disabling migra...Daniel Bristot de Oliveira
2018-08-07sched/workqueue: Only wake up idle workers if not blocked on sleeping spin lockSteven Rostedt
2018-08-07sched: Do not account rcu_preempt_depth on RT in might_sleep()Thomas Gleixner
2018-08-07sched: Add saved_state for tasks blocked on sleeping locksThomas Gleixner
2018-08-07kernel/sched: move stack + kprobe clean up to __put_task_struct()Sebastian Andrzej Siewior
2018-08-07sched: Move mmdrop to RCU on RTThomas Gleixner
2018-08-07sched: Limit the number of task migrations per batchThomas Gleixner
2018-08-07hrtimer: by timers by default into the softirq contextSebastian Andrzej Siewior
2018-08-07completion: Use simple wait queuesThomas Gleixner
2018-08-07timers: Prepare for full preemptionIngo Molnar
2018-08-07kernel/sched/core: add migrate_disable()Sebastian Andrzej Siewior
2018-08-07kernel: sched: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2018-08-07sched/core: Remove get_cpu() from sched_fork()Sebastian Andrzej Siewior
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar