summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-08sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo1-0/+10
2026-01-08sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo1-15/+19
2026-01-08sched_ext: Fix incorrect sched_class settings for per-cpu migration tasksZqiang1-4/+10
2026-01-08sched/eevdf: Fix min_vruntime vs avg_vruntimePeter Zijlstra3-71/+25
2026-01-08fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu1-2/+7
2026-01-08fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu1-0/+1
2026-01-08tracing: Fix fixed array of synthetic eventSteven Rostedt1-1/+0
2026-01-08sched/rt: Fix race in push_rt_taskHarshit Agarwal1-27/+25
2026-01-08tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2026-01-08scs: fix a wrong parameter in __scs_magicZhichi Lin1-1/+1
2026-01-08kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian1-1/+4
2026-01-08livepatch: Match old_sympos 0 and 1 in klp_find_func()Song Liu1-1/+7
2026-01-08sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra1-16/+3
2026-01-08sched/deadline: only set free_cpus for online runqueuesDoug Berger3-32/+14
2025-12-18dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp1-1/+1
2025-12-18sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo1-0/+3
2025-12-18Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis1-1/+9
2025-12-18resource: introduce is_type_match() helper and use itAndy Shevchenko1-13/+10
2025-12-18resource: replace open coded resource_intersection()Andy Shevchenko1-9/+6
2025-12-18cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-12-18locktorture: Fix memory leak in param_set_cpumask()Wang Liang1-2/+6
2025-12-18task_work: Fix NMI race conditionPeter Zijlstra1-1/+7
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8
2025-12-18bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte1-15/+32
2025-12-18perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf3-9/+9
2025-12-18sched/fair: Forfeit vruntime on yieldFernand Sieber1-1/+13
2025-12-12ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu1-9/+31
2025-12-12locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin1-2/+2
2025-12-07tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou1-3/+4
2025-11-24PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)1-5/+5
2025-11-24PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)1-4/+7
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu2-11/+14
2025-11-24crash: fix crashkernel resource shrinkSourabh Jain1-1/+1
2025-11-24gcov: add support for GCC 15Peter Oberparleiter1-1/+3
2025-11-24sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang1-2/+2
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-13tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-13ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt1-0/+4
2025-11-13ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun1-0/+2
2025-11-13uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-11-13futex: Don't leak robust_list pointer on exec racePranav Tyagi1-50/+56
2025-11-13bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi2-5/+21
2025-11-13bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon2-0/+12
2025-11-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo1-4/+4
2025-11-13bpf: Find eligible subprogs for private stack supportYonghong Song2-10/+91
2025-11-13bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2