aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-10-14sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi1-5/+5
2025-10-14sched/ext: Implement cgroup_set_idle() callbackzhidao su2-2/+27
2025-10-14sched/fair: Fix pelt lost idle time detectionVincent Guittot1-13/+13
2025-10-14sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)2-0/+5
2025-10-14perf/core: Fix MMAP2 event device with backing filesAdrian Hunter1-2/+2
2025-10-14perf/core: Fix MMAP event path names with backing filesAdrian Hunter1-1/+1
2025-10-14perf/core: Fix address filter match with backing filesAdrian Hunter1-1/+1
2025-10-14uprobe: Move arch_uprobe_optimize right after handlers executionJiri Olsa1-3/+3
2025-10-13PM: WQ_UNBOUND added to pm_wq workqueueMarco Crivellari1-1/+1
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo1-11/+34
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo2-27/+98
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo1-0/+30
2025-10-13sched_ext: Exit early on hotplug events during attachAndrea Righi1-2/+9
2025-10-13sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo1-10/+79
2025-10-13sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis2-2/+28
2025-10-13sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo1-0/+2
2025-10-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo1-4/+4
2025-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1Alexei Starovoitov40-251/+1117
2025-10-11Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-4/+8
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+2
2025-10-11Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/...Linus Torvalds1-43/+318
2025-10-11tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt1-2/+6
2025-10-10tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt1-2/+2
2025-10-10bpf: Extract internal structs validation logic into helpersMykyta Yatsenko3-36/+29
2025-10-10bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wqMykyta Yatsenko1-5/+12
2025-10-10bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan1-2/+2
2025-10-10bpf: add bpf_strcasestr,bpf_strncasestr kfuncsRong Tao1-21/+77
2025-10-10bpf: Refactor storage_get_func_atomic to generic non_sleepable flagKumar Kartikeya Dwivedi1-16/+17
2025-10-10bpf: Fix sleepable context for async callbacksKumar Kartikeya Dwivedi1-11/+30
2025-10-09Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds5-79/+241
2025-10-08tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt1-48/+220
2025-10-08ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha1-1/+1
2025-10-08tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt1-13/+10
2025-10-08tracing: Fix wakeup tracers on failure of acquiring calltimeSteven Rostedt1-10/+6
2025-10-08tracing/osnoise: Replace kmalloc + copy_from_user with memdup_user_nulThorsten Blum1-7/+4
2025-10-07bpf: Cleanup unused func args in rqspinlock implementationSiddharth Chintamaneni1-11/+8
2025-10-07kho: add support for preserving vmalloc allocationsMike Rapoport (Microsoft)1-0/+281
2025-10-07kho: replace kho_preserve_phys() with kho_preserve_pages()Mike Rapoport (Microsoft)1-14/+11
2025-10-07kho: check if kho is finalized in __kho_preserve_order()Mike Rapoport (Microsoft)1-29/+26
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-13/+10
2025-10-05Merge tag 'trace-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds8-20/+26
2025-10-05Merge tag 'probes-fixes-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-14/+28
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-5/+10
2025-10-04Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-22/+49
2025-10-04Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-14/+366
2025-10-04Merge tag 'kgdb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds6-36/+60
2025-10-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+4
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-199/+150
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-61/+37
2025-10-03Merge tag 'pull-fs_context' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1