messages from 2026-05-21 14:29:42 to 2026-05-23 00:18:07 UTC [more...]
[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 (23+ messages)
` [PATCH v6 01/43] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [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 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 mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
2026-05-22 21:58 UTC (31+ 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
[PATCH] trace: turn hist_elt_data field_var_str into a flexible array
2026-05-22 21:44 UTC
[PATCHv3 00/12] uprobes/x86: Fix red zone issue for optimized uprobes
2026-05-22 21:28 UTC (17+ 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 08/12] selftests/bpf: Change uprobe syscall tests to use nop10
[PATCHv2] trace: allocate fields with elt struct
2026-05-22 21:26 UTC
[PATCH v2] perf/ftrace: Fix WARNING in __unregister_ftrace_function
2026-05-22 20:39 UTC (3+ messages)
[PATCH v21 0/9] ring-buffer: Making persistent ring buffers robust
2026-05-22 17:09 UTC (10+ 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 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 (5+ messages)
[PATCH v6] tracing/eprobes: Allow use of BTF names to dereference pointers
2026-05-22 14:45 UTC (3+ messages)
[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 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
page: | 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