aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-27Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+15
2020-12-15sched: Optimize finish_lock_switch()Peter Zijlstra1-25/+15
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+25
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-245/+859
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-12-11sched: Fix kernel-doc markupMauro Carvalho Chehab1-8/+8
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-10/+16
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-10/+2
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner1-0/+25
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner1-10/+35
2020-11-19sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann1-19/+51
2020-11-19sched/core: Fix typos in commentsTal Zussman1-15/+15
2020-11-19sched: Fix migration_cpu_stop() WARNPeter Zijlstra1-2/+2
2020-11-19sched/core: Add missing completion for affine_move_task() waitersValentin Schneider1-1/+12
2020-11-19context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFSTACK archsFrederic Weisbecker1-1/+1
2020-11-19sched: Detect call to schedule from critical entry codeFrederic Weisbecker1-0/+1
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli1-5/+6
2020-11-17sched: Fix rq->nr_iowait orderingPeter Zijlstra1-5/+10
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider1-5/+5
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra1-181/+739
2020-11-10sched: Comment affine_move_task()Valentin Schneider1-2/+79
2020-11-10sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider1-2/+11
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra1-10/+57
2020-11-10sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra1-0/+15
2020-11-10sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner1-6/+30
2020-11-10sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra1-30/+206
2020-11-10sched: Add migrate_disable()Peter Zijlstra1-6/+106
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra1-10/+18
2020-11-10sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra1-4/+10
2020-11-10sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner1-119/+35
2020-11-10sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner1-1/+39
2020-11-10sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra1-2/+112
2020-11-10sched: Fix balance_callback()Peter Zijlstra1-44/+75
2020-11-10stop_machine: Add function and caller debug infoPeter Zijlstra1-0/+1
2020-10-29sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-10-14sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli1-1/+1
2020-10-12Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+6
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort1-0/+1
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing1-5/+0
2020-08-26sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior1-2/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+4
2020-08-14sched/debug: Fix the alignment of the show-state debug outputLibing Zhou1-11/+4
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+47
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-70/+396
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef1-6/+113
2020-07-29sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef1-2/+9
2020-07-25sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson1-0/+1
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider1-11/+0