index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
fair.c
Age
Commit message (
Expand
)
Author
2024-01-09
Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-01-08
Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...
Ingo Molnar
2023-12-29
sched/fair: Fix tg->load when offlining a CPU
Vincent Guittot
2023-12-23
sched/fair: Remove unused 'next_buddy_marked' local variable in check_preempt...
Wang Jinchao
2023-12-23
sched/fair: Use all little CPUs for CPU-bound workloads
Pierre Gondois
2023-12-23
sched/fair: Simplify util_est
Vincent Guittot
2023-12-23
sched/fair: Remove SCHED_FEAT(UTIL_EST_FASTUP, true)
Vincent Guittot
2023-12-10
sched: fair: move unused stub functions to header
Arnd Bergmann
2023-11-29
sched/fair: Update min_vruntime for reweight_entity() correctly
Yiwei Lin
2023-11-23
sched/cpufreq: Rework schedutil governor performance estimation
Vincent Guittot
2023-11-23
sched/pelt: Avoid underestimation of task utilization
Vincent Guittot
2023-11-15
sched/deadline: Introduce deadline servers
Peter Zijlstra
2023-11-15
sched: Unify more update_curr*()
Peter Zijlstra
2023-11-15
sched: Remove vruntime from trace_sched_stat_runtime()
Peter Zijlstra
2023-11-15
sched: Unify runtime accounting across classes
Peter Zijlstra
2023-11-15
sched/eevdf: O(1) fastpath for task selection
Abel Wu
2023-11-15
sched/eevdf: Sort the rbtree by virtual deadline
Abel Wu
2023-11-15
sched/numa: Fix mm numa_scan_seq based unconditional scan
Raghavendra K T
2023-11-14
sched/fair: Fix the decision for load balance
Keisuke Nishimura
2023-11-14
sched/eevdf: Fix vruntime adjustment on reweight
Abel Wu
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-25
sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()
Kefeng Wang
2023-10-25
sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()
Kefeng Wang
2023-10-24
sched/fair: Remove SIS_PROP
Peter Zijlstra
2023-10-24
sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...
Yicong Yang
2023-10-24
sched/fair: Scan cluster before scanning LLC in wake-up path
Barry Song
2023-10-23
Merge tag 'v6.6-rc7' into sched/core, to pick up fixes
Ingo Molnar
2023-10-20
sched/fair: Remove unused 'curr' argument from pick_next_entity()
Yiwei Lin
2023-10-20
sched/nohz: Update comments about NEWILB_KICK
Joel Fernandes (Google)
2023-10-18
sched/fair: Remove duplicate #include
Jiapeng Chong
2023-10-18
sched/eevdf: Fix heap corruption more
Peter Zijlstra
2023-10-16
sched/numa, mm: make numa migrate functions to take a folio
Kefeng Wang
2023-10-13
sched: Fix stop_one_cpu_nowait() vs hotplug
Peter Zijlstra
2023-10-12
sched/topology: Rename 'DIE' domain to 'PKG'
Peter Zijlstra
2023-10-10
sched/numa: Complete scanning of inactive VMAs when there is no alternative
Mel Gorman
2023-10-10
sched/numa: Complete scanning of partial VMAs regardless of PID activity
Mel Gorman
2023-10-10
sched/numa: Move up the access pid reset logic
Raghavendra K T
2023-10-10
sched/numa: Trace decisions related to skipping VMAs
Mel Gorman
2023-10-10
sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...
Mel Gorman
2023-10-09
sched/topology: Consolidate and clean up access to a CPU's max compute capacity
Vincent Guittot
2023-10-09
sched/nohz: Remove unnecessarily complex error handling pattern from find_new...
Ingo Molnar
2023-10-09
sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()
Ingo Molnar
2023-10-09
sched/nohz: Update idle load-balancing (ILB) comments
Ingo Molnar
2023-10-09
sched/eevdf: Fix pick_eevdf()
Benjamin Segall
2023-10-09
sched/eevdf: Fix min_deadline heap integrity
Peter Zijlstra
2023-10-07
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
2023-10-03
sched/eevdf: Fix avg_vruntime()
Peter Zijlstra
2023-10-03
sched/eevdf: Also update slice on placement
Peter Zijlstra
2023-09-29
sched/debug: Add new tracepoint to track compute energy computation
Qais Yousef
2023-09-29
sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0
Qais Yousef
[next]