aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-23/+103
2026-07-30Merge tag 'pm-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+11
2026-07-30rcu-tasks: Fix some comments for call_rcu_tasks() and call_rcu_tasks_rude()Zqiang1-4/+4
2026-07-30rcu-tasks: Rename tasks_rcu_exit_srcu_stall_timer to tasks_rcu_exit_stall_timerZqiang1-8/+8
2026-07-30rcu: Mark interrupts-enabled accesses to rdp->cpu_no_qs.sPaul E. McKenney1-1/+1
2026-07-30rcu: Reduce stack usage in show_rcu_gp_kthreads()Zqiang1-18/+29
2026-07-30rcu: Mark accesses to ->rcu_urgent_qs and ->rcu_need_heavy_qsItai Handler1-5/+5
2026-07-30rcu: Remove unused rdp parameter from rcu_check_gp_start_stall()Zqiang3-6/+4
2026-07-30rcu: Mark interrupts-enabled accesses to rdp->cpu_no_qs.b.normPaul E. McKenney2-5/+5
2026-07-30sched/deadline: Use revised wakeup rule only for running dl_serverGabriele Monaco1-1/+2
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