summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-08-161-4/+10
|\
| * cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-101-4/+10
* | sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan2019-08-061-1/+1
* | sched/psi: Reduce psimon FIFO priorityPeter Zijlstra2019-08-061-1/+1
* | sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-061-8/+0Star
|/
* sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-07-251-39/+81
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-4/+20
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-201-0/+6
|\
| * KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+6
* | sched/core: Fix preempt warning in ttwuPeter Zijlstra2019-07-131-1/+3
|/
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0916-540/+887
|\ \
| * | sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi2019-06-243-22/+48
| * | sched/uclamp: Add uclamp_util_with()Patrick Bellasi2019-06-242-1/+33
| * | sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi2019-06-244-3/+43
| * | sched/uclamp: Set default clamps for RT tasksPatrick Bellasi2019-06-241-2/+28
| * | sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi2019-06-241-0/+8
| * | sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi2019-06-241-7/+84
| * | sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi2019-06-241-0/+2
| * | sched/uclamp: Add system default clampsPatrick Bellasi2019-06-241-1/+98
| * | sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2019-06-242-5/+46
| * | sched/uclamp: Add bucket local max trackingPatrick Bellasi2019-06-241-18/+25
| * | sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-242-0/+217
| * | sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann2019-06-241-21/+21
| * | sched/debug: Export the newly added tracepointsQais Yousef2019-06-241-0/+11
| * | sched/debug: Add sched_overutilized tracepointQais Yousef2019-06-241-2/+8
| * | sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2019-06-242-0/+3
| * | sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2019-06-242-1/+14
| * | sched/debug: Add a new sched_trace_*() helper functionsQais Yousef2019-06-241-0/+99
| * | sched/autogroup: Make autogroup_path() always availableQais Yousef2019-06-241-2/+0Star
| * | sched/wait: Deduplicate code with do-whilePavel Begunkov2019-06-241-6/+2Star
| * | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-247-12/+12
| * | Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-241-4/+1Star
| |\ \
| * | | sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com2019-06-172-4/+11
| * | | sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra2019-06-171-5/+29
| * | | sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai2019-06-171-1/+1
| * | | sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider2019-06-171-10/+16
| * | | sched/core: Add __sched tag for io_schedule()Gao Xiang2019-06-171-1/+1
| * | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-172-10/+2Star
| |\ \ \ | | | |/ | | |/|
| * | | sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann2019-06-031-3/+1Star
| * | | sched/core: Remove sd->*_idxDietmar Eggemann2019-06-032-25/+10Star
| * | | sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-033-12/+1Star
| * | | sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann2019-06-031-23/+14Star
| * | | sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann2019-06-032-87/+4Star
| * | | sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-033-262/+0Star
| * | | sched/fair: Remove rq->loadDietmar Eggemann2019-06-033-9/+2Star
| * | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-036-46/+46
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-2/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra2019-06-171-2/+3
| | |/ | |/|