public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-30 02:50:13 to 2026-02-03 18:42:28 UTC [more...]

[PATCH net-next 00/15] mptcp: misc. features for v6.20/7.0
 2026-02-03 18:41 UTC 

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-02-03 18:16 UTC  (11+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH] bpf: add missing __printf attributes
 2026-02-03 18:11 UTC  (6+ messages)

[PATCH v7 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-03 17:35 UTC  (8+ messages)
` [PATCH v7 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v7 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v7 3/6] x86/asm: Simplify VDSO DWARF generation
` [PATCH v7 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v7 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v7 6/6] x86/vdso: Enable sframe generation in VDSO

[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-02-03 17:22 UTC  (3+ messages)

[PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
 2026-02-03 17:17 UTC  (8+ messages)

[PATCH] [v2] tracing: move __printf() attribute on __ftrace_vbprintk()
 2026-02-03 16:45 UTC 

[PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
 2026-02-03 16:20 UTC  (11+ messages)

[PATCH 2/2] tracing: resolve enum names for function arguments via BTF
 2026-02-03 16:00 UTC  (6+ messages)

[RFC bpf-next 00/12] bpf: tracing_multi link
 2026-02-03 15:40 UTC  (21+ messages)
` [RFC bpf-next 01/12] ftrace: Add ftrace_hash_count function
` [RFC bpf-next 02/12] bpf: Add struct bpf_trampoline_ops object
` [RFC bpf-next 03/12] bpf: Add struct bpf_struct_ops_tramp_link object
` [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
` [RFC bpf-next 05/12] bpf: Add multi tracing attach types
` [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
` [RFC bpf-next 07/12] bpf: Add support to create tracing multi link
` [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
` [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link
` [RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
` [RFC bpf-next 11/12] selftests/bpf: Add fentry intersected "
` [RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test

[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
 2026-02-03 13:07 UTC  (9+ messages)
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH mm-unstable v14 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse

[PATCH v5 00/15] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
 2026-02-03 11:06 UTC  (3+ messages)
` [PATCH v5 09/15] sched: Add task enqueue/dequeue trace points

[PATCH v5] stm: class: Add MIPI OST protocol support
 2026-02-03 10:26 UTC  (6+ messages)

[PATCH] bootconfig: Fix to terminate value search if it hits a newline
 2026-02-02 23:05 UTC  (5+ messages)

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-02 22:36 UTC  (38+ messages)
` [RFC PATCH v2 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v2 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v2 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v2 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v2 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v2 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v2 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 08/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 10/37] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [RFC PATCH v2 11/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v2 12/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v2 13/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v2 14/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v2 15/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v2 16/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v2 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v2 19/37] KVM: selftests: Test using guest_memfd for guest private memory
` [RFC PATCH v2 20/37] KVM: selftests: Test basic single-page conversion flow
` [RFC PATCH v2 21/37] KVM: selftests: Test conversion flow when INIT_SHARED
` [RFC PATCH v2 22/37] KVM: selftests: Test indexing in guest_memfd
` [RFC PATCH v2 23/37] KVM: selftests: Test conversion before allocation
` [RFC PATCH v2 24/37] KVM: selftests: Convert with allocated folios in different layouts
` [RFC PATCH v2 25/37] KVM: selftests: Test precision of conversion
` [RFC PATCH v2 26/37] KVM: selftests: Test that truncation does not change shared/private status
` [RFC PATCH v2 27/37] KVM: selftests: Test that shared/private status is consistent across processes
` [RFC PATCH v2 28/37] KVM: selftests: Test conversion with elevated page refcount
` [RFC PATCH v2 29/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v2 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v2 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v2 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v2 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v2 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v2 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v2 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v2 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes

[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
 2026-02-02 22:29 UTC 

[PATCH AUTOSEL 6.18] tracing: Avoid possible signed 64-bit truncation
 2026-02-02 21:46 UTC 

[PATCH bpf-next] ftrace: Fix direct_functions leak in update_ftrace_direct_del
 2026-02-02 18:51 UTC  (4+ messages)

[PATCH] tracing: Fix ftrace event field alignments
 2026-02-02 16:30 UTC 

[PATCH v2] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
 2026-02-02 15:34 UTC  (4+ messages)

[PATCH v4 5/5] blktrace: Make init_blk_tracer() asynchronous when trace_async_init set
 2026-02-02  3:36 UTC  (12+ messages)

[PATCH v2] trace/hwlat: prevent false sharing in get_sample()
 2026-02-02  2:58 UTC 

[PATCH -next v2] cgroup: increase maximum subsystem count from 16 to 32
 2026-02-01 16:51 UTC  (2+ messages)

[PATCH v6 0/4] tracing: Remove backup instance after read all
 2026-02-01  3:29 UTC  (5+ messages)
` [PATCH v6 1/4] tracing: Reset last_boot_info if ring buffer is reset
` [PATCH v6 2/4] tracing: Make the backup instance non-reusable
` [PATCH v6 3/4] tracing: Remove the backup instance automatically after read
` [PATCH v6 4/4] tracing/Documentation: Add a section about backup instance

[PATCH v5 v5 0/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
 2026-01-31 16:16 UTC  (6+ messages)
` [PATCH v5 v5 1/3] docs: tracing/fprobe: Document list filters "

[PATCH v11 00/30] Tracefs support for pKVM
 2026-01-31 13:28 UTC  (31+ messages)
` [PATCH v11 01/30] ring-buffer: Add page statistics to the meta-page
` [PATCH v11 02/30] ring-buffer: Store bpage pointers into subbuf_ids
` [PATCH v11 03/30] ring-buffer: Introduce ring-buffer remotes
` [PATCH v11 04/30] ring-buffer: Add non-consuming read for "
` [PATCH v11 05/30] tracing: Introduce trace remotes
` [PATCH v11 06/30] tracing: Add reset to "
` [PATCH v11 07/30] tracing: Add non-consuming read "
` [PATCH v11 08/30] tracing: Add init callback "
` [PATCH v11 09/30] tracing: Add events "
` [PATCH v11 10/30] tracing: Add events/ root files "
` [PATCH v11 11/30] tracing: Add helpers to create trace remote events
` [PATCH v11 12/30] ring-buffer: Export buffer_data_page and macros
` [PATCH v11 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v11 14/30] tracing: Add a trace remote module for testing
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests
` [PATCH v11 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v11 17/30] tracing: load/unload page callbacks for simple_ring_buffer
` [PATCH v11 18/30] tracing: Check for undefined symbols in simple_ring_buffer
` [PATCH v11 19/30] KVM: arm64: Add PKVM_DISABLE_STAGE2_ON_PANIC
` [PATCH v11 20/30] KVM: arm64: Add clock support to nVHE/pKVM hyp
` [PATCH v11 21/30] KVM: arm64: Initialise hyp_nr_cpus for nVHE hyp
` [PATCH v11 22/30] KVM: arm64: Support unaligned fixmap in the pKVM hyp
` [PATCH v11 23/30] KVM: arm64: Add tracing capability for the nVHE/pKVM hyp
` [PATCH v11 24/30] KVM: arm64: Add trace remote "
` [PATCH v11 25/30] KVM: arm64: Sync boot clock with "
` [PATCH v11 26/30] KVM: arm64: Add trace reset to "
` [PATCH v11 27/30] KVM: arm64: Add event support to the nVHE/pKVM hyp and trace remote
` [PATCH v11 28/30] KVM: arm64: Add hyp_enter/hyp_exit events to nVHE/pKVM hyp
` [PATCH v11 29/30] KVM: arm64: Add selftest event support "
` [PATCH v11 30/30] tracing: selftests: Add hypervisor trace remote tests

[PATCH] tracing: Fix duration calculation bug (rettime - calltime) on ARM architecture
 2026-01-31 12:56 UTC  (4+ messages)
  `  "

[PATCH v10 00/30] Tracefs support for pKVM
 2026-01-31 12:54 UTC  (4+ messages)
` [PATCH v10 14/30] tracing: Add a trace remote module for testing

[PATCH -next] cgroup: increase maximum subsystem count from 16 to 32
 2026-01-31  3:00 UTC  (5+ messages)

[PATCHv2 bpf-next 0/6] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
 2026-01-30 21:50 UTC  (2+ messages)

[PATCH] tracing: Add kerneldoc to trace_event_buffer_reserve()
 2026-01-30 15:37 UTC 

[PATCH v5 0/4] tracing: Remove backup instance after read all
 2026-01-30 15:21 UTC  (15+ messages)
` [PATCH v5 2/4] tracing: Make the backup instance non-reusable
` [PATCH v5 3/4] tracing: Remove the backup instance automatically after read
` [PATCH v5 4/4] tracing/Documentation: Add a section about backup instance

[PATCH] trace/hwlat: prevent false sharing in get_sample()
 2026-01-30 15:19 UTC  (3+ messages)

[PATCH] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
 2026-01-30 14:57 UTC  (2+ messages)

[PATCH v2 0/3] powerpc64/ftrace: fixes clang build issues
 2026-01-30  6:18 UTC  (2+ messages)

[PATCH v6 0/3] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-30  2:50 UTC  (6+ messages)


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