Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-08 12:47:34 to 2024-04-09 21:11:20 UTC [more...]

[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
 2024-04-09 21:02 UTC 

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-04-09 20:39 UTC  (3+ messages)

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-09 20:13 UTC  (21+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [PATCH v1 02/18] mm/rmap: always inline anon/file rmap duplication of a single PTE
` [PATCH v1 03/18] mm/rmap: add fast-path for small folios when adding/removing/duplicating
` [PATCH v1 04/18] mm: track mapcount of large folios in single value
` [PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios
` [PATCH v1 06/18] mm: make folio_mapcount() return 0 for small typed folios
` [PATCH v1 07/18] mm/memory: use folio_mapcount() in zap_present_folio_ptes()
` [PATCH v1 08/18] mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity check
` [PATCH v1 09/18] mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()
` [PATCH v1 10/18] mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()
` [PATCH v1 11/18] mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()
` [PATCH v1 12/18] sh/mm/cache: use folio_mapped() in copy_from_user_page()
` [PATCH v1 13/18] mm/filemap: use folio_mapcount() in filemap_unaccount_folio()
` [PATCH v1 14/18] mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()
` [PATCH v1 15/18] trace/events/page_ref: trace the raw page mapcount value
` [PATCH v1 16/18] xtensa/mm: convert check_tlb_entry() to sanity check folios
` [PATCH v1 17/18] mm/debug: print only page mapcount (excluding folio entire mapcount) in __dump_folio()
` [PATCH v1 18/18] Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount()

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-09 19:35 UTC  (5+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young

[PATCH v2 0/5] zswap same-filled and limit checking cleanups
 2024-04-09 19:32 UTC  (7+ messages)
` [PATCH v2 2/5] mm: zswap: calculate limits only when updated

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-09 19:02 UTC  (9+ messages)
` [PATCH v11 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
    ` [External] "
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-04-09 18:44 UTC  (9+ messages)

[PATCH] tracing: Add new_exec tracepoint
 2024-04-09 18:25 UTC  (5+ messages)

[PATCH v2] mm: swap: prejudgement swap_has_cache to avoid page allocation
 2024-04-09 17:52 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 2467510ebbe2bd24888ec14bbbb153bdbca9f239
 2024-04-09 17:30 UTC 

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-09 16:59 UTC  (2+ messages)

Advice on cgroup rstat lock
 2024-04-09 16:59 UTC  (4+ messages)

[RFC PATCH v1 0/4] Reduce cost of ptep_get_lockless on arm64
 2024-04-09 16:35 UTC  (12+ messages)

[RFC PATCH v3 5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
 2024-04-09 16:18 UTC  (4+ messages)

[PATCH net-next v9 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf
 2024-04-09 16:17 UTC  (9+ messages)
` [PATCH net-next v9 7/9] libeth: add Rx buffer management

[PATCH] mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled
 2024-04-09 16:10 UTC  (5+ messages)

[PATCH] mm/shmem: Inline shmem_is_huge() for disabled transparent hugepages
 2024-04-09 15:54 UTC 

[PATCH 0/7] mm/init: minor clean up and improvement
 2024-04-09 15:40 UTC  (5+ messages)
` [PATCH 2/7] mm/init: remove the unnecessary special treatment for memory-less node

[PATCH v2 00/11] Some cleanups for memory-failure
 2024-04-09 15:15 UTC  (28+ messages)
` [PATCH v2 01/11] mm/memory-failure: Remove fsdax_pgoff argument from __add_to_kill
` [PATCH v2 02/11] mm/memory-failure: Pass addr to __add_to_kill()
` [PATCH v2 03/11] mm: Return the address from page_mapped_in_vma()
` [PATCH v2 04/11] mm: Make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILURE
` [PATCH v2 05/11] mm/memory-failure: Convert shake_page() to shake_folio()
` [PATCH v2 06/11] mm: Convert hugetlb_page_mapping_lock_write to folio
` [PATCH v2 07/11] mm/memory-failure: Convert memory_failure() to use a folio
` [PATCH v2 08/11] mm/memory-failure: Convert hwpoison_user_mappings to take "
` [PATCH v2 09/11] mm/memory-failure: Add some folio conversions to unpoison_memory
` [PATCH v2 10/11] mm/memory-failure: Use folio functions throughout collect_procs()
` [PATCH v2 11/11] mm/memory-failure: Pass the folio to collect_procs_ksm()

[PATCH net-next v1 01/12] mm: Move the page fragment allocator from page_alloc into its own file
 2024-04-09 15:11 UTC  (15+ messages)
` [PATCH net-next v1 02/12] mm: page_frag: use initial zero offset for page_frag_alloc_align()
` [PATCH net-next v1 12/12] mm: page_frag: update documentation and maintainer for page_frag

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-04-09 14:46 UTC  (17+ messages)
` [PATCH 06/10] mm: page_alloc: fix freelist movement during block conversion
` [PATCH 10/10] mm: page_alloc: consolidate free page accounting
          ` [PATCH] mm: page_alloc: consolidate free page accounting fix 3

[PATCH -next 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS
 2024-04-09 14:28 UTC  (3+ messages)
` [PATCH 1/2] arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault (2)
 2024-04-09 14:18 UTC  (15+ messages)

[PATCH] mm: Convert pagecache_isize_extended to use a folio
 2024-04-09 14:09 UTC  (3+ messages)

[PATCH v4 0/4] page_owner: Fix refcount imbalance and print fixup
 2024-04-09 13:32 UTC  (2+ messages)

[PATCH] mm,page_owner: Defer enablement of static branch
 2024-04-09 13:27 UTC  (3+ messages)

[linux-next:master 3639/4253] powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data531' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data531'
 2024-04-09 11:54 UTC 

[linux-next:master 4283/4584] lib/../mm/internal.h:206:70: warning: suggest parentheses around '+' in operand of '&'
 2024-04-09 11:21 UTC  (2+ messages)

[PATCH v7 0/7] Swap-out mTHP without splitting
 2024-04-09 11:18 UTC  (18+ messages)
` [PATCH v7 1/7] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v7 2/7] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
  ` [PATCH] FIXUP: "
` [PATCH v7 3/7] mm: swap: Simplify struct percpu_cluster
` [PATCH v7 4/7] mm: swap: Update get_swap_pages() to take folio order
` [PATCH v7 5/7] mm: swap: Allow storage of all mTHP orders
` [PATCH v7 6/7] mm: vmscan: Avoid split during shrink_folio_list()
` [PATCH v7 7/7] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-09 11:15 UTC  (7+ messages)
` [PATCH v2 1/7] arm64: mm: cleanup __do_page_fault()
` [PATCH v2 2/7] arm64: mm: accelerate pagefault when VM_FAULT_BADACCESS
` [PATCH v2 4/7] powerpc: mm: accelerate pagefault when badaccess

[PATCH v4 0/9] transfer page to folio in KSM
 2024-04-09 11:02 UTC  (12+ messages)
` [PATCH v4 1/9] mm/ksm: add ksm_get_folio
` [PATCH v4 2/9] mm/ksm: use folio in remove_rmap_item_from_tree
` [PATCH v4 3/9] mm/ksm: add folio_set_stable_node
` [PATCH v4 4/9] mm/ksm: use folio in remove_stable_node
` [PATCH v4 5/9] mm/ksm: use folio in stable_node_dup
` [PATCH v4 6/9] mm/ksm: use ksm_get_folio in scan_get_next_rmap_item
` [PATCH v4 7/9] mm/ksm: use folio in write_protect_page
` [PATCH v4 8/9] mm/ksm: Convert chain series funcs and replace get_ksm_page
` [PATCH v4 9/9] mm/ksm: replace set_page_stable_node by folio_set_stable_node

[syzbot] [mm?] general protection fault in hpage_collapse_scan_file
 2024-04-09 10:16 UTC 

[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory
 2024-04-09  9:59 UTC  (3+ messages)
` [RFC PATCH v3 0/7] DAMON based tiered memory management for CXL

[PATCH] mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()
 2024-04-09  9:43 UTC  (5+ messages)

[RFC PATCH v2 0/4] mm/damon: add a DAMOS filter type for page granularity access recheck
 2024-04-09  9:24 UTC  (2+ messages)

(no subject)
 2024-04-09  9:18 UTC 

[PATCH v2 0/5] large folios swap-in: handle refault cases first
 2024-04-09  8:26 UTC  (6+ messages)
` [PATCH v2 1/5] mm: swap: introduce swap_free_nr() for batched swap_free()
` [PATCH v2 2/5] mm: swap: make should_try_to_free_swap() support large-folio
` [PATCH v2 3/5] mm: swap_pte_batch: add an output argument to reture if all swap entries are exclusive
` [PATCH v2 4/5] mm: swap: entirely map large folios found in swapcache
` [PATCH v2 5/5] mm: add per-order mTHP swpin_refault counter

[linux-next:master 4283/4584] mm/internal.h:206:70: warning: suggest parentheses around '+' in operand of '&'
 2024-04-09  7:50 UTC 

[RFC PATCH v3 0/8] mm: workingset reporting
 2024-04-09  7:18 UTC  (5+ messages)
` [RFC PATCH v3 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
` [RFC PATCH v3 2/8] mm: aggregate working set information into histograms

[PATCH v2] mm/slub: Reduce memory consumption in extreme scenarios
 2024-04-09  6:16 UTC  (5+ messages)

[Patch v3] mm/memblock: remove empty dummy entry
 2024-04-09  5:02 UTC  (2+ messages)

[PATCH] mm: vmscan: do not skip CMA while LRU is full of CMA folios
 2024-04-09  4:54 UTC  (3+ messages)

[PATCH 2/3] kernel/pid: Remove default pid_max value
 2024-04-09  1:38 UTC  (2+ messages)

[GIT PULL]: memblock tests: fix build errors
 2024-04-08 23:19 UTC  (2+ messages)

[PATCH] mm/userfaultfd: Allow hugetlb change protection upon poison entry
 2024-04-08 20:39 UTC  (3+ messages)

[PATCH 0/7] khugepaged folio conversions
 2024-04-08 20:28 UTC  (4+ messages)
` [PATCH 7/7] khugepaged: Use a folio throughout hpage_collapse_scan_file()

[PATCH] mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE but THP enabled
 2024-04-08 18:56 UTC  (2+ messages)

[PATCH 0/8] Some cleanups for memory-failure
 2024-04-08 18:31 UTC  (5+ messages)
` [PATCH 4/8] mm/memory-failure: Convert shake_page() to shake_folio()

[PATCH v2 0/3] Hugetlb fault path to use struct vm_fault
 2024-04-08 17:55 UTC  (10+ messages)
` [PATCH v2 2/3] hugetlb: Convert hugetlb_no_page() "
` [PATCH v2 3/3] hugetlb: Convert hugetlb_wp() "

[linux-next:master 2524/3504] kernel/locking/rtmutex.c:218:9: error: incompatible pointer to integer conversion passing 'typeof (*(((__ai_ptr))))' (aka 'struct task_struct *') to parameter of type 'uintptr_t' (aka 'unsigned long')
 2024-04-08 17:40 UTC  (4+ messages)

[linux-next:master 3442/4242] WARNING: modpost: vmlinux: section mismatch in reference: (unknown)+0x1270 (section: __ex_table) -> .LASF0 (section: .debug_str)
 2024-04-08 16:32 UTC 

[PATCH 23/26] netfs: Cut over to using new writeback code
 2024-04-08 15:53 UTC  (3+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[PATCH v6 0/6] Swap-out mTHP without splitting
 2024-04-08 15:13 UTC  (6+ messages)
` [PATCH v6 2/6] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-08 13:56 UTC  (3+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback


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