summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2020-08-21sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef
2020-08-21sched/uclamp: Protect uclamp fast path code with static keyQais Yousef
2020-08-19sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef
2020-08-19sched: correct SD_flags returned by tl->sd_flags()Peng Liu
2020-08-19sched/fair: Fix NOHZ next idle balanceVincent Guittot
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-07-08sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-07-08sched: Fix loadavg accounting racePeter Zijlstra
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09sched: print stack trace with KERN_INFODmitry Safonov
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-28sched/headers: Split out open-coded prototypes into kernel/sched/smp.hIngo Molnar
2020-05-28sched: Replace rq::wake_listPeter Zijlstra
2020-05-28sched: Add rq::ttwu_pendingPeter Zijlstra
2020-05-28smp: Optimize send_call_function_single_ipi()Peter Zijlstra
2020-05-28sched: Fix smp_call_function_single_async() usage for ILBPeter Zijlstra
2020-05-28Merge branch 'core/rcu' into sched/core, to pick up dependencyIngo Molnar
2020-05-28Merge branch 'sched/urgent' into sched/core, to pick up fixIngo Molnar
2020-05-26sched/fair: Don't NUMA balance for kthreadsJens Axboe
2020-05-25sched/core: Offload wakee task activation if it the wakee is deschedulingMel Gorman
2020-05-25sched/core: Optimize ttwu() spinning on p->on_cpuPeter Zijlstra
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-19sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-05-19sched/cpuacct: Fix charge cpuacct.usage_sysMuchun Song
2020-05-19sched/fair: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot
2020-05-19sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr()Muchun Song
2020-05-19sched/fair: Optimize enqueue_task_fair()Vincent Guittot
2020-05-19Merge branch 'sched/urgent'Peter Zijlstra
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld