summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
3 daysring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma
3 daystracing: Fix ftrace event field alignmentsSteven Rostedt
8 daysgenirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek
8 daysdma/pool: distinguish between missing and exhausted atomic poolsSai Sree Kartheek Adivi
8 daysbpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
8 daysptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko
8 daysposix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko
8 daysFix memory leak in posix_clock_open()Linus Torvalds
8 daysposix-clock: introduce posix_clock_context conceptXabier Marquiegui
8 dayshrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh
2026-01-11kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand
2026-01-11sched/fair: Proportional newidle balancePeter Zijlstra
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-11x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
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-11resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy 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-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-07timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-12-07gcov: add support for GCC 15Peter Oberparleiter
2025-12-07softirq: Add trace points for tasklet entry/exitSumanth Gavini
2025-12-07tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-12-07ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
2025-12-07uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa
2025-12-07futex: Don't leak robust_list pointer on exec racePranav Tyagi
2025-12-07bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-12-07perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf
2025-10-29padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-10-29sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-29sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar
2025-10-29timers: Provide timer_shutdown[_sync]()Thomas Gleixner
2025-10-29timers: Add shutdown mechanism to the internal functionsThomas Gleixner
2025-10-29timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeThomas Gleixner
2025-10-29timers: Silently ignore timers with a NULL functionThomas Gleixner
2025-10-29timers: Replace BUG_ON()sThomas Gleixner
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang17