index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
2013-05-02
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
2013-04-26
sched: Fix init NOHZ_IDLE flag
Vincent Guittot
2013-04-24
sched: Prevent to re-select dst-cpu in load_balance()
Joonsoo Kim
2013-04-24
sched: Rename load_balance_tmpmask to load_balance_mask
Joonsoo Kim
2013-04-24
sched: Move up affinity check to mitigate useless redoing overhead
Joonsoo Kim
2013-04-24
sched: Don't consider other cpus in our group in case of NEWLY_IDLE
Joonsoo Kim
2013-04-24
sched: Explicitly cpu_idle_type checking in rebalance_domains()
Joonsoo Kim
2013-04-24
sched: Change position of resched_cpu() in load_balance()
Joonsoo Kim
2013-04-21
sched: Fix wrong rq's runnable_avg update with rt tasks
Vincent Guittot
2013-04-10
sched: Fix comment in rebalance_domains()
Libin
2013-04-10
sched: Simplify can_migrate_task()
Zhang Hang
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
2013-03-14
sched: Fix variable name misnomer, add comments
Andrei Epure
2013-03-11
sched: Spelling fix
Andrei Epure
2013-03-06
sched: Make default_scale_freq_power() static
Li Zefan
2013-02-19
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-02-04
sched: Fix select_idle_sibling() bouncing cow syndrome
Mike Galbraith
2013-01-25
sched: Fix warning in kernel/sched/fair.c
Arnd Bergmann
2013-01-24
sched/fair: Set se->vruntime directly in place_entity()
Viresh Kumar
2013-01-24
sched: Fix the broken sched_rr_get_interval()
Zhu Yanhai
2012-12-20
sched: numa: ksm: fix oops in task_numa_placment()
Hugh Dickins
2012-12-17
sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...
Mel Gorman
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-12-14
Revert "sched: Update_cfs_shares at period edge"
Linus Torvalds
2012-12-11
mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node
Mel Gorman
2012-12-11
mm: sched: numa: Control enabling and disabling of NUMA balancing
Mel Gorman
2012-12-11
mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate
Mel Gorman
2012-12-11
sched: numa: Slowly increase the scanning period as NUMA faults are handled
Mel Gorman
2012-12-11
mm: numa: Rate limit setting of pte_numa if node is saturated
Mel Gorman
2012-12-11
mm: sched: numa: Implement slow start for working set sampling
Peter Zijlstra
2012-12-11
sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...
Mel Gorman
2012-12-11
mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
Peter Zijlstra
2012-12-11
mm: numa: Add fault driven placement and migration
Peter Zijlstra
2012-11-18
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
2012-10-24
sched: Describe CFS load-balancer
Peter Zijlstra
2012-10-24
sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking
Paul Turner
2012-10-24
sched: Make __update_entity_runnable_avg() fast
Paul Turner
2012-10-24
sched: Update_cfs_shares at period edge
Paul Turner
2012-10-24
sched: Refactor update_shares_cpu() -> update_blocked_avgs()
Paul Turner
2012-10-24
sched: Replace update_shares weight distribution with per-entity computation
Paul Turner
2012-10-24
sched: Maintain runnable averages across throttled periods
Paul Turner
2012-10-24
sched: Normalize tg load contributions against runnable time
Paul Turner
2012-10-24
sched: Compute load contribution by a group entity
Paul Turner
2012-10-24
sched: Aggregate total task_group load
Paul Turner
2012-10-24
sched: Account for blocked load waking back up
Paul Turner
2012-10-24
sched: Add an rq migration call-back to sched_class
Paul Turner
2012-10-24
sched: Maintain the load contribution of blocked entities
Paul Turner
2012-10-24
sched: Aggregate load contributed by task entities on parenting cfs_rq
Paul Turner
2012-10-24
sched: Maintain per-rq runnable averages
Ben Segall
2012-10-24
sched: Track the runnable average on a per-task entity basis
Paul Turner
[next]