aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-03-10sched: Prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn1-1/+1
2026-03-10printk: Fix _DESCS_COUNT type for 64-bit systemsfeng.zhou1-1/+1
2026-03-10sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
2026-03-09sched_ext: Replace system_unbound_wq with system_dfl_wq in scx_kobj_release()Tejun Heo1-1/+1
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-7.1Tejun Heo10-88/+333
2026-03-09sched_ext: remove SCX_OPS_HAS_CGROUP_WEIGHTZhao Mengmeng2-10/+1
2026-03-09workqueue: Add system_dfl_long_wq for long unbound worksMarco Crivellari1-1/+4
2026-03-09tracing: Check for undefined symbols in simple_ring_bufferVincent Donnefort1-0/+16
2026-03-09tracing: load/unload page callbacks for simple_ring_bufferVincent Donnefort1-19/+72
2026-03-09tracing: Add a trace remote module for testingVincent Donnefort4-0/+281
2026-03-09tracing: Introduce simple_ring_bufferVincent Donnefort3-0/+468
2026-03-09ring-buffer: Export buffer_data_page and macrosVincent Donnefort1-35/+1
2026-03-09tracing: Add events/ root files to trace remotesVincent Donnefort2-2/+139
2026-03-09tracing: Add events to trace remotesVincent Donnefort1-5/+259
2026-03-09tracing: Add init callback to trace remotesVincent Donnefort1-1/+6
2026-03-09tracing: Add non-consuming read to trace remotesVincent Donnefort3-16/+326
2026-03-09tracing: Add reset to trace remotesVincent Donnefort1-0/+45
2026-03-09tracing: Introduce trace remotesVincent Donnefort5-1/+630
2026-03-09ring-buffer: Add non-consuming read for ring-buffer remotesVincent Donnefort1-6/+69
2026-03-09ring-buffer: Introduce ring-buffer remotesVincent Donnefort1-8/+225
2026-03-09ring-buffer: Store bpage pointers into subbuf_idsVincent Donnefort1-8/+11
2026-03-09ring-buffer: Add page statistics to the meta-pageVincent Donnefort1-0/+2
2026-03-09bpf: Always allow fmod_ret programs on syscallsViktor Malik1-10/+19
2026-03-09bpf: Always allow sleepable programs on syscallsViktor Malik1-6/+54
2026-03-09Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo1-4/+5
2026-03-09sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su1-4/+5
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov31-292/+650
2026-03-08locking/rwsem: Add context analysisPeter Zijlstra3-3/+26
2026-03-08locking/rtmutex: Add context analysisPeter Zijlstra6-14/+56
2026-03-08locking/mutex: Add context analysisPeter Zijlstra4-5/+43
2026-03-08locking/mutex: Remove the list_head from struct mutexMatthew Wilcox (Oracle)3-44/+35
2026-03-08locking/semaphore: Remove the list_head from struct semaphoreMatthew Wilcox (Oracle)1-9/+30
2026-03-08locking/rwsem: Remove the list_head from struct rw_semaphoreMatthew Wilcox (Oracle)1-32/+58
2026-03-07Revert "sched_ext: Use READ_ONCE() for the read side of dsq->nr update"Tejun Heo1-6/+2
2026-03-07Merge tag 'timers-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2026-03-07Merge tag 'sched-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+30
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-6/+37
2026-03-07sched_ext: Fix scx_bpf_reenqueue_local() silently reenqueuing nothingCheng-Yang Chou1-1/+1
2026-03-07Merge tag 'trace-v7.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-4/+11
2026-03-07sched_ext: Add SCX_TASK_REENQ_REASON flagsTejun Heo2-10/+25
2026-03-07sched_ext: Simplify task state handlingTejun Heo1-10/+9
2026-03-07sched_ext: Optimize schedule_dsq_reenq() with lockless fast pathTejun Heo1-8/+36
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo2-0/+129
2026-03-07sched_ext: Factor out nldsq_cursor_next_task() and nldsq_cursor_lost_task()Tejun Heo1-55/+99
2026-03-07sched_ext: Add per-CPU data to DSQsTejun Heo1-15/+72
2026-03-07sched_ext: Add reenq_flags plumbing to scx_bpf_dsq_reenq()Tejun Heo2-5/+38
2026-03-07sched_ext: Introduce scx_bpf_dsq_reenq() for remote local DSQ reenqueueTejun Heo1-45/+73
2026-03-07sched_ext: Wrap deferred_reenq_local_node into a structTejun Heo2-10/+18
2026-03-07sched_ext: Convert deferred_reenq_locals from llist to regular listTejun Heo3-20/+40
2026-03-07sched_ext: Relocate run_deferred() and its calleesTejun Heo1-94/+92