linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC 00/10] mm: thp: always enable mTHP support
 2025-12-03 13:19 UTC  (10+ messages)
` [RFC 04/10] drivers: i915 selftest: use pgtable_has_pmd_leaves()
` [RFC 07/10] treewide: rename has_transparent_hugepage() to arch_has_pmd_leaves()

[PATCH v14] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-12-03 13:16 UTC  (12+ messages)
      ` [PATCH v16] "
        ` [PATCH v17] "
          ` [PATCH v18] "
                ` [RFC][PATCH] exec: Move cred computation under exec_update_lock
                    ` Are setuid shell scripts safe? (Implied by security_bprm_creds_for_exec)

[PATCH v3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
 2025-12-03 11:59 UTC  (4+ messages)

[PATCH v5 0/3] selftests: cgroup: Enhance robustness with polling helpers
 2025-12-03 11:56 UTC  (4+ messages)
` [PATCH v5 1/3] selftests: cgroup: Add cg_read_key_long_poll() to poll a cgroup key with retries
` [PATCH v5 2/3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
` [PATCH v5 3/3] selftests: cgroup: Replace sleep with cg_read_key_long_poll() for waiting on nr_dying_descendants

[RFC PATCH 0/4] Optimize rss_stat initialization/teardown for single-threaded tasks
 2025-12-03 11:54 UTC  (7+ messages)

[PATCH -next] mm: vmscan: correct nr_requested tracing in scan_folios
 2025-12-03 11:33 UTC  (2+ messages)

[PATCH] mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free
 2025-12-03 11:28 UTC  (16+ messages)

[PATCH v8 00/23] SLUB percpu sheaves
 2025-12-03 11:15 UTC  (7+ messages)
` [PATCH v8 03/23] slab: add opt-in caching layer of "
  ` [PATCH] slub: add barn_get_full_sheaf() and refine empty-main sheaf
  ` slub: add barn_get_full_sheaf() and refine empty-main sheaf replacement

[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-12-03 10:18 UTC  (3+ messages)

[PATCH v3 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-12-03 10:03 UTC  (13+ messages)
` [PATCH v3 4/5] guest_memfd: add support for userfaultfd minor mode

[PATCH v3] mm, hugetlb: implement movable_gigantic_pages sysctl
 2025-12-03  9:36 UTC  (3+ messages)

[PATCH v4] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
 2025-12-03  9:35 UTC  (7+ messages)

[PATCH v2 0/2] further damage-control lack of clone scalability
 2025-12-03  9:28 UTC  (3+ messages)
` [PATCH v2 1/2] ns: pad refcount
` [PATCH v2 2/2] pid: only take pidmap_lock once on alloc

[PATCH v1 0/2] mm: skip wait in wait_sb_inodes() for hangable-writeback mappings
 2025-12-03  9:28 UTC  (9+ messages)
` [PATCH v1 2/2] fs/writeback: skip inodes with potential writeback hang in wait_sb_inodes()

[PATCH 0/3] further damage-control lack of clone scalability
 2025-12-03  9:18 UTC  (4+ messages)

[PATCH V2] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
 2025-12-03  9:05 UTC  (4+ messages)

[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
 2025-12-03  9:03 UTC  (7+ messages)
` [PATCH 23/46] rust: maple_tree: add __rust_helper to helpers
` [PATCH 24/46] rust: mm: "
` [PATCH 46/46] rust: xarray: "

[PATCH v3] mm/mm_init: Introduce a boot parameter for check_pages
 2025-12-03  9:01 UTC  (4+ messages)

[PATCH RFC] mm: ghost swapfile support for zswap
 2025-12-03  8:37 UTC  (30+ messages)

[PATCH v5 00/12] Nesting support for lazy MMU mode
 2025-12-03  8:20 UTC  (10+ messages)
` [PATCH v5 05/12] mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
` [PATCH v5 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v5 08/12] mm: enable lazy_mmu sections to nest

Calls to do_swap_page() from handle_pte_fault() on a system where swap is not configured
 2025-12-03  8:18 UTC  (2+ messages)

[PATCH v2] mm/damon/stat: deduplicate intervals_goal setup in damon_stat_build_ctx()
 2025-12-03  8:04 UTC 

[PATCH] mm/damon: Remove duplicate attrs.intervals_goal at the damon_stat_build_ctx()
 2025-12-03  7:54 UTC  (3+ messages)

