linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-03 23:35:49 to 2025-07-04 16:20:53 UTC [more...]

[PATCH 0/4] selftests/mm/uffd: refactor global variables
 2025-07-04 16:20 UTC  (3+ messages)
` [PATCH v6 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct

[PATCH v9 0/6] KVM: arm64: Map GPU device memory as cacheable
 2025-07-04 16:20 UTC  (26+ messages)
` [PATCH v9 1/6] KVM: arm64: Rename the device variable to s2_force_noncacheable
` [PATCH v9 2/6] KVM: arm64: Update the check to detect device memory
` [PATCH v9 3/6] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v9 4/6] KVM: arm64: New function to determine hardware cache management support
` [PATCH v9 5/6] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v9 6/6] KVM: arm64: Expose new KVM cap for cacheable PFNMAP

[RFC 00/11] THP support for zone device pages
 2025-07-04 16:17 UTC  (5+ messages)

[v1 resend 00/12] THP support for zone device page migration
 2025-07-04 16:16 UTC  (21+ messages)
` [v1 resend 01/12] mm/zone_device: support large zone device private folios
` [v1 resend 02/12] mm/migrate_device: flags for selecting device private THP pages
` [v1 resend 03/12] mm/thp: zone_device awareness in THP handling code
` [v1 resend 04/12] mm/migrate_device: THP migration of zone device pages
` [v1 resend 05/12] mm/memory/fault: add support for zone device THP fault handling
` [v1 resend 06/12] lib/test_hmm: test cases and support for zone device private THP
` [v1 resend 07/12] mm/memremap: add folio_split support
` [v1 resend 08/12] mm/thp: add split during migration support
` [v1 resend 09/12] lib/test_hmm: add test case for split pages
` [v1 resend 10/12] selftests/mm/hmm-tests: new tests for zone device THP migration
` [v1 resend 11/12] gpu/drm/nouveau: add THP migration support
` [v1 resend 12/12] selftests/mm/hmm-tests: new throughput tests including THP

[PATCH v10 00/25] zswap compression batching with optimized iaa_crypto driver
 2025-07-04 15:56 UTC  (27+ messages)
` [PATCH v10 01/25] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v10 02/25] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v10 03/25] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v10 04/25] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v10 05/25] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v10 06/25] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v10 07/25] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v10 08/25] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v10 09/25] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v10 10/25] crypto: iaa - Rearchitect the iaa_crypto driver to be usable by zswap and zram
` [PATCH v10 11/25] crypto: iaa - Enablers for submitting descriptors then polling for completion
` [PATCH v10 12/25] crypto: acomp - Add "void *kernel_data" in "struct acomp_req" for kernel users
` [PATCH v10 13/25] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v10 14/25] crypto: iaa - Enable async mode and make it the default
` [PATCH v10 15/25] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v10 16/25] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v10 17/25] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v10 18/25] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v10 19/25] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v10 20/25] mm: zswap: Move the CPU hotplug procedures under "pool functions"
` [PATCH v10 21/25] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v10 22/25] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v10 23/25] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v10 24/25] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v10 25/25] mm: zswap: Batched zswap_compress() with compress batching of large folios

[RFC 0/7] vmallloc and non-blocking GFPs
 2025-07-04 15:25 UTC  (8+ messages)
` [RFC 1/7] lib/test_vmalloc: Add non-block-alloc-test case
` [RFC 2/7] mm/vmalloc: Support non-blocking GFP flags in alloc_vmap_area()
` [RFC 3/7] mm/vmalloc: Avoid cond_resched() when blocking is not permitted
` [RFC 4/7] mm/kasan, mm/vmalloc: Respect GFP flags in kasan_populate_vmalloc()
` [RFC 5/7] mm/vmalloc: Defer freeing partly initialized vm_struct
` [RFC 6/7] mm/vmalloc: Support non-blocking GFP flags in __vmalloc_area_node()
` [RFC 7/7] mm: Drop __GFP_DIRECT_RECLAIM flag if PF_MEMALLOC is set

[PATCH v10 0/4] support large align and nid in Rust allocators
 2025-07-04 15:23 UTC  (5+ messages)
` [PATCH v10 1/4] mm/vmalloc: allow to set node and align in vrealloc
` [PATCH v10 3/4] rust: add support for NUMA ids in allocations

[RFC PATCH v6 0/2] mm: Fix OOM killer inaccuracy on large many-core systems
 2025-07-04 15:02 UTC  (3+ messages)
` [RFC PATCH v6 1/2] lib: Introduce hierarchical per-cpu counters
` [RFC PATCH v6 2/2] mm: Fix OOM killer inaccuracy on large many-core systems

[PATCH v2 0/4] mm/userfaultfd: modulize memory types
 2025-07-04 14:59 UTC  (11+ messages)
` [PATCH v2 1/4] mm: Introduce vm_uffd_ops API

[PATCH] mm/cma: Use str_plural() in cma_declare_contiguous_multi()
 2025-07-04 14:21 UTC  (2+ messages)

[PATCH v2] x86/mm: Disable hugetlb page table sharing on 32-bit
 2025-07-04 14:20 UTC  (2+ messages)

[PATCH v2] maple tree: Add some comments
 2025-07-04 14:13 UTC  (2+ messages)

[PATCH 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-07-04 13:49 UTC  (9+ messages)
` [PATCH 1/8] execmem: drop unused execmem_update_copy()
` [PATCH 2/8] execmem: introduce execmem_alloc_rw()
` [PATCH 3/8] execmem: rework execmem_cache_free()
` [PATCH 4/8] execmem: move execmem_force_rw() and execmem_restore_rox() before use
` [PATCH 5/8] execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)
` [PATCH 6/8] execmem: drop writable parameter from execmem_fill_trapping_insns()
` [PATCH 7/8] x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocations
` [PATCH 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-07-04 13:22 UTC  (12+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio

[PATCH v2] kasan: remove kasan_find_vm_area() to prevent possible deadlock
 2025-07-04 13:07 UTC  (6+ messages)

[PATCH v1 1/2] fuse: use default writeback accounting
 2025-07-04 12:59 UTC  (4+ messages)
` [PATCH v1 2/2] mm: remove BDI_CAP_WRITEBACK_ACCT

[PATCH] drivers/base/node: Handle error properly in register_one_node()
 2025-07-04 12:29 UTC  (4+ messages)

[PATCH v2] selftests/mm: pagemap_scan ioctl: add PFN ZERO test cases
 2025-07-04 12:26 UTC  (2+ messages)

[PATCHv8 02/17] x86/asm: Introduce inline memcpy and memset
 2025-07-04 12:23 UTC  (11+ messages)
  ` [PATCHv8 14/17] x86/traps: Handle LASS thrown #SS
  ` [PATCHv8 04/17] x86/cpu: Defer CR pinning setup until after EFI initialization

[PATCH v4 0/5] Misc rework on hugetlb faulting path
 2025-07-04 10:47 UTC  (9+ messages)
` [PATCH v4 2/5] mm,hugetlb: sort out folio locking in the "
` [PATCH v4 3/5] mm,hugetlb: rename anon_rmap to new_anon_folio and make it boolean
` [PATCH v4 4/5] mm,hugetlb: drop obsolete comment about non-present pte and second faults
` [PATCH v4 5/5] mm,hugetlb: drop unlikelys from hugetlb_fault

[PATCH v1 mm-hotfixes] mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n
 2025-07-04 10:42 UTC  (3+ messages)

