linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-23 08:56:47 to 2026-09-26 10:03:34 UTC [more...]

[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-26 10:03 UTC  (62+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v3 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v3 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v3 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v3 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v3 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v3 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v3 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify

[PATCH v2] kprobes: Make optprobe optimizer multi-generational and asynchronous
 2026-09-26  7:46 UTC 

[PATCH v2 0/3] mm: trace: decode architecture-specific VMA flags
 2026-09-26  6:14 UTC  (2+ messages)

[PATCH v5 03/13] kprobes: Expose the optprobe jump window to Tasks RCU
 2026-09-26  2:17 UTC  (8+ messages)
` [PATCH] kprobes: Make optprobe optimizer multi-generational and asynchronous

[syzbot] [trace?] KASAN: slab-use-after-free Read in ring_buffer_lock_reserve
 2026-09-26  0:47 UTC 

[PATCH 0/4] alloc_tag: Introduce selective tracing for MAP
 2026-09-25 21:28 UTC  (14+ messages)
` [PATCH 1/4] alloc_tag: Add trace events for tracing allocations
` [PATCH 2/4] alloc_tag: Introduce IOCTLs to toggle allocation tracepoints

[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-09-25 21:19 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v3 0/2] dmaengine: qcom: gpi: Add trace event support
 2026-09-25 21:02 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] dmaengine: qcom: gpi: Convert dev_dbg() calls to tracepoints

[PATCH] Add TAINT_DRIVER_OVERRIDE for usage of driver_override
 2026-09-25 20:30 UTC  (6+ messages)

[PATCH 0/2] tracing: fgraph: cut the cost of the shadow stack retry loop
 2026-09-25 19:32 UTC  (6+ messages)
` [PATCH 1/2] tracing: fgraph: Raise FTRACE_RETSTACK_ALLOC_SIZE to 1024

[PATCH v2 0/9] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-25 19:17 UTC  (13+ messages)
` [PATCH v2 1/9] ftrace: Do not leak a module's empty page group
` [PATCH v2 2/9] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH v2 3/9] scripts/sorttable: Make the arm64 before_func offset configurable
` [PATCH v2 4/9] compiler_types: Let notrace keep the function prefix NOPs
` [PATCH v2 5/9] arm64: ftrace: Make the CALL_OPS prefix layout configurable
` [PATCH v2 6/9] arm64: cfi: Use CONFIG_ARM64_FUNCTION_PREFIX_NOPS for the type hash offset
` [PATCH v2 7/9] arm64: ftrace: Support CALL_OPS on kernels built with kCFI
` [PATCH v2 8/9] arm64: ftrace: Use five prefix NOPs on ThinLTO kernels with BTI
` [PATCH v2 9/9] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[PATCH] kprobes: Fix permanent hang when flushing the kprobe optimizer
 2026-09-25 16:38 UTC  (3+ messages)

[PATCH 0/2] sparc64: fix relbranch_fixup() for BPr, FBfcc and FBPfcc
 2026-09-25 14:28 UTC  (4+ messages)
` [PATCH 1/2] sparc64: kprobes: "
` [PATCH 2/2] sparc64: uprobes: "

[PATCH v2 0/3] dmaengine: qcom: gpi: Add trace event support
 2026-09-25 14:10 UTC  (7+ messages)
` [PATCH v2 1/3] dmaengine: qcom: gpi: trace: Add trace events header for Qualcomm GPI DMA
` [PATCH v2 3/3] dmaengine: qcom: gpi: Convert dev_dbg() calls to tracepoints

[PATCH v13 00/44] guest_memfd: In-place conversion support
 2026-09-25 14:03 UTC  (4+ messages)

[PATCH] selftests/ftrace: skip gcov symbols when picking a function to probe
 2026-09-25 13:35 UTC 

[PATCH v18 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-09-25 11:13 UTC  (11+ messages)
` [PATCH v18 01/11] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v18 03/11] perf/hw_breakpoint: Add register_wide_hw_breakpoint_cpuslocked() API
` [PATCH v18 04/11] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v18 05/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v18 06/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v18 07/11] selftests: tracing: Add syntax "
` [PATCH v18 08/11] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v18 09/11] selftests: tracing: Add wprobe trigger testcases
` [PATCH v18 10/11] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v18 11/11] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH] tracing/probes: Clarify btf_find_struct_member() container parameter and add kernel-doc
 2026-09-25  4:12 UTC 

[PATCH v17 00/13] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-09-25  3:42 UTC  (26+ messages)
` [PATCH v17 01/13] x86/mce: Fix hardware debug register corruption on task migration
` [PATCH v17 02/13] perf/x86, KVM: Prevent host debug register leak into guest OS on NMI
` [PATCH v17 03/13] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v17 10/13] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v17 11/13] selftests: tracing: Add wprobe trigger testcases
` [PATCH v17 13/13] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger

[PATCH 0/3] tracing: Fix simple_ring_buffer symbol checking on parisc and sparc64
 2026-09-25  2:31 UTC  (7+ messages)
` [PATCH 1/3] tracing: Fix empty symbol names in simple_ring_buffer undef check
` [PATCH 2/3] tracing: Fix simple_ring_buffer undef check on parisc
` [PATCH 3/3] tracing: Fix simple_ring_buffer undef check on sparc64

[PATCH v3 0/2] tracing: add ring-buffer memory usage statistics
 2026-09-25  1:09 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] tracing: add ring-buffer memory usage statistics in tracefs
  ` [PATCH v4 2/2] tracing: add per-CPU "

[GIT PULL] Landlock fix for v7.3-rc5
 2026-09-24 17:59 UTC  (2+ messages)

[PATCH v7 0/4] tracing: improve symbolic printing
 2026-09-24 15:31 UTC  (5+ messages)
` [PATCH v7 1/4] tracing: add __print_sym() to replace __print_symbolic()
` [PATCH v7 3/4] net: dropreason: use new __print_sym() in tracing

[PATCH v7 00/20] tracing/remotes: Add printk, dump_on_panic and boot parameters
 2026-09-24 15:16 UTC  (25+ messages)
` [PATCH v7 01/20] tracing/remotes: Gate tracefs files opening on trace remote registration
` [PATCH v7 02/20] tracing/remotes: Release tracefs,eventfs on registration failure
` [PATCH v7 03/20] tracing/remotes: Use kstrtobool for boolean tracefs files
` [PATCH v7 04/20] tracing/remotes: Initialise pos in trace_start()
` [PATCH v7 05/20] tracing/remotes: Annotate remote shared fields with READ_ONCE/WRITE_ONCE
` [PATCH v7 06/20] tracing/remotes: Use a single per-remote polling work
` [PATCH v7 07/20] tracing/simple_ring_buffer: Add support for compressed length
` [PATCH v7 08/20] tracing/remotes: Add dmesg tracefs file
` [PATCH v7 09/20] tracing/remotes: selftests: Add a test for the "
` [PATCH v7 10/20] tracing/remotes: selftests: Prefix hypervisor folder
` [PATCH v7 11/20] ring-buffer: Use irqsave for the reader lock in ring_buffer_poll_remote
` [PATCH v7 12/20] ring-buffer: Use panic-friendly locking in ring_buffer_iter interface
` [PATCH v7 13/20] ring-buffer: Add ring_buffer_read_remote_meta_page()
` [PATCH v7 14/20] ring-buffer: Add kerneldoc for ring_buffer_poll_remote
` [PATCH v7 15/20] tracing/remotes: Add dump_on_panic tracefs file
` [PATCH v7 16/20] tracing/remotes: selftests: Add a test for the "
` [PATCH v7 17/20] tracing/remotes: Add poll_ms "
` [PATCH v7 18/20] tracing/remotes: Add trace_remote cmdline options
` [PATCH v7 19/20] Documentation: tracing/remotes: Add detailed tracefs layout
` [PATCH v7 20/20] Documentation/kernel-parameters: Add trace_remote

[PATCH RESEND v2] riscv: mm: Trace TLB flush path selection
 2026-09-24 15:15 UTC 

[PATCH] pmdomain: core: Add tracepoints for domain state changes
 2026-09-24 15:07 UTC 

[PATCH v6 00/18] tracing/remotes: Add printk, dump_on_panic and boot parameters
 2026-09-24 13:29 UTC  (19+ messages)
` [PATCH v6 01/18] tracing/remotes: Gate tracefs files opening on trace remote registration
` [PATCH v6 03/18] tracing/remotes: Use kstrtobool for boolean tracefs files
` [PATCH v6 07/18] tracing/remotes: selftests: Add a test for the dmesg tracefs file
` [PATCH v6 10/18] ring-buffer: Use panic-friendly locking in ring_buffer_iter interface
` [PATCH v6 13/18] tracing/remotes: Add dump_on_panic tracefs file
` [PATCH v6 16/18] tracing/remotes: Add trace_remote cmdline options

[PATCH] ring-buffer: Fix false warning in ring_buffer_map_get_reader()
 2026-09-24  9:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
 2026-09-24  7:47 UTC  (7+ messages)
` [PATCH v2 1/3] rv: add per-edge dwell-time statistics primitive
` [PATCH v2 2/3] rv: add per-monitor edge-stat facility and stats file
` [PATCH v2 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors

[PATCH] ftrace: add max field to function profiler stats
 2026-09-24  5:27 UTC  (3+ messages)

[PATCH v1] ring-buffer: Fix the sub-buffer array base in rb_meta_subbuf_idx()
 2026-09-24  1:06 UTC  (2+ messages)

[PATCH] ring-buffer: Add a MAINTAINERS category specific for the tracing ring-buffer
 2026-09-24  1:03 UTC  (3+ messages)

[PATCH v4 0/3] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-09-23 20:52 UTC  (9+ messages)

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-23 14:31 UTC  (9+ messages)

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-23 14:19 UTC  (7+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).