messages from 2026-05-22 11:23:11 to 2026-05-26 20:59:13 UTC [more...]
[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-26 20:58 UTC (4+ messages)
` [PATCHv4 01/13] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
[RFC PATCH 0/3] trace: stack trace deduplication for ftrace ring buffer
2026-05-26 19:39 UTC (9+ messages)
` [RFC PATCH v2 "
` [RFC PATCH v3 "
` [RFC PATCH v3 1/3] trace: add lock-free stackmap for stack trace deduplication
` [RFC PATCH v3 2/3] trace: integrate stackmap into ftrace stack recording path
` [RFC PATCH v3 3/3] trace: add documentation, selftest and tooling for stackmap
[PATCH 6.12] x86/fgraph: Fix return_to_handler regs.rsp value
2026-05-26 19:23 UTC
[PATCH 6.12] tracing: Fix the bug where bpf_get_stackid returns -EFAULT on the ARM64
2026-05-26 19:20 UTC
[PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
2026-05-26 17:42 UTC (15+ messages)
` [PATCH v21 1/9] ring-buffer: Skip invalid sub-buffers when validating persistent ring buffer
` [PATCH v21 2/9] ring-buffer: Skip invalid sub-buffers when rewinding "
` [PATCH v21 3/9] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v21 4/9] ring-buffer: Show commit numbers in buffer_meta file
` [PATCH v21 5/9] ring-buffer: Cleanup persistent ring buffer validation
` [PATCH v21 6/9] ring-buffer: Cleanup buffer_data_page related code
` [PATCH v21 7/9] ring-buffer: Have dropped subbuffers be persistent across reboots
` [PATCH v21 8/9] ring-buffer: Show persistent buffer dropped events in trace file
` [PATCH v21 9/9] ring-buffer: Show persistent buffer dropped events in trace_pipe file
[PATCH v4 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
2026-05-26 17:37 UTC (3+ messages)
` [PATCH v4 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v4 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver
[PATCH 0/9] rv: Fixes on Deterministic and Hybrid Automata
2026-05-26 17:27 UTC (7+ messages)
` [PATCH 6/9] rv: Ensure synchronous cleanup for HA monitors
[PATCH] trace: allocate fields with elt struct
2026-05-26 16:48 UTC (3+ messages)
` [PATCH] tracing: Do not call map->ops->elt_free() if elt_alloc() is not succeeded
[PATCH v9] blk-mq: add tracepoint block_rq_tag_wait
2026-05-26 16:37 UTC (2+ messages)
[PATCH v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
2026-05-26 15:38 UTC (5+ messages)
[PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
2026-05-26 15:33 UTC (8+ messages)
[PATCH RFC 0/3] Demote to lower tier using non-temporal stores
2026-05-26 15:25 UTC (5+ messages)
` [PATCH RFC 1/3] mm, x86: support copying a folio "
` [PATCH RFC 2/3] mm: new migrate_mode flag for async "
` [PATCH RFC 3/3] mm: use non-temporal stores for demotion
[PATCH 0/5] x86/xen: Get rid of Xen private lazy MMU mode tracking
2026-05-26 15:05 UTC (2+ messages)
` [PATCH 1/5] x86/xen: Drop lazy mode from trace entries
[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
2026-05-26 14:45 UTC (40+ messages)
` [PATCH mm-unstable v18 01/14] mm/khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH mm-unstable v18 02/14] mm/khugepaged: generalize alloc_charge_folio()
` [PATCH mm-unstable v18 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v18 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH mm-unstable v18 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped
` [PATCH mm-unstable v18 06/14] mm/khugepaged: generalize collapse_huge_page for mTHP collapse
` [PATCH mm-unstable v18 07/14] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v18 08/14] mm/khugepaged: add per-order mTHP collapse failure statistics
` [PATCH mm-unstable v18 09/14] mm/khugepaged: improve tracepoints for mTHP orders
` [PATCH mm-unstable v18 10/14] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v18 12/14] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v18 13/14] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v18 14/14] Documentation: mm: update the admin guide for mTHP collapse
[PATCHv3 00/12] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-26 14:26 UTC (26+ messages)
` [PATCHv3 01/12] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv3 02/12] uprobes/x86: Remove struct uprobe_trampoline object
` [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 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
[PATCH v2 00/17] Landlock tracepoints
2026-05-26 10:42 UTC (3+ messages)
` [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks
[PATCH 1/4] rtla/actions: Restore continue flag in actions_perform()
2026-05-26 10:25 UTC (4+ messages)
` [PATCH 2/4] rtla/tests: Add unit test for restoring continue flag
` [PATCH 3/4] rtla/tests: Run runtime tests in temporary directory
` [PATCH 4/4] rtla/tests: Add runtime tests for restoring continue flag
[PATCH] tracing: Disable KCOV instrumentation for trace_irqsoff.o
2026-05-26 10:22 UTC (3+ messages)
[PATCH bpf-next v2 0/3] tracing: Expose tracepoint BTF ids via tracefs
2026-05-26 10:07 UTC (3+ messages)
` [PATCH bpf-next v2 2/3] "
[PATCH] tracing: Use kstrdup_const() for constant hist field type
2026-05-26 9:51 UTC
[PATCH] tracing: Fix field_var_str allocation errno
2026-05-26 9:50 UTC
[PATCH v3 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
2026-05-26 5:06 UTC (4+ messages)
` [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver
[PATCHv2] trace: allocate fields with elt struct
2026-05-26 4:43 UTC (2+ messages)
[PATCH] rethook: Use tsk->on_cpu to check task execution state
2026-05-26 3:37 UTC (2+ messages)
[PATCHv5 bpf-next 06/28] bpf: Move trampoline image setup into bpf_trampoline_ops callbacks
2026-05-25 20:05 UTC (4+ messages)
[PATCHv3 11/12] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
2026-05-25 15:44 UTC (3+ messages)
[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
2026-05-25 13:08 UTC (8+ messages)
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support
[PATCH 0/3] rv: rtapp monitor update
2026-05-25 11:45 UTC (7+ messages)
` [PATCH 2/3] rv/rtapp/sleep: Update nanosleep rule
` [PATCH 3/3] rv/rtapp: Add wakeup monitor
[PATCH 00/13] rv: Convert rvgen to Lark
2026-05-25 8:03 UTC (3+ messages)
` [PATCH 07/13] rv: Simply hybrid automata monitors's clock variables
[PATCH] tracing: Replace BUG_ON with lockdep_assert_held in uprobe_buffer functions
2026-05-25 7:42 UTC (3+ messages)
[PATCH v3 0/2] Add trace events for Qualcomm GENI SPI drivers
2026-05-25 5:17 UTC (5+ messages)
` [PATCH v3 2/2] spi: qcom-geni: Add trace events for Qualcomm GENI SPI driver
[PATCH] tracing/probes: Point the error offset correctly for eprobe argument error
2026-05-25 2:21 UTC
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-05-25 2:03 UTC (11+ messages)
[BUG] tracing/kprobe: perf dynamic ustring sample can exceed PERF_MAX_TRACE_SIZE and WARN
2026-05-25 0:58 UTC (2+ messages)
[BUG] tracing/uprobe: oversized dynamic ustring triggers WARN_ON_ONCE panic
2026-05-25 0:56 UTC (2+ messages)
[PATCH v8] blk-mq: add tracepoint block_rq_tag_wait
2026-05-24 22:39 UTC (2+ messages)
[PATCH RESEND] rtla: Fix output files in source tree
2026-05-24 16:24 UTC
[PATCH] tracing: fix CFI violation in probestub helper
2026-05-24 15:43 UTC
[RFC PATCH 0/2] random: tracing: Expose last boot ID on persistent instance
2026-05-24 1:44 UTC (4+ messages)
` [RFC PATCH 2/2] tracing: Record and show boot ID in last_boot_info
[PATCH v7] blk-mq: add tracepoint block_rq_tag_wait
2026-05-23 23:55 UTC (2+ messages)
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-05-23 0:18 UTC (43+ messages)
` [PATCH v7 01/42] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v7 02/42] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v7 03/42] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v7 04/42] KVM: Stub in ability to disable per-VM memory attribute tracking
` [PATCH v7 05/42] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v7 06/42] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v7 07/42] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v7 08/42] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v7 09/42] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v7 11/42] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v7 12/42] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v7 13/42] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v7 14/42] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v7 15/42] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v7 16/42] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v7 17/42] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v7 18/42] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v7 19/42] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v7 20/42] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v7 21/42] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v7 22/42] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v7 23/42] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v7 24/42] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v7 25/42] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v7 26/42] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v7 27/42] KVM: selftests: Test basic single-page conversion flow
` [PATCH v7 28/42] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v7 29/42] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v7 30/42] KVM: selftests: Test conversion before allocation
` [PATCH v7 31/42] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v7 32/42] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v7 33/42] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v7 34/42] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v7 35/42] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v7 36/42] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
` [PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v7 40/42] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-22 23:02 UTC (10+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 25/43] KVM: selftests: Add support for mmap() on guest_memfd in core library
[PATCH] trace: turn hist_elt_data field_var_str into a flexible array
2026-05-22 21:44 UTC
[PATCH v20 00/10] ring-buffer: Making persistent ring buffers robust
2026-05-22 16:40 UTC (4+ messages)
` [PATCH v20 02/10] ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer
[PATCH 0/3] x86/xen: Do some Xen-PV related cleanups
2026-05-22 15:21 UTC (2+ messages)
` [PATCH 2/3] x86/xen: Cleanup Xen related trace points
[PATCH] unwind: Add sframe_(un)register() system calls
2026-05-22 15:01 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox