aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner
2020-11-19sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann
2020-11-19sched/core: Fix typos in commentsTal Zussman
2020-11-19sched: Fix migration_cpu_stop() WARNPeter Zijlstra
2020-11-19sched/core: Add missing completion for affine_move_task() waitersValentin Schneider
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra
2020-11-10sched: Comment affine_move_task()Valentin Schneider
2020-11-10sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra
2020-11-10sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra
2020-11-10sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner
2020-11-10sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra
2020-11-10sched: Add migrate_disable()Peter Zijlstra
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra
2020-11-10sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra
2020-11-10sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner
2020-11-10sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner
2020-11-10sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra
2020-11-10sched: Fix balance_callback()Peter Zijlstra
2020-11-10stop_machine: Add function and caller debug infoPeter Zijlstra
2020-10-29sched: Reenable interrupts in do_sched_yield()Thomas Gleixner
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing
2020-08-26sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef
2020-07-29sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef
2020-07-25sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider
2020-07-22sched: Better document ttwu()Peter Zijlstra
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef
2020-07-08sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra
2020-07-08sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers