index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
2024-07-15
Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-07-14
sched_ext: Fixes incorrect type in bpf_scx_init()
Jiapeng Chong
2024-07-12
sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatches
Tejun Heo
2024-07-12
sched_ext: s/SCX_RQ_BALANCING/SCX_RQ_IN_BALANCE/ and add SCX_RQ_IN_WAKEUP
Tejun Heo
2024-07-12
sched_ext: Unpin and repin rq lock from balance_scx()
Tejun Heo
2024-07-12
sched_ext: Open-code task_linked_on_dsq()
Tejun Heo
2024-07-12
sched: Move struct balance_callback definition upward
Tejun Heo
2024-07-11
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
2024-07-09
sched_ext: Make scx_bpf_reenqueue_local() skip tasks that are being migrated
Tejun Heo
2024-07-09
sched_ext: Reimplement scx_bpf_reenqueue_local()
Tejun Heo
2024-07-08
sched_ext: Implement DSQ iterator
Tejun Heo
2024-07-08
sched_ext: Take out ->priq and ->flags from scx_dsq_node
Tejun Heo
2024-07-08
sched, sched_ext: Move some declarations from kernel/sched/ext.h to sched.h
Tejun Heo
2024-07-08
sched, sched_ext: Open code for_balance_class_range()
Tejun Heo
2024-07-08
sched_ext: Minor cleanups in kernel/sched/ext.h
Tejun Heo
2024-07-08
sched_ext: Disallow loading BPF scheduler if isolcpus= domain isolation is in...
Tejun Heo
2024-07-08
sched_ext: Account for idle policy when setting p->scx.weight in scx_ops_enab...
Tejun Heo
2024-07-08
sched, sched_ext: Simplify dl_prio() case handling in sched_fork()
Tejun Heo
2024-07-08
sched/ext: Add BPF function to fetch rq
Hongyan Xia
2024-07-08
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
2024-07-04
sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...
Tejun Heo
2024-07-04
sched/psi: Optimise psi_group_change a bit
Tvrtko Ursulin
2024-07-01
sched_ext: Swap argument positions in kcalloc() call to avoid compiler warning
Tejun Heo
2024-07-01
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
2024-07-01
sched/deadline: Fix task_struct reference leak
Wander Lairson Costa
2024-07-01
Revert "sched/fair: Make sure to try to detach at least one movable task"
Josh Don
2024-06-27
sched_ext: fix typo in set_weight() description
Andrea Righi
2024-06-23
sched_ext: Make scx_bpf_cpuperf_set() @cpu arg signed
David Vernet
2024-06-21
sched_ext: Add cpuperf support
Tejun Heo
2024-06-21
cpufreq_schedutil: Refactor sugov_cpu_is_busy()
Tejun Heo
2024-06-21
sched, sched_ext: Replace scx_next_task_picked() with sched_class->switch_cla...
Tejun Heo
2024-06-18
sched_ext: Documentation: scheduler: Document extensible scheduler class
Tejun Heo
2024-06-18
sched_ext: Add vtime-ordered priority queue to dispatch_q's
Tejun Heo
2024-06-18
sched_ext: Implement core-sched support
Tejun Heo
2024-06-18
sched_ext: Bypass BPF scheduler while PM events are in progress
Tejun Heo
2024-06-18
sched_ext: Implement sched_ext_ops.cpu_online/offline()
Tejun Heo
2024-06-18
sched_ext: Implement sched_ext_ops.cpu_acquire/release()
David Vernet
2024-06-18
sched_ext: Implement SCX_KICK_WAIT
David Vernet
2024-06-18
sched_ext: Track tasks that are subjects of the in-flight SCX operation
Tejun Heo
2024-06-18
sched_ext: Implement tickless support
Tejun Heo
2024-06-18
sched_ext: Add task state tracking operations
Tejun Heo
2024-06-18
sched_ext: Make watchdog handle ops.dispatch() looping stall
Tejun Heo
2024-06-18
sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
Tejun Heo
2024-06-18
sched_ext: Print debug dump after an error exit
Tejun Heo
2024-06-18
sched_ext: Print sched_ext info when dumping stack
David Vernet
2024-06-18
sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...
Tejun Heo
2024-06-18
sched_ext: Implement runnable task stall watchdog
David Vernet
2024-06-18
sched_ext: Add sysrq-S which disables the BPF scheduler
Tejun Heo
2024-06-18
sched_ext: Implement BPF extensible scheduler class
Tejun Heo
2024-06-18
sched_ext: Add boilerplate for extensible scheduler class
Tejun Heo
[prev]
[next]