linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-04  9:25 UTC  (3+ messages)
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES

[PATCH mm-new] mm/memcontrol: Introduce sysctl vm.memcg_stats_flush_threshold
 2025-11-04  9:21 UTC  (2+ messages)

[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
 2025-11-04  9:14 UTC  (13+ messages)
` [PATCH 01/19] mm/swap: rename __read_swap_cache_async to swap_cache_alloc_folio
` [PATCH 03/19] mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
` [PATCH 04/19] mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
` [PATCH 06/19] mm, swap: free the swap cache after folio is mapped

[PATCH v13 00/22] zswap compression batching with optimized iaa_crypto driver
 2025-11-04  9:12 UTC  (23+ messages)
` [PATCH v13 01/22] crypto: iaa - Reorganize the iaa_crypto driver code
` [PATCH v13 02/22] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v13 03/22] crypto: iaa - Simplify, consistency of function parameters, minor stats bug fix
` [PATCH v13 04/22] crypto: iaa - Descriptor allocation timeouts with mitigations
` [PATCH v13 05/22] crypto: iaa - iaa_wq uses percpu_refs for get/put reference counting
` [PATCH v13 06/22] crypto: iaa - Simplify the code flow in iaa_compress() and iaa_decompress()
` [PATCH v13 07/22] crypto: iaa - Refactor hardware descriptor setup into separate procedures
` [PATCH v13 08/22] crypto: iaa - Simplified, efficient job submissions for non-irq mode
` [PATCH v13 09/22] crypto: iaa - Deprecate exporting add/remove IAA compression modes
` [PATCH v13 10/22] crypto: iaa - Expect a single scatterlist for a [de]compress request's src/dst
` [PATCH v13 11/22] crypto: iaa - Rearchitect iaa_crypto to have clean interfaces with crypto_acomp
` [PATCH v13 12/22] crypto: acomp - Define a unit_size in struct acomp_req to enable batching
` [PATCH v13 13/22] crypto: iaa - IAA Batching for parallel compressions/decompressions
` [PATCH v13 14/22] crypto: iaa - Enable async mode and make it the default
` [PATCH v13 15/22] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v13 16/22] crypto: iaa - Submit the two largest source buffers first in decompress batching
` [PATCH v13 17/22] crypto: iaa - Add deflate-iaa-dynamic compression mode
` [PATCH v13 18/22] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v13 19/22] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v13 20/22] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v13 21/22] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v13 22/22] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH 0/2] vma_start_write_killable
 2025-11-04  9:08 UTC  (8+ messages)
` [PATCH 1/2] mm: Add vma_start_write_killable()
` [PATCH 2/2] mm: Use vma_start_write_killable() in dup_mmap()
` [syzbot ci] Re: vma_start_write_killable

[PATCH] mm/huge_memory: merge uniform_split_supported() and non_uniform_split_supported()
 2025-11-04  9:05 UTC  (10+ messages)

[PATCH 0/2] mm/hugetlb: refactor sysfs/sysctl interfaces
 2025-11-04  9:05 UTC  (7+ messages)
` [PATCH 1/2] mm/hugetlb: extract sysfs into hugetlb_sysfs.c

[PATCH v4] mm: use per_vma lock for MADV_DONTNEED
 2025-11-04  9:01 UTC  (3+ messages)

[PATCH v1 21/26] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
 2025-11-04  8:59 UTC  (3+ messages)

[PATCH] mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()
 2025-11-04  8:57 UTC 

[PATCH] mm/huge_memory: Initialise the tags of the huge zero folio
 2025-11-04  8:52 UTC  (8+ messages)

[PATCH v3 0/2] mm/hugetlb: refactor sysfs/sysctl interfaces
 2025-11-04  8:37 UTC  (3+ messages)
` [PATCH v3 1/2] mm/hugetlb: extract sysfs into hugetlb_sysfs.c
` [PATCH v3 2/2] mm/hugetlb: extract sysctl into hugetlb_sysctl.c

