summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
46 hourstracing: Add NULL pointer check to trigger_data_free()Guenter Roeck1-0/+3
46 hoursbpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
46 hourstracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34
46 hoursuprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao1-1/+1
46 hoursuprobes: switch to RCU Tasks Trace flavor for better performanceAndrii Nakryiko1-22/+16
46 hourskexec: define functions to map and unmap segmentsSteven Chen1-0/+54
46 hoursworkqueue: Add system_percpu_wq and system_dfl_wqMarco Crivellari1-4/+9
47 hoursbpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
47 hoursperf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra1-1/+41
47 hourscgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long1-1/+1
47 hoursrseq: Clarify rseq registration rseq_size bound check commentMathieu Desnoyers1-2/+3
11 daystracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu1-0/+3
11 daystracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu1-2/+2
11 daysfgraph: Do not call handlers direct when not using ftrace_opsSteven Rostedt1-1/+11
11 daystracing: ring-buffer: Fix to check event length before usingMasami Hiramatsu (Google)1-1/+5
11 daysfunction_graph: Restore direct mode when callbacks drop to oneShengming Hu1-1/+1
11 daystracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)1-1/+1
11 dayswatchdog/softlockup: fix sample ring index wrap in need_counting_irqs()Shengming Hu1-1/+1
11 dayskexec: derive purgatory entry from symbolLi Chen1-57/+74
11 daysRemove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds1-1/+0
11 daystracing: Fix false sharing in hwlat get_sample()Colin Lord1-8/+7
11 dayssched/debug: Fix updating of ppos on server write opsJoel Fernandes1-3/+4
11 daysbpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov1-0/+39
11 daysbpf: crypto: Use the correct destructor kfunc typeSami Tolvanen1-1/+7
11 daysbpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda1-11/+7
11 daystracing: Remove duplicate ENABLE_EVENT_STR and DISABLE_EVENT_STR macrosSteven Rostedt1-5/+0
11 daystracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin1-1/+1
11 daysucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek1-1/+1
11 dayskallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek2-3/+6
11 daysmodule: add helper function for reading module_buildid()Petr Mladek1-7/+2
11 daysworkqueue: Process rescuer work items one-by-one using a cursorLai Jiangshan1-16/+59
11 daysworkqueue: Only assign rescuer work when really neededLai Jiangshan1-0/+4
11 daysworkqueue: Factor out assign_rescuer_work()Lai Jiangshan1-11/+18
11 dayssched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang1-0/+5
11 dayssched/deadline: Clear the defer paramsJoel Fernandes1-0/+3
11 daysfgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)2-14/+11
11 daysftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-1/+1
11 dayshrtimer: Fix trace oddityThomas Gleixner1-1/+1
11 daysbpf: Preserve id of register in sync_linked_regs()Puranjay Mohan1-1/+3
11 daysrcu: Fix rcu_read_unlock() deadloop due to softirqYao Kai2-7/+10
11 daysrcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()Zqiang1-4/+1
11 daysrcu: Refactor expedited handling check in rcu_read_unlock_special()Joel Fernandes1-9/+74
2026-02-19cpuset: Fix missing adaptation for cpuset_is_populatedChen Ridong1-1/+1
2026-02-11ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma1-0/+2
2026-02-11tracing: Fix ftrace event field alignmentsSteven Rostedt3-21/+33
2026-02-06perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt2-4/+4
2026-02-06perf: Simplify get_perf_callchain() user logicJosh Poimboeuf1-10/+8
2026-02-06cgroup: Fix kernfs_node UAF in css_free_rwork_fnT.J. Mercier1-1/+1
2026-02-06sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra1-0/+12
2026-02-06sched/deadline: Document dl_serverPeter Zijlstra1-0/+194