summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra2020-05-251-21/+31
| * | | | sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang2020-05-191-0/+8
| * | | | sched: Make scheduler_ipi inlineThomas Gleixner2020-05-121-10/+0
| * | | | sched: Clean up scheduler_ipi()Peter Zijlstra (Intel)2020-05-121-34/+30
| * | | | sched/core: Simplify sched_init()Wei Yang2020-04-301-2/+2
| * | | | sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-04-301-2/+3
| * | | | sched: Extract the task putting code from pick_next_task()Chen Yu2020-04-301-16/+23
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | scs: Move scs_overflow_check() out of architecture codeWill Deacon2020-05-181-0/+3
| * | | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-151-0/+2
| |/ /
* | | Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner2020-05-191-7/+2
|\| |
| * | sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-04-221-7/+2
| |/