[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-07-04 10:41 UTC  (3+ messages)
` [PATCH v3] "

[DISCUSSION] proposed mctl() API
 2025-07-04 10:34 UTC  (2+ messages)

[PATCHv3 0/3] mm/memory_hotplug: fixup crash during uevent handling
 2025-07-04 10:30 UTC  (9+ messages)
` [PATCH 1/3] drivers/base/memory: add node id parameter to add_memory_block()
` [PATCH 2/3] mm/memory_hotplug: activate node before adding new memory blocks
` [PATCH 3/3] drivers/base: move memory_block_add_nid() into the caller

[PATCH v2 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-07-04 10:25 UTC  (30+ messages)
` [PATCH v2 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH v2 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH v2 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH v2 04/29] mm/page_alloc: let page freeing clear any set page type
` [PATCH v2 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
` [PATCH v2 06/29] mm/zsmalloc: make PageZsmalloc() "
` [PATCH v2 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH v2 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH v2 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH v2 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH v2 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH v2 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v2 13/29] mm/balloon_compaction: "
` [PATCH v2 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH v2 15/29] mm/migration: remove PageMovable()
` [PATCH v2 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v2 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v2 18/29] mm: remove __folio_test_movable()
` [PATCH v2 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v2 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v2 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH v2 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v2 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v2 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v2 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v2 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v2 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH v2 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH v2 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()

[PATCH] lib/test_vmalloc.c: introduce xfail for failing tests
 2025-07-04 10:06 UTC  (7+ messages)

drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver
 2025-07-04  9:39 UTC  (9+ messages)
` [PATCH 17/17] amdgpu: add support for memory cgroups

[PATCH v2] mm: fault in complete folios instead of individual pages for tmpfs
 2025-07-04  9:38 UTC  (2+ messages)

[PATCH v2 0/5] vfio/type1: optimize vfio_pin_pages_remote() and vfio_unpin_pages_remote()
 2025-07-04  8:47 UTC  (11+ messages)
` [PATCH v2 1/5] mm: introduce num_pages_contiguous()
` [PATCH v2 2/5] vfio/type1: optimize vfio_pin_pages_remote()
` [PATCH v2 3/5] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v2 4/5] vfio/type1: introduce a new member has_rsvd for struct vfio_dma
` [PATCH v2 5/5] vfio/type1: optimize vfio_unpin_pages_remote()

[PATCH RFC] RISC-V: Fix a register to store the percpu offset
 2025-07-04  8:45 UTC 

[syzbot] [mm?] WARNING in xfs_init_fs_context
 2025-07-04  8:26 UTC  (4+ messages)

[PATCH v4 00/13] x86/mm: Add multi-page clearing
 2025-07-04  8:15 UTC  (2+ messages)

[RFC PATCH v2] samples/damon: support automatic node address detection
 2025-07-04  7:05 UTC  (2+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-07-04  7:02 UTC  (6+ messages)

[PATCH v8 00/15] khugepaged: mTHP support
 2025-07-04  6:11 UTC  (9+ messages)
` [PATCH v8 01/15] khugepaged: rename hpage_collapse_* to khugepaged_*
` [PATCH v8 02/15] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v8 11/15] khugepaged: allow madvise_collapse to check all anonymous mTHP orders

[PATCHv2 0/3] mm/memory_hotplug: fixup crash during uevent handling
 2025-07-04  6:09 UTC  (6+ messages)
` [PATCH 2/3] mm/memory_hotplug: activate node before adding new memory blocks

[PATCH v6 0/8] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-07-04  6:07 UTC  (9+ messages)
` [PATCH v6 1/8] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v6 2/8] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v6 3/8] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v6 4/8] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v6 5/8] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v6 6/8] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
` [PATCH v6 8/8] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH 1/2] llist: avoid memory tearing for llist_node
 2025-07-04  4:44 UTC  (7+ messages)
` [PATCH 2/2] cgroup: explain the race between updater and flusher

[PATCH v4] arm64: Enable permission change on arm64 kernel block mappings
 2025-07-04  4:11 UTC  (2+ messages)

[PATCH 05/11] vmscan: don't bother with debugfs_real_fops()
 2025-07-04  4:07 UTC  (3+ messages)

[PATCH v3] khugepaged: Reduce race probability between migration and khugepaged
 2025-07-04  4:04 UTC 

[PATCH v2] khugepaged: Reduce race probability between migration and khugepaged
 2025-07-04  3:27 UTC  (2+ messages)

[PATCH v1] mm/vmscan: Account hwpoisoned folios in reclaim statistics
 2025-07-04  3:14 UTC  (3+ messages)

[PATCH] mm: support large mapping building for tmpfs
 2025-07-04  2:35 UTC  (9+ 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).