Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-25 23:50:44 to 2024-03-26 19:48:15 UTC [more...]

[PATCH 0/3] minor fixes and supplement for ptdesc
 2024-03-26 19:48 UTC  (10+ messages)
` [PATCH 1/3] mm: pgtable: correct the wrong comment about ptdesc->__page_flags
` [PATCH 2/3] mm: pgtable: add missing pt_index to struct ptdesc
` [PATCH 3/3] s390: supplement for ptdesc conversion
  ` [PATCH v2 "

[PATCH v2 0/9] slab: Introduce dedicated bucket allocator
 2024-03-26 19:41 UTC  (5+ messages)

[linux-next:master 1141/1756] drivers/pwm/pwm-stm32.c:662:15: error: implicit declaration of function 'devm_clk_rate_exclusive_get'; did you mean 'clk_rate_exclusive_get'?
 2024-03-26 19:39 UTC 

[RFC PATCH 00/10] mm/swap: always use swap cache for synchronization
 2024-03-26 18:50 UTC  (11+ messages)
` [RFC PATCH 01/10] mm/filemap: split filemap storing logic into a standalone helper
` [RFC PATCH 02/10] mm/swap: move no readahead swapin code to a stand-alone helper
` [RFC PATCH 03/10] mm/swap: convert swapin_readahead to return a folio
` [RFC PATCH 04/10] mm/swap: remove cache bypass swapin
` [RFC PATCH 05/10] mm/swap: clean shadow only in unmap path
` [RFC PATCH 06/10] mm/swap: switch to use multi index entries
` [RFC PATCH 07/10] mm/swap: rename __read_swap_cache_async to swap_cache_alloc_or_get
` [RFC PATCH 08/10] mm/swap: use swap cache as a synchronization layer
` [RFC PATCH 09/10] mm/swap: delay the swap cache lookup for swapin
` [RFC PATCH 10/10] mm/swap: optimize synchronous swapin

[PATCH v9] zswap: replace RB tree with xarray
 2024-03-26 18:48 UTC  (3+ messages)

[RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
 2024-03-26 17:58 UTC  (21+ messages)
` [RFC PATCH v1 1/4] mm: Introduce ptep_get_lockless_norecency()
` [RFC PATCH v1 2/4] mm/gup: Use ptep_get_lockless_norecency()
` [RFC PATCH v1 3/4] mm/memory: Use ptep_get_lockless_norecency() for orig_pte
` [RFC PATCH v1 4/4] arm64/mm: Override ptep_get_lockless_norecency()

[linux-next:master] BUILD REGRESSION 084c8e315db34b59d38d06e684b1a0dd07d30287
 2024-03-26 17:39 UTC 

[PATCH 0/1] THP_SWAP support for ARM64 SoC with MTE
 2024-03-26 17:37 UTC  (3+ messages)
` [PATCH 1/1] arm64: mm: swap: support THP_SWAP on hardware "

[PATCH 0/2] mm/kmemleak: Minor cleanup & performance tuning
 2024-03-26 17:34 UTC  (5+ messages)
` [PATCH 1/2] mm/kmemleak: Compact kmemleak_object further
` [PATCH 2/2] mm/kmemleak: Disable KASAN instrumentation in kmemleak

[PATCH 00/10] Various page->flags cleanups
 2024-03-26 17:10 UTC  (11+ messages)
` [PATCH 01/10] sh: Remove use of PG_arch_1 on individual pages
` [PATCH 02/10] xtensa: Remove uses "
` [PATCH 03/10] mm: Make page_ext_get() take a const argument
` [PATCH 04/10] mm: Make folio_test_idle and folio_test_young "
` [PATCH 05/10] mm: Make is_free_buddy_page() "
` [PATCH 06/10] mm: Make page_mapped() "
` [PATCH 07/10] mm: Convert arch_clear_hugepage_flags to take a folio
` [PATCH 08/10] slub: Remove use of page->flags
` [PATCH 09/10] Remove references to page->flags in documentation
` [PATCH 10/10] proc: Rewrite stable_page_flags()

Can you help us on memory barrier usage? (was Re: [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders)
 2024-03-26 17:08 UTC  (5+ messages)

remove follow_pfn
 2024-03-26 17:06 UTC  (5+ messages)
` [PATCH 1/3] virt: acrn: stop using follow_pfn

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-26 16:38 UTC  (30+ 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()

[PATCH v2] mm: hold PTL from the first PTE while reclaiming a large folio
 2024-03-26 16:21 UTC  (4+ messages)

[PATCH v12 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios
 2024-03-26 16:12 UTC  (2+ messages)

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-26 16:04 UTC  (3+ messages)
` [PATCH 01/12] kbuild: make -Woverride-init warnings more consistent

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-03-26 15:40 UTC  (8+ messages)
` [PATCH 06/10] mm: page_alloc: fix freelist movement during block conversion
` [PATCH 07/10] mm: page_alloc: close migratetype race between freeing and stealing
` [PATCH 08/10] mm: page_alloc: set migratetype inside move_freepages()

[PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
 2024-03-26 15:39 UTC  (4+ messages)

[PATCH 1/1] arch/um: fix forward declaration for vmalloc
 2024-03-26 15:37 UTC  (2+ messages)

[PATCH v2 0/3] mm/secretmem: one fix and one refactoring
 2024-03-26 15:36 UTC  (8+ messages)
` [PATCH v2 1/3] mm/secretmem: fix GUP-fast succeeding on secretmem folios
` [PATCH v2 2/3] selftests/memfd_secret: add vmsplice() test
` [PATCH v2 3/3] mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_folio_allowed()

[linux-next:pending-fixes] BUILD SUCCESS 1dd178de496596098b5a4002c791867d9d73c80a
 2024-03-26 15:28 UTC 

[linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail
 2024-03-26 15:22 UTC  (5+ messages)

[PATCH v6] mm/migrate: split source folio if it is on deferred split list
 2024-03-26 15:17 UTC  (2+ messages)

[RFC PATCH 0/8] Reimplement huge pages without hugepd on powerpc 8xx
 2024-03-26 15:01 UTC  (5+ messages)
` [RFC PATCH 1/8] mm: Provide pagesize to pmd_populate()

[PATCH v5] mm/migrate: split source folio if it is on deferred split list
 2024-03-26 14:53 UTC  (5+ messages)

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

[PATCH v2 0/6] mm/mm_init.c: refactor free_area_init_core()
 2024-03-26 13:49 UTC  (10+ 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 6/6] mm/mm_init.c: remove arch_reserved_kernel_pages()

[PATCH 0/6] Improve visibility of writeback
 2024-03-26 13:30 UTC  (18+ messages)
` [PATCH 1/6] writeback: collect stats of all wb of bdi in bdi_debug_stats_show
` [PATCH 2/6] writeback: support retrieving per group debug writeback stats of bdi
` [PATCH 5/6] writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pages
` [PATCH 6/6] writeback: remove unneeded GDTC_INIT_NO_WB

[PATCH v1 0/3] mm/secretmem: one fix and one refactoring
 2024-03-26 13:23 UTC  (11+ 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 v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-03-26 12:54 UTC  (11+ messages)

[RFC PATCH] mm: swapfile: fix SSD detection with swapfile on btrfs
 2024-03-26 12:51 UTC  (3+ messages)

summarize all information again at bottom//reply: reply: [PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-26 12:21 UTC  (12+ messages)

[PATCH v4 00/14] Cover a guard gap corner case
 2024-03-26 11:57 UTC  (17+ messages)
` [PATCH v4 01/14] proc: Refactor pde_get_unmapped_area as prep
` [PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
` [PATCH v4 03/14] mm: Introduce arch_get_unmapped_area_vmflags()
` [PATCH v4 04/14] mm: Remove export for get_unmapped_area()
` [PATCH v4 05/14] mm: Use get_unmapped_area_vmflags()
` [PATCH v4 06/14] thp: Add thp_get_unmapped_area_vmflags()
` [PATCH v4 07/14] csky: Use initializer for struct vm_unmapped_area_info
` [PATCH v4 08/14] parisc: "
` [PATCH v4 09/14] powerpc: "
` [PATCH v4 10/14] treewide: "
` [PATCH v4 11/14] mm: Take placement mappings gap into account
` [PATCH v4 12/14] x86/mm: Implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGS
` [PATCH v4 13/14] x86/mm: Care about shadow stack guard gap during placement
` [PATCH v4 14/14] selftests/x86: Add placement guard gap test for shstk

[PATCH 0/2] support multi-size THP numa balancing
 2024-03-26 11:51 UTC  (3+ messages)
` [PATCH 1/2] mm: factor out the numa mapping rebuilding into a new helper
` [PATCH 2/2] mm: support multi-size THP numa balancing

[PATCH mm-unstable v3 0/2] memcg_kmem hooks refactoring
 2024-03-26 10:37 UTC  (3+ messages)
` [PATCH mm-unstable v3 1/2] mm, slab: move memcg charging to post-alloc hook
` [PATCH mm-unstable v3 2/2] mm, slab: move slab_memcg hooks to mm/memcontrol.c

[syzbot] [mm?] usb-testing boot error: WARNING: refcount bug in __reset_page_owner
 2024-03-26 10:13 UTC  (3+ messages)

[PATCH 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
 2024-03-26 10:09 UTC  (12+ messages)
` [PATCH 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files

[PATCH v19 RESEND 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-03-26 10:08 UTC  (2+ messages)
` [PATCH v19 RESEND 3/5] tracing: Allow user-space mapping of the ring-buffer

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

[PATCH v1] x86/mm/pat: fix VM_PAT handling in COW mappings
 2024-03-26  8:57 UTC  (5+ messages)

[PATCH v1 0/2] s390/mm: shared zeropage + KVM fix and optimization
 2024-03-26  8:28 UTC  (4+ messages)

[akpm-mm:mm-unstable 55/141] ERROR: modpost: "memcpy" [fs/nfs/nfs.ko] undefined!
 2024-03-26  7:47 UTC  (2+ messages)

[linux-next:master 1059/1266] ERROR: modpost: "memcpy" [mm/zsmalloc.ko] undefined!
 2024-03-26  7:44 UTC  (2+ messages)

[PATCH v2 2/2] mm/readahead: don't decrease mmap_miss when folio has workingset flags
 2024-03-26  6:50 UTC  (2+ messages)
` [PATCH v3] mm/filemap: don't decrease mmap_miss when folio has workingset flag

next: arc: defconfig - gcc-9 - mmu-arcv2.h:82:2: error: implicit declaration of function 'write_aux_reg' [-Werror=implicit-function-declaration]
 2024-03-26  6:39 UTC 

[PATCH v3 0/3] page_owner: Fix refcount imbalance
 2024-03-26  6:30 UTC  (4+ messages)
` [PATCH v3 1/3] mm,page_owner: Update metada for tail pages
` [PATCH v3 2/3] mm,page_owner: Fix refcount imbalance
` [PATCH v3 3/3] mm,page_owner: Fix accounting of pages when migrating

[PATCH v4 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-26  6:26 UTC  (6+ messages)
` [PATCH v4 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[PATCH v6 00/37] Memory allocation profiling
 2024-03-26  6:23 UTC  (4+ messages)
` [PATCH v6 14/37] lib: introduce support for page allocation tagging

[PATCH 0/7] mm/init: minor clean up and improvement
 2024-03-26  6:11 UTC  (8+ messages)
` [PATCH 1/7] mm: move array mem_section init code out of memory_present()
` [PATCH 2/7] mm/init: remove the unnecessary special treatment for memory-less node
` [PATCH 3/7] mm: make __absent_pages_in_range() as static
` [PATCH 4/7] mm/page_alloc.c: remove unneeded codes in !NUMA version of build_zonelists()
` [PATCH 5/7] mm/mm_init.c: remove the outdated code comment above deferred_grow_zone()
` [PATCH 6/7] mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty zone
` [PATCH 7/7] mm/page_alloc.c: change the array-length to MIGRATE_PCPTYPES

[PATCH] binfmt_flat: Fix corruption when not offsetting data start
 2024-03-26  5:53 UTC  (2+ messages)

[RFC PATCH] mm: show mthp_fault_alloc and mthp_fault_fallback of multi-size THPs
 2024-03-26  3:40 UTC  (3+ messages)

[RFC] mm: page-flags.h: remove the bias against tail pages
 2024-03-26  3:21 UTC  (3+ messages)

Boot failure with kernel BUG at mm/usercopy.c on next-20240325
 2024-03-26  2:30 UTC  (5+ messages)

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

[PATCH 0/5] Define struct vm_fault in handle_mm_fault()
 2024-03-26  2:38 UTC  (3+ messages)
` [PATCH 4/5] mm: Make pgoff non-const in struct vm_fault

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-25 23:50 UTC  (3+ messages)
` [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


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).