aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-29ring-buffer: Fix reader page read offset for remote buffersVincent Donnefort1-0/+1
2026-07-29audit: fix potential use-after-free in audit_del_rule()Luxiao Xu1-2/+4
2026-07-29audit: fix potential integer overflow in audit_log_n_string()Zhan Xusheng1-2/+9
2026-07-29tracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)1-0/+3
2026-07-29tracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)1-2/+2
2026-07-29tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functionsMasami Hiramatsu (Google)1-2/+10
2026-07-29tracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)1-0/+1
2026-07-29fprobe: Fix module reference count leak on error in register_fprobe()Masami Hiramatsu (Google)1-4/+2
2026-07-29futex: Optimise the size check get_futex_key()Sebastian Andrzej Siewior1-1/+1
2026-07-29futex: Use runtime constants for __futex_hash() hot pathPeter Zijlstra1-19/+25
2026-07-29kho: fix size calculation in kho_preserved_memory_reserve()Pratyush Yadav (Google)1-1/+1
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price1-1/+1
2026-07-28audit: drop BUG_ON() from audit_signal_info_syscall()Ricardo Robaina1-1/+2
2026-07-28audit: drop BUG_ON() from audit_add_to_parent()Ricardo Robaina1-1/+1
2026-07-29tracing/fprobe: Roll back on enable_trace_fprobe() failureRaushan Patel1-1/+11
2026-07-28tracing/probes: Reject $arg0 in meta argument expansionRaushan Patel1-1/+5
2026-07-28tracing/probes: Treating longer symbol name on event comparationMasami Hiramatsu (Google)3-10/+17
2026-07-28tracing: Use seq_buf for string concatenationWoradorn Laodhanadhaworn1-3/+13
2026-07-28tracing: Use strscpy() instead of strcpy() in trace_sched_switchPo-Sheng Lin1-3/+3
2026-07-28tracing: Warn when an event dereferences a pointer in TP_printk()Steven Rostedt1-6/+29
2026-07-28tracing: Reject invalid preemptirq_delay_test CPU affinitySamuel Moelius1-0/+9
2026-07-28fgraph: Use trace_seq_putc() in print_graph_return()Markus Elfring1-1/+1
2026-07-28tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_show()Markus Elfring1-1/+1
2026-07-28tracing/user_events: Use seq_putc() in two functionsMarkus Elfring1-4/+4
2026-07-28tracing: Bound histogram expression strings with seq_bufPengpeng Hou1-24/+33
2026-07-28tracing: Return ERR_PTR() from expr_str()Pengpeng Hou1-5/+20
2026-07-28tracing: Use __free() for expr_str() bufferPengpeng Hou1-8/+6
2026-07-28kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()David Laight1-2/+1
2026-07-28tracing: Point constant hist field type to string literalYu Peng1-3/+1
2026-07-28tracing: Expose tracepoint BTF ids via tracefsMykyta Yatsenko2-1/+96
2026-07-28bpf: Make btf_get_module_btf() and btf_relocate_id() non-staticMykyta Yatsenko1-2/+2
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-0/+1
2026-07-27bpf: Allow bpf_res_spin_lock() in all contextsKumar Kartikeya Dwivedi1-0/+2
2026-07-27sched_ext: Report scx_link_sched() failures inlineTejun Heo1-20/+9
2026-07-27sched_ext: Abort directly from the hardlockup handlerTejun Heo1-26/+9
2026-07-27sched_ext: Report NMI kicks with scx_error()Tejun Heo2-6/+1
2026-07-27sched_ext: Format bstr exit messages after claiming the exitTejun Heo3-40/+64
2026-07-27sched_ext: Make exit claiming lock-freeTejun Heo3-45/+79
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky25-152/+340
2026-07-26scsi: dma-mapping: Make dma_max_mapping_size() return 0 for no DMA capabilityJohn Garry1-0/+3
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo5-40/+46
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds9-11/+58
2026-07-26Merge tag 'smp-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+25
2026-07-26RDMA/cgroup: Disambiguate devices across net namespacesJiri Pirko1-12/+59
2026-07-25sched_ext: Use rcu_access_pointer() for the first_task comparisonTejun Heo1-1/+1
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo4-21/+50
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo3-10/+26
2026-07-25kho: align kho_scratch to MAX_ORDER_NR_PAGES pagesMichal Clapinski1-6/+16
2026-07-25liveupdate: Remember FLB retrieve() statusDavid Matlack1-3/+7
2026-07-25liveupdate: Reference count outgoing FLB dataDavid Matlack1-3/+7