summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-271-0/+2
* sched: introduce this_rq_lock_irq()Johannes Weiner2018-10-271-0/+12
* sched: sched.h: make rq locking and clock functions available in stats.hJohannes Weiner2018-10-271-82/+82
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-231-1/+0Star
|\
| * x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy2018-10-221-1/+0Star
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-231-8/+15
|\ \
| * | sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-021-3/+2Star
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-10-021-1/+2
| |\ \
| * | | sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra2018-09-101-1/+1
| * | | sched/fair: Set rq->rd->overload when misfitValentin Schneider2018-09-101-1/+5
| * | | sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()Valentin Schneider2018-09-101-2/+2
| * | | sched/core: Change root_domain->overload type to intValentin Schneider2018-09-101-2/+2
| * | | sched/fair: Add sched_group per-CPU max capacityMorten Rasmussen2018-09-101-0/+1
| * | | sched/fair: Add 'group_misfit_task' load-balance typeMorten Rasmussen2018-09-101-0/+2
| * | | sched/topology: Add static_key for asymmetric CPU capacity optimizationsMorten Rasmussen2018-09-101-0/+1
| | |/ | |/|
* | | sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-10-111-0/+2
| |/ |/|
* | sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-021-1/+1
* | sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2018-10-021-0/+1
|/
* sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju2018-07-251-1/+2
* sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-251-2/+18
* sched/sysctl: Remove unused sched_time_avg_ms sysctlVincent Guittot2018-07-161-1/+0Star
* sched/core: Remove the rt_avg codeVincent Guittot2018-07-161-17/+0Star
* sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2018-07-151-1/+1
* cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2018-07-151-0/+13
* sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-151-0/+3
* cpufreq/schedutil: Use DL utilization trackingVincent Guittot2018-07-151-1/+6
* sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-151-0/+1
* sched/rt: Add rt_rq utilization trackingVincent Guittot2018-07-151-0/+7
* sched/pelt: Move PELT related code in a dedicated fileVincent Guittot2018-07-151-0/+19
* sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-031-2/+4
* sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-031-0/+5
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-051-0/+6
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-251-2/+3
| |\
| * | sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-141-0/+6
* | | sched/headers: Fix typoDavidlohr Bueso2018-05-311-1/+1
| |/ |/|
* | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-181-2/+3
|/
* sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-051-5/+12
* sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi2018-03-201-1/+8
* sched/nohz: Stop NOHZ stats when decayedVincent Guittot2018-03-091-0/+1
* sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-6/+5Star
* sched/fair: Update blocked load from NEWIDLEPeter Zijlstra2018-03-091-0/+1
* sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra2018-03-091-0/+4
* sched/core: Convert nohz_flags to atomic_tPeter Zijlstra2018-03-091-5/+6
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-28/+53
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-260/+269
* sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-10/+1Star
* sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-211-0/+2
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-061-0/+2
* sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-101-0/+2
* sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG...Juri Lelli2018-01-101-3/+10