aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+5
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 Torvalds2-7/+48
2020-08-06sched: Fix use of count for nr_running tracepointPhil Auld1-1/+1
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-16/+12
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-272/+761
2020-08-03Merge branch 'pm-cpufreq'Rafael J. Wysocki1-5/+1
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki2-11/+11
2020-08-02list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds1-1/+1
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider1-0/+10
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-28sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin1-6/+1
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
2020-07-22sched/fair: update_pick_idlest() Select group with lowest group_util when idle_cpus are equalPeter Puhov1-1/+7
2020-07-22sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker1-1/+1
2020-07-22sched: Better document ttwu()Peter Zijlstra2-25/+173
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra2-12/+27
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra1-10/+14
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-2/+13
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld4-8/+25
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef3-4/+119
2020-07-08sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef1-5/+16
2020-07-08sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra1-1/+2
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra5-32/+101
2020-07-08sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers1-0/+2
2020-07-08sched: Fix loadavg accounting racePeter Zijlstra1-16/+51
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret1-5/+1
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-12/+37
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot1-1/+1
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra1-3/+3
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2-3/+3
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra1-5/+28
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli1-0/+1
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix mask corruptionScott Wood1-1/+1
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki1-4/+11
2020-06-25sched/fair: Optimize dequeue_task_fair()Peng Wang1-3/+3
2020-06-25sched: Micro optimization in pick_next_task() and in check_preempt_curr()Kirill Tkhai1-15/+4
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)6-6/+0
2020-06-25sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2-8/+17
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)5-5/+10
2020-06-24PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba1-1/+1
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba1-10/+10
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra1-6/+6
2020-06-15sched: Remove sched_setscheduler*() EXPORTsPeter Zijlstra1-3/+0
2020-06-15sched,psi: Convert to sched_set_fifo_low()Peter Zijlstra1-4/+1
2020-06-15sched: Provide sched_set_fifo()Peter Zijlstra1-0/+47