summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner
2025-10-19tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal
2025-10-19kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov
2025-10-19copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-10-15smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen
2025-10-15seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf
2025-10-02minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2025-10-02tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-10-02futex: Prevent use-after-free during requeue-PISebastian Andrzej Siewior
2025-10-02bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-09-25cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong
2025-09-19hrtimers: Unconditionally update target CPU base after offline timer migrationXiongfeng Wang
2025-09-19hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong