linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 0/2] powerpc/pseries/cmm: two smaller fixes
 2025-11-28 10:40 UTC  (12+ messages)
` [PATCH v1 1/2] powerpc/pseries/cmm: call balloon_devinfo_init() also without CONFIG_BALLOON_COMPACTION
` [PATCH v1 2/2] powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages

[PATCH v9 2/7] mm: introduce clear_pages() and clear_user_pages()
 2025-11-28 10:13 UTC  (2+ messages)

[RFC PATCH 0/4] SEV-SNP Unaccepted Memory Hotplug
 2025-11-28  9:34 UTC  (15+ messages)
` [RFC PATCH 1/4] efi/libstub: Decouple memory bitmap from the unaccepted table
` [RFC PATCH 2/4] mm: Add support for unaccepted memory hotplug

[PATCH 0/3] mm: add per-migratetype counts to buddy allocator and optimize pagetypeinfo access
 2025-11-28  9:24 UTC  (8+ messages)
` [PATCH 1/3] mm/page_alloc: add per-migratetype counts to buddy allocator
` [PATCH 2/3] mm/vmstat: get fragmentation statistics from per-migragetype count
` [PATCH 3/3] mm: optimize free_area_empty() check using per-migratetype counts

[RFC PATCH 0/1] IDR fix for potential id mismatch
 2025-11-28  9:03 UTC  (9+ messages)
` [RFC PATCH 1/1] idr: do not create idr if new id would be outside given range

[PATCH v8 00/23] SLUB percpu sheaves
 2025-11-28  8:59 UTC  (14+ messages)
` [PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations

[PATCH v12 mm-new 00/10] mm, bpf: BPF-MM, BPF-THP
 2025-11-28  8:55 UTC  (12+ messages)
` [PATCH v12 mm-new 06/10] mm: bpf-thp: add support for global mode

[PATCH v2 0/2] mm: only mark/clear KHO scratch memory when needed
 2025-11-28  8:26 UTC  (9+ messages)
` [PATCH v2 1/2] mm/memblock: remove CONFIG_MEMBLOCK_KHO_SCRATCH option
` [PATCH v2 2/2] mm/memblock: only mark/clear KHO scratch memory when needed

[RFC PATCH 0/6] Remove device private pages from physical address space
 2025-11-28  7:40 UTC  (8+ messages)
` [RFC PATCH 1/6] mm/hmm: Add flag to track device private PFNs
` [RFC PATCH 2/6] mm/migrate_device: Add migrate PFN "
` [RFC PATCH 3/6] mm/page_vma_mapped: Add flags to page_vma_mapped_walk::pfn "
` [RFC PATCH 4/6] mm: Add a new swap type for migration entries with "
` [RFC PATCH 5/6] mm/util: Add flag to track device private PFNs in page snapshots
` [RFC PATCH 6/6] mm: Remove device private pages from the physical address space

[PATCH v9 0/7] mm: folio_zero_user: clear contiguous pages
 2025-11-28  7:39 UTC  (7+ messages)
` [PATCH v9 1/7] treewide: provide a generic clear_user_page() variant

[PATCH 0/3] mm/lru_gen: move lru_gen control interface from debugfs to procfs
 2025-11-28  7:19 UTC  (6+ messages)
` [PATCH 1/3] mm/lru_gen: add procfs support for lru_gen interfaces
` [PATCH 2/3] mm/lru_gen: add configuration option to select debugfs/procfs for lru_gen
` [PATCH 3/3] mm/lru_gen: document procfs interface "

[PATCH v4 0/3] mm: Coccinelle-driven cleanups across memory management code
 2025-11-28  7:01 UTC  (4+ messages)
