summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0922-545/+908
|\
| * 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-242-1/+114
| * 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-248-13/+13
| * Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2418-88/+149
| |\
| * | 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-1747-264/+256Star
| |\ \
| * | | 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-034-264/+0Star
| * | | sched/fair: Remove rq->loadDietmar Eggemann2019-06-033-9/+2Star
| * | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-039-48/+50
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-0912-1500/+1982
|\ \ \ \
| * | | | locking/lockdep: increase size of counters for lockdep statisticsKobe Wu2019-06-251-20/+16Star
| * | | | locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann2019-06-251-39/+34Star
| * | | | x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra2019-06-171-2/+3
| * | | | locking/rwsem: Guard against making count negativeWaiman Long2019-06-171-12/+41
| * | | | locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long2019-06-172-8/+135
| * | | | locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long2019-06-172-30/+144
| * | | | locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long2019-06-171-45/+80
| * | | | locking/rwsem: Enable readers spinning on writerWaiman Long2019-06-172-12/+75
| * | | | locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long2019-06-171-22/+21Star
| * | | | locking/rwsem: Wake up almost all readers in wait queueWaiman Long2019-06-171-5/+26
| * | | | locking/rwsem: More optimal RT task handling of null ownerWaiman Long2019-06-171-7/+44
| * | | | locking/rwsem: Always release wait_lock before waking up tasksWaiman Long2019-06-171-16/+15Star
| * | | | locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long2019-06-172-54/+173