summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-2713-644/+1177
|\
| * Merge branch 'sched/rt' into sched/core, to pick up commitIngo Molnar2019-11-251-1/+1
| |\
| | * sched/Kconfig: Fix spelling mistake in user-visible help textSrivatsa S. Bhat (VMware)2019-11-121-1/+1
| * | sched/vtime: Bring up complete kcpustat accessorFrederic Weisbecker2019-11-211-20/+116
| * | sched/cputime: Support other fields on kcpustat_field()Frederic Weisbecker2019-11-211-11/+43
| * | sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot2019-11-181-49/+62
| * | Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-188-21/+74
| |\ \
| * | | sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot2019-11-181-4/+31
| * | | sched/fair: Fix rework of find_idlest_group()Vincent Guittot2019-11-181-7/+84
| * | | sched/uclamp: Fix overzealous type replacementValentin Schneider2019-11-172-4/+4
| * | | sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra2019-11-116-11/+17
| * | | sched/fair: Use mul_u32_u32()Peter Zijlstra2019-11-111-2/+1
| * | | sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-117-35/+16
| * | | sched/core: Optimize pick_next_task()Peter Zijlstra2019-11-114-5/+8
| * | | sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra2019-11-112-4/+5
| * | | sched/fair: Better document newidle_balance()Peter Zijlstra2019-11-111-0/+5
| * | | Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-1146-350/+836
| |\ \ \ | | | |/ | | |/|
| * | | sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEMFrederic Weisbecker2019-10-291-0/+82
| * | | sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker2019-10-292-2/+2
| * | | context_tracking: Rename context_tracking_is_enabled() => context_tracking_en...Frederic Weisbecker2019-10-291-3/+3
| * | | sched/cputime: Add vtime guest task stateFrederic Weisbecker2019-10-291-7/+11
| * | | sched/cputime: Add vtime idle task stateFrederic Weisbecker2019-10-291-5/+8
| * | | sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker2019-10-291-0/+3
| * | | sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi2019-10-292-1/+14
| * | | sched/fair: Rework find_idlest_group()Vincent Guittot2019-10-211-128/+256
| * | | sched/fair: Optimize find_idlest_group()Vincent Guittot2019-10-211-36/+14
| * | | sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot2019-10-211-10/+10
| * | | sched/fair: Use utilization to select misfit taskVincent Guittot2019-10-211-8/+3
| * | | sched/fair: Spread out tasks evenly when not overloadedVincent Guittot2019-10-211-12/+28
| * | | sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot2019-10-211-10/+14
| * | | sched/fair: Use rq->nr_running when balancing loadVincent Guittot2019-10-211-5/+8
| * | | sched/fair: Rework load_balance()Vincent Guittot2019-10-211-209/+402
| * | | sched/fair: Remove meaningless imbalance calculationVincent Guittot2019-10-211-104/+1
| * | | sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot2019-10-211-16/+16
| * | | sched/fair: Clean up asym packingVincent Guittot2019-10-211-47/+16
| * | | sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider2019-10-171-6/+3
| * | | sched/cputime: Spare a seqcount lock/unlock cycle on context switchFrederic Weisbecker2019-10-091-11/+19
| * | | sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker2019-10-091-9/+9
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-11-274-55/+349
|\ \ \ \
| * \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-11-258-28/+58
| |\ \ \ \
| | * | | | perf/core: Make the mlock accounting simple againAlexander Shishkin2019-11-211-7/+1
| | * | | | perf/core: Fix the mlock accounting, againAlexander Shishkin2019-11-181-4/+2
| | | |_|/ | | |/| |
| * | | | perf/aux: Allow using AUX data in perf samplesAlexander Shishkin2019-11-133-3/+207
| * | | | perf/core: Fix unlock balance in perf_init_event()Qian Cai2019-11-131-1/+1
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-11-131-4/+19
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar2019-11-1117-89/+224
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf/core: Optimize perf_init_event() for TYPE_SOFTWARELiang, Kan2019-10-281-1/+10
| * | | | | perf/core: Optimize perf_init_event()Peter Zijlstra2019-10-281-11/+30
| * | | | | perf/core: Optimize perf_install_in_event()Peter Zijlstra2019-10-281-0/+19
| * | | | | perf/x86: Synchronize PMU task contexts on optimized context switchesAlexey Budankov2019-10-281-1/+12