summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-06-19posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-19perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-06-19bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-06-19bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen1-1/+1
2025-06-19tracing: Fix error handling in event_trigger_parse()Miaoqian Lin1-2/+2
2025-06-19tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt3-14/+12
2025-06-19tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt1-15/+105
2025-06-19bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi1-11/+16
2025-06-19PM: sleep: Print PM debug messages during hibernationRafael J. Wysocki3-1/+11
2025-06-19PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks()Zijun Hu1-0/+3
2025-06-19rcu/cpu_stall_cputime: fix the hardirq count for x86 architectureYongliang Gao3-6/+10
2025-06-19perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang1-8/+8
2025-06-19tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-06-04hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker1-21/+82
2025-06-04padata: do not leak refcount in reorder_workDominik Grzegorzek1-1/+2
2025-06-04kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand1-4/+5
2025-06-04perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)2-17/+17
2025-06-04rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora1-1/+10
2025-06-04rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=yAnkur Arora1-4/+7
2025-06-04sched: Reduce the default slice to avoid tasks getting an extra tickzihan zhou1-3/+3
2025-06-04bpf: don't do clean_live_states when state->loop_entry->branches > 0Eduard Zingerman1-0/+4
2025-06-04perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint typeSaket Kumar Bhaskar1-2/+3
2025-06-04printk: Check CON_SUSPEND when unblanking a consoleMarcos Paulo de Souza1-2/+12
2025-06-04timer_list: Don't use %pK through printk()Thomas Weißschuh1-2/+2
2025-06-04posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet1-0/+1
2025-06-04bpf: Allow pre-ordering for bpf cgroup progsYonghong Song2-9/+27
2025-06-04bpf: Return prog btf_id without capable checkMykyta Yatsenko1-2/+2
2025-06-04lockdep: Fix wait context check on softirq for PREEMPT_RTRyo Takakura1-0/+18
2025-06-04tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko2-15/+12
2025-06-04bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-06-04cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu1-1/+1
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-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-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-09bpf: fix null dereference when computing changes_pkt_data of prog w/o subprogsEduard Zingerman1-2/+5
2025-05-09bpf: check changes_pkt_data property for extension programsEduard Zingerman1-4/+12
2025-05-09bpf: track changes_pkt_data property for global functionsEduard Zingerman1-1/+31
2025-05-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman2-2/+2
2025-05-09bpf: add find_containing_subprog() utility functionEduard Zingerman1-4/+24
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-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-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