index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
2024-03-25
sched/fair: Don't double balance_interval for migrate_misfit
Qais Yousef
2024-03-25
sched/topology: Remove root_domain::max_cpu_capacity
Qais Yousef
2024-03-25
sched/fair: Check if a task has a fitting CPU when updating misfit
Qais Yousef
2024-03-25
sched/topology: Export asym_cap_list
Qais Yousef
2024-03-25
Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch
Ingo Molnar
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-14
sched/fair: Fix typos in comments
Ingo Molnar
2024-03-12
sched/balancing: Fix a couple of outdated function names in comments
Ingo Molnar
2024-03-12
sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()
Ingo Molnar
2024-03-12
sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()
Ingo Molnar
2024-03-12
sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...
Ingo Molnar
2024-03-12
sched/balancing: Rename newidle_balance() => sched_balance_newidle()
Ingo Molnar
2024-03-12
sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...
Ingo Molnar
2024-03-12
sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()
Ingo Molnar
2024-03-12
sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()
Ingo Molnar
2024-03-12
sched/balancing: Rename load_balance() => sched_balance_rq()
Ingo Molnar
2024-03-12
sched/balancing: Rename rebalance_domains() => sched_balance_domains()
Ingo Molnar
2024-03-12
sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()
Ingo Molnar
2024-03-12
sched/balancing: Rename scheduler_tick() => sched_tick()
Ingo Molnar
2024-03-12
sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()
Ingo Molnar
2024-03-12
sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...
Ingo Molnar
2024-03-12
sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...
Ingo Molnar
2024-03-12
sched/balancing: Update run_rebalance_domains() comments
Ingo Molnar
2024-03-12
sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICK
Ingo Molnar
2024-03-12
sched/balancing: Change comment formatting to not overlap Git conflict marker...
Ingo Molnar
2024-03-12
sched/debug: Increase SCHEDSTAT_VERSION to 16
Ingo Molnar
2024-03-12
sched/balancing: Change 'enum cpu_idle_type' to have more natural definitions
Ingo Molnar
2024-03-12
sched/balancing: Remove reliance on 'enum cpu_idle_type' ordering when iterat...
Shrikanth Hegde
2024-03-12
sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' spinlock into an 'at...
Ingo Molnar
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-11
Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-04
sched/numa, mm: do not try to migrate memory to memoryless nodes
Byungchul Park
2024-03-01
sched/idle: Conditionally handle tick broadcast in default_idle_call()
Thomas Gleixner
2024-02-28
sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLC
Alex Shi
2024-02-28
sched/fair: Check the SD_ASYM_PACKING flag in sched_use_asym_prio()
Alex Shi
2024-02-28
sched/fair: Rework sched_use_asym_prio() and sched_asym_prefer()
Alex Shi
2024-02-28
sched/fair: Remove unused parameter from sched_asym()
Alex Shi
2024-02-28
sched/topology: Remove duplicate descriptions from TOPOLOGY_SD_FLAGS
Alex Shi
2024-02-28
sched/fair: Simplify the update_sd_pick_busiest() logic
David Vernet
2024-02-28
sched/fair: Do strict inequality check for busiest misfit task group
David Vernet
2024-02-28
sched/fair: Remove unnecessary goto in update_sd_lb_stats()
David Vernet
2024-02-28
sched/fair: Take the scheduling domain into account in select_idle_core()
Keisuke Nishimura
2024-02-28
sched/fair: Take the scheduling domain into account in select_idle_smt()
Keisuke Nishimura
2024-02-28
sched/fair: Add READ_ONCE() and use existing helper function to access ->avg_irq
Shrikanth Hegde
2024-02-28
sched/fair: Use existing helper functions to access ->avg_rt and ->avg_dl
Shrikanth Hegde
2024-02-26
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
2024-02-24
sched: Add a new function to compare if two cpus have the same capacity
Qais Yousef
[prev]
[next]