summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-30tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt2-1/+16
2026-01-30ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko1-1/+1
2026-01-30posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko1-0/+1
2026-01-30Fix memory leak in posix_clock_open()Linus Torvalds1-7/+9
2026-01-30posix-clock: introduce posix_clock_context conceptXabier Marquiegui1-9/+27
2026-01-30hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh1-1/+1
2026-01-11sched/fair: Proportional newidle balancePeter Zijlstra (Intel)5-4/+61
2026-01-11sched/fair: Small cleanup to update_newidle_cost()Peter Zijlstra1-4/+7
2026-01-11sched/fair: Small cleanup to sched_balance_newidle()Peter Zijlstra1-5/+6
2026-01-11genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek1-1/+1
2026-01-11tracing: Fix fixed array of synthetic eventSteven Rostedt1-1/+0
2026-01-11tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2026-01-11scs: fix a wrong parameter in __scs_magicZhichi Lin1-1/+1
2026-01-11kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian1-1/+4
2026-01-11livepatch: Match old_sympos 0 and 1 in klp_find_func()Song Liu1-1/+7
2026-01-11sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra1-16/+3
2026-01-11sched/deadline: only set free_cpus for online runqueuesDoug Berger3-32/+14
2026-01-11dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp1-1/+1
2026-01-11Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis1-1/+9
2026-01-11resource: introduce is_type_match() helper and use itAndy Shevchenko1-13/+10
2026-01-11resource: replace open coded resource_intersection()Andy Shevchenko1-9/+6
2026-01-11resource: Reuse for_each_resource() macroAndy Shevchenko1-15/+19
2026-01-11cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2026-01-11bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2026-01-11bpf: Improve program stats run-time calculationJose Fernandez1-1/+2
2026-01-11bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2026-01-11bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2026-01-11task_work: Fix NMI race conditionPeter Zijlstra1-1/+7
2026-01-11sched/fair: Forfeit vruntime on yieldFernand Sieber1-1/+13
2026-01-11ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu1-9/+31
2026-01-11locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin1-2/+2
2025-12-01ftrace: Fix BPF fexit with livepatchSong Liu2-10/+14
2025-12-01crash: fix crashkernel resource shrinkSourabh Jain1-1/+1
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou1-3/+4
2025-11-24gcov: add support for GCC 15Peter Oberparleiter1-1/+3
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-24tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-24ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun1-0/+2
2025-11-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-11-24futex: Don't leak robust_list pointer on exec racePranav Tyagi1-50/+56
2025-11-24bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi2-5/+21
2025-11-24sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois1-1/+1
2025-11-24sched/pelt: Avoid underestimation of task utilizationVincent Guittot1-0/+13
2025-11-24bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt2-5/+5
2025-10-29sched: Remove never used code in mm_cid_get()Andy Shevchenko1-2/+0
2025-10-29dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski1-1/+4
2025-10-23padata: Reset next CPU when reorder sequence wraps aroundXiao Liang1-1/+5