summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-09-16ANDROID: cpufreq: track per-task time in stateConnor O'Brien
2019-09-16ANDROID: trace: sched: add sched blocked tracepoint which dumps out context o...Riley Andrews
2019-09-16ANDROID: sched/fair: Bias EAS placement for latencyQuentin Perret
2019-09-16ANDROID: sched: Introduce uclamp latency and boost wrapperQuentin Perret
2019-09-16ANDROID: sched/core: Add a latency-sensitive flag to uclampQuentin Perret
2019-09-16FROMGIT: sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi
2019-09-16FROMGIT: sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi
2019-09-16FROMGIT: sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi
2019-09-16FROMGIT: sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi
2019-09-16FROMGIT: sched/uclamp: Propagate parent clampsPatrick Bellasi
2019-09-16FROMGIT: sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi
2019-09-16ANDROID: sched/fair: Also do misfit in overloaded groupsChris Redpath
2019-09-16ANDROID: sched/fair: Don't balance misfits if it would overload local groupChris Redpath
2019-09-16ANDROID: sched/fair: Attempt to improve throughput for asym cap systemsChris Redpath
2019-09-16ANDROID: sched: Prevent unnecessary active balance of single task in sched groupMorten Rasmussen
2019-09-16ANDROID: sched: Update max cpu capacity in case of max frequency constraintsDietmar Eggemann
2019-09-16ANDROID: sched/fair: add arch scaling function for max frequency cappingDietmar Eggemann
2019-09-16ANDROID: sched: Unconditionally honor sync flag for energy-aware wakeupsChris Redpath
2019-09-16ANDROID: sched/fair: EAS: Add uclamp support to find_energy_efficient_cpu()Patrick Bellasi
2019-09-16FROMLIST: sched/fair: Speed-up energy-aware wake-upsQuentin Perret
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing
2019-08-19sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior
2019-08-16Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra
2019-08-06sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li
2019-07-13sched/core: Fix preempt warning in ttwuPeter Zijlstra
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi
2019-06-24sched/uclamp: Add bucket local max trackingPatrick Bellasi
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann