index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-03
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
1
-0
/
+29
2019-04-29
sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs
Nicholas Piggin
1
-6
/
+10
2019-04-25
sched/numa: Fix a possible divide-by-zero
Xie XiuQi
1
-0
/
+4
2019-04-18
sched/core: Make some functions static
YueHaibing
1
-1
/
+1
2019-04-16
sched/core: Unify p->on_rq updates
Peter Zijlstra
1
-2
/
+0
2019-04-16
sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockup
Phil Auld
1
-0
/
+25
2019-04-16
sched/fair: Remove unneeded prototype of capacity_of()
Valentin Schneider
1
-1
/
+0
2019-04-03
sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static
YueHaibing
1
-2
/
+2
2019-04-03
sched/fair: Do not re-read ->h_load_next during hierarchical load calculation
Mel Gorman
1
-3
/
+3
2019-03-24
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-21
/
+63
2019-03-19
sched/fair: Skip LLC NOHZ logic for asymmetric systems
Valentin Schneider
1
-28
/
+37
2019-03-19
sched/fair: Tune down misfit NOHZ kicks
Valentin Schneider
1
-1
/
+25
2019-03-19
sched/fair: Comment some nohz_balancer_kick() kick conditions
Valentin Schneider
1
-2
/
+11
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-7
/
+8
2019-03-05
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-7
/
+8
2019-02-13
sched/fair: Use non-atomic cpumask_{set,clear}_cpu()
Viresh Kumar
1
-3
/
+3
2019-02-11
sched/fair: Remove unused 'sd' parameter from select_idle_smt()
Viresh Kumar
1
-3
/
+3
2019-02-11
sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block
Valentin Schneider
1
-9
/
+2
2019-02-11
sched/fair: Explain LLC nohz kick condition
Valentin Schneider
1
-2
/
+7
2019-02-11
sched/fair: Simplify nohz_balancer_kick()
Valentin Schneider
1
-6
/
+2
2019-02-11
sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...
Dietmar Eggemann
1
-22
/
+16
2019-02-11
sched/fair: Fix O(nr_cgroups) in the load balancing path
Vincent Guittot
1
-9
/
+34
2019-02-11
sched/fair: Optimize update_blocked_averages()
Vincent Guittot
1
-5
/
+21
2019-02-11
Merge tag 'v5.0-rc6' into sched/core, to pick up fixes
Ingo Molnar
1
-0
/
+1
2019-02-04
sched/fair: Fix insertion in rq->leaf_cfs_rq_list
Vincent Guittot
1
-5
/
+28
2019-02-04
sched/fair: Add tmp_alone_branch assertion
Peter Zijlstra
1
-55
/
+71
2019-02-04
sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...
Vincent Guittot
1
-5
/
+9
2019-02-04
sched/fair: Update scale invariance of PELT
Vincent Guittot
1
-21
/
+24
2019-02-04
sched/fair: Move the rq_of() helper function
Vincent Guittot
1
-13
/
+0
2019-02-04
sched/fair: Convert numa_group.refcount to refcount_t
Elena Reshetova
1
-6
/
+6
2019-01-30
cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM
Josh Poimboeuf
1
-0
/
+1
2019-01-27
sched/fair: Fix unnecessary increase of balance interval
Vincent Guittot
1
-13
/
+27
2019-01-27
sched/fair: Fix rounding bug for asym packing
Vincent Guittot
1
-3
/
+1
2019-01-27
sched/fair: Trigger asym_packing during idle load balance
Vincent Guittot
1
-1
/
+1
2019-01-27
sched/fair: Robustify CFS-bandwidth timer locking
Peter Zijlstra
1
-14
/
+16
2019-01-27
sched/core: Give DCE a fighting chance
Peter Zijlstra
1
-2
/
+2
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-3
/
+3
2018-12-30
sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...
Linus Torvalds
1
-34
/
+9
2018-12-27
sched/fair: Fix warning on non-SMP build
Olof Johansson
1
-8
/
+8
2018-12-26
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-51
/
+334
2018-12-11
sched/fair: Select an energy-efficient CPU on task wake-up
Quentin Perret
1
-2
/
+141
2018-12-11
sched/fair: Introduce an energy estimation helper function
Quentin Perret
1
-0
/
+76
2018-12-11
sched/fair: Add over-utilization/tipping point indicator
Morten Rasmussen
1
-2
/
+57
2018-12-11
sched/fair: Clean-up update_sg_lb_stats parameters
Quentin Perret
1
-16
/
+11
2018-12-11
sched/topology: Add lowest CPU asymmetry sched_domain level pointer
Quentin Perret
1
-1
/
+1
2018-12-11
sched/fair: Clean up comment in nohz_idle_balance()
Andrea Parri
1
-3
/
+1
2018-12-03
sched: Fix various typos in comments
Ingo Molnar
1
-4
/
+4
2018-11-12
sched/fair: Make some variables static
Muchun Song
1
-6
/
+6
2018-11-12
sched/core: Create task_has_idle_policy() helper
Viresh Kumar
1
-5
/
+5
2018-11-12
sched/fair: Add lsub_positive() and use it consistently
Patrick Bellasi
1
-7
/
+17
[next]