linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-03 20:09:07 to 2025-06-04 15:18:03 UTC [more...]

[RFC v2 00/16] Live Update Orchestrator
 2025-06-04 15:17 UTC  (5+ messages)
` [RFC v2 03/16] kho: add kho_unpreserve_folio/phys
` [RFC v2 04/16] luo: luo_core: Live Update Orchestrator

[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
 2025-06-04 15:17 UTC  (11+ messages)
` [PATCH 1/3] userfaultfd: correctly prevent registering VM_DROPPABLE regions
` [PATCH 2/3] userfaultfd: prevent unregistering VMAs through a different userfaultfd
` [PATCH 3/3] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET

[PATCH v1] mm/gup: remove (VM_)BUG_ONs
 2025-06-04 15:14 UTC  (6+ messages)

[RFC v4 00/18] Split netmem from struct page
 2025-06-04 15:14 UTC  (21+ messages)
` [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v4 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v4 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v4 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v4 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v4 11/18] mlx4: use netmem descriptor and APIs for page pool
` [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v4 13/18] netmem: remove __netmem_get_pp()
` [RFC v4 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v4 15/18] netdevsim: use netmem descriptor and APIs for page pool
` [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v4 17/18] mt76: use netmem descriptor and APIs for page pool
` [RFC v4 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH v4] mm: userfaultfd: fix race of userfaultfd_move and swap cache
 2025-06-04 15:10 UTC 

[RFC] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-06-04 15:05 UTC 

Device mem changes vs pinning/zerocopy changes
 2025-06-04 14:56 UTC  (3+ messages)

[PATCH v3 0/4] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
 2025-06-04 14:45 UTC  (8+ messages)
` [PATCH v3 3/4] fbdev/deferred-io: Support "

[PATCH v2] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
 2025-06-04 14:39 UTC  (2+ messages)

[syzbot] [mm?] possible deadlock in __vma_start_write
 2025-06-04 14:29 UTC  (9+ messages)

[PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-06-04 14:27 UTC  (14+ messages)

[syzbot] [mm?] [bluetooth?] INFO: rcu detected stall in vhci_release
 2025-06-04 13:49 UTC  (2+ messages)
` [syzbot] [mm?] "

[PATCH v2] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-06-04 13:40 UTC  (4+ messages)

[PATCH] mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_ORDER_CEIL
 2025-06-04 13:36 UTC  (8+ messages)

[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-04 13:33 UTC  (28+ messages)
` [PATCH v10 07/16] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v10 08/16] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v10 09/16] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v10 11/16] KVM: x86: Compute max_mapping_level with input from guest_memfd
` [PATCH v10 12/16] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v10 13/16] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v10 14/16] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v10 16/16] KVM: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH v7 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
 2025-06-04 13:30 UTC  (9+ messages)

[akpm-mm:mm-new 31/59] mm/mm_init.c:1512:30: error: 'PAGE_BLOCK_ORDER' undeclared; did you mean 'PAGE_BLOCK_ORDER_CEIL'?
 2025-06-04 13:29 UTC  (2+ messages)

[DISCUSSION] proposed mctl() API
 2025-06-04 13:21 UTC  (11+ messages)

[PATCH 0/2] mm/ksm: calculate ksm_process_profit more accurately
 2025-06-04  3:45 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm/ksm: Rename ksm_merging_pages to ksm_process_sharing

[PATCH] mm: gup: fail migration when no migratable page to prevent CMA pinning
 2025-06-04 13:18 UTC  (5+ messages)

[akpm-mm:mm-new 41/43] mm/zblock.h:24:2: warning: #warning This PAGE_SIZE is not quite supported yet
 2025-06-04 13:16 UTC 

Patch "mm/uffd: fix vma operation where start addr cuts part of vma" has been added to the 6.1-stable tree
 2025-06-04 12:59 UTC 

[PATCH v2] drm/ttm: Fix compile error when CONFIG_SHMEM is not set
 2025-06-04 12:51 UTC  (2+ messages)

[PATCH v4 0/3] Implement numa node notifier
 2025-06-04 12:47 UTC  (9+ messages)
` [PATCH v4 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v4 2/3] mm,memory_hotplug: Implement numa node notifier

[PATCH 6.1] Mm/uffd: fix vma operation where start addr cuts part of vma
 2025-06-04 12:38 UTC 

[akpm-mm:mm-new 33/59] kernel/cgroup/cpuset.c:4054:undefined reference to `register_node_notifier'
 2025-06-04 12:35 UTC 

[PATCH RESEND] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
 2025-06-04 12:31 UTC  (8+ messages)

[PATCH 0/2] mm/memory: fix memory tearing on threaded fork
 2025-06-04 12:22 UTC  (9+ messages)
` [PATCH 1/2] mm/memory: ensure fork child sees coherent memory snapshot

[PATCH] mm: Fix compile error when CONFIG_SHMEM is not set
 2025-06-04 12:23 UTC  (13+ messages)

[PATCH] MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
 2025-06-04 12:13 UTC  (2+ messages)

[PATCH v3 0/5] Optimize mprotect() for large folios
 2025-06-04 11:44 UTC  (9+ messages)
` [PATCH v3 1/5] mm: Optimize mprotect() by batch-skipping PTEs

[RFC] mm: Add MADV_NONZERO to skip redundant zeroing in MADV_DONTNEED
 2025-06-04 11:27 UTC  (3+ messages)

[PATCH] mm/vmstat: Fix build with MEMCG=y and VM_EVENT_COUNTERS=n
 2025-06-04  9:56 UTC 

reply: [RFC] pin_user_pages_fast failure count increased
 2025-06-04  9:53 UTC  (18+ messages)

linux-next: Tree for Jun 4 (mm/vmstat.c)
 2025-06-04  9:52 UTC  (2+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-04  9:22 UTC  (6+ messages)

[PATCH v2] gup: optimize longterm pin_user_pages() for large folio
 2025-06-04  9:11 UTC  (5+ messages)

[GIT PULL] slab updates for 6.16
 2025-06-04  9:02 UTC 

[PATCH v2 0/2] frozen pages for large kmalloc
 2025-06-04  8:53 UTC  (3+ messages)
` [PATCH v2 1/2] mm, slab: restore NUMA policy support "

[RFC Patch 0/2] selftests/mm: assert rmap behave as expected
 2025-06-04  8:34 UTC  (4+ messages)
` [RFC Patch 1/2] selftests/mm: put general ksm operation into vm_util
` [RFC Patch 2/2] selftests/mm: assert rmap behave as expected

[BUG] WARNING: locking bug in ___rmqueue_pcplist in Linux kernel v6.12
 2025-06-04  8:25 UTC  (2+ messages)

[PATCH v1 0/4] Fix uprobe pte be overwritten when expanding vma
 2025-06-04  8:21 UTC  (15+ messages)
` [PATCH v1 1/4] mm: "
` [PATCH v1 3/4] selftests/mm: Extract read_sysfs and write_sysfs into vm_util

[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
 2025-06-04  8:02 UTC  (4+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode

[PATCH, REBASED mm-unstable] mm/vmstat: Utilize designated initializers for the vmstat_text array
 2025-06-04  7:41 UTC 

[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
 2025-06-04  6:28 UTC  (6+ messages)

[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
 2025-06-04  6:02 UTC  (10+ messages)

[BUG] WARNING in shmem_rmdir in Linux kernel v6.12
 2025-06-04  4:48 UTC  (2+ messages)

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-04  3:23 UTC  (6+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST

[PATCH] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
 2025-06-04  3:21 UTC 

[PATCH] hugetlb: block hugetlb file creation if hugetlb is not set up
 2025-06-04  2:54 UTC  (4+ messages)

[Linux Memory Hotness and Promotion] Notes from May 22, 2025
 2025-06-04  2:42 UTC 

[PATCH 0/1] alloc_tag: add per-numa node stats
 2025-06-04  0:55 UTC  (10+ messages)

[RFC v2 PATCH 0/9] Intel RAR TLB invalidation
 2025-06-04  0:11 UTC  (7+ messages)
` [RFC v2 6/9] x86/apic: Introduce Remote Action Request Operations
` [RFC v2 7/9] x86/mm: Introduce Remote Action Request

[PATCH 0/2] x86, mm: minor tlb_flush tracepoint adjustments
 2025-06-03 22:52 UTC  (3+ messages)

[PATCH v1 0/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_*()
 2025-06-03 22:02 UTC  (5+ messages)
` [PATCH v1 1/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pmd()
` [PATCH v1 2/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pud()

[RFC Patch 0/5] Make anon_vma operations testable
 2025-06-03 21:31 UTC  (12+ messages)

[PATCH v8 0/6] Make MIGRATE_ISOLATE a standalone bit
 2025-06-03 21:27 UTC  (3+ messages)
` [PATCH v8 6/6] mm/page_isolation: remove migratetype parameter from more functions

[RFC PATCH] MAINTAINERS: add mm swap section
 2025-06-03 20:29 UTC  (2+ messages)

[PATCH v2 0/4] selftests/mm: cow and gup_longterm cleanups
 2025-06-03 20:21 UTC  (16+ messages)
` [PATCH v2 2/4] selftests/mm: Add helper for logging test start and results
` [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test


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).