summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-06-10tracing: Fix compilation warning on arm32Pan Taixi
2025-06-04kbuild: Require pahole <v1.28 or >v1.29 with GENDWARFKSYMS on X86Sami Tolvanen
2025-05-29module: release codetag section when module load failsDavid Wang
2025-05-29padata: do not leak refcount in reorder_workDominik Grzegorzek
2025-05-29kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand
2025-05-29bpf: abort verification if env->cur_state->loop_entry != NULLEduard Zingerman
2025-05-29bpf: Use kallsyms to find the function name of a struct_ops's stub functionMartin KaFai Lau
2025-05-29perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)
2025-05-29rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora
2025-05-29rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=yAnkur Arora
2025-05-29sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou
2025-05-29bpf: Make every prog keep a copy of ctx_arg_infoAmery Hung
2025-05-29hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko
2025-05-29posix-timers: Invoke cond_resched() during exit_itimers()Benjamin Segall
2025-05-29bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman
2025-05-29bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman
2025-05-29bpf: Search and add kfuncs in struct_ops prologue and epilogueAmery Hung
2025-05-29perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint typeSaket Kumar Bhaskar
2025-05-29perf/core: Fix perf_mmap() failure pathPeter Zijlstra
2025-05-29rcu: Fix get_state_synchronize_rcu_full() GP-start detectionPaul E. McKenney
2025-05-29perf/core: Clean up perf_try_init_event()Peter Zijlstra
2025-05-29rseq: Fix segfault on registration when rseq_cs is non-zeroMichael Jeanson
2025-05-29printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza
2025-05-29timer_list: Don't use %pK through printk()Thomas Weißschuh
2025-05-29posix-timers: Ensure that timer initialization is fully visibleThomas Gleixner
2025-05-29posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet
2025-05-29bpf: Allow pre-ordering for bpf cgroup progsYonghong Song
2025-05-29bpf: Return prog btf_id without capable checkMykyta Yatsenko
2025-05-29bpftool: Using the right format specifiersJiayuan Chen
2025-05-29cgroup/rstat: avoid disabling irqs for O(num_cpu)Eric Dumazet
2025-05-29pidfs: improve multi-threaded exec and premature thread-group leader exit pol...Christian Brauner
2025-05-29lockdep: Fix wait context check on softirq for PREEMPT_RTRyo Takakura
2025-05-29tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko
2025-05-29ring-buffer: Use kaslr address instead of text deltaSteven Rostedt
2025-05-29bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener
2025-05-29dma-mapping: Fix warning reported for missing prototypeBalbir Singh
2025-05-29vhost_task: fix vhost_task_create() documentationStefano Garzarella
2025-05-29cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu
2025-05-29dma/mapping.c: dev_dbg support for dma_addressing_limitedBalbir Singh
2025-05-22ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt
2025-05-22ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin
2025-05-22ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin
2025-05-22sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo
2025-05-22tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-05-22tracing: fprobe: Fix RCU warning message in list traversalBreno Leitao
2025-05-22cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long
2025-05-18timekeeping: Prevent coarse clocks going backwardsThomas Gleixner
2025-05-18module: ensure that kobject_put() is safe for module type kobjectsDmitry Antipov
2025-05-09kernel: globalize lookup_or_create_module_kobject()Shyam Saini
2025-05-09kernel: param: rename locate_module_kobjectShyam Saini