summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-05-29bpf: abort verification if env->cur_state->loop_entry != NULLEduard Zingerman1-2/+4
2025-05-29padata: do not leak refcount in reorder_workDominik Grzegorzek1-1/+2
2025-05-29kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand1-4/+5
2025-05-29bpf: Use kallsyms to find the function name of a struct_ops's stub functionMartin KaFai Lau1-54/+44
2025-05-29perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)2-17/+17
2025-05-29rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora1-1/+10
2025-05-29rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=yAnkur Arora1-4/+7
2025-05-29sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou1-3/+3
2025-05-29hrtimers: Replace hrtimer_clock_to_base_table with switch-caseAndy Shevchenko1-17/+12
2025-05-29bpf: copy_verifier_state() should copy 'loop_entry' fieldEduard Zingerman1-0/+3
2025-05-29bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman1-0/+4
2025-05-29bpf: Search and add kfuncs in struct_ops prologue and epilogueAmery Hung1-1/+24
2025-05-29perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint typeSaket Kumar Bhaskar1-2/+3
2025-05-29rcu: Fix get_state_synchronize_rcu_full() GP-start detectionPaul E. McKenney2-5/+12
2025-05-29perf/core: Clean up perf_try_init_event()Peter Zijlstra1-27/+38
2025-05-29printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza1-2/+12
2025-05-29timer_list: Don't use %pK through printk()Thomas Weißschuh1-2/+2
2025-05-29posix-timers: Ensure that timer initialization is fully visibleThomas Gleixner1-7/+14
2025-05-29posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet1-0/+1
2025-05-29bpf: Allow pre-ordering for bpf cgroup progsYonghong Song2-9/+27
2025-05-29bpf: Return prog btf_id without capable checkMykyta Yatsenko1-2/+2
2025-05-29cgroup/rstat: avoid disabling irqs for O(num_cpu)Eric Dumazet1-7/+5
2025-05-29pidfs: improve multi-threaded exec and premature thread-group leader exit pol...Christian Brauner2-5/+4
2025-05-29lockdep: Fix wait context check on softirq for PREEMPT_RTRyo Takakura1-0/+18
2025-05-29tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko2-15/+12
2025-05-29bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-05-29dma-mapping: Fix warning reported for missing prototypeBalbir Singh1-8/+8
2025-05-29vhost_task: fix vhost_task_create() documentationStefano Garzarella1-1/+1
2025-05-29cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu1-1/+1
2025-05-29dma/mapping.c: dev_dbg support for dma_addressing_limitedBalbir Singh1-1/+10
2025-05-22ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt1-3/+5
2025-05-22ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin1-5/+1
2025-05-22ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin1-1/+1
2025-05-22sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo1-0/+6
2025-05-22tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)5-3/+27
2025-05-22cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long1-2/+4
2025-05-18sched/eevdf: Fix se->slice being set to U64_MAX and resulting crashOmar Sandoval1-3/+1
2025-05-18module: ensure that kobject_put() is safe for module type kobjectsDmitry Antipov1-1/+3
2025-05-09kernel: globalize lookup_or_create_module_kobject()Shyam Saini1-1/+1
2025-05-09kernel: param: rename locate_module_kobjectShyam Saini1-3/+3
2025-05-09tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-05-09tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt1-2/+2
2025-05-05bpf: Fix BPF_INTERNAL namespace importXi Ruoyao1-1/+1
2025-05-02timekeeping: Add a lockdep override in tick_freeze()Sebastian Andrzej Siewior1-0/+22
2025-05-02perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi1-3/+3
2025-05-02cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long2-0/+15
2025-05-02objtool, panic: Disable SMAP in __stack_chk_fail()Josh Poimboeuf1-0/+6
2025-05-02bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao1-0/+32
2025-05-02bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...Martin KaFai Lau1-5/+6
2025-05-02bpf: Fix deadlock between rcu_tasks_trace and event_mutex.Alexei Starovoitov1-3/+4