linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-05-29 18:05 UTC  (7+ messages)
` [PATCH v4 1/7] mm/Kconfig: Add LRU_GEN_WALKS_SECONDARY_MMU
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v4 3/7] KVM: Add lockless memslot walk to KVM
` [PATCH v4 4/7] KVM: Move MMU lock acquisition for test/clear_young to architecture
` [PATCH v4 5/7] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v4 6/7] KVM: arm64: "

[PATCH RFC v2 00/19] fuse: fuse-over-io-uring
 2024-05-29 18:00 UTC  (2+ messages)
` [PATCH RFC v2 06/19] Add a vmalloc_node_user function

[linux-next:master] BUILD REGRESSION 9d99040b1bc8dbf385a8aa535e9efcdf94466e19
 2024-05-29 17:42 UTC 

[PATCH] mm: vmscan: reset sc->priority on retry
 2024-05-29 17:08 UTC  (3+ messages)

[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-29 16:41 UTC  (12+ messages)

page type is 3, passed migratetype is 1 (nr=512)
 2024-05-29 16:28 UTC  (5+ messages)

[PATCH v2 0/6] mm: page_type, zsmalloc and page_mapcount_reset()
 2024-05-29 16:00 UTC  (8+ messages)
` [PATCH v2 1/6] mm: update _mapcount and page_type documentation
` [PATCH v2 2/6] mm: allow reuse of the lower 16 bit of the page type with an actual type
` [PATCH v2 3/6] mm/zsmalloc: use a proper page type
` [PATCH v2 4/6] mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pages
` [PATCH v2 5/6] mm/filemap: reinitialize folio->_mapcount directly
` [PATCH v2 6/6] mm/mm_init: initialize page->_mapcount directly in __init_single_page()

[PATCH v1 2/6] mm: allow reuse of the lower 16 bit of the page type with an actual type
 2024-05-29 15:58 UTC  (3+ messages)
` [PATCH v1 26] mm "

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-05-29 15:51 UTC  (9+ messages)
` [PATCH v4 07/29] KVM: arm64: Save/restore POE registers
` [PATCH v4 08/29] KVM: arm64: make kvm_at() take an OP_AT_*
` [PATCH v4 09/29] KVM: arm64: use `at s1e1a` for POE
` [PATCH v4 28/29] kselftest/arm64: Add test case for POR_EL0 signal frame records

[PATCH] mm/hugetlb: Do not call vma_add_reservation upon ENOMEM
 2024-05-29 15:43 UTC  (2+ messages)

[syzbot] [mm?] UBSAN: shift-out-of-bounds in try_to_shrink_lruvec
 2024-05-29 15:43 UTC  (3+ messages)

[PATCH] mm: arm64: Fix the out-of-bounds issue in contpte_clear_young_dirty_ptes
 2024-05-29 15:21 UTC  (5+ messages)

[PATCH v6 00/11] enable bs > ps in XFS
 2024-05-29 13:45 UTC  (12+ messages)
` [PATCH v6 01/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v6 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v6 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v6 04/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v6 05/11] mm: split a folio in minimum folio order chunks
` [PATCH v6 06/11] filemap: cap PTE range to be created to allowed zero fill in folio_map_range()
` [PATCH v6 07/11] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH v6 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v6 09/11] xfs: expose block size in stat
` [PATCH v6 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v6 11/11] xfs: enable block size larger than page size support

support large folios for NFS
 2024-05-29 13:35 UTC  (8+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios

[PATCH 0/3] mm: zswap: global shrinker fix and proactive shrink
 2024-05-29 13:27 UTC  (10+ messages)
` [PATCH 1/3] mm: zswap: fix global shrinker memcg iteration
` [PATCH 2/3] mm: zswap: fix global shrinker error handling logic
` [PATCH 3/3] mm: zswap: proactive shrinking before pool size limit is hit

(2) [RESEND PATCH 00/10] memblock: introduce memsize showing reserved memory
 2024-05-29 13:10 UTC  (10+ messages)
  `  "
        `  "

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-05-29 12:33 UTC  (10+ messages)
  ` [Lsf-pc] "

[PATCH v2] sched/rt: Clean up usage of rt_task()
 2024-05-29 10:55 UTC  (6+ messages)

[PATCH v3 0/3] Clean up usage of rt_task()
 2024-05-29 10:26 UTC  (4+ messages)
` [PATCH v3 3/3] sched/rt, dl: Convert functions to return bool

[RFC PATCH v4 00/16] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-05-29 10:23 UTC  (23+ messages)
` [RFC PATCH v4 08/16] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [RFC PATCH v4 12/16] powerpc/e500: Encode hugepage size in PTE bits
` [RFC PATCH v4 13/16] powerpc/e500: Use contiguous PMD instead of hugepd
` [RFC PATCH v4 14/16] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [RFC PATCH v4 15/16] powerpc/mm: Remove hugepd leftovers
` [RFC PATCH v4 16/16] mm: Remove CONFIG_ARCH_HAS_HUGEPD

[PATCH] memcg: Remove the lockdep assert from __mod_objcg_mlstate()
 2024-05-29  9:16 UTC  (13+ messages)
      ` [PATCH v2] "

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-05-29  8:55 UTC  (8+ messages)
` [PATCH 1/2] mm: swap: swap cluster switch to double link list

[PATCH v3] mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
 2024-05-29  8:48 UTC  (2+ messages)

[PATCH v5 0/6] large folios swap-in: handle refault cases first
 2024-05-29  8:28 UTC  (7+ messages)
` [PATCH v5 1/6] mm: swap: introduce swap_free_nr() for batched swap_free()
` [PATCH v5 2/6] mm: remove the implementation of swap_free() and always use swap_free_nr()
` [PATCH v5 3/6] mm: introduce pte_move_swp_offset() helper which can move offset bidirectionally
` [PATCH v5 4/6] mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
` [PATCH v5 5/6] mm: swap: make should_try_to_free_swap() support large-folio
` [PATCH v5 6/6] mm: swap: entirely map large folios found in swapcache

[linus:master] [mm] ba42b524a0: segfault_at_ip_sp_error
 2024-05-29  8:25 UTC  (4+ messages)

[PATCH] x86/percpu: fix cast in __pcpu_cast_* macros
 2024-05-29  7:54 UTC  (3+ messages)

[PATCH] memblock: make memblock_set_node() also warn about use of MAX_NUMNODES
 2024-05-29  7:39 UTC 

6.9/BUG: Bad page state in process kswapd0 pfn:d6e840
 2024-05-29  6:57 UTC  (10+ messages)

[PATCH v3 0/5] mm: migrate: support poison recover from migrate folio
 2024-05-29  2:48 UTC  (16+ messages)
` [PATCH v3 1/5] mm: add folio_mc_copy()
` [PATCH v3 3/5] mm: migrate: support poisoned recover from migrate folio
` [PATCH v3 4/5] fs: hugetlbfs: support poison recover from hugetlbfs_migrate_folio()

[PATCH v4] percpu_counter: add a cmpxchg-based _add_batch variant
 2024-05-28 23:24 UTC  (4+ messages)

[PATCH] fstests: add fsstress + compaction test
 2024-05-28 22:58 UTC  (3+ messages)

[PATCH] mm/hugetlb: mm/memory_hotplug: use a folio in scan_movable_pages()
 2024-05-28 22:47 UTC  (2+ messages)

[PATCH v1 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-05-28 21:44 UTC  (15+ messages)
` [PATCH v1 01/14] mm: memcg: introduce memcontrol-v1.c
` [PATCH v1 02/14] mm: memcg: move soft limit reclaim code to memcontrol-v1.c
` [PATCH v1 03/14] mm: memcg: rename soft limit reclaim-related functions
` [PATCH v1 04/14] mm: memcg: move charge migration code to memcontrol-v1.c
` [PATCH v1 05/14] mm: memcg: rename charge move-related functions
` [PATCH v1 06/14] mm: memcg: move legacy memcg event code into memcontrol-v1.c
` [PATCH v1 07/14] mm: memcg: rename memcg_check_events()
` [PATCH v1 08/14] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
` [PATCH v1 09/14] mm: memcg: rename memcg_oom_recover()
` [PATCH v1 10/14] mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
  ` [PATCH v1 11/14] mm: memcg: make memcg1_update_tree() static
  ` [PATCH v1 12/14] mm: memcg: group cgroup v1 memcg related declarations
  ` [PATCH v1 13/14] mm: memcg: put cgroup v1-related members of task_struct under config option
  ` [PATCH v1 14/14] MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained files

[linux-next:master] BUILD REGRESSION 6dc544b66971c7f9909ff038b62149105272d26a
 2024-05-28 21:32 UTC  (3+ messages)

[PATCH v16 1/5] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2024-05-28 20:51 UTC  (3+ messages)

[dennis-percpu:for-6.11] [percpu_counter] 05dbad003f: ltp.getrusage03.fail
 2024-05-28 20:37 UTC  (3+ messages)

[PATCH v2 0/9] ioctl()-based API to query VMAs from /proc/<pid>/maps
 2024-05-28 20:36 UTC  (4+ messages)
` [PATCH v2 4/9] fs/procfs: use per-VMA RCU-protected locking in PROCMAP_QUERY API

[PATCH 0/3] mm: zswap: trivial folio conversions
 2024-05-28 19:32 UTC  (10+ messages)
` [PATCH 2/3] mm :zswap: use kmap_local_folio() in zswap_load()
` [PATCH 3/3] mm: zswap: make same_filled functions folio-friendly

[PATCH v2 1/2] percpu: Add __this_cpu_try_cmpxchg()
 2024-05-28 18:50 UTC  (4+ messages)
` [PATCH v2 2/2] mm/vmalloc: Use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()

[linux-next:master 13700/13737] powerpc-linux-ld: drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn401/dcn401_fpu.o uses hard float, drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.o uses soft float
 2024-05-28 18:38 UTC 

[PATCH v1] memfd: `MFD_NOEXEC_SEAL` should not imply `MFD_ALLOW_SEALING`
 2024-05-28 17:56 UTC  (11+ messages)

[syzbot] [mm?] kernel BUG in __vma_reservation_common
 2024-05-28 17:24 UTC 

[PATCH rfc 0/9] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-05-28 17:20 UTC  (5+ messages)

[PATCH 1/2] kmsan: do not wipe out origin when doing partial unpoisoning
 2024-05-28 17:01 UTC  (2+ messages)

[PATCH 1/2] objpool: enable inlining objpool_push() and objpool_pop() operations
 2024-05-28 16:41 UTC  (4+ messages)

[PATCH v2] memcg: rearrange fields of mem_cgroup_per_node
 2024-05-28 16:40 UTC 

[syzbot] [mm?] kernel BUG in __vma_reservation_common
 2024-05-28 16:40 UTC  (2+ messages)

[Patch v2] vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr()
 2024-05-28 16:22 UTC  (2+ messages)

[PATCH] kmsan: introduce test_unpoison_memory()
 2024-05-28 15:45 UTC  (3+ messages)

[syzbot] [mm?] kernel BUG in __vma_reservation_common
 2024-05-28 15:36 UTC  (2+ messages)

[linux-next:master 1549/2075] drivers/dma-buf/udmabuf.c:45:undefined reference to `vmf_insert_pfn'
 2024-05-28 15:31 UTC 

[BUG] 6.10.0-rc1: segfault at 0 when reboot with kernel config INIT_MLOCKED_ON_FREE_DEFAULT_ON=y
 2024-05-28 15:13 UTC 

[PATCH v7 0/4] Memory management patches needed by Rust Binder
 2024-05-28 14:58 UTC  (5+ messages)
` [PATCH v7 1/4] rust: uaccess: add userspace pointers
` [PATCH v7 2/4] uaccess: always export _copy_[from|to]_user with CONFIG_RUST
` [PATCH v7 3/4] rust: uaccess: add typed accessors for userspace pointers
` [PATCH v7 4/4] rust: add abstraction for `struct page`

patch idea: convert trivial call_rcu users to kfree_rcu
 2024-05-28 14:29 UTC  (8+ messages)
` [cocci] "

[PATCH 1/2] percpu: Add __this_cpu_try_cmpxchg()
 2024-05-28 14:06 UTC  (3+ messages)
` [PATCH 2/2] mm/vmalloc: Use __this_cpu_try_cmpxchg() in preload_this_cpu_lock()

[linux-next:pending-fixes] BUILD REGRESSION 3ddb35f90f5f8b234e2f2b6ac2fd5b8f0e1f7fb4
 2024-05-28 14:05 UTC 

[PATCH 0/8] shmem,tmpfs: general maintenance
 2024-05-28 13:44 UTC  (3+ messages)
` [PATCH 8/8] shmem,percpu_counter: add _limited_add(fbc, limit, amount)

page:  |  | latest

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