public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 08:19:30 to 2026-03-29 18:48:49 UTC [more...]

[PATCH 2/2] tracing/hist: allocate synthetic-field command buffers to fit
 2026-03-29 18:49 UTC  (2+ messages)

[PATCH v4 0/2] tracing: Preserve repeated boot-time parameters and drain deferred trigger frees
 2026-03-29 18:42 UTC  (11+ messages)
` [PATCH v4 1/2] tracing: Preserve repeated boot-time tracing parameters
  ` [PATCH v5] "
    ` [PATCH v6] "
` [PATCH v4 2/2] tracing: Drain deferred trigger frees if kthread creation fails

[PATCH 1/2] tracing/hist: bound full field-name construction
 2026-03-29 18:39 UTC  (2+ messages)

[GIT PULL] RTLA changes for v7.1
 2026-03-29 16:22 UTC  (2+ messages)

[PATCH] tracing: Remove tracing_alloc_snapshot() when snapshot isn't defined
 2026-03-28 14:19 UTC 

[PATCH v13 0/4] ring-buffer: Making persistent ring buffers robust
 2026-03-27 20:47 UTC  (7+ messages)
` [PATCH v13 1/4] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH v13 2/4] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v13 3/4] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v13 4/4] ring-buffer: Add persistent ring buffer selftest

[PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized
 2026-03-27 19:54 UTC  (4+ messages)
` Warning from free_reserved_area() in next-20260325+

[PATCH v2] bootconfig: Apply early options from embedded config
 2026-03-27 16:11 UTC  (8+ messages)

[PATCH next] tracing: Remove spurious default precision from show_event_trigger/filter formats
 2026-03-27 14:26 UTC  (5+ messages)

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-03-27 11:00 UTC  (2+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-03-27  9:10 UTC  (13+ messages)
` [PATCH v2 01/19] tracepoint: Add trace_call__##name() API
` [PATCH v2 02/19] kernel: Use trace_call__##name() at guarded tracepoint call sites
` [PATCH v2 04/19] net: "
` [PATCH v2 06/19] cpufreq: "

[PATCHv4 bpf-next 00/25] bpf: tracing_multi link
 2026-03-27  4:18 UTC  (39+ messages)
` [PATCHv4 bpf-next 03/25] bpf: Use mutex lock pool for bpf trampolines
` [PATCHv4 bpf-next 04/25] bpf: Add struct bpf_trampoline_ops object
` [PATCHv4 bpf-next 05/25] bpf: Add struct bpf_tramp_node object
` [PATCHv4 bpf-next 06/25] bpf: Factor fsession link to use struct bpf_tramp_node
` [PATCHv4 bpf-next 07/25] bpf: Add multi tracing attach types
` [PATCHv4 bpf-next 08/25] bpf: Move sleepable verification code to btf_id_allow_sleepable
` [PATCHv4 bpf-next 09/25] bpf: Add bpf_trampoline_multi_attach/detach functions
` [PATCHv4 bpf-next 10/25] bpf: Add support for tracing multi link
` [PATCHv4 bpf-next 11/25] bpf: Add support for tracing_multi link cookies
` [PATCHv4 bpf-next 12/25] bpf: Add support for tracing_multi link session
` [PATCHv4 bpf-next 13/25] bpf: Add support for tracing_multi link fdinfo
` [PATCHv4 bpf-next 14/25] libbpf: Add bpf_object_cleanup_btf function
` [PATCHv4 bpf-next 15/25] libbpf: Add bpf_link_create support for tracing_multi link
` [PATCHv4 bpf-next 16/25] libbpf: Add btf_type_is_traceable_func function
` [PATCHv4 bpf-next 17/25] libbpf: Add support to create tracing multi link
` [PATCHv4 bpf-next 18/25] selftests/bpf: Add tracing multi skel/pattern/ids attach tests
` [PATCHv4 bpf-next 19/25] selftests/bpf: Add tracing multi skel/pattern/ids module "
` [PATCHv4 bpf-next 20/25] selftests/bpf: Add tracing multi intersect tests
` [PATCHv4 bpf-next 21/25] selftests/bpf: Add tracing multi cookies test
` [PATCHv4 bpf-next 22/25] selftests/bpf: Add tracing multi session test
` [PATCHv4 bpf-next 23/25] selftests/bpf: Add tracing multi attach fails test
` [PATCHv4 bpf-next 24/25] selftests/bpf: Add tracing multi attach benchmark test
` [PATCHv4 bpf-next 25/25] selftests/bpf: Add tracing multi attach rollback tests

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-03-26 23:36 UTC  (52+ messages)
` [PATCH RFC v4 01/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v4 02/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v4 03/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v4 04/44] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v4 05/44] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v4 06/44] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v4 07/44] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v4 08/44] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 09/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 11/44] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v4 12/44] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v4 13/44] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v4 14/44] KVM: x86: Add support for applying content modes
` [PATCH RFC v4 15/44] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v4 16/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v4 17/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v4 18/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v4 19/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v4 20/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v4 21/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v4 22/44] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v4 23/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH RFC v4 24/44] KVM: selftests: Test using guest_memfd for guest private memory
` [PATCH RFC v4 25/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH RFC v4 26/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH RFC v4 27/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH RFC v4 28/44] KVM: selftests: Test conversion before allocation
` [PATCH RFC v4 29/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH RFC v4 30/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH RFC v4 31/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH RFC v4 32/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH RFC v4 33/44] KVM: selftests: Test that conversion to private does not support ZERO
` [PATCH RFC v4 34/44] KVM: selftests: Support checking that data not equal expected
` [PATCH RFC v4 35/44] KVM: selftests: Test that not specifying a conversion flag scrambles memory contents
` [PATCH RFC v4 36/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH RFC v4 37/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH RFC v4 38/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH RFC v4 39/44] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH RFC v4 40/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH RFC v4 41/44] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH RFC v4 42/44] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH RFC v4 43/44] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [PATCH RFC v4 44/44] 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: Call snp_launch_update_data() providing copy of memory
  ` [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 v4 0/5] locking: contended_release tracepoint instrumentation
 2026-03-26 17:47 UTC  (9+ messages)
` [PATCH v4 1/5] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v4 2/5] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v4 3/5] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v4 4/5] locking: Factor out queued_spin_release()
` [PATCH v4 5/5] locking: Add contended_release tracepoint to spinning locks

[syzbot] Monthly trace report (Mar 2026)
 2026-03-26 12:34 UTC 

[PATCH v2] tracing/osnoise: fix potential deadlock in cpu hotplug
 2026-03-26  7:18 UTC  (2+ messages)

[PATCH v5 0/3] PCI Controller event and LTSSM tracepoint support
 2026-03-26  7:13 UTC  (6+ messages)
` [PATCH v5 1/3] PCI: trace: Add PCI controller LTSSM transition tracepoint
` [PATCH v5 2/3] Documentation: tracing: Add PCI controller event documentation
` [PATCH v5 3/3] PCI: dw-rockchip: Add pcie_ltssm_state_transition trace support

[PATCH] tracing/osnoise: fix potential deadlock in cpu hotplug
 2026-03-25 14:34 UTC  (4+ messages)

[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
 2026-03-25 14:19 UTC  (12+ messages)

[PATCH] module/kallsyms: sort function symbols and use binary search
 2026-03-25 10:02 UTC  (6+ messages)

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-25  8:51 UTC  (2+ messages)

[PATCH v2 00/11] Add spi-hid transport driver
 2026-03-25  8:49 UTC  (2+ messages)

[RFC v5 0/7] ext4: fast commit: snapshot inode state for FC log
 2026-03-25  6:16 UTC  (4+ messages)
` [RFC v5 6/7] ext4: fast commit: add lock_updates tracepoint

[PATCH v12 0/4] ring-buffer: Making persistent ring buffers robust
 2026-03-25  0:47 UTC  (6+ messages)

[PATCH] ring-buffer: Show what clock function is used on timestamp errors
 2026-03-25  0:17 UTC  (2+ messages)

[PATCH] tracing: Allow perf to read synthetic events
 2026-03-24 21:41 UTC  (5+ messages)

[RFC PATCH bpf-next 0/3] Optimize kprobe.session attachment for exact match
 2026-03-24 21:03 UTC  (7+ messages)
` [RFC PATCH bpf-next 2/3] ftrace: Use kallsyms binary search for single-symbol lookup
    ` [External] "

[PATCH v3 0/2] tracing: preserve repeated boot-time parameters and drain deferred trigger frees
 2026-03-24 18:53 UTC  (5+ messages)
` [PATCH v3 1/2] tracing: preserve repeated boot-time tracing parameters
` [PATCH v3 2/2] tracing: drain deferred trigger frees if kthread startup fails

[PATCH v3] tracing: Move snapshot code out of trace.c and into trace_snapshot.c
 2026-03-24 18:01 UTC 

[PATCH v8 0/6] tracing: Remove backup instance after read all
 2026-03-24 16:43 UTC  (3+ messages)
` [PATCH v8 3/6] tracefs: Check file permission even if user has CAP_DAC_OVERRIDE

[PATCH] Documentation/rtla: Document SIGINT behavior
 2026-03-24 16:30 UTC  (3+ messages)

[PATCH] tracing: fprobe: fix the length of unused fgraph_data
 2026-03-24 15:42 UTC  (9+ messages)
` [PATCH v2] tracing: fprobe: do not zero out "

[PATCH] bootconfig: Apply early options from embedded config
 2026-03-24 15:38 UTC  (2+ messages)

[PATCH 0/3] rtla: Migrate to libsubcmd for command line option parsing
 2026-03-24 14:37 UTC  (5+ messages)
` [PATCH 3/3] rtla: Parse cmdline using libsubcmd


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