Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-02 22:17:26 to 2026-05-08 14:01:14 UTC [more...]

[PATCH 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-08 14:01 UTC  (10+ messages)
` [PATCH v1 1/2] spi: qcom-geni: trace: Add trace events for Qualcomm GENI SPI
` [PATCH v1 2/2] spi: qcom-geni: Add trace events for Qualcomm GENI SPI driver

[PATCH 0/3] bootconfig: break dependency from memblock
 2026-05-08 13:59 UTC  (6+ messages)
` [PATCH 2/3] init: use static buffers for bootconfig extra command line

[PATCH 0/2] tools/bootconfig: render kernel.* subtree as a cmdline string
 2026-05-08 13:55 UTC  (3+ messages)
` [PATCH 1/2] bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.c
` [PATCH 2/2] tools/bootconfig: render kernel.* subtree as cmdline string with -C

[RFC PATCH] trace: Introduce a new filter_pred "caller"
 2026-05-08 12:26 UTC 

[PATCH 7.2 v16 03/13] mm/khugepaged: rework max_ptes_* handling with helper functions
 2026-05-08 11:11 UTC  (2+ messages)

[PATCH v14 00/19] unwind_deferred: Implement sframe handling
 2026-05-08 10:51 UTC  (27+ 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

[RFC][PATCH] unwind: Add stacktrace_setup system call
 2026-05-08  7:46 UTC  (5+ messages)

[PATCH] test_kprobes: clear kprobes between test runs
 2026-05-08  0:33 UTC  (2+ messages)

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-07 20:34 UTC  (50+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 02/43] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v6 03/43] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v6 04/43] KVM: Stub in ability to disable per-VM memory attribute tracking
` [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 15/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 17/43] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v6 18/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 22/43] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v6 23/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v6 24/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v6 26/43] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v6 27/43] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v6 28/43] KVM: selftests: Test basic single-page conversion flow
` [PATCH v6 29/43] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v6 30/43] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v6 31/43] KVM: selftests: Test conversion before allocation
` [PATCH v6 32/43] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v6 33/43] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v6 34/43] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v6 35/43] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v6 36/43] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v6 37/43] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v6 38/43] KVM: selftests: Provide common function to set memory attributes
` [PATCH v6 39/43] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v6 40/43] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v6 41/43] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v6 42/43] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v6 43/43] KVM: selftests: Update private memory exits test to work with per-gmem attributes
` [POC PATCH 0/5] guest_memfd in-place conversion selftests for SNP
  ` [POC PATCH 1/5] KVM: selftests: Initialize guest_memfd with INIT_SHARED
  ` [POC PATCH 2/5] KVM: selftests: Use guest_memfd memory contents in-place for SNP launch update
  ` [POC PATCH 3/5] KVM: selftests: Make guest_code_xsave more friendly
  ` [POC PATCH 4/5] KVM: selftests: Allow specifying CoCo-privateness while mapping a page
  ` [POC PATCH 5/5] KVM: selftests: Test conversions for SNP

[PATCH RFC v5 00/53] guest_memfd: In-place conversion support
 2026-05-07 18:31 UTC  (7+ messages)
` [PATCH RFC v5 01/53] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH RFC v5 10/53] KVM: guest_memfd: Add basic support for KVM_SET_MEMORY_ATTRIBUTES2

CONFIG_FTRACE=y significantly slowing down module loading
 2026-05-07 17:33 UTC 

[PATCH 0/4] trace: trivial: fix some typos
 2026-05-07  8:09 UTC  (5+ messages)
` [PATCH 1/4] eventfs/tracing: fix typo in a comment
` [PATCH 2/4] perf/core: "
` [PATCH 3/4] tracing: probes: fix typo in a log message
` [PATCH 4/4] tracing: trace_fprobe: fix typo in function name

[PATCH v2] fprobe: Fix unregister_fprobe() to wait for RCU grace period
 2026-05-07  7:46 UTC 

[PATCH v19 0/7] ring-buffer: Making persistent ring buffers robust
 2026-05-07  4:14 UTC  (4+ messages)

[PATCH] fprobe: Add unregister_fprobe_sync() for synchronous unregistration
 2026-05-07  2:02 UTC  (5+ messages)

[v2 PATCH] kprobes: skip non-symbol addresses in kprobe_add_ksym_blacklist()
 2026-05-07  1:46 UTC  (2+ messages)

[PATCH] sparc64: uprobes: add missing break
 2026-05-07  1:41 UTC  (2+ messages)

[PATCH 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-06 17:24 UTC  (3+ messages)
` [PATCH v1 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v1 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH 00/13] rv: Convert rvgen to Lark
 2026-05-06 14:51 UTC  (18+ 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

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

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

[PATCH v2] mm: vmscan: rework lru_shrink and write_folio tracepoints
 2026-05-06  8:36 UTC 

[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
 2026-05-05 17:09 UTC  (8+ messages)
` [PATCH v6 1/7] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v6 2/7] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v6 3/7] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v6 4/7] locking: Factor out queued_spin_release()
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v6 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v6 7/7] locking: Add contended_release tracepoint to qrwlock

[PATCH v9 0/6] x86/vdso: VDSO updates and fixes for sframes
 2026-05-05 14:25 UTC  (8+ messages)
` [PATCH v10 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v10 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v10 3/6] x86/asm: Use CFI_* macros in SYM_FUNC_* macros so they can be added to VDSO
` [PATCH v10 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v10 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v10 6/6] x86/vdso: Enable sframe generation in VDSO

[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  (5+ messages)

[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)


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