public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 23:25:20 to 2026-05-05 12:24:46 UTC [more...]

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-05-05 12:24 UTC  (3+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search

[PATCH v14 00/19] unwind_deferred: Implement sframe handling
 2026-05-05 12:17 UTC  (20+ messages)
` [PATCH v14 01/19] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [PATCH v14 02/19] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v14 03/19] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v14 04/19] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v14 05/19] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v14 06/19] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v14 07/19] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v14 08/19] unwind_user: Stop when reaching an outermost frame
` [PATCH v14 09/19] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v14 10/19] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v14 11/19] unwind_user/sframe: Show file name in debug output
` [PATCH v14 12/19] unwind_user/sframe: Add .sframe validation option
` [PATCH v14 13/19] unwind_user: Enable archs that pass RA in a register
` [PATCH v14 14/19] unwind_user: Flexible FP/RA recovery rules
` [PATCH v14 15/19] unwind_user: Flexible CFA "
` [PATCH v14 16/19] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v14 17/19] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v14 18/19] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v14 19/19] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-05-05  7:45 UTC  (7+ messages)

[PATCH 00/13] rv: Convert rvgen to Lark
 2026-05-05  6:59 UTC  (14+ messages)
` [PATCH 01/13] verification/rvgen: Switch LTL parser "
` [PATCH 02/13] verification/rvgen: Introduce a parse tree for automata using Lark
` [PATCH 03/13] verification/rvgen: Implement state and transition parser based on Lark
` [PATCH 04/13] verification/rvgen: Convert __fill_verify_invariants_func() to Lark
` [PATCH 05/13] verification/rvgen: Convert __fill_setup_invariants_func() "
` [PATCH 06/13] verification/rvgen: Convert __fill_verify_guards_func() "
` [PATCH 07/13] rv: Simply hybrid automata monitors's clock variables
` [PATCH 08/13] verification/rvgen: Simplify the generation for "
` [PATCH 09/13] verification/rvgen: Delete __parse_constraint()
` [PATCH 10/13] verification/rvgen: Switch __get_event_variables() to Lark
` [PATCH 11/13] verification/rvgen: Switch __create_matrix() "
` [PATCH 12/13] verification/rvgen: Remove the old state variables
` [PATCH 13/13] verification/rvgen: Remove dead code

[RFC PATCH 00/12] rv: Add selftests to tools and KUnit tests
 2026-05-04 14:02 UTC  (12+ messages)
` [RFC PATCH 07/12] verification/rvgen: Add golden and spec folders for tests
` [RFC PATCH 10/12] rv: Add KUnit tests for some DA/HA monitors

[PATCH] tracing: probes: remove unused variable
 2026-05-04  8:59 UTC  (2+ messages)

[RFC PATCH v3] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 20:14 UTC  (3+ messages)

[RFC PATCH v4] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 19:52 UTC  (2+ messages)

[RFC PATCH v2] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 16:40 UTC  (3+ messages)

[RFC PATCH] bpf: introduce TAINT_UNSAFE_BPF for mutating helpers
 2026-05-03 15:23 UTC  (5+ messages)

[PATCH v2] Documentation/rv: Replace stale website link
 2026-05-03 15:11 UTC  (2+ messages)

[PATCH] mm: vmscan: rework lru_shrink and write_folio tracepoints
 2026-05-03 14:52 UTC  (3+ messages)

[PATCH 7.2 v16 00/13] khugepaged: mTHP support
 2026-05-03 13:32 UTC  (29+ messages)
` [PATCH 7.2 v16 02/13] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH 7.2 v16 03/13] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH 7.2 v16 04/13] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH 7.2 v16 05/13] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH 7.2 v16 07/13] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH 7.2 v16 09/13] mm/khugepaged: introduce collapse_allowable_orders helper function

[PATCH v2] blktrace: reject buf_size smaller than blk_io_trace2
 2026-05-03 11:08 UTC  (2+ messages)

[PATCH] blktrace: reject buf_size smaller than blk_io_trace
 2026-05-03  8:49 UTC  (4+ messages)

[PATCH] fprobe: Add unregister_fprobe_sync() for synchronous unregistration
 2026-05-03  3:25 UTC  (2+ messages)

[PATCH v19 0/7] ring-buffer: Making persistent ring buffers robust
 2026-05-02 22:17 UTC  (10+ messages)
` [PATCH v19 1/7] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v19 2/7] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v19 3/7] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v19 4/7] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v19 5/7] ring-buffer: Show commit numbers in buffer_meta file
` [PATCH v19 6/7] ring-buffer: Cleanup persistent ring buffer validation
` [PATCH v19 7/7] ring-buffer: Cleanup buffer_data_page related code

[PATCH] tracing: Switch trace_recursion_record.c code over to use guard()
 2026-05-02 17:47 UTC 

[PATCH] trace_printk: replace _______STR with __UNIQUE_ID(STR)
 2026-05-02  7:55 UTC  (12+ messages)
` [PATCH v2] trace_printk: replace ___STR with compound literal
` [PATCH v3] trace_printk: remove local variable for argument detection

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-05-01 22:21 UTC  (35+ messages)
` [PATCH RFC v5 24/53] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH RFC v5 32/53] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v5 34/53] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v5 35/53] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v5 36/53] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v5 37/53] KVM: selftests: Test conversion before allocation
` [PATCH RFC v5 38/53] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v5 39/53] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v5 40/53] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v5 41/53] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v5 42/53] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v5 43/53] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v5 44/53] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v5 45/53] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v5 46/53] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v5 47/53] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v5 48/53] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v5 49/53] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v5 50/53] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v5 51/53] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v5 52/53] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v5 53/53] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/6] guest_memfd in-place conversion selftests for SNP
  ` [POC PATCH 1/6] KVM: selftests: Initialize guest_memfd with INIT_SHARED
  ` [POC PATCH 2/6] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
  ` [POC PATCH 3/6] KVM: selftests: Make guest_code_xsave more friendly
  ` [POC PATCH 4/6] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
  ` [POC PATCH 5/6] KVM: selftests: Test conversions for SNP
  ` [POC PATCH 6/6] KVM: selftests: Test content modes ZERO and PRESERVE "

[PATCH] mm/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-05-01 19:25 UTC  (11+ messages)

[PATCH 00/11] v4l2: Add tracing for stateless codecs
 2026-05-01 19:07 UTC  (5+ messages)
` [PATCH 01/11] media: Move visl traces to v4l2-core

[PATCH v6] tracing: Bound synthetic-field strings with seq_buf
 2026-05-01 17:26 UTC  (5+ messages)

[PATCH v5 0/7] locking: contended_release tracepoint instrumentation
 2026-05-01 13:32 UTC  (2+ messages)

[PATCH v5 2/2] blk-mq: expose tag starvation counts via debugfs
 2026-05-01  4:24 UTC  (2+ messages)

[PATCH] tracepoint: add lockdep rcu_is_watching() check to trace_call__##name()
 2026-04-30 20:01 UTC  (4+ messages)
` [PATCH v2] tracepoint: add lockdep rcu_is_watching() check to trace_##name##_enabled()

[RFC][PATCH] unwind: Add stacktrace_setup system call
 2026-04-30 17:38 UTC  (12+ messages)

[PATCH] kprobes: Remove dead child probes from aggrprobe list on module unload
 2026-04-30  1:39 UTC  (4+ messages)

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-29 23:21 UTC  (8+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v18 0/8] ring-buffer: Making persistent ring buffers robust
 2026-04-29 16:39 UTC  (13+ messages)
` [PATCH v18 3/8] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v18 4/8] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v18 7/8] ring-buffer: Cleanup persistent ring buffer validation

[PATCH] tracing/probes: Limit size of event probe to 3K
 2026-04-29 15:57 UTC  (5+ messages)

[PATCH] mm/page_alloc: add tracepoint for PCP refills
 2026-04-29 14:52 UTC  (5+ messages)
` [PATCH v2] mm/page_alloc: trace PCP refills and PCP zone lock usage

[PATCH v3 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-29 13:41 UTC  (2+ messages)

[PATCH] sched: Use trace_call__<tp>() to save a static branch
 2026-04-29  9:41 UTC 

[PATCH] kprobes: skip non-symbol addresses in kprobe_add_ksym_blacklist()
 2026-04-29  8:30 UTC  (4+ messages)

[PATCH 0/3] bootconfig: break dependency from memblock
 2026-04-29  8:27 UTC  (5+ messages)
` [PATCH 2/3] init: use static buffers for bootconfig extra command line

[RFC PATCH 16/19] mm/damon: trace probe_hits
 2026-04-29  0:13 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox