Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-05-21 12:44:48 to 2026-05-22 13:09:00 UTC [more...]

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-22 13:08 UTC  (24+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-22 12:39 UTC  (7+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-05-22  8:40 UTC  (8+ messages)

[PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-22 11:23 UTC  (2+ messages)

[PATCH] unwind: Add sframe_(un)register() system calls
 2026-05-22 11:18 UTC  (3+ messages)

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

[RFC PATCH 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-05-22 10:40 UTC  (6+ messages)
` [RFC PATCH v2 "
  ` [PATCH v2 1/3] trace: add lock-free stackmap for stack trace deduplication
  ` [PATCH v2 2/3] trace: integrate stackmap into ftrace stack recording path
  ` [PATCH v2 3/3] trace: add documentation, selftest and tooling for stackmap

[PATCH v3 0/2] Add trace events for Qualcomm GENI SPI drivers
 2026-05-19 13:13 UTC  (2+ messages)

[PATCH v3 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-22  9:47 UTC  (3+ messages)
` [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] ftrace: Use flexible array for hash buckets
 2026-05-22  8:45 UTC  (2+ messages)

[RFC PATCH v2 04/10] rv/da: add pre-allocated storage pool for per-object monitors
 2026-05-22  6:45 UTC  (6+ messages)
` [PATCH] Re: "

[PATCH v2] tracing/osnoise: Array printk init and cleanup
 2026-05-21 23:48 UTC  (3+ messages)

[PATCH] tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functions
 2026-05-21 22:16 UTC  (2+ messages)

[PATCH 0/3] Fix out-of-tree build of some tools
 2026-05-21 17:50 UTC  (6+ messages)
` [PATCH 1/3] rtla: Fix output files in source tree
` [PATCH 2/3] perf tools: Put Python egg info in output directory
` [PATCH 3/3] perf tools: Put Python bytecode "

[RFC PATCH 0/2] random: tracing: Expose last boot ID on persistent instance
 2026-05-21 15:16 UTC  (5+ messages)
` [RFC PATCH 1/2] random: Expose boot ID to other subsystems
` [RFC PATCH 2/2] tracing: Record and show boot ID in last_boot_info

[PATCH v7 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
 2026-05-21 15:09 UTC  (5+ messages)

[PATCH mm-unstable v17 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
 2026-05-21 14:59 UTC  (7+ messages)

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

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

[PATCH v2 0/6] rtla: Migrate to libsubcmd for command line option parsing
 2026-05-21 14:18 UTC  (7+ messages)
` [PATCH v2 1/6] rtla: Add libsubcmd dependency
` [PATCH v2 2/6] tools subcmd: support optarg as separate argument
` [PATCH v2 3/6] tools subcmd: allow parsing distinct --opt and --no-opt
` [PATCH v2 4/6] rtla: Parse cmdline using libsubcmd
` [PATCH v2 5/6] rtla/tests: Add unit tests for _parse_args() functions
` [PATCH v2 6/6] rtla/tests: Add unit tests for CLI option callbacks

[PATCH v20 00/10] ring-buffer: Making persistent ring buffers robust
 2026-05-21 14:17 UTC  (3+ messages)
` [PATCH v20 02/10] ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer

[PATCH] tracing: Move trace_iterator_increment() into trace_find_next_entry_inc()
 2026-05-21 13:50 UTC 

[PATCHv3 00/12] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-05-21 13:35 UTC  (16+ messages)
` [PATCHv3 03/12] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv3 04/12] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv3 05/12] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv3 06/12] libbpf: Detect uprobe syscall with new error
` [PATCHv3 07/12] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv3 08/12] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv3 09/12] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv3 10/12] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv3 11/12] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv3 12/12] selftests/bpf: Add tests for forked/cloned optimized uprobes

[PATCHv3 02/12] uprobes/x86: Remove struct uprobe_trampoline object
 2026-05-21 13:26 UTC  (2+ messages)

[PATCH v6] stm: class: Add MIPI OST protocol support
 2026-05-21 13:14 UTC 

[PATCH v6] stm: class: Add MIPI OST protocol support
 2026-05-21 13:08 UTC 

[PATCH] tracing: Fix unload_page for simple_ring_buffer init rollback
 2026-05-21 12:50 UTC  (3+ messages)


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