` [PATCH v4 1/3] mm: pagewalk: simplify hugepage boundary calculation
` [PATCH v4 2/3] mm/vmscan: use %pe to print error pointers
` [PATCH v4 3/3] mm/zswap: "

[linux-next:master] BUILD REGRESSION ef68bf704646690aba5e81c2f7be8d6ef13d7ad8
 2025-11-28  4:31 UTC 

[PATCH v3] mm: fix vma_start_write_killable() signal handling
 2025-11-28  4:00 UTC 

[PATCH v4 00/12] mm/kasan: make kasan=on|off work for all three modes
 2025-11-28  3:33 UTC  (13+ messages)
` [PATCH v4 01/12] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
` [PATCH v4 02/12] mm/kasan: move kasan= code to common place
` [PATCH v4 03/12] mm/kasan/sw_tags: don't initialize kasan if it's disabled
` [PATCH v4 04/12] arch/arm: "
` [PATCH v4 05/12] arch/arm64: "
` [PATCH v4 06/12] arch/loongarch: "
` [PATCH v4 07/12] arch/powerpc: "
` [PATCH v4 08/12] arch/riscv: "
` [PATCH v4 09/12] arch/x86: "
` [PATCH v4 10/12] arch/xtensa: "
` [PATCH v4 11/12] arch/um: "
` [PATCH v4 12/12] mm/kasan: make kasan=on|off take effect for all three modes

[PATCH v2 0/2] mm/swapfile: fix and cleanup swap list iterations
 2025-11-28  2:45 UTC  (6+ messages)
` [PATCH v2 1/2] mm/swapfile: fix list iteration when next node is removed during discard
` [PATCH v2 2/2] mm/swapfile: use plist_for_each_entry in __folio_throttle_swaprate

[RFC PATCH v2 1/2] ARM/mm/fault: always goto bad_area when handling with page faults of kernel address
 2025-11-28  2:27 UTC  (5+ messages)
` [RFC PATCH v2 2/2] ARM/mm/fault: Enable interrupts before sending signal

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

[RFC PATCH] vfs: Fix might sleep in load_unaligned_zeropad() with rcu read lock held
 2025-11-28  1:39 UTC  (2+ messages)

Hard system lock-ups when using encrypted swap and RAM is exhausted
 2025-11-28  0:51 UTC  (6+ messages)

[RFC PATCH 0/4] Optimize rss_stat initialization/teardown for single-threaded tasks
 2025-11-27 23:36 UTC  (5+ messages)
` [RFC PATCH 1/4] lib/percpu_counter: Split out a helper to insert into hotplug list
` [RFC PATCH 2/4] lib: Support lazy initialization of per-cpu counters
` [RFC PATCH 3/4] mm: Avoid percpu MM counters on single-threaded tasks
` [RFC PATCH 4/4] mm: Split a slow path for updating mm counters

BUG: kernel NULL pointer dereference, address: 0000000000000000
 2025-11-27 22:55 UTC  (2+ messages)

[PATCH] mailmap: update Pratyush Yadav's email address
 2025-11-27 22:03 UTC  (2+ messages)

[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
 2025-11-27 21:52 UTC  (10+ messages)
` [RFC PATCH 1/2] mm/filemap: Retry fault by VMA lock if the lock was released for I/O

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-11-27 21:14 UTC  (3+ messages)

[PATCH RFC] mm/vmap: map contiguous pages in batches whenever possible
 2025-11-27 20:43 UTC  (3+ messages)

[PATCH v3 00/22] riscv: Memory type control for platforms with physical memory aliases
 2025-11-27 19:44 UTC  (28+ messages)
` [PATCH v3 06/22] mm: Always use page table accessor functions
` [PATCH v3 08/22] mm: Allow page table accessors to be non-idempotent

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-27 19:33 UTC  (18+ messages)
` [PATCH v3 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH v3 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH v3 13/16] mm: remove non_swap_entry() and use softleaf helpers instead
` [PATCH v3 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH v3 15/16] mm: eliminate further swapops predicates
` [PATCH v3 16/16] mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()

[linux-next:master 12118/12398] kernel/liveupdate/luo_core.c:402 luo_ioctl() warn: unsigned 'nr' is never less than zero
 2025-11-27 19:29 UTC 

[PATCH] mm/kfence: add reboot notifier to disable KFENCE on shutdown
 2025-11-27 19:19 UTC  (4+ messages)

[PATCH RFC] mm: ghost swapfile support for zswap
 2025-11-27 19:09 UTC  (13+ messages)

[PATCH v2 0/5] mm, kvm: add guest_memfd support for uffd minor faults
 2025-11-27 19:04 UTC  (14+ messages)
` [PATCH v2 3/5] mm: introduce VM_FAULT_UFFD_MINOR fault reason
` [PATCH v2 4/5] guest_memfd: add support for userfaultfd minor mode
` [PATCH v2 5/5] KVM: selftests: test userfaultfd minor for guest_memfd

[RFC v2 PATCH 0/8] pkeys-based cred hardening
 2025-11-27 16:36 UTC  (3+ messages)
` [RFC PATCH v2 3/8] slab: Introduce SLAB_SET_PKEY

[PATCH v4] KHO: Fix boot failure due to kmemleak access to non-PRESENT pages
 2025-11-27 16:20 UTC  (2+ messages)

Increase Your Website Ranking
 2025-11-27 14:59 UTC 

[syzbot] [udf?] INFO: rcu detected stall in call_usermodehelper_exec_async (4)
 2025-11-27 14:55 UTC 

[PATCH v2] mm/kfence: add reboot notifier to disable KFENCE on shutdown
 2025-11-27 14:51 UTC 

[RFC PATCH v2 0/9] riscv: mm: Introduce lazy tlb flush
 2025-11-27 14:11 UTC  (10+ messages)
` [RFC PATCH v2 1/9] riscv: Introduce RISCV_LAZY_TLB_FLUSH config
` [RFC PATCH v2 2/9] riscv: mm: Apply a threshold to the number of active ASIDs on each CPU
` [RFC PATCH v2 3/9] riscv: mm: Grab mm_count to avoid mm getting released
` [RFC PATCH v2 4/9] fork: Add arch override for do_shoot_lazy_tlb()
` [RFC PATCH v2 5/9] riscv: mm: Introduce arch_do_shoot_lazy_tlb
` [RFC PATCH v2 6/9] riscv: mm: Introduce percpu TLB Flush queue
` [RFC PATCH v2 7/9] riscv: mm: Defer the TLB Flush to switch_mm
` [RFC PATCH v2 8/9] riscv: mm: Clear mm_cpumask during local_flush_tlb_all_asid()
` [RFC PATCH v2 9/9] riscv: mm: Clear mm_cpumask during local_flush_tlb_all()

[PATCH V1 5.4.y 1/2] mm/mprotect: use long for page accountings and retval
 2025-11-27 14:04 UTC  (2+ messages)
` Patch "mm/mprotect: use long for page accountings and retval" has been added to the 5.4-stable tree

[PATCH V1 5.4.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
 2025-11-27 14:04 UTC  (2+ messages)
` Patch "mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()" has been added to the 5.4-stable tree

[PATCH V1 5.10.y 1/2] mm/mprotect: use long for page accountings and retval
 2025-11-27 14:02 UTC  (2+ messages)
` Patch "mm/mprotect: use long for page accountings and retval" has been added to the 5.10-stable tree

[PATCH V1 5.10.y 2/2] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()
 2025-11-27 14:02 UTC  (2+ messages)
` Patch "mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()" has been added to the 5.10-stable tree

[PATCH v5 00/12] Nesting support for lazy MMU mode
 2025-11-27 12:45 UTC  (4+ messages)
` [PATCH v5 08/12] mm: enable lazy_mmu sections to nest

[PATCH] mm/sparse: Fix sparse_vmemmap_init_nid_early definition without CONFIG_SPARSEMEM
 2025-11-27 12:14 UTC  (4+ messages)

[PATCH v4 0/3] selftests: cgroup: Enhance robustness with polling helpers
 2025-11-27 11:29 UTC  (5+ messages)
` [PATCH v4 2/3] selftests: cgroup: make test_memcg_sock robust against delayed sock stats

[RFC PATCH] vfs: Fix might sleep in load_unaligned_zeropad() with rcu read lock held
 2025-11-27 11:20 UTC  (2+ messages)

[PATCH 0/2] mm/swapfile: fix and cleanup swap list iterations
 2025-11-27 10:50 UTC  (9+ messages)
` [PATCH 1/2] mm/swapfile: fix list iteration in swap_sync_discard

[PATCH v3 0/3] mm: Coccinelle-driven cleanups across memory management code
 2025-11-27 10:05 UTC  (3+ messages)
` [PATCH v3 1/3] mm: pagewalk: simplify hugepage boundary calculation using min()

[PATCH] printk: add early_counter_ns routine for printk blind spot
 2025-11-27  9:13 UTC 

[PATCH v2] mm: fix vma_start_write_killable() signal handling
 2025-11-27  9:05 UTC  (8+ messages)

[RFC -next] memcg: Optimize creation performance when LRU_GEN is enabled
 2025-11-27  9:04 UTC  (3+ messages)

[PATCH] mm/huge_memory: use end_folio to terminate anonymous folio remapping
 2025-11-27  8:54 UTC  (3+ messages)

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-27  8:51 UTC  (11+ messages)

page:  |  | latest

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