Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-04-28 07:11:00 to 2026-05-01 18:08:02 UTC [more...]

[PATCH 00/11] v4l2: Add tracing for stateless codecs
 2026-05-01 18:07 UTC  (17+ messages)
` [PATCH 01/11] media: Move visl traces to v4l2-core
` [PATCH 02/11] media: Reformat v4l2-requests trace event printk
` [PATCH 03/11] media: Add tgid and fd fields in v4l2_fh struct
` [PATCH 04/11] media: Add tgid and fd to the v4l2-requests trace fields
` [PATCH 05/11] media: Add missing types to v4l2_ctrl_ptr
` [PATCH 06/11] media: Trace the stateless controls when set in v4l2-ctrls-core.c
` [PATCH 11/11] media: hantro: Add fdinfo callback

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

[PATCH] trace_printk: replace _______STR with __UNIQUE_ID(STR)
 2026-05-01 16:28 UTC  (9+ messages)
` [PATCH v2] trace_printk: replace ___STR with compound literal

[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 RFC v5 00/53] guest_memfd: In-place conversion support
 2026-04-30 23:51 UTC  (65+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 02/53] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH RFC v5 03/53] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH RFC v5 04/53] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH RFC v5 05/53] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH RFC v5 06/53] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH RFC v5 07/53] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH RFC v5 08/53] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH RFC v5 09/53] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH RFC v5 11/53] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH RFC v5 12/53] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH RFC v5 13/53] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH RFC v5 14/53] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH RFC v5 15/53] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH RFC v5 16/53] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH RFC v5 17/53] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH RFC v5 18/53] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH RFC v5 19/53] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH RFC v5 20/53] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH RFC v5 21/53] KVM: guest_memfd: Introduce default handlers for content modes
` [PATCH RFC v5 22/53] KVM: guest_memfd: Apply content modes while setting memory attributes
` [PATCH RFC v5 23/53] KVM: x86: Support SW_PROTECTED_VM in applying content modes
` [PATCH RFC v5 24/53] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH RFC v5 25/53] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH RFC v5 26/53] KVM: x86: Support SNP and TDX applying content modes
` [PATCH RFC v5 27/53] KVM: x86: Bug CoCo VM on page fault before finalizing
` [PATCH RFC v5 28/53] KVM: Add CAP to enumerate supported SET_MEMORY_ATTRIBUTES2 flags
` [PATCH RFC v5 29/53] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH RFC v5 30/53] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH RFC v5 31/53] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH RFC v5 32/53] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH RFC v5 33/53] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [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] 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()

[PATCH] mm/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-04-30 19:25 UTC  (10+ messages)

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

[PATCH v19 0/7] ring-buffer: Making persistent ring buffers robust
 2026-04-30  3:29 UTC  (8+ 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] 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 7.2 v16 00/13] khugepaged: mTHP support
 2026-04-29 18:22 UTC  (25+ 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 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

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-04-29 13:42 UTC  (5+ messages)

[PATCH v3 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-29 13:41 UTC  (22+ messages)
` [PATCH v3 09/28] nfsd: add protocol support for CB_NOTIFY
` [PATCH v3 10/28] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v3 11/28] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v3 12/28] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v3 13/28] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v3 14/28] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v3 15/28] nfsd: use RCU to protect fi_deleg_file
` [PATCH v3 16/28] nfsd: add data structures for handling CB_NOTIFY
` [PATCH v3 17/28] nfsd: add notification handlers for dir events
` [PATCH v3 18/28] nfsd: add tracepoint to dir_event handler
` [PATCH v3 19/28] nfsd: apply the notify mask to the delegation when requested
` [PATCH v3 20/28] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v3 21/28] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v3 22/28] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v3 23/28] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v3 24/28] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v3 25/28] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v3 26/28] nfsd: properly track requested child attributes
` [PATCH v3 27/28] nfsd: track requested dir attributes
` [PATCH v3 28/28] nfsd: add support to CB_NOTIFY for dir attribute changes

[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 00/19] mm/damon: introduce data attributes monitoring
 2026-04-29  0:13 UTC  (4+ messages)
` [RFC PATCH 16/19] mm/damon: trace probe_hits

[PATCH v3 0/4] tracing/preemptirq: Optimize disabled tracepoint overhead
 2026-04-28 19:05 UTC  (12+ messages)
` [PATCH v3 1/4] tracing/preemptirq: Optimize preempt_disable/enable() "
` [PATCH v3 4/4] trace/preemptirq: Implement trace_irqflags hooks

[PATCH] fprobe: Add unregister_fprobe_sync() for synchronous unregistration
 2026-04-28 18:27 UTC  (2+ messages)

[PATCH 2/2] tracing/hist: allocate synthetic-field command buffers to fit
 2026-04-28 17:32 UTC  (6+ messages)
` [PATCH v2 2/2] tracing/hist: reject synthetic-field strings that exceed MAX_FILTER_STR_VAL
  ` [PATCH v3] tracing/hist: bound synthetic-field strings with seq_buf
    ` [PATCH v4] tracing: Bound "
      ` [PATCH v5] "

[PATCH] trace: remove the dead IS_ERR() check in trace_pipe_open()
 2026-04-28 17:11 UTC  (2+ messages)

[RFC PATCH 00/12] rv: Add selftests to tools and KUnit tests
 2026-04-28 15:27 UTC  (3+ messages)

[PATCH] tracing: separate module tracepoint strings from trace_printk formats
 2026-04-28 12:39 UTC  (3+ messages)
` [PATCH v2] tracing: export live module tracepoint strings in printk_formats

[PATCH v2] Documentation/rv: Replace stale website link
 2026-04-28  9:39 UTC  (6+ messages)

[PATCH] tracing: fprobe: Remove __packed from generic __fprobe_header
 2026-04-28  8:30 UTC 

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-04-28  8:23 UTC  (6+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search


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