summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-271-25/+15
|\
| * sched: Optimize finish_lock_switch()Peter Zijlstra2020-12-151-25/+15
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-0/+25
|\ \
| * | sched: highmem: Store local kmaps in task structThomas Gleixner2020-11-241-0/+25
* | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-245/+859
|\ \ \ | | |/ | |/|
| * | sched: Fix kernel-doc markupMauro Carvalho Chehab2020-12-111-8/+8
| * | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-10/+16
| |\ \
| * | | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-10/+2
| | |/ | |/|
| * | sched: Make migrate_disable/enable() independent of RTThomas Gleixner2020-11-241-10/+35
| * | sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann2020-11-191-19/+51
| * | sched/core: Fix typos in commentsTal Zussman2020-11-191-15/+15
| * | sched: Fix migration_cpu_stop() WARNPeter Zijlstra2020-11-191-2/+2
| * | sched/core: Add missing completion for affine_move_task() waitersValentin Schneider2020-11-191-1/+12
| * | sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider2020-11-101-5/+5
| * | Merge branch 'sched/migrate-disable'Peter Zijlstra2020-11-101-181/+739
| |\ \
| | * | sched: Comment affine_move_task()Valentin Schneider2020-11-101-2/+79
| | * | sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider2020-11-101-2/+11
| | * | sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra2020-11-101-10/+57
| | * | sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra2020-11-101-0/+15
| | * | sched/core: Make migrate disable and CPU hotplug cooperativeThomas Gleixner2020-11-101-6/+30
| | * | sched: Fix migrate_disable() vs set_cpus_allowed_ptr()Peter Zijlstra2020-11-101-30/+206
| | * | sched: Add migrate_disable()Peter Zijlstra2020-11-101-6/+106
| | * | sched: Massage set_cpus_allowed()Peter Zijlstra2020-11-101-10/+18
| | * | sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra2020-11-101-4/+10
| | * | sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner2020-11-101-119/+35
| | * | sched/core: Wait for tasks being pushed away on hotplugThomas Gleixner2020-11-101-1/+39
| | * | sched/hotplug: Ensure only per-cpu kthreads run during hotplugPeter Zijlstra2020-11-101-2/+112
| | * | sched: Fix balance_callback()Peter Zijlstra2020-11-101-44/+75
| | * | stop_machine: Add function and caller debug infoPeter Zijlstra2020-11-101-0/+1
| * | | sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-10-291-5/+1
| |/ /
* | | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-1/+2
|\ \ \ | |_|/ |/| |
| * | context_tracking: Only define schedule_user() on !HAVE_CONTEXT_TRACKING_OFFST...Frederic Weisbecker2020-11-191-1/+1
| * | sched: Detect call to schedule from critical entry codeFrederic Weisbecker2020-11-191-0/+1
| |/
* | sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-171-5/+6
* | sched: Fix rq->nr_iowait orderingPeter Zijlstra2020-11-171-5/+10
|/
* sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli2020-10-141-1/+1
* Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-7/+6
|\
| * sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2020-10-031-0/+1
| * sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing2020-09-251-5/+0
| * sched: Cache task_struct::flags in sched_submit_work()Sebastian Andrzej Siewior2020-08-261-2/+5
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-151-11/+4
|\
| * sched/debug: Fix the alignment of the show-state debug outputLibing Zhou2020-08-141-11/+4
* | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-3/+47
|\ \ | |/ |/|
| * sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-151-6/+6
| * sched: Remove sched_setscheduler*() EXPORTsPeter Zijlstra2020-06-151-3/+0
| * sched: Provide sched_set_fifo()Peter Zijlstra2020-06-151-0/+47
* | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-70/+396
|\ \
| * | sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-291-6/+113
| * | sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef2020-07-291-2/+9