linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[bug report] BUG zs_handle-zram0 (Tainted: G S ): Objects remaining on __kmem_cache_shutdown()
 2025-09-09  2:30 UTC  (3+ messages)

[PATCH 0/3] samples/damon: fix boot time enable handling fixup merge mistakes
 2025-09-09  2:22 UTC  (4+ messages)
` [PATCH 1/3] samples/damon/wsse: avoid starting DAMON before initialization
` [PATCH 2/3] samples/damon/prcl: "
` [PATCH 3/3] samples/damon/mtier: "

[PATCH v2 0/7] Nesting support for lazy MMU mode
 2025-09-09  2:16 UTC  (3+ messages)

[PATCH v4 0/6] slab: Re-entrant kmalloc_nolock()
 2025-09-09  2:05 UTC  (8+ messages)
` [PATCH v4 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH v2 0/9] mm: hugetlb: cleanup and allocate frozen hugetlb folio
 2025-09-09  2:03 UTC  (26+ messages)
` [PATCH v2 1/9] mm: hugetlb: convert to use more alloc_fresh_hugetlb_folio()
` [PATCH v2 2/9] mm: hugetlb: convert to account_new_hugetlb_folio()
` [PATCH v2 3/9] mm: hugetlb: directly pass order when allocate a hugetlb folio
` [PATCH v2 4/9] mm: hugetlb: remove struct hstate from init_new_hugetlb_folio()
` [PATCH v2 5/9] mm: hugeltb: check NUMA_NO_NODE in only_alloc_fresh_hugetlb_folio()
` [PATCH v2 6/9] mm: page_alloc: add alloc_contig_frozen_pages()
` [PATCH v2 7/9] mm: cma: add alloc flags for __cma_alloc()
` [PATCH v2 8/9] mm: cma: add __cma_release()
` [PATCH v2 9/9] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()

[PATCH 0/2] selftests/mm: uffd-stress fixes
 2025-09-09  2:02 UTC  (3+ messages)

[PATCH] disable demotion during memory reclamation
 2025-09-09  1:36 UTC  (2+ messages)

[PATCH v3] mm/slub: Refactor note_cmpxchg_failure for better readability
 2025-09-09  1:33 UTC 

[PATCH v2 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-09  1:18 UTC  (32+ messages)
` [PATCH v2 01/15] docs/mm: add document for swap table
` [PATCH v2 07/15] mm, swap: tidy up swap device and cluster info helpers
` [PATCH v2 10/15] mm, swap: wrap swap cache replacement with a helper
` [PATCH v2 11/15] mm, swap: use the swap table for the swap cache and switch API
` [PATCH v2 14/15] mm, swap: implement dynamic allocation of swap table

[PATCH] MAINTAINERS: add Jann Horn as rmap reviewer
 2025-09-09  1:01 UTC  (4+ messages)

[PATCH slab v5 0/6] slab: Re-entrant kmalloc_nolock()
 2025-09-09  1:00 UTC  (7+ messages)
