linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-23 09:09:02 to 2025-07-24 00:38:12 UTC [more...]

[PATCH v3] alloc_tag: add per-NUMA node stats
 2025-07-24  0:37 UTC  (4+ messages)

[v1 resend 00/12] THP support for zone device page migration
 2025-07-24  0:25 UTC  (6+ messages)
` [PATCH] mm/hmm: Do not fault in device private pages owned by the caller

[BUG] hard-to-hit mm_struct UAF due to insufficiently careful vma_refcount_put() wrt SLAB_TYPESAFE_BY_RCU
 2025-07-24  0:13 UTC  (16+ messages)

next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
 2025-07-23 23:15 UTC  (6+ messages)

[PATCH v3] khugepaged: Reduce race probability between migration and khugepaged
 2025-07-23 21:13 UTC  (2+ messages)

[PATCH v1 net-next 13/13] net-memcg: Allow decoupling memcg from global protocol memory accounting
 2025-07-23 18:06 UTC  (12+ messages)

[PATCH POC] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
 2025-07-23 18:02 UTC  (5+ messages)

[PATCH v3] memcg: expose socket memory pressure in a cgroup
 2025-07-23 17:54 UTC  (10+ messages)

[PATCH] man/man2/mremap.2: describe multiple mapping move, shrink
 2025-07-23 17:46 UTC 

[PATCH v3 00/12] kasan: unify kasan_arch_is_ready() and remove arch-specific implementations
 2025-07-23 17:32 UTC  (8+ messages)
` [PATCH v3 08/12] kasan/um: select ARCH_DEFER_KASAN and call kasan_init_generic

[tip:locking/futex] [futex] 56180dd20c: BUG:sleeping_function_called_from_invalid_context_at_kernel/nsproxy.c
 2025-07-23 17:22 UTC  (2+ messages)

[PATCH] RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages
 2025-07-23 16:49 UTC  (4+ messages)

[PATCH] mm: Add process info to bad rss-counter warning
 2025-07-23 16:40 UTC  (2+ messages)

[PATCH v5 00/14] SLUB percpu sheaves
 2025-07-23 16:39 UTC  (16+ messages)
` [PATCH v5 01/14] slab: add opt-in caching layer of "
` [PATCH v5 02/14] slab: add sheaf support for batching kfree_rcu() operations
` [PATCH v5 03/14] slab: sheaf prefilling for guaranteed allocations
` [PATCH v5 04/14] slab: determine barn status racily outside of lock
` [PATCH v5 05/14] tools: Add testing support for changes to rcu and slab for sheaves
` [PATCH v5 06/14] tools: Add sheaves support to testing infrastructure
` [PATCH v5 07/14] maple_tree: use percpu sheaves for maple_node_cache
` [PATCH v5 08/14] mm, vma: use percpu sheaves for vm_area_struct cache
` [PATCH v5 09/14] mm, slub: skip percpu sheaves for remote object freeing
` [PATCH v5 10/14] mm, slab: allow NUMA restricted allocations to use percpu sheaves
` [PATCH v5 11/14] testing/radix-tree/maple: Increase readers and reduce delay for faster machines
` [PATCH v5 12/14] maple_tree: Sheaf conversion
` [PATCH v5 13/14] maple_tree: Add single node allocation support to maple state
` [PATCH v5 14/14] maple_tree: Convert forking to use the sheaf interface

[PATCH][next] tools/testing/selftests: Fix spelling mistake "unnmap" -> "unmap"
 2025-07-23 16:36 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION a933d3dc1968fcfb0ab72879ec304b1971ed1b9a
 2025-07-23 16:19 UTC 

[PATCH] docs: update THP documentation to clarify sysfs "never" setting
 2025-07-23 15:41 UTC  (7+ messages)

[PATCH v5 0/7] Optimize mprotect() for large folios
 2025-07-23 15:40 UTC  (12+ messages)
