]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2026-03-23  zhidao suselftests/sched_ext: Add tests for SCX_ENQ_IMMED and...
2026-03-23  Tejun Heosched_ext: Use irq_work_queue_on() in schedule_deferred()
2026-03-22  Andrea Righitools/sched_ext: Add compat handling for sub-scheduler ops
2026-03-22  Andrea Righisched_ext: Guard cpu_smt_mask() with CONFIG_SCHED_SMT
2026-03-22  Cheng-Yang... sched_ext: Fix build errors and unused label warning...
2026-03-21  Ke Zhaotools/sched_ext: Update stale scx_ops_error() comment...
2026-03-21  zhidao suselftests/sched_ext: Return non-zero exit code on test...
2026-03-21  zhidao susched_ext: Documentation: Document events sysfs file...
2026-03-21  Andrea Righisched_ext: idle: Prioritize idle SMT sibling
2026-03-17  Cheng-Yang... selftests/sched_ext: Show failed test names in summary
2026-03-17  zhidao susched_ext: Fix typos in comments
2026-03-16  Cheng-Yang... sched_ext: Fix slab-out-of-bounds in scx_alloc_and_add_...
2026-03-16  Tejun Heosched_ext: Use kobject_put() for kobject_init_and_add...
2026-03-16  Tejun Heosched_ext: Fix cgroup double-put on sub-sched abort...
2026-03-15  Cheng-Yang... sched_ext: Update selftests to drop ops.cpu_acquire...
2026-03-15  Cheng-Yang... sched_ext: Update demo schedulers and selftests to...
2026-03-14  Cheng-Yang... sched_ext/selftests: Fix incorrect include guard comments
2026-03-14  Cheng-Yang... sched_ext: Fix uninitialized ret in scx_alloc_and_add_s...
2026-03-14  Andrea Righiselftests/sched_ext: Update scx_bpf_dsq_move_to_local...
2026-03-13  Tejun Heosched_ext: Use schedule_deferred_locked() in schedule_d...
2026-03-13  Tejun Heosched_ext: Add SCX_OPS_ALWAYS_ENQ_IMMED ops flag
2026-03-13  Tejun Heosched_ext: Add enq_flags to scx_bpf_dsq_move_to_local()
2026-03-13  Tejun Heosched_ext: Plumb enq_flags through the consume path
2026-03-13  Tejun Heosched_ext: Implement SCX_ENQ_IMMED
2026-03-13  Tejun Heosched_ext: Add scx_vet_enq_flags() and plumb dsq_id...
2026-03-13  Tejun Heosched_ext: Split task_should_reenq() into local and...
2026-03-13  David Carlierselftests/sched_ext: Add missing error check for exit__...
2026-03-11  Cheng-Yang... sched_ext: Fix incomplete help text usage strings
2026-03-10  Tejun Heosched_ext: Reject sub-sched attachment to a disabled...
2026-03-10  Tejun Heosched_ext: Fix scx_sched_lock / rq lock ordering
2026-03-10  Tejun Heosched_ext: Always bounce scx_disable() through irq_work
2026-03-10  Tejun Heosched_ext: Add scx_dump_lock and dump_disabled
2026-03-10  Tejun Heosched_ext: Fix sub_detach op check to test the parent...
2026-03-10  Philipp Hahnsched: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-09  Tejun Heosched_ext: Replace system_unbound_wq with system_dfl_wq...
2026-03-09  Tejun HeoMerge branch 'sched/core' of git://git.kernel.org/pub...
2026-03-09  Zhao Mengmengsched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHT
2026-03-09  Tejun HeoMerge branch 'for-7.0-fixes' into for-7.1
2026-03-09  zhidao susched_ext: Use WRITE_ONCE() for the write side of scx_e...
2026-03-08  Tejun Heotools/sched_ext/include: Regenerate enum_defs.autogen.h
2026-03-08  Tejun Heotools/sched_ext/include: Add libbpf version guard for...
2026-03-08  Tejun Heotools/sched_ext/include: Add __COMPAT_HAS_scx_bpf_selec...
2026-03-08  Tejun Heotools/sched_ext/include: Add missing helpers to common...
2026-03-08  Tejun Heotools/sched_ext/include: Sync bpf_arena_common.bpf...
2026-03-08  Tejun Heotools/sched_ext/include: Remove dead sdt_task_defs...
2026-03-08  Tejun HeoRevert "sched_ext: Use READ_ONCE() for the read side...
2026-03-07  Cheng-Yang... sched_ext: Fix scx_bpf_reenqueue_local() silently reenq...
2026-03-07  Tejun Heosched_ext: Add SCX_TASK_REENQ_REASON flags
2026-03-07  Tejun Heosched_ext: Simplify task state handling
2026-03-07  Tejun Heosched_ext: Optimize schedule_dsq_reenq() with lockless...
2026-03-07  Tejun Heosched_ext: Implement scx_bpf_dsq_reenq() for user DSQs
2026-03-07  Tejun Heosched_ext: Factor out nldsq_cursor_next_task() and...
2026-03-07  Tejun Heosched_ext: Add per-CPU data to DSQs
2026-03-07  Tejun Heosched_ext: Add reenq_flags plumbing to scx_bpf_dsq_reenq()
2026-03-07  Tejun Heosched_ext: Introduce scx_bpf_dsq_reenq() for remote...
2026-03-07  Tejun Heosched_ext: Wrap deferred_reenq_local_node into a struct
2026-03-07  Tejun Heosched_ext: Convert deferred_reenq_locals from llist...
2026-03-07  Tejun Heosched_ext: Relocate run_deferred() and its callees
2026-03-07  Tejun Heosched_ext: Change find_global_dsq() to take CPU number...
2026-03-07  Tejun Heosched_ext: Factor out pnode allocation and deallocation...
2026-03-07  Tejun Heosched_ext: Wrap global DSQs in per-node structure
2026-03-07  Tejun Heosched_ext: Relocate scx_bpf_task_cgroup() and its BTF_I...
2026-03-07  Andrea Righisched_ext: Pass full dequeue flags to ops.quiescent()
2026-03-07  Tejun HeoMerge branch 'for-7.0-fixes' into for-7.1
2026-03-07  Tejun Heosched_ext: Fix enqueue_task_scx() truncation of upper...
2026-03-06  Cheng-Yang... sched_ext: Documentation: Update sched-ext.rst
2026-03-06  Tejun Heosched_ext: Add basic building blocks for nested sub...
2026-03-06  Tejun Heosched_ext: Add rhashtable lookup for sub-schedulers
2026-03-06  Tejun Heosched_ext: Factor out scx_link_sched() and scx_unlink_s...
2026-03-06  Tejun Heosched_ext: Make scx_bpf_reenqueue_local() sub-sched...
2026-03-06  Tejun Heosched_ext: Add scx_sched back pointer to scx_sched_pcpu
2026-03-06  Tejun Heosched_ext: Implement cgroup sub-sched enabling and...
2026-03-06  Tejun Heosched_ext: Support dumping multiple schedulers and...
2026-03-06  Tejun Heosched_ext: Convert scx_dump_state() spinlock to raw...
2026-03-06  Tejun Heosched_ext: Make watchdog sub-sched aware
2026-03-06  Tejun Heosched_ext: Move scx_dsp_ctx and scx_dsp_max_batch into...
2026-03-06  Tejun Heosched_ext: Dispatch from all scx_sched instances
2026-03-06  Tejun Heosched_ext: Implement hierarchical bypass mode
2026-03-06  Tejun Heosched_ext: Separate bypass dispatch enabling from bypas...
2026-03-06  Tejun Heosched_ext: When calling ops.dispatch() @prev must be...
2026-03-06  Tejun Heosched_ext: Factor out scx_dispatch_sched()
2026-03-06  Tejun Heosched_ext: Prepare bypass mode for hierarchical operation
2026-03-06  Tejun Heosched_ext: Move bypass state into scx_sched
2026-03-06  Tejun Heosched_ext: Move bypass_dsq into scx_sched_pcpu
2026-03-06  Tejun Heosched_ext: Move aborting flag to per-scheduler field
2026-03-06  Tejun Heosched_ext: Move default slice to per-scheduler field
2026-03-06  Tejun Heosched_ext: Make scx_prio_less() handle multiple schedulers
2026-03-06  Tejun Heosched_ext: Refactor task init/exit helpers
2026-03-06  Tejun Heosched_ext: scx_dsq_move() should validate the task...
2026-03-06  Tejun Heosched_ext: Enforce scheduler ownership when updating...
2026-03-06  Tejun Heosched_ext: Enforce scheduling authority in dispatch...
2026-03-06  Tejun Heosched_ext: Introduce scx_prog_sched()
2026-03-06  Tejun Heosched_ext: Introduce scx_task_sched[_rcu]()
2026-03-06  Tejun Heosched_ext: Introduce cgroup sub-sched support
2026-03-06  Tejun Heosched_ext: Reorganize enable/disable path for multi...
2026-03-06  Tejun Heosched_ext: Update p->scx.disallow warning in scx_init_t...
2026-03-06  Tejun Heosched/core: Swap the order between sched_post_fork...
2026-03-06  Tejun Heosched_ext: Add @kargs to scx_fork()
2026-03-06  Tejun Heosched_ext: Implement cgroup subtree iteration for scx_t...
2026-03-06  Tejun HeoMerge branch 'for-7.1' of git://git.kernel.org/pub...
next