` [PATCH slab v5 1/6] locking/local_lock: Introduce local_lock_is_locked()
` [PATCH slab v5 2/6] mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock()
` [PATCH slab v5 3/6] mm: Introduce alloc_frozen_pages_nolock()
` [PATCH slab v5 4/6] slab: Make slub local_(try)lock more precise for LOCKDEP
` [PATCH slab v5 5/6] slab: Reuse first bit for OBJEXTS_ALLOC_FAIL
` [PATCH slab v5 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[RFC PATCH 1/2] mm: always call rmap_walk() on locked folios
 2025-09-09  0:40 UTC  (4+ messages)

[PATCH v2] mm/slub: Refactor note_cmpxchg_failure for better readability
 2025-09-09  0:34 UTC  (2+ messages)

[PATCH] mm: re-enable kswapd when memory pressure subsides or demotion is toggled
 2025-09-09  0:06 UTC  (2+ messages)

[PATCH] mm: shmem: fix too little space for tmpfs only fallback 4KB
 2025-09-08 23:22 UTC  (2+ messages)

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-08 23:17 UTC  (67+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort
` [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete
` [PATCH 16/16] kcov: update kcov "

[PATCH v2] memfd,selinux: call security_inode_init_security_anon
 2025-09-08 22:51 UTC  (4+ messages)

[PATCH v10 00/13] khugepaged: mTHP support
 2025-09-08 22:29 UTC  (6+ messages)
` [PATCH v10 06/13] khugepaged: add "

[PATCH v2 0/6] mm: better GUP pin lru_add_drain_all()
 2025-09-08 22:24 UTC  (7+ messages)
` [PATCH v2 1/6] mm/gup: check ref_count instead of lru before migration
` [PATCH v2 2/6] mm/gup: local lru_add_drain() to avoid lru_add_drain_all()
` [PATCH v2 3/6] mm: Revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"
` [PATCH v2 4/6] mm: Revert "mm: vmscan.c: fix OOM on swap stress test"
` [PATCH v2 5/6] mm: folio_may_be_lru_cached() unless folio_test_large()
` [PATCH v2 6/6] mm: lru_add_drain_all() do local lru_add_drain() first

[PATCH v3 0/8] Cache coherency management subsystem
 2025-09-08 22:04 UTC  (9+ messages)
` [PATCH v3 1/8] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v3 2/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v3 3/8] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v3 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[PATCH] mm/mempolicy: prevent the risk of division by 0
 2025-09-08 21:25 UTC  (3+ messages)

[PATCH v6 2/2] crash: Add KUnit tests for crash_exclude_mem_range
 2025-09-08 21:25 UTC 

[PATCH v3 00/22] Add support for shared PTEs across processes
 2025-09-08 21:14 UTC  (17+ messages)
` [PATCH v3 01/22] mm: Add msharefs filesystem
` [PATCH v3 06/22] mm/mshare: Add a vma flag to indicate an mshare region
` [PATCH v3 22/22] mm/mshare: charge fault handling allocations to the mshare owner

[PATCH] mm: memcontrol: fix memcg accounting during cpu hotplug
 2025-09-08 21:09 UTC  (2+ messages)

[PATCH bpf] bpf/helpers: Use __GFP_HIGH instead of GFP_ATOMIC in __bpf_async_init()
 2025-09-08 20:30 UTC  (3+ messages)

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-08 20:19 UTC  (18+ messages)
` [PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
` [PATCH v5 15/19] kasan: x86: Apply multishot to the inline report handler
` [PATCH v5 18/19] mm: Unpoison vms[area] addresses with a common tag
` [PATCH v5 19/19] x86: Make software tag-based kasan available

[PATCH 0/7] mm: better GUP pin lru_add_drain_all()
 2025-09-08 20:17 UTC  (21+ messages)
` [PATCH 1/7] mm: fix folio_expected_ref_count() when PG_private_2
` [PATCH 2/7] mm/gup: check ref_count instead of lru before migration
` [PATCH 6/7] mm: folio_may_be_cached() unless folio_test_large()

[PATCH 0/2] mm/damon/sysfs: fix refresh_ms control overwriting on multi-kdamonds usages
 2025-09-08 20:15 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/core: introduce damon_call_control->dealloc_on_cancel
` [PATCH 2/2] mm/damon/sysfs: use dynamically allocated repeat mode damon_call_control

[PATCH] ACPI: APEI: GHES: Don't offline huge pages just because BIOS asked
 2025-09-08 20:01 UTC  (9+ messages)
  ` [PATCH v2] "
      ` PATCH v3 "

[RFC 0/1] Try to add memory allocation info for cgroup oom kill
 2025-09-08 19:55 UTC  (13+ messages)

[syzbot] [mm?] [ext4?] WARNING in ext4_init_orphan_info
 2025-09-08 19:52 UTC  (2+ messages)

[PATCH 0/3] Some ptdesc cleanups
 2025-09-08 19:00 UTC  (7+ messages)
` [PATCH 1/3] ptdesc: Convert __page_flags to pt_flags
` [PATCH 2/3] ptdesc: Remove references to folios from __pagetable_ctor() and pagetable_dtor()
` [PATCH 3/3] ptdesc: Remove ptdesc_to_virt()

[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-09-08 18:31 UTC  (14+ messages)
` [PATCH v7 5/6] arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs

[PATCH v3 0/2] kho: add support for preserving vmalloc allocations
 2025-09-08 18:18 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH] mm/oom_kill: kill current in OOM when binding to cpu-less nodes
 2025-09-08 17:50 UTC  (2+ messages)

[PATCH] memcg: skip cgroup_file_notify if spinning is not allowed
 2025-09-08 17:39 UTC  (6+ messages)

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-08 17:12 UTC  (12+ messages)
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 19/37] mm/gup: remove record_subpages()

[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
 2025-09-08 16:53 UTC  (11+ messages)

[PATCH RFC 00/35] mm: remove nth_page()
 2025-09-08 16:47 UTC  (3+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH v2 1/1] mm: skip mlocked THPs that are underused early in deferred_split_scan()
 2025-09-08 16:18 UTC  (3+ messages)

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-08 15:40 UTC  (5+ messages)
` [PATCH v4 13/18] kasan: arm64: x86: Handle int3 for inline KASAN reports

[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-09-08 15:40 UTC  (8+ messages)
` [PATCH v5 6/7] selftests: prctl: introduce tests for disabling THPs completely

[PATCH] readahead: Add trace points
 2025-09-08 14:55 UTC 

[RFC PATCH v2] mm/rmap: make num_children and num_active_vmas update in internally
 2025-09-08 14:47 UTC  (4+ 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