summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-28tracing/probes: Treating longer symbol name on event comparationMasami Hiramatsu (Google)
2026-07-28tracing: Use seq_buf for string concatenationWoradorn Laodhanadhaworn
2026-07-28tracing: Use strscpy() instead of strcpy() in trace_sched_switchPo-Sheng Lin
2026-07-28tracing: Warn when an event dereferences a pointer in TP_printk()Steven Rostedt
2026-07-28tracing: Reject invalid preemptirq_delay_test CPU affinitySamuel Moelius
2026-07-28fgraph: Use trace_seq_putc() in print_graph_return()Markus Elfring
2026-07-28tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_sh...Markus Elfring
2026-07-28tracing/user_events: Use seq_putc() in two functionsMarkus Elfring
2026-07-28tracing: Bound histogram expression strings with seq_bufPengpeng Hou
2026-07-28tracing: Return ERR_PTR() from expr_str()Pengpeng Hou
2026-07-28tracing: Use __free() for expr_str() bufferPengpeng Hou
2026-07-28kernel/trace/trace_printk: Use kstrdup() instead of kmalloc() and strcpy()David Laight
2026-07-28tracing: Point constant hist field type to string literalYu Peng
2026-07-28tracing: Expose tracepoint BTF ids via tracefsMykyta Yatsenko
2026-07-28bpf: Make btf_get_module_btf() and btf_relocate_id() non-staticMykyta Yatsenko
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-07-27bpf: Allow bpf_res_spin_lock() in all contextsKumar Kartikeya Dwivedi
2026-07-27sched_ext: Report scx_link_sched() failures inlineTejun Heo
2026-07-27sched_ext: Abort directly from the hardlockup handlerTejun Heo
2026-07-27sched_ext: Report NMI kicks with scx_error()Tejun Heo
2026-07-27sched_ext: Format bstr exit messages after claiming the exitTejun Heo
2026-07-27sched_ext: Make exit claiming lock-freeTejun Heo
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky
2026-07-26scsi: dma-mapping: Make dma_max_mapping_size() return 0 for no DMA capabilityJohn Garry
2026-07-26sched_ext: Bound per-task reenqueues and eject the owning schedulerTejun Heo
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-07-26Merge tag 'smp-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-26RDMA/cgroup: Disambiguate devices across net namespacesJiri Pirko
2026-07-25sched_ext: Use rcu_access_pointer() for the first_task comparisonTejun Heo
2026-07-25sched_ext: Resolve most remaining scx_root accessesTejun Heo
2026-07-25sched_ext: Add scx_cgroup_sched() for cgrp->scx_sched readsTejun Heo
2026-07-25kho: align kho_scratch to MAX_ORDER_NR_PAGES pagesMichal Clapinski
2026-07-25liveupdate: Remember FLB retrieve() statusDavid Matlack
2026-07-25liveupdate: Reference count outgoing FLB dataDavid Matlack
2026-07-25liveupdate: reject nonzero reserved value for SESSION_FINISHJackie Liu
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman
2026-07-24tracing: perf: Fix stale head for perf syscall tracingSteven Rostedt
2026-07-24ftrace: Add global mutex to serialize trace_parser accessTengda Wu
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-24rcu-tasks: Dump rtpcp->lazy_timer status in show_rcu_tasks_generic_gp_kthread()Zqiang
2026-07-24rcu-tasks: Update comments in call_rcu_tasks_generic()Zqiang
2026-07-24rcu: Mark accesses to rdp->rcu_cpu_has_workPaul E. McKenney
2026-07-24rcu: Remove unused func parameter from callback-enqueue functionsJoel Fernandes
2026-07-24rcu: Remove unused expedited_need_qs field from rcu_stateJoel Fernandes
2026-07-24rcu: Use WRITE_ONCE() for ->rcu_need_heavy_qsPaul E. McKenney
2026-07-24rcu: Use this_cpu_{read,write}() for ->cpu_no_qs.b.expPaul E. McKenney
2026-07-24rcuscale: Add concurrent expedited GP threads for callback scaling testsPuranjay Mohan
2026-07-24rcu: Advance callbacks for expedited GP completion in rcu_core()Puranjay Mohan
2026-07-24rcu: Detect expedited grace period completion in rcu_pending()Puranjay Mohan
2026-07-24rcu: Wake NOCB rcuog kthreads on expedited grace period completionPuranjay Mohan