` [PATCH v5 1/7] mm: Refactor MM_CP_PROT_NUMA skipping case into new function
` [PATCH v5 2/7] mm: Optimize mprotect() for MM_CP_PROT_NUMA by batch-skipping PTEs
` [PATCH v5 3/7] mm: Add batched versions of ptep_modify_prot_start/commit
` [PATCH v5 4/7] mm: Introduce FPB_RESPECT_WRITE for PTE batching infrastructure
` [PATCH v5 5/7] mm: Split can_change_pte_writable() into private and shared parts

[PATCH v2] MAINTAINERS: add MM MISC section, add missing files to MISC and CORE
 2025-07-23 15:32 UTC  (8+ messages)

[PATCH] MAINTAINERS: add missing mm_slot.h file THP section
 2025-07-23 15:11 UTC  (2+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2025-07-24
 2025-07-23 15:05 UTC 

[PATCH] kasan: skip quarantine if object is still accessible under RCU
 2025-07-23 14:59 UTC 

[RFC v2 00/16] Live Update Orchestrator
 2025-07-23 14:51 UTC  (11+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[PATCH v2 00/32] Live Update Orchestrator
 2025-07-23 14:46 UTC  (33+ messages)
` [PATCH v2 01/32] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v2 02/32] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v2 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v2 04/32] kho: allow to drive kho from within kernel
` [PATCH v2 05/32] kho: make debugfs interface optional
` [PATCH v2 06/32] kho: drop notifiers
` [PATCH v2 07/32] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v2 08/32] kho: don't unpreserve memory during abort
` [PATCH v2 09/32] liveupdate: kho: move to kernel/liveupdate
` [PATCH v2 10/32] liveupdate: luo_core: Live Update Orchestrator
` [PATCH v2 11/32] liveupdate: luo_core: integrate with KHO
` [PATCH v2 12/32] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v2 13/32] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v2 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v2 15/32] liveupdate: luo_files: implement file systems callbacks
` [PATCH v2 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v2 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v2 18/32] reboot: call liveupdate_reboot() before kexec
` [PATCH v2 19/32] liveupdate: luo_files: luo_ioctl: session-based file descriptor tracking
` [PATCH v2 20/32] kho: move kho debugfs directory to liveupdate
` [PATCH v2 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v2 22/32] selftests/liveupdate: add subsystem/state tests
` [PATCH v2 23/32] docs: add luo documentation
` [PATCH v2 24/32] MAINTAINERS: add liveupdate entry
` [PATCH v2 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v2 26/32] mm: shmem: allow freezing inode mapping
` [PATCH v2 27/32] mm: shmem: export some functions to internal.h
` [PATCH v2 28/32] luo: allow preserving memfd
` [PATCH v2 29/32] docs: add documentation for memfd preservation via LUO
` [PATCH v2 30/32] tools: introduce libluo
` [PATCH v2 31/32] libluo: introduce luoctl
` [PATCH v2 32/32] libluo: add tests

[PATCH v15 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-23 14:46 UTC  (30+ messages)
` [PATCH v15 02/21] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v15 14/21] KVM: x86: Enable guest_memfd mmap for default VM type
` [PATCH v15 16/21] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v15 18/21] KVM: arm64: Enable host mapping of shared guest_memfd memory

[PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
 2025-07-23 14:41 UTC  (3+ messages)

[PATCH v1 00/32] Live Update Orchestrator
 2025-07-23 14:39 UTC  (13+ messages)
` [PATCH v1 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v1 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v1 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v1 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags

[RFC PATCH 0/3] Tiny optimization for large read operations
 2025-07-23 14:33 UTC  (5+ messages)
` [RFC PATCH 1/3] mm/filemap: Do not use is_partially_uptodate for entire folio
` [RFC PATCH 2/3] mm/filemap: Avoid modifying iocb->ki_flags for AIO in filemap_get_pages()
` [RFC PATCH 3/3] mm/filemap: Skip non-uptodate folio when folios are available

[PATCH v16 00/22] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-23 14:03 UTC  (35+ messages)
` [PATCH v16 01/22] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
` [PATCH v16 02/22] KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
` [PATCH v16 03/22] KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
` [PATCH v16 04/22] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v16 05/22] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v16 06/22] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v16 07/22] KVM: Fix comments that refer to slots_lock
` [PATCH v16 08/22] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v16 09/22] KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
` [PATCH v16 10/22] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v16 11/22] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v16 12/22] KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
` [PATCH v16 13/22] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v16 14/22] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v16 15/22] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v16 16/22] KVM: arm64: Refactor user_mem_abort()
` [PATCH v16 17/22] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v16 18/22] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v16 19/22] KVM: arm64: Enable support for guest_memfd backed memory
` [PATCH v16 20/22] KVM: Allow and advertise support for host mmap() on guest_memfd files
` [PATCH v16 21/22] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v16 22/22] KVM: selftests: guest_memfd mmap() test when mmap is supported

[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-07-23 13:00 UTC  (11+ messages)
` [PATCH 01/10] PCI/P2PDMA: Remove redundant bus_offset from map state
` [PATCH 02/10] PCI/P2PDMA: Introduce p2pdma_provider structure for cleaner abstraction
` [PATCH 03/10] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH 04/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH 06/10] types: move phys_vec definition to common header
` [PATCH 07/10] vfio: Export vfio device get and put registration helpers
` [PATCH 08/10] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH 1/1] mm: slub: Introduce one knob to control the track of slub object
 2025-07-23 11:38 UTC  (5+ messages)

[PATCH v6] selftests/mm: add process_madvise() tests
 2025-07-23 11:30 UTC  (3+ messages)
` (no subject)

[PATCH] MAINTAINERS: add missing files to slab section
 2025-07-23 10:16 UTC  (3+ messages)

[PATCH] MAINTAINERS: rename MM to MM MISC, add missing files
 2025-07-23  9:46 UTC  (3+ messages)

[PATCH] mm: add stack trace when bad rss-counter state is detected
 2025-07-23  9:31 UTC  (12+ messages)

[RFC 0/4] add static huge zero folio support
 2025-07-23  9:24 UTC  (4+ messages)
` [RFC 2/4] mm: add static huge zero folio

[PATCH] MAINTAINERS: add missing files to page alloc section
 2025-07-23  9:24 UTC  (2+ messages)

[PATCH] mm/page_alloc: remove trace_mm_alloc_contig_migrate_range_info()
 2025-07-23  9:24 UTC  (2+ messages)

[PATCH] MAINTAINERS: add missing interval_tree.c to memory mapping section
 2025-07-23  9:12 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;
as well as URLs for NNTP newsgroup(s).