index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-10-23
1
-47
/
+140
|
\
|
*
sched/pelt: Fix warning and clean up IRQ PELT config
Vincent Guittot
2018-10-02
1
-1
/
+1
|
*
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2018-10-02
1
-12
/
+80
|
|
\
|
*
|
sched/numa: Remove unused numa_stats::nr_running field
Vincent Guittot
2018-09-10
1
-3
/
+0
|
*
|
sched/numa: Remove unused code from update_numa_stats()
Vincent Guittot
2018-09-10
1
-20
/
+1
|
*
|
sched/fair: Don't move tasks to lower capacity CPUs unless necessary
Chris Redpath
2018-09-10
1
-0
/
+11
|
*
|
sched/fair: Set rq->rd->overload when misfit
Valentin Schneider
2018-09-10
1
-2
/
+4
|
*
|
sched/fair: Wrap rq->rd->overload accesses with READ/WRITE_ONCE()
Valentin Schneider
2018-09-10
1
-3
/
+3
|
*
|
sched/fair: Change 'prefer_sibling' type to bool
Valentin Schneider
2018-09-10
1
-4
/
+2
|
*
|
sched/fair: Kick nohz balance if rq->misfit_task_load
Valentin Schneider
2018-09-10
1
-1
/
+1
|
*
|
sched/fair: Consider misfit tasks when load-balancing
Morten Rasmussen
2018-09-10
1
-2
/
+49
|
*
|
sched/fair: Add sched_group per-CPU max capacity
Morten Rasmussen
2018-09-10
1
-4
/
+20
|
*
|
sched/fair: Add 'group_misfit_task' load-balance type
Morten Rasmussen
2018-09-10
1
-8
/
+46
|
*
|
sched/topology: Add static_key for asymmetric CPU capacity optimizations
Morten Rasmussen
2018-09-10
1
-0
/
+3
*
|
|
sched/fair: Fix the min_vruntime update logic in dequeue_entity()
Song Muchun
2018-10-16
1
-1
/
+1
*
|
|
sched/fair: Fix throttle_list starvation with low CFS quota
Phil Auld
2018-10-11
1
-3
/
+19
*
|
|
sched/numa: Migrate pages to local nodes quicker early in the lifetime of a task
Mel Gorman
2018-10-02
1
-1
/
+11
|
|
/
|
/
|
*
|
sched/numa: Avoid task migration for small NUMA improvement
Srikar Dronamraju
2018-10-02
1
-5
/
+18
*
|
sched/numa: Limit the conditions where scan period is reset
Mel Gorman
2018-10-02
1
-2
/
+23
*
|
sched/numa: Reset scan rate whenever task moves across nodes
Srikar Dronamraju
2018-10-02
1
-7
/
+19
*
|
sched/numa: Pass destination CPU as a parameter to migrate_task_rq
Srikar Dronamraju
2018-10-02
1
-1
/
+1
*
|
sched/numa: Stop multiple tasks from moving to the CPU at the same time
Srikar Dronamraju
2018-10-02
1
-0
/
+22
|
/
*
sched/fair: Fix kernel-doc notation warning
Randy Dunlap
2018-09-10
1
-0
/
+1
*
sched/fair: Fix load_balance redo for !imbalance
Vincent Guittot
2018-09-10
1
-1
/
+1
*
sched/fair: Fix scale_rt_capacity() for SMT
Vincent Guittot
2018-09-10
1
-3
/
+3
*
sched/fair: Fix vruntime_normalized() for remote non-migration wakeup
Steve Muckle
2018-09-10
1
-1
/
+2
*
sched/pelt: Fix update_blocked_averages() for RT and DL classes
Vincent Guittot
2018-09-10
1
-4
/
+10
*
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2018-08-14
1
-0
/
+1
|
\
|
*
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
2018-08-05
1
-23
/
+22
|
|
\
|
*
|
sched/smt: Update sched_smt_present at runtime
Peter Zijlstra
2018-06-21
1
-0
/
+1
*
|
|
sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()
Srikar Dronamraju
2018-07-25
1
-6
/
+3
*
|
|
sched/numa: Use group_weights to identify if migration degrades locality
Srikar Dronamraju
2018-07-25
1
-8
/
+9
*
|
|
sched/numa: Update the scan period without holding the numa_group lock
Srikar Dronamraju
2018-07-25
1
-2
/
+2
*
|
|
sched/numa: Remove numa_has_capacity()
Srikar Dronamraju
2018-07-25
1
-33
/
+3
*
|
|
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
2018-07-25
1
-1
/
+2
*
|
|
sched/numa: Remove unused task_capacity from 'struct numa_stats'
Srikar Dronamraju
2018-07-25
1
-5
/
+3
*
|
|
sched/numa: Skip nodes that are at 'hoplimit'
Srikar Dronamraju
2018-07-25
1
-1
/
+1
*
|
|
sched/numa: Use task faults only if numa_group is not yet set up
Srikar Dronamraju
2018-07-25
1
-10
/
+10
*
|
|
sched/numa: Set preferred_node based on best_cpu
Srikar Dronamraju
2018-07-25
1
-6
/
+4
*
|
|
sched/numa: Simplify load_too_imbalanced()
Srikar Dronamraju
2018-07-25
1
-18
/
+2
*
|
|
sched/numa: Evaluate move once per node
Srikar Dronamraju
2018-07-25
1
-71
/
+57
*
|
|
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
2018-07-25
1
-10
/
+3
*
|
|
sched/core: Remove the rt_avg code
Vincent Guittot
2018-07-16
1
-2
/
+0
*
|
|
sched/core: Use PELT for scale_rt_capacity()
Vincent Guittot
2018-07-16
1
-22
/
+22
*
|
|
sched/irq: Add IRQ utilization tracking
Vincent Guittot
2018-07-15
1
-3
/
+10
*
|
|
sched/dl: Add dl_rq utilization tracking
Vincent Guittot
2018-07-15
1
-3
/
+8
*
|
|
sched/rt: Add rt_rq utilization tracking
Vincent Guittot
2018-07-15
1
-1
/
+14
*
|
|
sched/pelt: Move PELT related code in a dedicated file
Vincent Guittot
2018-07-15
1
-332
/
+1
*
|
|
sched/fair: Fix util_avg of new tasks for asymmetric systems
Quentin Perret
2018-07-15
1
-4
/
+6
*
|
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
2018-07-03
1
-23
/
+22
|
\
\
\
|
|
|
/
|
|
/
|
[next]