linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 0/5] Avoid MAP_FIXED gap exposure
 2024-06-10 12:09 UTC  (8+ messages)
` [RFC PATCH 1/5] mm/mmap: Correctly position vma_iterator in __split_vma()
` [RFC PATCH 3/5] mm/mmap: Introduce vma_munmap_struct for use in munmap operations
` [RFC PATCH 4/5] mm/mmap: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas

[PATCH v7 0/4] Reclaim lazyfree THP without splitting
 2024-06-10 12:08 UTC  (5+ messages)
` [PATCH v7 1/4] mm/rmap: remove duplicated exit code in pagewalk loop
` [PATCH v7 2/4] mm/rmap: add helper to restart pgtable walk on changes
` [PATCH v7 3/4] mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
` [PATCH v7 4/4] mm/vmscan: avoid split lazyfree THP during shrink_folio_list()

[PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2024-06-10 12:00 UTC  (9+ messages)

[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
 2024-06-10 11:47 UTC  (11+ messages)
` [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()
` [PATCH v1 2/3] mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() instead of PageReserved()
` [PATCH v1 3/3] mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages when offlining

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-10 11:18 UTC  (21+ messages)
` [PATCH 2/2] mm: swap: mTHP allocate swap entries from nonfull list

[PATCH v2 0/2] mm: introduce pmd|pte_needs_soft_dirty_wp helpers and utilize them
 2024-06-10  8:32 UTC  (4+ messages)
` [PATCH v2 1/2] mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protect
` [PATCH v2 2/2] mm: set pte writable while pte_soft_dirty() is true in do_swap_page()

[PATCH v1 0/2] mm/highmem: don't track highmem pages manually
 2024-06-10  8:22 UTC  (9+ messages)
` [PATCH v1 1/2] mm/highmem: reimplement totalhigh_pages() by walking zones
` [PATCH v1 2/2] mm/highmem: make nr_free_highpages() return "unsigned long"

[PATCH] mm: sparse: clarify a variable name and its value
 2024-06-10  8:20 UTC  (5+ messages)

[PATCH v3 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-06-10  8:17 UTC  (4+ messages)
` [PATCH v3 3/9] fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-10  8:08 UTC  (3+ messages)

[PATCH v7 00/11] enable bs > ps in XFS
 2024-06-10  7:26 UTC  (18+ messages)
` [PATCH v7 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v7 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v7 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v7 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v7 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v7 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v7 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v7 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v7 09/11] xfs: expose block size in stat
` [PATCH v7 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v7 11/11] xfs: enable block size larger than page size support

[PATCH] [RFC] mm/mm_init.c: simplify logic of deferred_[init|free]_pages
 2024-06-10  6:40 UTC  (2+ messages)

[PATCH v5 00/18] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-06-10  5:55 UTC  (19+ messages)
` [PATCH v5 01/18] powerpc/64e: Remove unused IBM HTW code [SQUASHED]
` [PATCH v5 02/18] mm: Define __pte_leaf_size() to also take a PMD entry
` [PATCH v5 03/18] mm: Provide mm_struct and address to huge_ptep_get()
` [PATCH v5 04/18] powerpc/mm: Remove _PAGE_PSIZE
` [PATCH v5 05/18] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [PATCH v5 06/18] powerpc/mm: Allow hugepages without hugepd
` [PATCH v5 07/18] powerpc/8xx: Fix size given to set_huge_pte_at()
` [PATCH v5 08/18] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [PATCH v5 09/18] powerpc/8xx: Simplify struct mmu_psize_def
` [PATCH v5 10/18] powerpc/e500: Remove enc and ind fields from "
` [PATCH v5 11/18] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
` [PATCH v5 12/18] powerpc/e500: Encode hugepage size in PTE bits
` [PATCH v5 13/18] powerpc/e500: Don't pre-check write access on data TLB error
` [PATCH v5 14/18] powerpc/e500: Free r10 for FIND_PTE
` [PATCH v5 15/18] powerpc/e500: Use contiguous PMD instead of hugepd
` [PATCH v5 16/18] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [PATCH v5 17/18] powerpc/mm: Remove hugepd leftovers
` [PATCH v5 18/18] mm: Remove CONFIG_ARCH_HAS_HUGEPD

The proper handling of failed IO error?
 2024-06-10  5:24 UTC  (2+ messages)

[PATCH v2 -next 0/3] mm/hugetlb_cgroup: rework on cftypes
 2024-06-10  5:03 UTC  (3+ messages)
` [PATCH v2 -next 1/3] mm/hugetlb_cgroup: identify the legacy using cgroup_subsys_on_dfl()

[PATCH] mm/memory_hotplug: Drop memblock_phys_free() call in try_remove_memory()
 2024-06-10  4:56 UTC  (2+ messages)

[PATCH v1 0/6] fs/proc: move page_mapcount() to fs/proc/internal.h
 2024-06-10  4:51 UTC  (8+ messages)
` [PATCH v1 1/6] fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THP
` [PATCH v1 2/6] fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENT
` [PATCH v1 3/6] fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPs

[PATCH] mm: fix possible OOB in numa_rebuild_large_mapping()
 2024-06-09 20:53 UTC  (3+ messages)

Unifying page table walkers
 2024-06-09 20:28 UTC  (4+ messages)

patch idea: convert trivial call_rcu users to kfree_rcu
 2024-06-09 17:03 UTC  (13+ messages)
` [cocci] "

[linux-next:master 1507/4582] dtbs_check: arch/microblaze/boot/dts/system.dtb: /: memory: False schema does not allow {'device_type': ['memory'], 'reg': [[2147483648, 1073741824]]}
 2024-06-09 15:30 UTC 

[linux-next:master 4263/4582] net/core/dev.c:4551:17: error: 'head' undeclared
 2024-06-09 11:31 UTC 

[syzbot] [mm?] KMSAN: uninit-value in zswap_store
 2024-06-08 21:09 UTC 

[linux-next:master 4576/4582] riscv32-linux-ld: section .data..percpu VMA [c2596000,c259c3cb] overlaps section __ksymtab_gpl VMA [c2584cb8,c259b247]
 2024-06-08 19:59 UTC 

[syzbot] [net?] WARNING: suspicious RCU usage in br_mst_set_state (2)
 2024-06-08 18:19 UTC  (2+ messages)

[PATCH] mm/gup: don't check page lru flag before draining it
 2024-06-08 16:03 UTC  (13+ messages)

[PATCH v1 0/3] mm: zswap: global shrinker fix and proactive shrink
 2024-06-08 15:53 UTC  (4+ messages)
` [PATCH v1 1/3] mm: zswap: fix global shrinker memcg iteration
` [PATCH v1 2/3] mm: zswap: fix global shrinker error handling logic
` [PATCH v1 3/3] mm: zswap: proactive shrinking before pool size limit is hit

[linux-next:master 1912/4582] dtbs_check: arch/arm/boot/dts/rockchip/rk3128-evb.dtb: /dsi@10110000: failed to match any schema with compatible: ['rockchip,rk3128-mipi-dsi', 'snps,dw-mipi-dsi']
 2024-06-08 11:48 UTC  (3+ messages)

[PATCH v3] selftests/mm: use asm volatile to not optimize mmap read variable
 2024-06-08 10:22 UTC  (3+ messages)

[PATCH] mm/mm_init.c: don't initialize page->lru again
 2024-06-08  7:56 UTC  (4+ messages)

[linux-next:fs-next] BUILD SUCCESS 3be6a81b346a6115ef6eeb78b2f1c032544ffa08
 2024-06-08  7:42 UTC 

[linux-next:fs-current] BUILD SUCCESS 2a425a3f1098c5f524e6ac627f50fe5f9206b98d
 2024-06-08  6:14 UTC 

[linux-next:pending-fixes] BUILD REGRESSION 6ec8e62a9eab8f2a9e9ba51d9164c18a9117c766
 2024-06-08  5:08 UTC 

[PATCH v4] mm: convert page type macros to enum
 2024-06-08  4:27 UTC  (2+ messages)

[PATCH v2] mm: zswap: handle incorrect attempts to load of large folios
 2024-06-08  4:08 UTC  (3+ messages)

[linux-next:master 4041/4582] mm/shmem.c:139:24: warning: 'huge_anon_shmem_orders_lock' defined but not used
 2024-06-08  4:02 UTC 

[linux-next:master 1595/4582] ERROR: modpost: "simple_util_parse_convert" [sound/soc/tegra/snd-soc-tegra210-i2s.ko] undefined!
 2024-06-08  3:40 UTC 

Help: How to use the slab debug log message
 2024-06-08  3:39 UTC 

[PATCH v1 0/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL
 2024-06-08  3:35 UTC  (5+ messages)
` [PATCH v1 1/1] mm/memfd: add documentation for MFD_NOEXEC_SEAL MFD_EXEC

[PATCH 0/5] cleanups, fixes, and progress towards avoiding "make headers"
 2024-06-08  2:15 UTC  (7+ messages)
` [PATCH 1/5] selftests/mm: mseal, self_elf: fix missing __NR_mseal
` [PATCH 2/5] selftests/mm: fix vm_util.c build failures: add snapshot of fs.h
` [PATCH 3/5] mm/selftests: kvm, mdwe fixes to avoid requiring "make headers"
` [PATCH 4/5] selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
` [PATCH 5/5] selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS

[PATCH] mm: zswap: add VM_BUG_ON() if large folio swapin is attempted
 2024-06-08  0:32 UTC  (18+ messages)

[GIT PULL] hotfixes for 6.10-rc3
 2024-06-08  0:15 UTC  (2+ messages)

[PATCH v1 0/3] Userspace controls soft-offline HugeTLB pages
 2024-06-07 22:26 UTC  (5+ messages)
` [PATCH v1 1/3] mm/memory-failure: userspace controls soft-offlining hugetlb pages

[PATCH 0/5] mm: cleanup MIGRATE_SYNC_NO_COPY mode
 2024-06-07 21:27 UTC  (7+ messages)
` [PATCH 3/5] mm: migrate_device: unify migrate folio for MIGRATE_SYNC_NO_COPY
` [PATCH 4/5] mm: migrate: remove migrate_folio_extra()
` [PATCH 5/5] mm: remove MIGRATE_SYNC_NO_COPY mode

[PATCH linux-next v3] mm: huge_memory: fix misused mapping_large_folio_support() for anon folios
 2024-06-07 21:21 UTC  (2+ messages)

[PATCH v4] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
 2024-06-07 20:52 UTC  (3+ messages)

[PATCH v2 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-07 19:54 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] pstore/ramoops: Add ramoops.mem_name= command line option

[PATCH 0/6] Enable P2PDMA in Userspace RDMA
 2024-06-07 19:18 UTC  (6+ messages)
` [PATCH 1/6] kernfs: create vm_operations_struct without page_mkwrite()

[PATCH v2 00/16] Introduce a store type enum for the Maple tree
 2024-06-07 18:52 UTC  (17+ messages)
` [PATCH v2 01/16] maple_tree: introduce store_type enum
` [PATCH v2 02/16] maple_tree: introduce mas_wr_prealloc_setup()
` [PATCH v2 03/16] maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
` [PATCH v2 04/16] maple_tree: introduce mas_wr_store_type()
` [PATCH v2 05/16] maple_tree: remove mas_destroy() from mas_nomem()
` [PATCH v2 06/16] maple_tree: use mas_store_gfp() in mas_erase()
` [PATCH v2 07/16] maple_tree: use mas_store_gfp() in mtree_store_range()
` [PATCH v2 08/16] maple_tree: print store type in mas_dump()
` [PATCH v2 09/16] maple_tree: use store type in mas_wr_store_entry()
` [PATCH v2 10/16] maple_tree: convert mas_insert() to preallocate nodes
` [PATCH v2 11/16] maple_tree: simplify mas_commit_b_node()
` [PATCH v2 12/16] maple_tree: remove mas_wr_modify()
` [PATCH v2 13/16] maple_tree: have mas_store() allocate nodes if needed
` [PATCH v2 14/16] maple_tree: remove node allocations from various write helper functions
` [PATCH v2 15/16] maple_tree: remove repeated sanity checks from mas_wr_append()
` [PATCH v2 16/16] maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()

[PATCH 6.6.y] mm: ratelimit stat flush from workingset shrinker
 2024-06-07 17:26 UTC  (3+ messages)

[PATCH] mm: zsmalloc: share slab caches for all zsmalloc zpools
 2024-06-07 17:24 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION d35b2284e966c0bef3e2182a5c5ea02177dd32e4
 2024-06-07 17:10 UTC 

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-06-07 16:55 UTC  (13+ messages)

[PATCH v3] selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
 2024-06-07 16:39 UTC  (4+ messages)

[PATCH v1 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-07 16:13 UTC  (3+ messages)

[PATCH v2 0/2] memfd: fix MFD_NOEXEC_SEAL to be non-sealable
 2024-06-07 15:59 UTC  (8+ messages)
` [PATCH v2 1/2] memfd: fix MFD_NOEXEC_SEAL to be non-sealable by default

[PATCH v4 0/6] mm: migrate: support poison recover from migrate folio
 2024-06-07 15:59 UTC  (7+ messages)
` [PATCH v4 4/6] mm: migrate: support poisoned "

[PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-06-07 15:58 UTC  (11+ messages)

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-06-07 15:46 UTC  (4+ messages)
` [RFC PATCH v8 10/10] ras: scrub: ACPI RAS2: Add memory ACPI RAS2 driver

support large folios for NFS
 2024-06-07 15:32 UTC  (5+ messages)

[PATCH v3] mm: convert page type macros to enum
 2024-06-07 15:13 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