linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2] zsmalloc: prefer the the original page's node for compressed data
 2025-04-22 11:47 UTC  (2+ messages)

[PATCH v2] memcg: optimize memcg_rstat_updated
 2025-04-22 11:41 UTC  (2+ messages)

[PATCH V4 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
 2025-04-22 11:40 UTC  (3+ messages)
` [PATCH V4 1/2] mm: add folio_migration_expected_refs() as inline function
` [PATCH V4 2/2] jfs: implement migrate_folio for jfs_metapage_aops

mm: percpu: increase PERCPU_MODULE_RESERVE to avoid allocation failure
 2025-04-22 11:39 UTC 

[PATCH v8 00/24] Provide a new two step DMA mapping API
 2025-04-22 11:36 UTC  (17+ messages)
` [PATCH v8 04/24] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v8 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v8 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v8 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v8 24/24] nvme-pci: optimize single-segment handling

[PATCH V3 0/2] JFS: Implement migrate_folio for jfs_metapage_aops
 2025-04-22 11:28 UTC  (4+ messages)
` [PATCH V3 1/2] mm: export folio_expected_refs for JFS migration handler

[PATCH 0/2] minimize swapping on zswap store failure
 2025-04-22 11:27 UTC  (3+ messages)

[PATCH -next 0/7] fs/buffer: split pagecache lookups into atomic or blocking
 2025-04-22 11:25 UTC  (3+ messages)

[PATCH RESEND 0/6] support ksm_stat showing at cgroup level
 2025-04-22 11:22 UTC  (7+ messages)
` [PATCH RESEND 1/6] memcontrol: rename mem_cgroup_scan_tasks()
` [PATCH RESEND 2/6] memcontrol: introduce the new mem_cgroup_scan_tasks()
` [PATCH RESEND 3/6] memcontrol-v1: introduce ksm_stat at cgroup level
` [PATCH RESEND 4/6] memcontrol-v1: add ksm_zero_pages in cgroup/memory.ksm_stat
` [PATCH RESEND 5/6] memcontrol-v1: add ksm_merging_pages "
` [PATCH RESEND 6/6] memcontrol-v1: add ksm_profit "

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-22 11:22 UTC  (3+ messages)

[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
 2025-04-22 11:11 UTC  (7+ messages)
` [PATCH 3/4] tools/selftests: expand all guard region tests to file-backed

[PATCH v4] mm: add zblock allocator
 2025-04-22 10:46 UTC  (2+ messages)

[PATCH 0/2] Fix 100% CPU usage issue in IOU worker threads
 2025-04-22 10:45 UTC  (3+ messages)
` [PATCH 1/2] io_uring: Add new functions to handle user fault scenarios
` [PATCH 2/2] userfaultfd: Set the corresponding flag in IOU worker context

[PATCH] mm/damon/sysfs-schemes: using kmalloc_array() and size_add()
 2025-04-22 10:44 UTC  (3+ messages)

Please apply d2155fe54ddb to 5.10 and 5.4
 2025-04-22  9:58 UTC  (5+ messages)

[PATCH v2] memcg: introduce non-blocking limit setting option
 2025-04-22  9:48 UTC  (5+ messages)

[PATCH v2] mm/mm_init: Don't iterate pages below ARCH_PFN_OFFSET
 2025-04-22  9:08 UTC  (7+ messages)

endless loop in truncate_inode_pages_range()
 2025-04-22  9:03 UTC 

[PATCH stable 6.1] mm: Fix is_zero_page() usage in try_grab_page()
 2025-04-22  9:02 UTC  (6+ messages)
` Patch "mm: Fix is_zero_page() usage in try_grab_page()" has been added to the 6.1-stable tree

[PATCH v2 1/4] mm/hugetlb: Refactor unmap_ref_private() to take folio instead of page
 2025-04-22  9:00 UTC  (10+ messages)
` [PATCH v2 2/4] mm/hugetlb: Refactor unmap_hugepage_range() "
` [PATCH v2 3/4] mm/hugetlb: Refactor __unmap_hugepage_range() "
` [PATCH v2 4/4] mm/hugetlb: Convert use of struct page to folio in __unmap_hugepage_range()

[PATCH v2 0/5] mm/vmalloc.c: code cleanup and improvements
 2025-04-22  8:53 UTC  (2+ messages)

[PATCH v2 1/2] khugepaged: Refactor trace_mm_collapse_huge_page_isolate() to take folio instead of page
 2025-04-22  8:50 UTC  (6+ messages)
` [PATCH v2 2/2] khugepaged: Refactor trace_mm_khugepaged_scan_pmd() "

Kernel 6.15-rc2 unable to boot on 32bit x86 with PAE
 2025-04-22  8:35 UTC  (5+ messages)

AMD GPU driver load hitting BUG_ON in sync_global_pgds_l5()
 2025-04-22  8:28 UTC  (3+ messages)

[PATCH v4 00/11] Perf improvements for hugetlb and vmalloc on arm64
 2025-04-22  8:18 UTC  (12+ messages)
` [PATCH v4 01/11] arm64: hugetlb: Cleanup huge_pte size discovery mechanisms
` [PATCH v4 02/11] arm64: hugetlb: Refine tlb maintenance scope
` [PATCH v4 03/11] mm/page_table_check: Batch-check pmds/puds just like ptes
` [PATCH v4 04/11] arm64/mm: Refactor __set_ptes() and __ptep_get_and_clear()
` [PATCH v4 05/11] arm64: hugetlb: Use __set_ptes_anysz() and __ptep_get_and_clear_anysz()
` [PATCH v4 06/11] arm64/mm: Hoist barriers out of set_ptes_anysz() loop
` [PATCH v4 07/11] mm/vmalloc: Warn on improper use of vunmap_range()
` [PATCH v4 08/11] mm/vmalloc: Gracefully unmap huge ptes
` [PATCH v4 09/11] arm64/mm: Support huge pte-mapped pages in vmap
` [PATCH v4 10/11] mm/vmalloc: Enter lazy mmu mode while manipulating vmalloc ptes
` [PATCH v4 11/11] arm64/mm: Batch barriers when updating kernel mappings

mm/kmsan/hooks.c:269:14: sparse: sparse: cast removes address space '__user' of expression
 2025-04-22  8:15 UTC 

[RFC PATCH v2 00/10] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-04-22  8:09 UTC  (11+ messages)
` [RFC PATCH v2 01/10] "
` [RFC PATCH v2 02/10] mm/mremap: add MREMAP_MUST_RELOCATE_ANON
` [RFC PATCH v2 03/10] mm/mremap: add MREMAP[_MUST]_RELOCATE_ANON support for large folios
` [RFC PATCH v2 04/10] tools UAPI: Update copy of linux/mman.h from the kernel sources
` [RFC PATCH v2 05/10] tools/testing/selftests: add sys_mremap() helper to vm_util.h
` [RFC PATCH v2 06/10] tools/testing/selftests: add mremap() cases that merge normally
` [RFC PATCH v2 07/10] tools/testing/selftests: add MREMAP_RELOCATE_ANON merge test cases
` [RFC PATCH v2 08/10] tools/testing/selftests: expand mremap() tests for MREMAP_RELOCATE_ANON
` [RFC PATCH v2 09/10] tools/testing/selftests: have CoW self test use MREMAP_RELOCATE_ANON
` [RFC PATCH v2 10/10] tools/testing/selftests: test relocate anon in split huge page test

Patch "Fix mmu notifiers for range-based invalidates" has been added to the 6.6-stable tree
 2025-04-22  7:55 UTC 

[PATCH v2 0/7] fs/buffer: split pagecache lookups into atomic or blocking
 2025-04-22  7:51 UTC  (3+ messages)

[PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
 2025-04-22  7:49 UTC  (14+ messages)

[PATCH v2] mm, slab: clean up slab->obj_exts always
 2025-04-22  7:22 UTC  (4+ messages)

[PATCH v6 0/5] userfaultfd move option
 2025-04-22  7:19 UTC  (7+ messages)
` [PATCH v6 2/5] userfaultfd: UFFDIO_MOVE uABI

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-04-22  7:05 UTC  (8+ messages)
` [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP

[RESEND PATCH v2 1/1] mm/rmap: add CONFIG_MM_ID guard for folio_test_large_maybe_mapped_shared()
 2025-04-22  7:00 UTC  (6+ messages)

[PATCH v3 0/4] mm/folio_zero_user: add multi-page clearing
 2025-04-22  6:36 UTC  (5+ messages)
` [PATCH v3 4/4] x86/folio_zero_user: "

[PATCH V4 0/4] add max arg to swappiness in memory.reclaim and lru_gen
 2025-04-22  6:18 UTC  (9+ messages)
` [PATCH V4 1/4] mm: add swappiness=max arg to memory.reclaim for only anon reclaim
    ` [External] "
` [PATCH V4 2/4] mm: vmscan: add more comments about cache_trim_mode
` [PATCH V4 3/4] mm: add max swappiness arg to lru_gen for anonymous memory only
    ` [External] "
` [PATCH V4 4/4] mm: using SWAPPINESS_ANON_ONLY in MGLRU

[PATCH] mm/damon/core: Initialize sampling_addr in damon_new_region()
 2025-04-22  6:09 UTC  (3+ messages)

[PATCH v4 0/2] vmscan: enforce mems_effective during demotion
 2025-04-22  4:41 UTC  (8+ messages)
` [PATCH v4 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v4 2/2] vmscan,cgroup: apply mems_effective to reclaim
  ` [PATCH] cpuset: relax locking on cpuset_node_allowed

Call for Proposals for fossy.us 2025
 2025-04-22  3:33 UTC 

[PATCHSET V2] block/xfs: bdev page cache bug fixes for 6.15
 2025-04-22  1:19 UTC  (10+ messages)
` [PATCH 1/3] block: fix race between set_blocksize and read paths
` [PATCH 2/3] block: hoist block size validation code to a separate function
` [PATCH 3/3] xfs: stop using set_blocksize

Sleep inside atomic for aarch64, triggered by generic/482
 2025-04-22  1:10 UTC  (4+ messages)

[PATCH v3 0/2] vmscan: enforce mems_effective during demotion
 2025-04-22  1:00 UTC  (15+ messages)
` [PATCH v3 2/2] vmscan,cgroup: apply mems_effective to reclaim

[DISCUSSION] Revisiting Slab Movable Objects
 2025-04-21 21:59 UTC  (4+ messages)

[PATCH] kbuild: Switch from -Wvla to -Wvla-larger-than=0
 2025-04-21 21:30 UTC  (5+ messages)

Update Christoph's Email address and make it consistent
 2025-04-21 20:58 UTC 

[PATCH] mm/page_alloc.c: Avoid infinite retries caused by cpuset race
 2025-04-21 20:28 UTC  (3+ messages)

[PATCH v2] tools/mm: Add script to display page state for a given PID and VADDR
 2025-04-21 19:13 UTC  (2+ messages)

[PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage
 2025-04-21 19:02 UTC  (11+ messages)
                ` [PATCH] crypto: scomp - Fix off-by-one bug when calculating last page

[PATCH] cgroup: fix pointer check in css_rstat_init()
 2025-04-21 18:39 UTC  (3+ messages)

[PATCH v4 0/5] cgroup: separate rstat trees
 2025-04-21 18:18 UTC  (3+ messages)
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem

[PATCH v3] slab: Decouple slab_debug and no_hash_pointers
 2025-04-21 18:05 UTC  (2+ messages)

[PATCH] mm: workingset: Simplify lockdep check in update_node
 2025-04-21 17:39 UTC  (2+ messages)

[PATCH] memcg: introduce non-blocking limit setting interfaces
 2025-04-21 17:28 UTC  (9+ messages)

scheduling while atomic on rc3 - migration + buffer heads
 2025-04-21 17:27 UTC  (4+ messages)

[PATCH] mm: Fix typos in comments in mm_init.c
 2025-04-21 16:42 UTC  (2+ messages)

[PATCH v2] mm/huge_memory: fix dereferencing invalid pmd migration entry
 2025-04-21 14:47 UTC  (4+ messages)

[RFC PATCH 0/7] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
 2025-04-21 13:12 UTC  (8+ messages)
` [RFC PATCH 1/7] "

[PATCH v3] mm/huge_memory: fix dereferencing invalid pmd migration entry
 2025-04-21 11:35 UTC 

[PATCH v3] mm/rmap: rename page__anon_vma to anon_vma for consistency
 2025-04-21 11:21 UTC  (4+ messages)

[PATCH 0/3] ext4: Implement IOCB_DONTCACHE handling
 2025-04-21 10:50 UTC  (4+ messages)
` [PATCH 2/3] ext4: implement IOCB_DONTCACHE handling in write operations
` [PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags
` [PATCH 3/3] ext4: support FOP_DONTCACHE flag

BUG: KASAN: vmalloc-out-of-bounds in vrealloc_noprof+0x195/0x220 at running fortify_kunit (v6.15-rc1, x86_64)
 2025-04-21 10:04 UTC  (2+ messages)

[PATCH v2] slab: Decouple slab_debug and no_hash_pointers
 2025-04-21  9:43 UTC  (4+ messages)

[PATCH v3 0/2] mm: minor cleanups in rmap
 2025-04-21  9:22 UTC  (2+ messages)

[patch] mm, slab: show total unreclaimable slab footprint on oom
 2025-04-21  9:17 UTC  (2+ 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