Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 03:18:52 to 2024-03-25 23:50:47 UTC [more...]

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-25 23:50 UTC  (10+ messages)
` [RFC PATCH 1/9] mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
` [RFC PATCH 2/9] mm: zswap: refactor storing to the tree out of zswap_store()
` [RFC PATCH 3/9] mm: zswap: refactor limit checking from zswap_store()
` [RFC PATCH 4/9] mm: zswap: move more same-filled pages checks outside of zswap_store()
` [RFC PATCH 5/9] mm: zswap: remove zswap_same_filled_pages_enabled
` [RFC PATCH 6/9] mm: zswap: drop support for non-zero same-filled pages handling
` [RFC PATCH 7/9] mm: zswap: store zero-filled pages without a zswap_entry
` [RFC PATCH 8/9] mm: zswap: do not check the global limit for zero-filled pages
` [RFC PATCH 9/9] mm: zswap: use zswap_entry_free() for partially initialized entries

[PATCH v2 0/9] slab: Introduce dedicated bucket allocator
 2024-03-25 23:13 UTC  (10+ messages)
` [PATCH v2 4/9] slab: Introduce kmem_buckets_create()

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-25 22:53 UTC  (3+ messages)

[PATCH 0/5] Define struct vm_fault in handle_mm_fault()
 2024-03-25 22:33 UTC  (6+ messages)
` [PATCH 1/5] hugetlb: Convert hugetlb_fault() to use struct vm_fault
` [PATCH 2/5] hugetlb: Convert hugetlb_no_page() "
` [PATCH 3/5] hugetlb: Convert hugetlb_wp() "
` [PATCH 4/5] mm: Make pgoff non-const in "
` [PATCH 5/5] memory: Define struct vm_fault in handle_mm_fault()

[PATCH v8] zswap: replace RB tree with xarray
 2024-03-25 21:34 UTC  (4+ messages)

[PATCH] mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
 2024-03-25 21:27 UTC  (14+ messages)

[PATCH 0/9] Various significant MM patches
 2024-03-25 20:47 UTC  (11+ messages)
` [PATCH 5/9] mm: Turn folio_test_hugetlb into a PageType
` [PATCH 7/9] mm: Free up PG_slab

Boot failure with kernel BUG at mm/usercopy.c on next-20240325
 2024-03-25 20:37 UTC  (6+ messages)

[PATCH v2 RESEND] mm/mmap: convert all mas except mas_detach to vma iterator
 2024-03-25 20:26 UTC  (3+ messages)

[PATCH 0/6] Improve visibility of writeback
 2024-03-25 20:26 UTC  (5+ messages)
` [PATCH 6/6] writeback: remove unneeded GDTC_INIT_NO_WB

[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
 2024-03-25 20:04 UTC  (2+ messages)

kernel BUG at mm/usercopy.c:102 -- pc : usercopy_abort
 2024-03-25 19:37 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 2c54eea3a68ea45ceef479d13e95daad73122408
 2024-03-25 19:22 UTC 

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-25 19:19 UTC  (12+ messages)
` [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()

[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
 2024-03-25 19:05 UTC  (13+ messages)
` [RFC PATCH 1/8] mm: Provide pagesize to pmd_populate()
` [RFC PATCH 2/8] mm: Provide page size to pte_alloc_huge()
` [RFC PATCH 3/8] mm: Provide pmd to pte_leaf_size()
` [RFC PATCH 4/8] mm: Provide mm_struct and address to huge_ptep_get()
` [RFC PATCH 5/8] powerpc/mm: Allow hugepages without hugepd
` [RFC PATCH 6/8] powerpc/8xx: Fix size given to set_huge_pte_at()
` [RFC PATCH 7/8] powerpc/8xx: Remove support for 8M pages
` [RFC PATCH 8/8] powerpc/8xx: Add back support for 8M pages using contiguous PTE entries

[patch RFC] mm/slab: introduce KZALLOC_FREE() cleanup-ed allocation macro
 2024-03-25 19:00 UTC  (3+ messages)
` Re "

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-03-25 18:58 UTC  (4+ messages)

[PATCH v1 0/3] mm/secretmem: one fix and one refactoring
 2024-03-25 18:30 UTC  (5+ messages)
` [PATCH v1 1/3] mm/secretmem: fix GUP-fast succeeding on secretmem folios
` [PATCH v1 2/3] selftests/memfd_secret: add vmsplice() test
` [PATCH v1 3/3] mm: merge folio_is_secretmem() into folio_fast_pin_allowed()

[PATCH v4 0/2] Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy
 2024-03-25 18:24 UTC  (2+ messages)

[PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
 2024-03-25 18:20 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Sharing page tables across processes (mshare)
 2024-03-25 17:57 UTC  (4+ messages)

[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
 2024-03-25 17:46 UTC  (2+ messages)

[PATCH v2 0/4] mm/filemap: optimize folio adding and splitting
 2024-03-25 17:14 UTC  (5+ messages)
` [PATCH v2 1/4] mm/filemap: return early if failed to allocate memory for split
` [PATCH v2 2/4] mm/filemap: clean up hugetlb exclusion code
` [PATCH v2 3/4] lib/xarray: introduce a new helper xas_get_order
` [PATCH v2 4/4] mm/filemap: optimize filemap folio adding

Recent-ish changes in binfmt_elf made my program segfault
 2024-03-25 17:08 UTC  (10+ messages)

[linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail
 2024-03-25 16:58 UTC  (3+ messages)

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-03-25 16:22 UTC  (5+ messages)
` [PATCH 02/10] mm: page_alloc: optimize free_unref_folios()
` [PATCH 05/10] mm: page_alloc: fix move_freepages_block() range error

[RFC PATCH 0/6] Implement initial CXL Timeout & Isolation support
 2024-03-25 15:54 UTC  (3+ messages)

[PATCH v2 0/2] Fix I/O high when memory almost met memcg limit
 2024-03-25 15:30 UTC  (3+ messages)
` [PATCH v2 2/2] mm/readahead: don't decrease mmap_miss when folio has workingset flags

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-03-25 15:24 UTC  (10+ messages)

[PATCH 0/7] mm: minor clean up and improvement
 2024-03-25 15:08 UTC  (9+ messages)
` [PATCH 1/7] mm/mm_init.c: remove the useless dma_reserve
` [PATCH 2/7] mm/mm_init.c: add new function calc_nr_all_pages()
` [PATCH 3/7] mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_area_init_core()
` [PATCH 4/7] mm/mm_init.c: remove unneeded calc_memmap_size()
` [PATCH 5/7] mm/mm_init.c: remove arch_reserved_kernel_pages()
` [PATCH 6/7] mm: move array mem_section init code out of memory_present()
` [PATCH 7/7] mm/init: remove the unnecessary special treatment for memory-less node

[linux-next:master] BUILD REGRESSION 1fdad13606e104ff103ca19d2d660830cb36d43e
 2024-03-25 15:04 UTC 

[PATCH v2 0/6] mm/mm_init.c: refactor free_area_init_core()
 2024-03-25 14:56 UTC  (7+ messages)
` [PATCH v2 1/6] x86: remove unneeded memblock_find_dma_reserve()
` [PATCH v2 2/6] mm/mm_init.c: remove the useless dma_reserve
` [PATCH v2 3/6] mm/mm_init.c: add new function calc_nr_all_pages()
` [PATCH v2 4/6] mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_area_init_core()
` [PATCH v2 5/6] mm/mm_init.c: remove unneeded calc_memmap_size()
` [PATCH v2 6/6] mm/mm_init.c: remove arch_reserved_kernel_pages()

[PATCH] huge_memory.c: document huge page splitting rules more thoroughly
 2024-03-25 14:05 UTC  (3+ messages)

[linux-next:master 1059/1266] ERROR: modpost: "memcpy" [mm/zsmalloc.ko] undefined!
 2024-03-25 13:37 UTC 

[PATCH 1/1] mm: vmalloc: Bail out early in find_vmap_area() if vmap is not init
 2024-03-25 13:25 UTC  (6+ messages)

[PATCH] mm/arch: Provide pud_pfn() fallback
 2024-03-25 13:05 UTC  (2+ messages)

[PATCH v2 00/14] transfer page to folio in KSM
 2024-03-25 12:49 UTC  (16+ messages)
` [PATCH v3 01/14] mm/ksm: add ksm_get_folio
` [PATCH v3 02/14] mm/ksm: use folio in remove_rmap_item_from_tree
` [PATCH v3 03/14] mm/ksm: add folio_set_stable_node
` [PATCH v3 04/14] mm/ksm: use folio in remove_stable_node
` [PATCH v3 05/14] mm/ksm: use folio in stable_node_dup
` [PATCH v3 06/14] mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
` [PATCH v3 07/14] mm/ksm: use folio in write_protect_page
` [PATCH v3 08/14] mm/ksm: Convert chain series funcs to use folio
` [PATCH v3 09/14] mm/ksm: Convert stable_tree_insert "
` [PATCH v3 10/14] mm/ksm: Convert stable_tree_search "
` [PATCH v3 11/14] mm/ksm: remove get_ksm_page and related info
` [PATCH v3 12/14] mm/ksm: return folio for chain series funcs
` [PATCH v3 13/14] mm/ksm: use folio_set_stable_node in try_to_merge_one_page
` [PATCH v3 14/14] mm/ksm: remove set_page_stable_node

[PATCH v2 00/14] transfer page to folio in KSM
 2024-03-25 12:40 UTC  (9+ messages)
` [PATCH v2 05/14] mm/ksm: use folio in stable_node_dup
` [PATCH v2 13/14] mm/ksm: use folio_set_stable_node in try_to_merge_one_page

Boot failure with kernel BUG at mm/usercopy.c on next-20240325
 2024-03-25 12:36 UTC 

[PATCH -next] mm/slub: correct comment in do_slab_free()
 2024-03-25 12:22 UTC 

BUG: unable to handle kernel paging request in fuse_copy_do
 2024-03-25 11:21 UTC  (7+ messages)

remove follow_pfn
 2024-03-25 10:36 UTC  (8+ messages)
` [PATCH 1/3] virt: acrn: stop using follow_pfn
` [PATCH 2/3] mm: remove follow_pfn
` [PATCH 3/3] mm: move follow_phys to arch/x86/mm/pat/memtype.c

[linus:master] [x86/percpu] ca42563486: BUG:unable_to_handle_page_fault_for_address
 2024-03-25 10:31 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in PageHuge
 2024-03-25 10:16 UTC  (2+ messages)

[PATCH v1] mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()
 2024-03-25  8:57 UTC  (2+ messages)

[linus:master] [mm] 7c33b8c422: will-it-scale.per_thread_ops 11.4% improvement
 2024-03-25  8:55 UTC 

[PATCH v2] mm/slub: mark racy accesses on slab->slabs
 2024-03-25  8:51 UTC  (4+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-25  8:43 UTC  (11+ messages)

[PATCH v2 0/2] mm/ksm: fix ksm exec support for prctl
 2024-03-25  8:38 UTC  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] selftest/mm: ksm_functional_tests: extend test case for ksm fork/exec

[PATCH v2 -next] mm/slub: remove dummy slabinfo functions
 2024-03-25  8:37 UTC  (2+ messages)

[PATCH v2 0/2] memcg_kmem hooks refactoring
 2024-03-25  8:20 UTC  (3+ messages)
` [PATCH v2 1/2] mm, slab: move memcg charging to post-alloc hook
` [PATCH v2 2/2] mm, slab: move slab_memcg hooks to mm/memcontrol.c

[PATCH v2 0/3] mm/damon: Profiling enhancements for DAMON
 2024-03-25  7:50 UTC  (3+ messages)

[RFC] mm: page-flags.h: remove the bias against tail pages
 2024-03-25  5:24 UTC  (2+ messages)

[PATCH v3 2/2] mm/numa_balancing:Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy
 2024-03-25  5:02 UTC  (6+ messages)

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-03-25  4:42 UTC  (2+ messages)

[linus:master] [hugetlb] 7c43a55379: ltp.hugemmap10.fail
 2024-03-25  4:31 UTC 

[PATCH v2] selftests/mm: Confirm VA exhaustion without reliance on correctness of mmap()
 2024-03-25  4:26 UTC 

[PATCH stable-5.10] mm/memory-failure: fix an incorrect use of tail pages
 2024-03-25  3:57 UTC  (3+ messages)

[PATCH] mm: backing-dev: use group allocation/free of per-cpu counters API
 2024-03-25  3:56 UTC 

summarize all information again at bottom//reply: reply: [PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-25  3:22 UTC  (10+ messages)

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-25  3:20 UTC  (12+ messages)
` [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders
          ` Can you help us on memory barrier usage? (was Re: [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders)


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 read-only IMAP folder(s) and NNTP newsgroup(s).