[PATCH v2 00/23] mm: BPF OOM
 2025-11-04  8:18 UTC  (10+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-04  7:52 UTC  (5+ messages)
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[PATCH v2 0/2] x86/mm: support memory-failure on 32-bits with SPARSEMEM
 2025-11-04  7:23 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm/memory-failure: remove the selection of RAS

[PATCH v4 0/4] mm/userfaultfd: modulize memory types
 2025-11-04  7:21 UTC  (18+ messages)

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-04  7:00 UTC  (4+ messages)

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-04  6:55 UTC  (10+ messages)
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 07/25] ext4: support large block size in ext4_calculate_overhead()
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion

[RFC PATCH] mm: Enable CONFIG_PT_RECLAIM on all architectures
 2025-11-04  6:33 UTC  (6+ messages)

[PATCH] selftest/vm_util: remove unused variables
 2025-11-04  6:28 UTC 

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-04  6:17 UTC  (27+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH 04/16] mm: eliminate uses of is_swap_pte() when leafent_from_pte() suffices
` [PATCH 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH 10/16] mm: replace pmd_to_swp_entry() with leafent_from_pmd()
` [PATCH 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
` [PATCH 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH 15/16] mm: eliminate further swapops predicates
` [PATCH 16/16] mm: replace remaining pte_to_swp_entry() with leafent_from_pte()

[PATCH] slab: prevent infinite loop in kmalloc_nolock() with debugging
 2025-11-04  5:26 UTC  (3+ messages)

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-11-04  3:44 UTC  (12+ messages)

[PATCH v2 1/1] mm: swap: remove duplicate nr_swap_pages decrement in get_swap_page_of_type()
 2025-11-04  2:56 UTC  (2+ messages)

[PATCH v4 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-04  2:52 UTC  (8+ messages)
` [PATCH v4 2/3] mm: handle poisoning of pfn without struct pages

[PATCH v5 0/3] mm: Implement ECC handling for pfn with no struct page
 2025-11-04  2:49 UTC  (4+ messages)
` [PATCH v5 2/3] mm: handle poisoning of pfn without struct pages

[PATCH v2 0/2] mm/hugetlb: refactor sysfs/sysctl interfaces
 2025-11-04  2:38 UTC  (3+ messages)
` [PATCH v2 1/2] mm/hugetlb: extract sysfs into hugetlb_sysfs.c
` [PATCH v2 2/2] mm/hugetlb: extract sysctl into hugetlb_sysctl.c

[PATCH 1/2] x86/mm: support memory-failure on 32-bits with SPARSEMEM
 2025-11-04  2:20 UTC  (5+ messages)
` [PATCH 2/2] mm/memory-failure: remove the selection of RAS

[PATCH v2 00/50] tree-in-dcache stuff
 2025-11-04  1:43 UTC  (3+ messages)
` [PATCH v2 18/50] convert pstore

[PATCH 0/2] kho: misc fixes
 2025-11-04  1:23 UTC  (5+ messages)
` [PATCH 1/2] kho: fix unpreservation of higher-order vmalloc preservations
` [PATCH 2/2] kho: warn and exit when unpreserved page wasn't preserved

[PATCH] memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memory
 2025-11-04  0:39 UTC 

[PATCH v4 0/5] mm: Refactor and improve VMA count limit code
 2025-11-03 23:58 UTC  (6+ messages)
` [PATCH v4 1/5] mm: Document lenient map_count checks
` [PATCH v4 2/5] mm/selftests: add max_vma_count tests

[PATCH 0/2] mm/huge_memory: Modularize and simplify folio splitting paths
 2025-11-03 23:37 UTC  (6+ messages)
` [PATCH 1/2] mm/huge_memory: introduce __split_folio_and_update_stats() to consolidate split task

[PATCH] Documentation: treewide: Replace marc.info links with lore
 2025-11-03 23:23 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 9823120909776bbca58a3c55ef1f27d49283c1f3
 2025-11-03 23:10 UTC 

[RFC PATCH 0/5] BLOG: per-task logging contexts with Ceph consumer
 2025-11-03 22:37 UTC  (7+ messages)
` [RFC PATCH 3/5] ceph: Add BLOG scaffolding
` [RFC PATCH 4/5] ceph: Add BLOG debugfs support
` [RFC PATCH 5/5] ceph: Activate BLOG logging

[PATCH RFC] shmem: don't trim whole folio loop boundaries on partial truncate
 2025-11-03 20:11 UTC  (2+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-03 19:23 UTC  (18+ messages)
` [PATCH v4 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest
` [PATCH v4 08/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()
` [PATCH v4 09/12] powerpc/mm: replace batch->active "
` [PATCH v4 10/12] sparc/mm: "
` [PATCH v4 11/12] x86/xen: use lazy_mmu_state when context-switching

[RFC PATCH v2 0/4] make vmalloc gfp flags usage more apparent
 2025-11-03 19:04 UTC  (5+ messages)
` [RFC PATCH v2 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [RFC PATCH v2 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [RFC PATCH v2 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [RFC PATCH v2 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()

[PATCH RFC] mm: allow __GFP_NOFAIL allocation up to BLK_MAX_BLOCK_SIZE to support LBS
 2025-11-03 18:53 UTC  (11+ messages)

[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-03 18:05 UTC  (5+ messages)
` [PATCH v9 3/9] kho: add interfaces to unpreserve folios, page ranges, and vmalloc
` [PATCH v9 9/9] liveupdate: kho: Use %pe format specifier for error pointer printing

[PATCH AUTOSEL 6.17] selftests: cachestat: Fix warning on declaration under label
 2025-11-03 18:02 UTC 

[PATCH v2 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-11-03 17:52 UTC  (5+ messages)
` [PATCH v2 1/2] mm: always call rmap_walk() on locked folios
` [PATCH v2 2/2] mm/userfaultfd: don't lock anon_vma when performing UFFDIO_MOVE

[PATCH v2 0/3] ksm: perform a range-walk to jump over holes in break_ksm
 2025-11-03 17:06 UTC  (7+ messages)
` [PATCH v2 1/3] Revert "mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk"
` [PATCH v2 2/3] ksm: perform a range-walk in break_ksm
` [PATCH v2 3/3] ksm: replace function unmerge_ksm_pages with break_ksm

[PATCH] kho: fix out-of-bounds access of vmalloc chunk
 2025-11-03 16:57 UTC  (2+ messages)

[RFC PATCH 1/2] ARM: mm: support memory-failure
 2025-11-03 16:53 UTC  (3+ messages)

[PATCH v5 0/3] Optimize folio split in memory failure
 2025-11-03 16:38 UTC  (5+ messages)
` [PATCH v5 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH 0/2] Improve UFFDIO_MOVE scalability by removing anon_vma lock
 2025-11-03 16:38 UTC  (7+ messages)
` [PATCH 1/2] mm: always call rmap_walk() on locked folios

[PATCH] mm/debug: fix missing space in case statement
 2025-11-03 16:25 UTC  (3+ messages)

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-11-03 16:21 UTC  (8+ messages)
` [PATCH v8 3/5] arm64: mm: support "

[PATCH 1/2] pm-hibernate: flush disk cache when suspending
 2025-11-03 15:53 UTC  (2+ messages)

[PATCHv3 0/2] Fix SIGBUS semantics with large folios
 2025-11-03 15:18 UTC  (9+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCH v2 1/1] mm/ksm: recover from memory failure on KSM page by migrating to healthy duplicate
 2025-11-03 15:16 UTC  (4+ messages)
` [PATCH v3 0/2] mm/ksm: try "
  ` [PATCH v3 1/2] mm/ksm: add helper to allocate and initialize stable node duplicates
  ` [PATCH v3 2/2] mm/ksm: try recover from memory failure on KSM page by migrating to healthy duplicate

[RFC mm v5 0/2] mm, page_pool: introduce a new page type for page pool in page type
 2025-11-03 14:50 UTC  (7+ messages)
` [RFC mm v5 1/2] page_pool: check nmdesc->pp to see its usage as page pool for net_iov not page-backed
` [RFC mm v5 2/2] mm: introduce a new page type for page pool in page type

[PATCH 1/2] x86/mm: support memory-failure on 32-bits with SPARSEMEM
 2025-11-03 14:43 UTC  (3+ messages)

[RFC PATCH 0/4] make vmalloc gfp flags usage more apparent
 2025-11-03 13:51 UTC  (3+ messages)

[PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
 2025-11-03 13:19 UTC  (11+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox