linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-25 17:33:07 to 2023-02-27 19:47:29 UTC [more...]

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-02-27 19:47 UTC  (7+ messages)

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-27 19:46 UTC  (7+ messages)
` [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH v2 00/30] New page table range API
 2023-02-27 19:45 UTC  (32+ messages)
` [PATCH v2 01/30] mm: Convert page_table_check_pte_set() to page_table_check_ptes_set()
` [PATCH v2 02/30] mm: Add generic flush_icache_pages() and documentation
` [PATCH v2 03/30] mm: Add folio_flush_mapping()
` [PATCH v2 04/30] mm: Remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIO
` [PATCH v2 05/30] alpha: Implement the new page table range API
` [PATCH v2 06/30] arc: "
` [PATCH v2 07/30] arm64: "
` [PATCH v2 08/30] csky: "
` [PATCH v2 09/30] hexagon: "
` [PATCH v2 10/30] ia64: "
` [PATCH v2 11/30] loongarch: "
` [PATCH v2 12/30] m68k: "
` [PATCH v2 13/30] microblaze: "
` [PATCH v2 14/30] mips: "
` [PATCH v2 15/30] nios2: "
` [PATCH v2 16/30] openrisc: "
` [PATCH v2 17/30] parisc: "
` [PATCH v2 18/30] powerpc: "
` [PATCH v2 19/30] riscv: "
` [PATCH v2 20/30] s390: "
` [PATCH v2 21/30] superh: "
` [PATCH v2 22/30] sparc32: "
` [PATCH v2 23/30] sparc64: "
` [PATCH v2 24/30] um: "
` [PATCH v2 25/30] x86: "
` [PATCH v2 26/30] xtensa: "
` [PATCH v2 27/30] filemap: Add filemap_map_folio_range()
` [PATCH v2 28/30] rmap: add folio_add_file_rmap_range()
` [PATCH v2 29/30] mm: Convert do_set_pte() to set_pte_range()
` [PATCH v2 30/30] filemap: Batch PTE mappings

[PATCH v2 00/11] fold per-CPU vmstats remotely
 2023-02-27 19:41 UTC  (3+ messages)

[PATCH v3 0/8] make slab shrink lockless
 2023-02-27 19:32 UTC  (16+ messages)
` [PATCH v3 1/8] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v3 2/8] mm: vmscan: make global slab shrink lockless
` [PATCH v3 3/8] mm: vmscan: make memcg "
` [PATCH v3 4/8] mm: vmscan: add shrinker_srcu_generation
` [PATCH v3 5/8] mm: shrinkers: make count and scan in shrinker debugfs lockless
` [PATCH v3 6/8] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [PATCH v3 7/8] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
` [PATCH v3 8/8] mm: shrinkers: convert shrinker_rwsem to mutex

[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-27 19:31 UTC  (7+ messages)
` [PATCH v2 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM
` [PATCH v2 12/46] hugetlb: add hugetlb_alloc_pmd and hugetlb_alloc_pte

[PATCH] psi: reduce min window size to 50ms
 2023-02-27 19:19 UTC  (14+ messages)

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-27 18:59 UTC  (17+ messages)
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[GIT PULL] memblock: small optimizations
 2023-02-27 18:18 UTC  (2+ messages)

[PATCH] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-02-27 18:15 UTC  (4+ messages)

[PATCH RFC] arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set
 2023-02-27 17:53 UTC  (11+ messages)

[PATCH v4 00/33] Per-VMA locks
 2023-02-27 17:36 UTC  (34+ messages)
` [PATCH v4 01/33] maple_tree: Be more cautious about dead nodes
` [PATCH v4 02/33] maple_tree: Detect dead nodes in mas_start()
` [PATCH v4 03/33] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH v4 04/33] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH v4 05/33] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH v4 06/33] maple_tree: Add smp_rmb() to dead node detection
` [PATCH v4 07/33] maple_tree: Add RCU lock checking to rcu callback functions
` [PATCH v4 08/33] mm: Enable maple tree RCU mode by default
` [PATCH v4 09/33] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH v4 10/33] mm: rcu safe VMA freeing
` [PATCH v4 11/33] mm: move mmap_lock assert function definitions
` [PATCH v4 12/33] mm: add per-VMA lock and helper functions to control it
` [PATCH v4 13/33] mm: mark VMA as being written when changing vm_flags
` [PATCH v4 14/33] mm/mmap: move vma_prepare before vma_adjust_trans_huge
` [PATCH v4 15/33] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v4 16/33] mm/mmap: write-lock VMAs in vma_prepare before modifying them
` [PATCH v4 17/33] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v4 18/33] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v4 19/33] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v4 20/33] kernel/fork: assert no VMA readers during its destruction
` [PATCH v4 21/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v4 22/33] mm: introduce vma detached flag
` [PATCH v4 23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH v4 24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH v4 25/33] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH v4 26/33] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH v4 27/33] mm: prevent userfaults to be handled under per-vma lock
` [PATCH v4 28/33] mm: introduce per-VMA lock statistics
` [PATCH v4 29/33] x86/mm: try VMA lock-based page fault handling first
` [PATCH v4 30/33] arm64/mm: "
` [PATCH v4 31/33] powerc/mm: "
` [PATCH v4 32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
` [PATCH v4 33/33] mm: separate vma->lock from vm_area_struct

[PATCH v3 00/35] Per-VMA locks
 2023-02-27 17:33 UTC  (13+ messages)
` [PATCH v3 17/35] mm/mmap: write-lock VMA before shrinking or expanding it

[PATCH v3 0/3] mm: process/cgroup ksm support
 2023-02-27 17:24 UTC  (7+ messages)
` [PATCH v3 3/3] selftests/mm: add new selftests for KSM

[PATCH] dmapool: push new blocks in ascending order
 2023-02-27 17:20 UTC  (3+ messages)

[PATCH] kcov: improve documentation
 2023-02-27 17:17 UTC 

[linus:master] [mm] f1a7941243: unixbench.score -19.2% regression
 2023-02-27 16:50 UTC  (8+ messages)

[RFC][PATCH v2] splice: Prevent gifting of multipage folios
 2023-02-27 15:53 UTC  (2+ messages)

[RFC PATCH 00/25] mm/zsmalloc: Split zsdesc from struct page
 2023-02-27 15:30 UTC  (3+ messages)
` [RFC PATCH 02/25] mm/zsmalloc: add utility functions for zsdesc

[RFC][PATCH] splice: Prevent gifting of multipage folios
 2023-02-27 15:24 UTC  (3+ messages)

[PATCH 4/5] afs: Zero bytes after 'oldsize' if we're expanding the file
 2023-02-27 14:49 UTC  (6+ messages)
` [PATCH 0/5] Fix a minor POSIX conformance problem

[linux-next:master] BUILD REGRESSION 7f7a8831520f12a3cf894b0627641fad33971221
 2023-02-27 13:57 UTC 

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-27 13:36 UTC  (10+ messages)
` [PATCH 4/5] block: Add support for bouncing "

[PATCH v7 0/5] shoot lazy tlbs (lazy tlb refcount scalability improvement)
 2023-02-27 13:33 UTC  (4+ messages)
` [PATCH v7 5/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[RFC][PATCH] cifs: Fix cifs_writepages_region()
 2023-02-27 13:20 UTC  (18+ messages)
  ` [GIT PULL] MM updates for 6.3-rc1

[linux-next:pending-fixes] BUILD SUCCESS 13efc3a9f23bac387df626bab53a62128296ea52
 2023-02-27 12:57 UTC 

[PATCH -v5 0/9] migrate_pages(): batch TLB flushing
 2023-02-27 11:06 UTC  (3+ messages)

[PATCH V2 0/3] sched/numa: Enhance vma scanning
 2023-02-27 10:12 UTC  (8+ messages)
` [PATCH V2 2/3] sched/numa: Enhance vma scanning logic

[PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-02-27 10:06 UTC  (8+ messages)
` [PATCH v10 2/3] fs: introduce super_drop_pagecache()
` [PATCH v10 3/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

[PATCH mm] kasan, powerpc: Don't rename memintrinsics if compiler adds prefixes
 2023-02-27  9:47 UTC 

[RFC PATCH 0/5] Memory access profiler(IBS) driven NUMA balancing
 2023-02-27  7:54 UTC  (9+ messages)

[RFC PATCH 0/2] minor cleanup of usage of flush_dcache_folio()
 2023-02-27  6:14 UTC  (7+ messages)
` [RFC PATCH 1/2] mm: remove duplicated flush_dcache_folio()
` [RFC PATCH 2/2] mm: add zero_user_folio_segments()

[ammarfaizi2-block:akpm/mm/mm-unstable 13/64] ld.lld: error: undefined symbol: memcpy
 2023-02-27  6:02 UTC 

[syzbot] [keyrings?] [lsm?] WARNING in __mod_timer
 2023-02-27  5:22 UTC 

[linus:master] [mm/mmap] 0503ea8f5b: kernel_BUG_at_mm/filemap.c
 2023-02-27  3:52 UTC  (3+ messages)

[PATCH v2] kasan: fix deadlock in start_report()
 2023-02-27  2:13 UTC  (5+ messages)

[PATCH 0/3] migrate_pages: fix deadlock in batched synchronous migration
 2023-02-27  1:25 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Flexible orders for anonymous folios
 2023-02-27  0:58 UTC  (5+ messages)

[PATCHv4 00/12] dmapool enhancements
 2023-02-27  0:54 UTC  (3+ messages)
` [PATCHv4 11/12] dmapool: link blocks across pages

[PATCH] kasan: remove PG_skip_kasan_poison flag
 2023-02-27  0:19 UTC  (2+ messages)

[PATCH] Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"
 2023-02-27  0:16 UTC  (2+ messages)

nvme boot problems after merge of mm-stable tree into linux-next
 2023-02-26 23:04 UTC  (9+ messages)

[PATCH] mm/zswap: try to avoid worst-case scenario on same element pages
 2023-02-26 21:57 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in ondemand_readahead
 2023-02-26 20:38 UTC  (3+ messages)
` [syzbot] [fs?] [mm?] "

[linux-next:master 13810/14003] drivers/block/zram/zram_drv.c:1236:44: error: passing argument 1 of 'atomic64_read' from incompatible pointer type
 2023-02-26 15:40 UTC 

[PATCH v2 0/7] make slab shrink lockless
 2023-02-26 13:56 UTC  (17+ messages)
` [PATCH v2 1/7] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless

[PATCH 0/5] batched remove rmap in try_to_unmap_one()
 2023-02-26 11:44 UTC  (6+ messages)
` [PATCH 1/5] rmap: move hugetlb try_to_unmap to dedicated function

[PATCH 0/7] New arch interfaces for manipulating multiple pages
 2023-02-26  6:56 UTC  (5+ messages)
` [PATCH 9/7] arm64: Implement the new page table range API
  ` [PATCH 13/7] loongson: "

[Bug 217022] New: Extremely Slow Hugepage Allocation
 2023-02-26  5:32 UTC 

[PATCHv2 0/6] zsmalloc: fine-grained fullness and new compaction algorithm
 2023-02-26  4:40 UTC  (18+ messages)
` [PATCHv2 1/6] zsmalloc: remove insert_zspage() ->inuse optimization
` [PATCHv2 2/6] zsmalloc: remove stat and fullness enums
` [PATCHv2 3/6] zsmalloc: fine-grained inuse ratio based fullness grouping
` [PATCHv2 4/6] zsmalloc: rework compaction algorithm
` [PATCHv2 5/6] zsmalloc: extend compaction statistics

[PATCH AUTOSEL 6.1 17/21] entry, kasan, x86: Disallow overriding mem*() functions
 2023-02-26  3:42 UTC 

[PATCH AUTOSEL 6.2 17/21] entry, kasan, x86: Disallow overriding mem*() functions
 2023-02-26  3:41 UTC 

[linux-next:master] BUILD REGRESSION 8232539f864ca60474e38eb42d451f5c26415856
 2023-02-25 21:02 UTC  (2+ messages)

[GIT PULL] Compute Express Link (CXL) for 6.3
 2023-02-25 17:33 UTC  (2+ messages)


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 NNTP newsgroup(s).