error[E0560]: struct `bindings::file_operations` has no field named `mmap`
 2025-12-03  7:30 UTC 

[PATCH v1] mm/kasan: Fix incorrect unpoisoning in vrealloc for KASAN
 2025-12-03  7:30 UTC 

[PATCH v4] page_alloc: allow migration of smaller hugepages during contig_alloc
 2025-12-03  6:30 UTC 

error[E0609]: no field `vm_mm` on type `bindings::vm_area_struct`
 2025-12-03  5:54 UTC 

[PATCH v3 00/19] mm, swap: swap table phase II: unify swapin use swap cache and cleanup flags
 2025-12-03  5:33 UTC  (6+ messages)
` [PATCH v3 07/19] mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO
` [PATCH v3 08/19] mm/shmem, swap: remove SWAP_MAP_SHMEM

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-12-03  5:25 UTC  (5+ messages)

[syzbot] [fs?] [mm?] WARNING in sched_mm_cid_fork
 2025-12-03  5:15 UTC 

[RFC PATCH 0/6] Remove device private pages from physical address space
 2025-12-03  4:25 UTC  (21+ messages)
` [RFC PATCH 1/6] mm/hmm: Add flag to track device private PFNs
` [RFC PATCH 4/6] mm: Add a new swap type for migration entries with "
` [RFC PATCH 6/6] mm: Remove device private pages from the physical address space

[PATCH v2 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2025-12-03  4:18 UTC  (7+ messages)
` [PATCH v2 1/3] mm: memfd/hugetlb: introduce memfd-based userspace MFR policy
` [PATCH v2 2/3] selftests/mm: test userspace MFR for HugeTLB hugepage
` [PATCH v2 3/3] Documentation: add documentation for MFD_MF_KEEP_UE_MAPPED

[PATCH v4 0/3] selftests: cgroup: Enhance robustness with polling helpers
 2025-12-03  3:32 UTC  (10+ messages)
` [PATCH v4 1/3] selftests: cgroup: Add cg_read_key_long_poll() to poll a cgroup key with retries
` [PATCH v4 2/3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats
` [PATCH v4 3/3] selftests: cgroup: Replace sleep with cg_read_key_long_poll() for waiting on nr_dying_descendants

[PATCH v13 mm-new 00/16] khugepaged: mTHP support
 2025-12-03  3:13 UTC  (11+ messages)
` [PATCH v13 mm-new 02/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v13 mm-new 03/16] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v13 mm-new 04/16] khugepaged: generalize alloc_charge_folio()
` [PATCH v13 mm-new 05/16] khugepaged: introduce is_mthp_order helper
` [PATCH v13 mm-new 07/16] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH] mm/swapfile: validate swap offset in unuse_pte_range()
 2025-12-03  2:53 UTC  (4+ messages)

[PATCH RFC 0/3] KVM: guest_memfd: Rework preparation/population flows in prep for in-place conversion
 2025-12-03  2:46 UTC  (17+ messages)
` [PATCH 1/3] KVM: guest_memfd: Remove preparation tracking
` [PATCH 3/3] KVM: guest_memfd: GUP source pages prior to populating guest memory

[PATCH v1] mm/kasan: Fix incorrect unpoisoning in vrealloc for KASAN
 2025-12-03  2:05 UTC  (4+ messages)

