Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-20 13:34:33 to 2026-05-21 04:49:18 UTC [more...]

[PATCH] trace: allocate fields with elt struct
 2026-05-21  4:49 UTC  (3+ messages)
` [PATCH] tracing: Do not call map->ops->elt_free() if elt_alloc() is not succeeded

[PATCH] gpu: host1x: trace: fix string fields in host1x traces
 2026-05-21  4:33 UTC  (4+ messages)

[PATCH v2] ring-buffer: Fix reporting of missed events in iterator
 2026-05-21  3:46 UTC  (2+ messages)

[PATCH] tracing: Use flexible array for entry fetch code
 2026-05-21  3:09 UTC  (2+ messages)

(no subject)
 2026-05-21  3:00 UTC  (2+ messages)
` 

[PATCH v20 00/10] ring-buffer: Making persistent ring buffers robust
 2026-05-21  2:58 UTC  (13+ messages)
` [PATCH v20 01/10] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v20 02/10] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v20 03/10] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v20 04/10] ring-buffer: Show commit numbers in buffer_meta file
` [PATCH v20 05/10] ring-buffer: Cleanup persistent ring buffer validation
` [PATCH v20 06/10] ring-buffer: Cleanup buffer_data_page related code
` [PATCH v20 07/10] ring-buffer: Skip invalid sub-buffers for iterator
` [PATCH v20 08/10] ring-buffer: Have dropped subbuffers be persistent across reboots
` [PATCH v20 09/10] ring-buffer: Show persistent buffer dropped events in trace file
` [PATCH v20 10/10] ring-buffer: Show persistent buffer dropped events in trace_pipe file

[PATCH v5] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-21  2:55 UTC  (6+ messages)

[PATCHv2] tracing: simplify pages allocation
 2026-05-21  2:55 UTC  (2+ messages)

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-21  2:46 UTC  (11+ messages)
` [PATCH mm-unstable v17 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support

[PATCH v2] tools/bootconfig: Fix buf leaks in apply_xbc
 2026-05-21  2:38 UTC  (2+ messages)

[PATCH v4 1/2] tracing: Return ERR_PTR() from expr_str()
 2026-05-21  2:28 UTC  (2+ messages)
` [PATCH v4 2/2] tracing: Bound histogram expression strings with seq_buf

[PATCH v6 0/2] blk-mq: introduce tag starvation observability
 2026-05-21  2:22 UTC  (6+ messages)
` [PATCH v6 2/2] blk-mq: expose tag starvation counts via debugfs

[PATCH] tracing: Fix README path for synthetic_events
 2026-05-21  1:52 UTC 

[PATCH] ftrace: Use flexible array for hash buckets
 2026-05-21  1:39 UTC  (3+ messages)

[PATCH] ring-buffer: Fix reporting of missed events in iterator
 2026-05-21  1:38 UTC  (3+ messages)

[PATCH] tracing: Create output file from cmd_check_undefined
 2026-05-20 22:42 UTC  (2+ messages)

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-20 22:04 UTC  (29+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 07/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v6 08/43] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v6 09/43] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v6 10/43] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v6 13/43] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v6 14/43] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs

[PATCH v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
 2026-05-20 20:41 UTC  (2+ messages)

[PATCH v2] tracing/osnoise: Array printk init and cleanup
 2026-05-20 20:28 UTC  (2+ messages)

[PATCH] tracepoint: add lockdep rcu_is_watching() check to trace_call__##name()
 2026-05-20 19:55 UTC  (3+ messages)
` [PATCH v2] tracepoint: add lockdep rcu_is_watching() check to trace_##name##_enabled()

[PATCH] tracing: simplify pages allocation
 2026-05-20 19:38 UTC  (2+ messages)

(no subject)
 2026-05-20 18:45 UTC 

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


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