summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-02-06perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt
2026-02-06dma/pool: distinguish between missing and exhausted atomic poolsSai Sree Kartheek Adivi
2026-01-30tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt
2026-01-30ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko
2026-01-30posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko
2026-01-30Fix memory leak in posix_clock_open()Linus Torvalds
2026-01-30posix-clock: introduce posix_clock_context conceptXabier Marquiegui
2026-01-30hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh
2026-01-11sched/fair: Proportional newidle balancePeter Zijlstra (Intel)
2026-01-11sched/fair: Small cleanup to update_newidle_cost()Peter Zijlstra
2026-01-11sched/fair: Small cleanup to sched_balance_newidle()Peter Zijlstra
2026-01-11genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek
2026-01-11tracing: Fix fixed array of synthetic eventSteven Rostedt
2026-01-11tracing: Do not register unsupported perf eventsSteven Rostedt
2026-01-11scs: fix a wrong parameter in __scs_magicZhichi Lin
2026-01-11kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian
2026-01-11livepatch: Match old_sympos 0 and 1 in klp_find_func()Song Liu
2026-01-11sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra
2026-01-11sched/deadline: only set free_cpus for online runqueuesDoug Berger
2026-01-11dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp
2026-01-11Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis
2026-01-11resource: introduce is_type_match() helper and use itAndy Shevchenko
2026-01-11resource: replace open coded resource_intersection()Andy Shevchenko
2026-01-11resource: Reuse for_each_resource() macroAndy Shevchenko
2026-01-11cpuset: Treat cpusets in attaching as populatedChen Ridong
2026-01-11bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui
2026-01-11bpf: Improve program stats run-time calculationJose Fernandez
2026-01-11bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong
2026-01-11bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang
2026-01-11task_work: Fix NMI race conditionPeter Zijlstra
2026-01-11sched/fair: Forfeit vruntime on yieldFernand Sieber
2026-01-11ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2026-01-11locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin
2025-12-01ftrace: Fix BPF fexit with livepatchSong Liu
2025-12-01crash: fix crashkernel resource shrinkSourabh Jain
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-11-24gcov: add support for GCC 15Peter Oberparleiter
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-24tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-24ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
2025-11-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa
2025-11-24futex: Don't leak robust_list pointer on exec racePranav Tyagi
2025-11-24bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-11-24sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois
2025-11-24sched/pelt: Avoid underestimation of task utilizationVincent Guittot
2025-11-24bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt
2025-10-29sched: Remove never used code in mm_cid_get()Andy Shevchenko