[Bug report] hash_name() may cross page boundary and trigger sleep in RCU context
 2025-12-03  1:48 UTC  (9+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2025-12-03  1:15 UTC 

[linux-next:master 9966/13055] kernel/watchdog.c:74:22: warning: unused variable 'hardlockup_si_mask'
 2025-12-03  1:05 UTC 

[PATCH 0/4] Inline helpers into Rust without full LTO
 2025-12-03  0:40 UTC  (6+ messages)
` [PATCH 1/4] vmalloc: export vrealloc_node_align_noprof
` [PATCH 2/4] rust: helpers: #define __rust_helper
` [PATCH 3/4] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH 4/4] build: rust: provide an option to inline C helpers into Rust

[PATCH 0/3 v2] improve fadvise(POSIX_FADV_WILLNEED) with large folio
 2025-12-02 22:56 UTC  (5+ messages)
` [PATCH 1/3] mm/readahead: fix the broken readahead for POSIX_FADV_WILLNEED
` [PATCH 2/3] mm/readahead: use page_cache_sync_ra for FADVISE_FAV_WILLNEED
` [PATCH 3/3] mm/readahead: try to allocate high order pages "

[PATCH] arch/x86: memory_hotplug, do not bump up max_pfn for device private pages
 2025-12-02 22:40 UTC  (3+ messages)

[PATCH v2 0/5] printk: add macros to simplify handling struct va_format
 2025-12-02 18:03 UTC  (4+ messages)
` [PATCH v2 3/5] drivers/core: simplify variadic args handling

[PATCH v11 00/10] drm: Reduce page tables overhead with THP
 2025-12-02 17:19 UTC  (12+ messages)
` [PATCH v11 01/10] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v11 02/10] drm/shmem-helper: Map huge pages "
` [PATCH v11 03/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v11 04/10] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v11 05/10] drm/i915: Use "
` [PATCH v11 06/10] drm/v3d: "
` [PATCH v11 07/10] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v11 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v11 09/10] drm/panfrost: "
` [PATCH v11 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH v2 0/2] kasan: vmalloc: Fix incorrect tag assignment with multiple vm_structs
 2025-12-02 17:13 UTC  (5+ messages)
` [PATCH v2 1/2] kasan: Refactor pcpu kasan vmalloc unpoison
` [PATCH v2 2/2] kasan: Unpoison vms[area] addresses with a common tag

[PATCH -next] cgroup: switch to css_is_online() helper
 2025-12-02 16:08 UTC  (5+ messages)

[PATCH] mm/damon/core: fix memory leak of repeat mode damon_call_control objects
 2025-12-02 15:18 UTC  (2+ messages)

[PATCH RFC] mm/vmap: map contiguous pages in batches whenever possible
 2025-12-02 14:03 UTC  (6+ messages)

[syzbot] [ext4?] WARNING in __folio_mark_dirty (3)
 2025-12-02 13:47 UTC  (3+ messages)

[PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-12-02 13:13 UTC  (4+ messages)
` [PATCH v4 11/12] arch/um: don't initialize kasan if it's disabled

[PATCH v9 00/11] drm: Reduce page tables overhead with THP
 2025-12-02 11:01 UTC  (5+ messages)
` [PATCH v9 05/11] drm/i915: Use huge tmpfs mountpoint helpers

[PATCH] process_vm_readv/writev: add flags for pidfd and nowait
 2025-12-02 10:45 UTC  (2+ messages)

[PATCH v10 00/10] drm: Reduce page tables overhead with THP
 2025-12-02 10:26 UTC  (7+ messages)
` [PATCH v10 08/10] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v10 10/10] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[Invitation] bi-weekly guest_memfd upstream call on 2025-12-04
 2025-12-02 10:22 UTC 

[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
 2025-12-02 10:18 UTC  (4+ messages)
` [PATCH V1] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction

[PATCH V3 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2025-12-02  7:56 UTC  (5+ messages)
` [PATCH V3 1/2] mm/khugepaged: map dirty/writeback pages failures to EAGAIN
` [PATCH V3 2/2] mm/khugepaged: retry with sync writeback for MADV_COLLAPSE

[PATCH] mm/damon/core: support multiple damon_call_control requests
 2025-12-02  7:55 UTC  (4+ messages)

[PATCH 0/2] support batched checks of the references for large folios
 2025-12-02  5:37 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 95cb2fd6ce0ad61af54191fe5ef271d7177f9c3a
 2025-12-02  4:53 UTC 

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-12-02  3:04 UTC  (6+ messages)
` [PATCH v1 23/26] mm: vmscan: prepare for reparenting MGLRU folios

[PATCH 0/3] mm/lru_gen: move lru_gen control interface from debugfs to procfs
 2025-12-02  2:53 UTC  (16+ messages)
` [PATCH 2/3] mm/lru_gen: add configuration option to select debugfs/procfs for lru_gen

[PATCH 0/3] mm: add per-migratetype counts to buddy allocator and optimize pagetypeinfo access
 2025-12-02  2:42 UTC  (2+ messages)

[PATCH RESEND 0/4] improve fadvise(POSIX_FADV_WILLNEED) with large folio
 2025-12-02  1:33 UTC  (6+ messages)
` [PATCH 3/4] mm/readahead: add a_ops->ra_folio_order to get a desired folio order

page:  |  | latest

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