messages from 2026-05-07 12:12:11 to 2026-05-08 22:48:56 UTC [more...]
[PATCH v2 00/14] userfaultfd: working set tracking for VM guest memory
2026-05-08 22:48 UTC (17+ messages)
` [PATCH v2 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v2 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v2 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH v2 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v2 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v2 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH v2 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v2 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v2 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v2 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v2 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v2 12/14] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v2 13/14] selftests/mm: add userfaultfd RWP tests
` [PATCH v2 14/14] Documentation/userfaultfd: document RWP working set tracking
[PATCH 0/5] Fix and enhance KVM steal accounting for both guest and host
2026-05-08 22:40 UTC (3+ messages)
` [PATCH 2/5] KVM: x86: Reset vcpu->arch.st.last_steal when enabling steal time
[PATCH net-next v3 0/8] net: devmem: support devmem with netkit devices
2026-05-08 22:27 UTC (24+ messages)
` [PATCH net-next v3 1/8] net: convert netmem_tx flag to enum
` [PATCH net-next v3 2/8] net: netkit: declare NETMEM_TX_NO_DMA mode
` [PATCH net-next v3 3/8] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next v3 4/8] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next v3 5/8] selftests: drv-net: make attr _nk_guest_ifname public
` [PATCH net-next v3 6/8] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next v3 7/8] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next v3 8/8] selftests: drv-net: add netkit devmem tests
[PATCH v3 0/2] mm/kmemleak: dedupe verbose scan output
2026-05-08 22:17 UTC (2+ messages)
[PATCH] killswitch: add per-function short-circuit mitigation primitive
2026-05-08 21:47 UTC (15+ messages)
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-05-08 21:21 UTC (10+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH 1/2] vfio: selftests: Add support of creating multiple iommus from iommufd
2026-05-08 20:14 UTC (4+ messages)
` [PATCH 2/2] vfio: selftests: Add iommufd multi iommu test
[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
2026-05-08 20:13 UTC (25+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v5 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v5 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v5 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files
[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
2026-05-08 19:57 UTC
[PATCH v2] selftests/mm: use pattern matching in .gitignore
2026-05-08 19:32 UTC (4+ messages)
[PATCH 0/2] mm/khugepaged: fix sub-PMD MADV_COLLAPSE range handling
2026-05-08 19:29 UTC (9+ messages)
` [PATCH 1/2] mm/khugepaged: fix spurious -EINVAL from sub-PMD MADV_COLLAPSE range
` [PATCH 2/2] selftests/mm: add MADV_COLLAPSE sub-PMD range tests
[PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
2026-05-08 18:54 UTC (3+ messages)
[PATCH net-next 0/8] mptcp: pm: in-kernel: increase limits
2026-05-08 15:40 UTC (5+ messages)
` [PATCH net-next 5/8] selftests: mptcp: join: allow changing ifaces nr per test
` [PATCH net-next 6/8] selftests: mptcp: join: validate 8x8 subflows
` [PATCH net-next 7/8] selftests: mptcp: pm: validate new limits
` [PATCH net-next 8/8] selftests: mptcp: pm: use simpler send/recv forms
[PATCH net-next] selftests: net: add tests for PPPoL2TP
2026-05-08 17:26 UTC (2+ messages)
[PATCH v10 00/30] KVM: arm64: Implement support for SME
2026-05-08 17:20 UTC (5+ messages)
` [PATCH v10 01/30] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v10 15/30] KVM: arm64: Support SME control registers
[PATCH v2 0/3] KVM: x86: Virtualize AMD CPUID faulting
2026-05-08 17:07 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86: Remove supports_cpuid_fault() helper
` [PATCH v2 2/3] KVM: x86: Virtualize AMD CPUID faulting
` [PATCH v2 3/3] KVM: selftests: Update hwcr_msr_test for CPUID faulting bit
[PATCH] selftests/cgroup: Fix incorrect variable check in online_cpus()
2026-05-08 16:51 UTC (2+ messages)
[PATCH v9 0/4] kunit: Add support for suppressing warning backtraces
2026-05-08 15:02 UTC (5+ messages)
` [PATCH v9 1/4] bug/kunit: Core "
` [PATCH v9 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v9 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v9 4/4] kunit: Add documentation for warning backtrace suppression API
[PATCH] lib/tests: Add KUnit tests for bsearch()
2026-05-08 14:50 UTC
[PATCH net-next v8 0/2] selftests: openvswitch: add pop_vlan test
2026-05-08 14:37 UTC (5+ messages)
` [PATCH net-next v8 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v8 2/2] selftests: openvswitch: add pop_vlan test
[PATCH net-next v7 0/2] selftests: openvswitch: add pop_vlan test
2026-05-08 12:40 UTC (5+ messages)
` [PATCH net-next v7 1/2] selftests: openvswitch: add vlan() and encap() flow string parsing
` [PATCH net-next v7 2/2] selftests: openvswitch: add pop_vlan test
[PATCH] selftests/rdma: explicitly skip tests when required modules are missing
2026-05-08 11:24 UTC (3+ messages)
[PATCH v2 0/6] selftests/resctrl: Add dynamic linked list management for IMC counters
2026-05-08 10:14 UTC (6+ messages)
` [PATCH v2 1/6] selftests/resctrl: Introduced "
[PATCH v8 0/4] kunit: Add support for suppressing warning backtraces
2026-05-08 10:10 UTC (6+ messages)
` [PATCH v8 1/4] bug/kunit: Core "
[PATCH net-next v2 0/5] net: convert four more protocols to getsockopt_iter
2026-05-08 8:21 UTC (4+ messages)
` [PATCH net-next v2 1/5] mctp: convert "
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-05-08 8:18 UTC (2+ messages)
[PATCH] KVM: selftests: Check guest memfd validity with flags
2026-05-08 1:50 UTC
[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
2026-05-08 1:32 UTC (5+ messages)
[PATCH] tools/include/linux/bitops.h: undef PAGE_SIZE after including limits.h
2026-05-07 23:48 UTC
[PATCH net-next v1 0/3] Log clean up and TAP follow ups
2026-05-07 23:32 UTC (4+ messages)
` [PATCH net-next v1 1/3] selftests: rds: Fix stale log clean up
` [PATCH net-next v1 2/3] selftests: rds: Fix TAP-prefixed prints in check_gcov*
` [PATCH net-next v1 3/3] selftests: rds: Disarm signal alarm on test completion
[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
[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
2026-05-07 18:24 UTC
[PATCH net-next v4 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
2026-05-07 17:13 UTC (3+ messages)
` [PATCH net-next v4 1/2] "
` [PATCH net-next v4 2/2] selftests: net: add local ECMP rehash test
[PATCH] KVM: SVM: Always intercept ICEBP, add INT1 selftests
2026-05-07 15:57 UTC (5+ messages)
[PATCH net v3 0/2] tcp: protect locked SO_RCVBUF from Silly Window Syndrome
2026-05-07 15:48 UTC (3+ messages)
` [PATCH net v3 1/2] "
` [PATCH net v3 2/2] selftests/net: add packetdrill test for locked SO_RCVBUF SWS
[PATCH net-next v2 0/6] net: devmem: support devmem with netkit devices
2026-05-07 15:38 UTC (4+ messages)
` [PATCH net-next v2 2/6] net: devmem: support TX over NETMEM_TX_NO_DMA devices
[PATCH 1/2 net v3] ipv6: addrconf: fix temp address generation after prefix deprecation
2026-05-07 13:28 UTC (2+ messages)
` [PATCH 2/2 net v3] selftests: fib_tests: add temporary IPv6 address renewal test
[PATCH v5 06/14] mm: fs: remove filemap_nr_thps*() functions and their users
2026-05-07 12:59 UTC (2+ messages)
[PATCH v3 00/54] make MM selftests more CI friendly
2026-05-07 12:10 UTC (3+ messages)
` [PATCH v3 54/54] selftests/mm: run_vmtests.sh: drop detection and setup of HugeTLB
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