summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0949-618/+1216
|\
| * 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-244-17/+161
| * sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi2019-06-242-1/+5
| * sched/uclamp: Add system default clampsPatrick Bellasi2019-06-244-1/+135
| * 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-246-6/+343
| * 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-242-2/+12
| * sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2019-06-243-0/+7
| * sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2019-06-243-1/+37
| * sched/debug: Add a new sched_trace_*() helper functionsQais Yousef2019-06-242-1/+114
| * sched/autogroup: Make autogroup_path() always availableQais Yousef2019-06-241-2/+0
| * sched/wait: Deduplicate code with do-whilePavel Begunkov2019-06-241-6/+2
| * sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-2413-30/+22
| * Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-245474-27189/+9922
| |\
| * | 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-172-2/+3
| * | 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-174083-34971/+8539
| |\ \
| * | | sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann2019-06-031-3/+1
| * | | sched/core: Remove sd->*_idxDietmar Eggemann2019-06-033-30/+10
| * | | sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-033-12/+1
| * | | sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann2019-06-031-23/+14
| * | | sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann2019-06-032-87/+4
| * | | sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-035-272/+0
| * | | sched/fair: Remove rq->loadDietmar Eggemann2019-06-033-9/+2
| * | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-0323-73/+75
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-097-205/+269
|\ \ \ \
| * | | | x86/mce: Do not check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-143-54/+13
| * | | | x86/MCE: Determine MCA banks' init state properlyYazen Ghannam2019-06-111-0/+39
| * | | | x86/MCE: Make the number of MCA banks a per-CPU variableYazen Ghannam2019-06-113-30/+36
| * | | | x86/MCE/AMD: Don't cache block addresses on SMCA systemsYazen Ghannam2019-06-111-36/+37
| * | | | x86/MCE: Make mce_banks a per-CPU arrayYazen Ghannam2019-06-111-28/+48
| * | | | x86/MCE: Make struct mce_banks[] staticYazen Ghannam2019-06-112-11/+10
| * | | | RAS/CEC: Add copyrightBorislav Petkov2019-06-081-0/+3
| * | | | RAS/CEC: Add CONFIG_RAS_CEC_DEBUG and move CEC debug features thereTony Luck2019-06-082-12/+24
| * | | | RAS/CEC: Dump the different array element sectionsBorislav Petkov2019-06-081-1/+4
| * | | | RAS/CEC: Rename count_threshold to action_thresholdBorislav Petkov2019-06-081-12/+12
| * | | | RAS/CEC: Sanity-check array on every insertionBorislav Petkov2019-06-081-6/+31
| * | | | RAS/CEC: Fix potential memory leakBorislav Petkov2019-06-081-1/+3
| * | | | RAS/CEC: Do not set decay value on errorBorislav Petkov2019-06-081-2/+2