summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao2020-07-251-2/+0
| * | arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-221-11/+0
| * | sched: Better document ttwu()Peter Zijlstra2020-07-221-25/+163
| * | Merge branch 'sched/urgent'Peter Zijlstra2020-07-221-10/+14
| |\ \
| * | | sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-081-4/+9
| * | | sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-07-081-1/+73
| * | | sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef2020-07-081-5/+16
| * | | Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-26/+87
| |\ \ \
| * | | | sched: Micro optimization in pick_next_task() and in check_preempt_curr()Kirill Tkhai2020-06-251-15/+4
| * | | | sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2020-06-251-0/+8
| | |_|/ | |/| |
| * | | sched/debug: Add new tracepoints to track util_estVincent Donnefort2020-06-151-0/+2
| * | | sched/core: Remove redundant 'preempt' param from sched_class->yield_to_task()Dietmar Eggemann2020-06-151-1/+1
* | | | sched: Warn if garbage is passed to default_wake_function()Chris Wilson2020-07-241-0/+1
| |_|/ |/| |
* | | sched: Fix race against ptrace_freeze_trace()Peter Zijlstra2020-07-221-10/+14
| |/ |/|
* | sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-081-0/+2
* | sched: Fix loadavg accounting racePeter Zijlstra2020-07-081-16/+51
* | smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra2020-06-281-3/+3
* | sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2020-06-281-2/+2
* | sched/core: Fix ttwu() racePeter Zijlstra2020-06-281-5/+28
* | sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-281-1/+2
* | sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood2020-06-281-1/+1
|/
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* sched: print stack trace with KERN_INFODmitry Safonov2020-06-091-1/+1
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-5/+4
|\
| * Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-5/+4
| |\
| | * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-5/+4
* | | Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-031-108/+140
|\ \ \
| * | | sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar2020-05-281-0/+1
| * | | sched: Replace rq::wake_listPeter Zijlstra2020-05-281-18/+7
| * | | sched: Add rq::ttwu_pendingPeter Zijlstra2020-05-281-2/+11
| * | | smp: Optimize send_call_function_single_ipi()Peter Zijlstra2020-05-281-0/+10
| * | | sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra2020-05-281-26/+10
| * | | Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar2020-05-281-0/+48
| |\ \ \
| * | | | sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman2020-05-251-6/+33