]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
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...
2026-03-06  Tejun HeoMerge branch 'for-7.0-fixes' into for-7.1
2026-03-06  David Carliersched_ext: Use READ_ONCE() for scx_slice_bypass_us...
2026-03-06  Christian Loehlesched_ext: Documentation: Mention scheduling class...
2026-03-06  Xie Yuanbinsched/headers: Inline raw_spin_rq_unlock()
2026-03-06  Xie Yuanbinx86/mm/tlb: Make enter_lazy_tlb() always inline on x86
2026-03-06  Ingo MolnarMerge branch 'linus' into sched/core, to resolve conflicts
2026-03-06  Tejun Heocgroup: Expose some cgroup helpers
2026-03-05  Linus TorvaldsMerge tag 'fsverity-for-linus' of git://git.kernel...
2026-03-05  Linus TorvaldsMerge tag 'libcrypto-for-linus' of git://git.kernel...
2026-03-05  Linus TorvaldsMerge tag 'acpi-7.0-rc3' of git://git.kernel.org/pub...
2026-03-05  Linus TorvaldsMerge tag 'net-7.0-rc3' of git://git.kernel.org/pub...
2026-03-05  Rafael J. WysockiMerge branch 'acpica'
2026-03-05  Andrea Righisched_ext: Document task ownership state machine
2026-03-05  zhidao susched_ext: Use READ_ONCE() for lock-free reads of modul...
2026-03-05  Linus TorvaldsMerge tag 'trace-v7.0-rc2' of git://git.kernel.org...
2026-03-05  Jakub KicinskiMerge branch 'Address-XDP-frags-having-negative-tailroom'
2026-03-05  Larysa Zarembaxdp: produce a warning when calculated tailroom is...
2026-03-05  Larysa Zarembanet: enetc: use truesize as XDP RxQ info frag_size
2026-03-05  Larysa Zarembalibeth, idpf: use truesize as XDP RxQ info frag_size
2026-03-05  Larysa Zarembai40e: use xdp.frame_sz as XDP RxQ info frag_size
2026-03-05  Larysa Zarembai40e: fix registering XDP RxQ info
next