Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-04-29 18:42:59 to 2026-05-07 20:22:49 UTC [more...]

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-07 20:22 UTC  (8+ 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 RFC v5 00/53] guest_memfd: In-place conversion support
 2026-05-07 18:31 UTC  (10+ 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/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-07 17:33 UTC  (9+ 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] test_kprobes: clear kprobes between test runs
 2026-05-07 13:44 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  (11+ 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] 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 v14 00/19] unwind_deferred: Implement sframe handling
 2026-05-06 21:17 UTC  (25+ 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

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

[PATCH] tracing: Switch trace_recursion_record.c code over to use guard()
 2026-05-02 17:47 UTC 

[PATCH] trace_printk: replace _______STR with __UNIQUE_ID(STR)
 2026-05-02  7:55 UTC  (12+ messages)
` [PATCH v2] trace_printk: replace ___STR with compound literal
` [PATCH v3] trace_printk: remove local variable for argument detection

[PATCH] mm/madvise: preserve uprobe breakpoints across MADV_DONTNEED
 2026-05-01 19:25 UTC  (11+ messages)

[PATCH 00/11] v4l2: Add tracing for stateless codecs
 2026-05-01 19:07 UTC  (5+ messages)
` [PATCH 01/11] media: Move visl traces to v4l2-core

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

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

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

[PATCH] kprobes: Remove dead child probes from aggrprobe list on module unload
 2026-04-30  1:39 UTC  (2+ 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


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