linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 5/5] mm: add per-order mTHP swpin_refault counter
 2024-04-11  1:46 UTC  (3+ messages)

[PATCH RFC 0/2] mTHP-friendly compression in zsmalloc and zram based on multi-pages
 2024-04-11  1:42 UTC  (5+ messages)
` [PATCH RFC 2/2] zram: support compression at the granularity of multi-pages

[linux-next:master] [fsnotify] a5e57b4d37: stress-ng.full.ops_per_sec -17.3% regression
 2024-04-11  1:42 UTC 

[PATCH v2 00/11] Some cleanups for memory-failure
 2024-04-11  1:27 UTC  (18+ 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 1/5] mm: swap: introduce swap_free_nr() for batched swap_free()
 2024-04-11  1:27 UTC  (3+ messages)

[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess
 2024-04-11  1:17 UTC  (6+ messages)
` [PATCH v2 5/7] riscv: mm: "

[RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-04-11  1:12 UTC  (36+ 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 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [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
` [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings
` [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry
` [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu()
` [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly()
` [RFC PATCH v4 19/34] ext4: drop all delonly descriptions
` [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio
` [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry
` [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v4 23/34] ext4: implement buffered read iomap path
` [RFC PATCH v4 24/34] ext4: implement buffered write "
` [RFC PATCH v4 25/34] ext4: implement writeback "
` [RFC PATCH v4 26/34] ext4: implement mmap "
` [RFC PATCH v4 27/34] ext4: implement zero_range "
` [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range
` [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path
` [RFC PATCH v4 31/34] filemap: support disable large folios on active inode
` [RFC PATCH v4 32/34] ext4: enable large folio for regular file with iomap buffered IO path
` [RFC PATCH v4 33/34] ext4: don't mark IOMAP_F_DIRTY for buffer write
` [RFC PATCH v4 34/34] ext4: add mount option for buffered IO iomap path

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-11  0:57 UTC  (11+ messages)
` [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
` [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
` [RFC 04/10] fs/dax: Don't track page mapping/index
` [RFC 05/10] fs/dax: Refactor wait for dax idle page
` [RFC 06/10] fs/dax: Add dax_page_free callback
` [RFC 07/10] mm: Allow compound zone device pages
` [RFC 08/10] fs/dax: Properly refcount fs dax pages
` [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
` [RFC 10/10] mm: Remove pXX_devmap

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

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

[PATCH] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-11  0:20 UTC  (6+ messages)

[PATCH v9 0/1] mm: report per-page metadata information
 2024-04-10 23:58 UTC  (4+ messages)
` [PATCH v9 1/1] "

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-10 22:27 UTC  (7+ messages)
` [PATCH v12 26/29] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v12 27/29] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v12 28/29] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands

[PATCH v5 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-04-10 21:50 UTC  (2+ messages)

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

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-10 21:30 UTC  (2+ messages)

[PATCH] openrisc: Add support for more module relocations
 2024-04-10 20:51 UTC 

[PATCH] fork: defer linking file vma until vma is fully initialized
 2024-04-10 20:21 UTC  (2+ messages)

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

[PATCH v1 0/3] mm: follow_pte() improvements and acrn follow_pte() fixes
 2024-04-10 20:12 UTC  (6+ messages)
` [PATCH v1 1/3] drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
` [PATCH v1 2/3] mm: pass VMA instead of MM to follow_pte()
` [PATCH v1 3/3] mm: follow_pte() improvements

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

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-10 19:58 UTC  (11+ messages)

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

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

[PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions
 2024-04-10 17:43 UTC  (2+ messages)

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-10 17:42 UTC  (11+ messages)
` [PATCH v1 1/5] s390/uv: don't call wait_on_page_writeback() without a reference
` [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on folios
` [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work on small folios
` [PATCH v1 4/5] s390/uv: update PG_arch_1 comment

[linux-next:master] [af_unix] dcf70df204: stress-ng.epoll.ops_per_sec -92.6% regression
 2024-04-10 17:40 UTC  (2+ messages)

[PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys
 2024-04-10 17:38 UTC  (5+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache

[PATCH] userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE
 2024-04-10 17:09 UTC  (7+ messages)

[PATCH] mm/shmem: Inline shmem_is_huge() for disabled transparent hugepages
 2024-04-10 17:03 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS c909aa3b577930db198fcc651847abe7d8cb69ce
 2024-04-10 16:53 UTC 

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-10 16:51 UTC  (9+ messages)
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

[linux-next:master 2203/5042] WARNING: modpost: vmlinux: section mismatch in reference: bitmap_read+0x128 (section: .text.unlikely) -> __setup_str_initcall_blacklist (section: .init.rodata)
 2024-04-10 15:27 UTC  (2+ messages)

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

[RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-04-10 13:28 UTC  (31+ 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 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [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
` [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings
` [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry
` [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu()
` [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly()
` [RFC PATCH v4 19/34] ext4: drop all delonly descriptions
` [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio
` [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry
` [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v4 23/34] ext4: implement buffered read iomap path
` [RFC PATCH v4 24/34] ext4: implement buffered write "
` [RFC PATCH v4 25/34] ext4: implement writeback "
` [RFC PATCH v4 26/34] ext4: implement mmap "
` [RFC PATCH v4 27/34] ext4: implement zero_range "
` [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range
` [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path

[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  (8+ 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  (9+ messages)
` [PATCH v4 1/9] mm/ksm: add ksm_get_folio
` [PATCH v4 8/9] mm/ksm: Convert chain series funcs and replace get_ksm_page

[PATCH v1 00/18] mm: mapcount for large folios + page_mapcount() cleanups
 2024-04-10  8:20 UTC  (7+ messages)
` [PATCH v1 01/18] mm: allow for detecting underflows with page_mapcount() again
` [PATCH v1 04/18] mm: track mapcount of large folios in single value

[PATCH] mm,swapops: Update check in is_pfn_swap_entry for hwpoison entries
 2024-04-10  8:16 UTC  (5+ messages)

[PATCH] mm,swap: add document about RCU read lock and swapoff interaction
 2024-04-10  7:58 UTC  (2+ 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 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)

[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  (3+ 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  (10+ messages)
` [POC][RFC][PATCH 1/2] mm/x86: Add wildcard * option as memmap=nn*align:name

page:  |  | latest

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