linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-03 11:57:30 to 2025-06-04 08:12:10 UTC [more...]

[PATCH 1/2] mm/ksm: calculate ksm_process_profit more accurately
 2025-06-04  3:45 UTC  (2+ messages)

[PATCH v2] gup: optimize longterm pin_user_pages() for large folio
 2025-06-04  8:12 UTC  (4+ messages)

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

[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

[syzbot] [mm?] possible deadlock in __vma_start_write
 2025-06-04  7:52 UTC  (7+ messages)

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

[PATCH] mm: Fix compile error when CONFIG_SHMEM is not set
 2025-06-04  7:03 UTC  (10+ messages)

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

[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-04  6:05 UTC  (5+ messages)
` [PATCH v10 08/16] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v10 12/16] KVM: arm64: Refactor user_mem_abort() calculation of force_pte

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

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

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

[BUG] WARNING: locking bug in ___rmqueue_pcplist in Linux kernel v6.12
 2025-06-04  4:47 UTC 

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

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-04  3:23 UTC  (29+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key

[RFC v4 00/18] Split netmem from struct page
 2025-06-04  3:23 UTC  (20+ 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] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
 2025-06-04  3:21 UTC 

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

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

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

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

[RFC] mm: Add MADV_NONZERO to skip redundant zeroing in MADV_DONTNEED
 2025-06-04  1:49 UTC  (2+ messages)

reply: [RFC] pin_user_pages_fast failure count increased
 2025-06-04  1:04 UTC  (14+ messages)

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

[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
 2025-06-04  0:52 UTC  (5+ 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

[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] MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
 2025-06-03 22:50 UTC 

[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

[PATCH 0/2] mm/memory: fix memory tearing on threaded fork
 2025-06-03 20:32 UTC  (10+ messages)
` [PATCH 1/2] mm/memory: ensure fork child sees coherent memory snapshot
` [PATCH 2/2] mm/memory: Document how we make a "

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

[PATCH v2 0/4] selftests/mm: cow and gup_longterm cleanups
 2025-06-03 20:21 UTC  (19+ 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
` [PATCH v2 4/4] selftests/mm: Fix test result reporting in gup_longterm

[RFC PATCH 0/3] Clean up locking in hugetlb faulting code
 2025-06-03 19:11 UTC  (13+ messages)
` [RFC PATCH 1/3] mm, hugetlb: Clean up locking in hugetlb_fault and hugetlb_wp

[PATCH] docs/mm: expand vma doc to highlight pte freeing, non-vma traversal
 2025-06-03 18:52 UTC  (18+ messages)

[RFC v2 00/35] optimize cost of inter-process communication
 2025-06-03 17:49 UTC  (2+ messages)

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

[syzbot] [mm?] kernel BUG in sanity_check_pinned_pages
 2025-06-03 17:36 UTC  (5+ messages)

6.16-pre-rc1: BUG: Bad page state in process swapper on parisc
 2025-06-03 17:31 UTC 

[PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-06-03 17:29 UTC  (10+ messages)

[PATCH v3] mm: userfaultfd: fix race of userfaultfd_move and swap cache
 2025-06-03 16:42 UTC  (5+ messages)

[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
 2025-06-03 16:01 UTC  (16+ messages)
` [PATCH v4 1/4] fs: allow cross-FS copy_file_range for memory file with direct I/O
` [PATCH v4 2/4] dmabuf: Implement copy_file_range callback for dmabuf direct I/O prep

[PATCH v7] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
 2025-06-03 15:42 UTC  (6+ messages)

[PATCH v5 0/2] sched/numa: add statistics of numa balance task migration
 2025-06-03 14:46 UTC  (8+ messages)
` [PATCH v5 2/2] sched/numa: add statistics of numa balance task

[PATCH 13/13] writeback: set the num of writeback contexts to number of online cpus
 2025-06-03 14:36 UTC  (2+ messages)

[PATCH 2/2] mm/mempolicy: Skip unnecessary synchronize_rcu()
 2025-06-03 14:31 UTC  (2+ messages)

[PATCH] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-06-03 14:07 UTC  (12+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-03 14:05 UTC  (7+ messages)

[PATCH v3 1/1] mm: numa_memblks: introduce numa_add_reserved_memblk
 2025-06-03 13:30 UTC  (3+ messages)

[PATCH RFC] mm: madvise: use walk_page_range_vma() for madvise_free_single_vma()
 2025-06-03 12:15 UTC  (5+ messages)

[PATCH] mm: Kconfig: Use verb *use* in plural form in description
 2025-06-03 12:13 UTC  (2+ 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).