linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-04-10 13:27 UTC  (12+ messages)
` [PATCH v4 01/34] ext4: factor out a common helper to query extent map
` [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
` [PATCH v4 03/34] ext4: trim delalloc extent
` [PATCH v4 04/34] ext4: drop iblock parameter
` [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated
` [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware
` [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks

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

[PATCH -next 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS
 2024-04-10 12:48 UTC  (9+ messages)
` [PATCH 1/2] arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESS

[PATCH] mm/shmem: Inline shmem_is_huge() for disabled transparent hugepages
 2024-04-10 12:34 UTC  (2+ messages)

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-10 11:58 UTC  (3+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH net-next v1 12/12] mm: page_frag: update documentation and maintainer for page_frag
 2024-04-10 11:56 UTC  (8+ messages)

[PATCH v2 00/11] Some cleanups for memory-failure
 2024-04-10 10:21 UTC  (20+ 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 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 11/11] mm/memory-failure: Pass the folio to collect_procs_ksm()

[PATCH] fork: defer linking file vma until vma is fully initialized
 2024-04-10  9:14 UTC 

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

[PATCH V4 00/10] mm: page_alloc: freelist migratetype hygiene
 2024-04-10  8:49 UTC  (11+ messages)
` [PATCH 10/10] mm: page_alloc: consolidate free page accounting

[PATCH v4 0/9] transfer page to folio in KSM
 2024-04-10  8:47 UTC  (16+ 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

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-10  8:20 UTC  (24+ 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] mm,swapops: Update check in is_pfn_swap_entry for hwpoison entries
 2024-04-10  8:16 UTC  (5+ messages)

[linux-next:master] [af_unix] dcf70df204: stress-ng.epoll.ops_per_sec -92.6% regression
 2024-04-10  8:08 UTC 

[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-10  8:07 UTC  (10+ 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 v2 5/7] riscv: "

[PATCH] mm,swap: add document about RCU read lock and swapoff interaction
 2024-04-10  7:58 UTC  (2+ messages)

[PATCH] tracing: Add new_exec tracepoint
 2024-04-10  7:54 UTC  (8+ messages)

[RFC PATCH v3 0/8] mm: workingset reporting
 2024-04-10  6:15 UTC  (5+ messages)
` [RFC PATCH v3 1/8] mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-10  5:55 UTC  (13+ 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] "

[PATCH 0/8] Some cleanups for memory-failure
 2024-04-10  4:01 UTC  (6+ messages)
` [PATCH 4/8] mm/memory-failure: Convert shake_page() to shake_folio()

[PATCH 0/7] mm/init: minor clean up and improvement
 2024-04-10  3:38 UTC  (7+ messages)
` [PATCH 2/7] mm/init: remove the unnecessary special treatment for memory-less node
  ` [PATCH v2 "

[linux-next:master 3442/4242] WARNING: modpost: vmlinux: section mismatch in reference: (unknown)+0x1270 (section: __ex_table) -> .LASF0 (section: .debug_str)
 2024-04-10  3:01 UTC  (2+ messages)

[PATCH v2 0/5] zswap same-filled and limit checking cleanups
 2024-04-10  2:31 UTC  (12+ messages)
` [PATCH v2 2/5] mm: zswap: calculate limits only when updated
` [PATCH v2 3/5] mm: zswap: refactor limit checking from zswap_store()
` [PATCH v2 5/5] mm: zswap: remove same_filled module params

[RFC] mm: get_mm_counter() get the total memory usage of the process
 2024-04-10  2:17 UTC  (2+ messages)

[PATCH v2] mm: swap: prejudgement swap_has_cache to avoid page allocation
 2024-04-10  1:46 UTC  (9+ messages)

[syzbot] [mm?] general protection fault in hpage_collapse_scan_file
 2024-04-10  0:32 UTC  (3+ messages)

[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory
 2024-04-10  0:00 UTC  (4+ messages)
` [RFC PATCH v3 0/7] DAMON based tiered memory management for CXL

[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
 2024-04-09 23:52 UTC  (15+ messages)
` [POC][RFC][PATCH 1/2] mm/x86: Add wildcard * option as memmap=nn*align:name
` [POC][RFC][PATCH 2/2] pstore/ramoops: Add ramoops.mem_name= command line option

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-09 23:43 UTC  (8+ messages)

DAMON Beer/Coffee/Tea chat series
 2024-04-09 23:05 UTC  (2+ messages)

[syzbot] [ntfs3?] WARNING in do_open_execat (2)
 2024-04-09 22:42 UTC 

[PATCH] mm: page_alloc: consolidate free page accounting fix 3
 2024-04-09 22:36 UTC  (4+ messages)

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

[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

[LSF/MM/BPF TOPIC] Multi-sized THP performance benchmarks and analysis on ARM64
 2024-04-09 18:44 UTC  (9+ 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  (3+ messages)

[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  (10+ messages)
` [PATCH v7 2/7] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
  ` [PATCH] FIXUP: "

[PATCH] mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()
 2024-04-09  9:43 UTC  (4+ 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  (5+ messages)
` [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

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox