aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI logic and codeIngo Molnar1-39/+39
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-19sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior1-1/+4
2019-08-16Merge branch 'pm-cpufreq'Rafael J. Wysocki1-4/+10
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar1-4/+10
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan1-1/+1
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra1-1/+1
2019-08-06sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann1-8/+0
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-39/+81
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li1-0/+6
2019-07-13sched/core: Fix preempt warning in ttwuPeter Zijlstra1-1/+3
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-540/+887
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi3-22/+48
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi2-1/+33
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi4-3/+43
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi1-2/+28
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi1-0/+8
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi1-7/+84
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi1-0/+2
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi1-1/+98
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2-5/+46
2019-06-24sched/uclamp: Add bucket local max trackingPatrick Bellasi1-18/+25
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2-0/+217
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann1-21/+21
2019-06-24sched/debug: Export the newly added tracepointsQais Yousef1-0/+11
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef1-2/+8
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2-0/+3
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2-1/+14
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsQais Yousef1-0/+99
2019-06-24sched/autogroup: Make autogroup_path() always availableQais Yousef1-2/+0
2019-06-24sched/wait: Deduplicate code with do-whilePavel Begunkov1-6/+2
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot7-12/+12
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-17x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra1-2/+3
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com2-4/+11
2019-06-17sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra1-5/+29
2019-06-17sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai1-1/+1
2019-06-17sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider1-10/+16
2019-06-17sched/core: Add __sched tag for io_schedule()Gao Xiang1-1/+1
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2-10/+2
2019-06-14docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-10/+2
2019-06-03sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann1-3/+1