linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] cgroup/rstat: avoid disabling irqs for O(num_cpu)
 2025-03-19  7:17 UTC  (2+ messages)

[PATCH v3 0/1] KVM: arm64: Map GPU device memory as cacheable
 2025-03-19  7:01 UTC  (20+ messages)
` [PATCH v3 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[RFC 0/5] add option to restore swap account to cgroupv1 mode
 2025-03-19  6:41 UTC  (6+ messages)
` [RFC 1/5] Kconfig: add SWAP_CHARGE_V1_MODE config
` [RFC 2/5] memcontrol: add boot option to enable memsw account on dfl
` [RFC 3/5] mm/memcontrol: do not scan anon pages if memsw limit is hit
` [RFC 4/5] mm/memcontrol: allow memsw account in cgroup v2
` [RFC 5/5] Docs/cgroup-v2: add cgroup.memsw_account_on_dfl Documentation

[PATCH] mm/hugetlb: move hugetlb_sysctl_init() to the __init section
 2025-03-19  6:27 UTC  (2+ messages)

[LSF/MM/BPF Topic] Performance improvement for Memory Cgroups
 2025-03-19  6:19 UTC 

[PATCH] mm: add swappiness=max arg to memory.reclaim for only anon reclaim
 2025-03-19  5:28 UTC  (4+ messages)
  ` [External] "

[PATCH v2 0/8] Minor cleanups and improvements to swap freeing code
 2025-03-19  5:18 UTC  (12+ messages)
` [PATCH v2 1/8] mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
` [PATCH v2 2/8] mm: swap: remove unneeded VM_BUG_ON(*map != SWAP_HAS_CACHE) in swap_entry_range_free()
` [PATCH v2 3/8] mm: swap: use swap_entries_free() to free swap entry in swap_entry_put_locked()
` [PATCH v2 4/8] mm: swap: use swap_entries_free() drop last ref count in swap_entries_put_nr()
` [PATCH v2 5/8] mm: swap: drop last SWAP_MAP_SHMEM flag in batch "
` [PATCH v2 6/8] mm: swap: free each cluster individually in swap_entries_put_map_nr()
` [PATCH v2 7/8] mm: swap: factor out helper to drop cache of entries within a single cluster
` [PATCH v2 8/8] mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()

[PATCH V2] mm: add swappiness=max arg to memory.reclaim for only anon reclaim
 2025-03-19  4:15 UTC 

[linux-next:master] [block/bdev] 3c20917120: BUG:sleeping_function_called_from_invalid_context_at_mm/util.c
 2025-03-19  2:58 UTC  (4+ messages)

[PATCH 0/2] Adding Proactive Memory Reclaim Statistics
 2025-03-19  2:38 UTC  (11+ messages)
` [PATCH 1/2] mm: vmscan: Split proactive reclaim statistics from direct reclaim statistics
` [PATCH 2/2] cgroup: docs: Add pswpin and pswpout items in cgroup v2 doc

[PATCH RESEND] mm/selftest: Replace static BASE_PMD_ADDR with dynamic address allocation
 2025-03-19  2:35 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] fs/dax: Don't disassociate zero page entries
 2025-03-19  1:33 UTC 

Patch "mm: shmem: skip swapcache for swapin of synchronous swap device" has been added to the 6.13-stable tree
 2025-03-18 23:53 UTC 

[PATCH v8 00/14] zswap IAA compress batching
 2025-03-18 23:37 UTC  (15+ messages)
` [PATCH v8 12/14] mm: zswap: Simplify acomp_ctx resource allocation/deletion and mutex lock usage

[RFC PATCH 0/5] Introduce FDBox, and preserve memfd with shmem over KHO
 2025-03-18 23:27 UTC  (10+ messages)
` [RFC PATCH 1/5] misc: introduce FDBox

[PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
 2025-03-18 22:48 UTC  (9+ messages)

[PATCH v2 0/3] kernel/events/uprobes: uprobe_write_opcode() rewrite
 2025-03-18 22:14 UTC  (4+ messages)
` [PATCH v2 1/3] kernel/events/uprobes: pass VMA instead of MM to remove_breakpoint()
` [PATCH v2 2/3] kernel/events/uprobes: pass VMA to set_swbp(), set_orig_insn() and uprobe_write_opcode()
` [PATCH v2 3/3] kernel/events/uprobes: uprobe_write_opcode() rewrite

[PATCH v1 1/3] selftests/mm: Fix half_ufd_size_MB calculation
 2025-03-18 22:05 UTC  (10+ messages)
` [PATCH v1 2/3] selftests/mm: uffd-unit-tests support for hugepages > 2M
` [PATCH v1 3/3] selftests/mm: Speed up split_huge_page_test

[PATCH net-next 0/3] Fix late DMA unmap crash for page pool
 2025-03-18 20:55 UTC  (6+ messages)
` [PATCH net-next 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[Invitation] bi-weekly guest_memfd upstream call on 2025-03-20
 2025-03-18 20:42 UTC 

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-03-18 19:13 UTC  (9+ messages)

[PATCH 0/2] mm/damon: introduce DAMOS filter type for active pages
 2025-03-18 18:51 UTC  (6+ messages)
` [PATCH 1/2] mm/damon: implement a new "
` [PATCH 2/2] Docs/mm/damon/design: document active DAMOS filter type

[PATCH] mseal sysmap: add arch-support txt
 2025-03-18 18:39 UTC  (9+ messages)

[PATCH RFC 0/2] Dynamically allocate memory to store task's full name
 2025-03-18 18:06 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] State Of The Page 2025
 2025-03-18 17:42 UTC 

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-03-18 17:09 UTC  (2+ messages)
` [LSFMM] Updated: Linux Management of Volatile CXL Memory Devices

[PATCH v6 0/7] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-03-18 16:20 UTC  (8+ messages)
` [PATCH v6 1/7] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [PATCH v6 2/7] KVM: guest_memfd: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock
` [PATCH v6 3/7] KVM: guest_memfd: Track folio sharing within a struct kvm_gmem_private
` [PATCH v6 4/7] KVM: guest_memfd: Folio sharing states and functions that manage their transition
` [PATCH v6 5/7] KVM: guest_memfd: Restore folio state after final folio_put()
` [PATCH v6 6/7] KVM: guest_memfd: Handle invalidation of shared memory
` [PATCH v6 7/7] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as shared

[PATCH v7 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-03-18 16:18 UTC  (10+ messages)
` [PATCH v7 1/9] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v7 2/9] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v7 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v7 4/9] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v7 5/9] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v7 6/9] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v7 7/9] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v7 8/9] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v7 9/9] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH mm-unstable] mm/kasan: use SLAB_NO_MERGE flag instead of an empty constructor
 2025-03-18 15:32 UTC  (3+ messages)

[PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
 2025-03-18 15:32 UTC  (12+ messages)

[PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation
 2025-03-18 15:31 UTC  (12+ messages)

[PATCH 0/3] fix incorrectly disallowed anonymous VMA merges
 2025-03-18 15:18 UTC  (3+ messages)
` [PATCH 2/3] tools/testing: add PROCMAP_QUERY helper functions in mm self tests

[PATCH 2/2 v6] mm/mempolicy: Don't create weight sysfs for memoryless nodes
 2025-03-18 15:13 UTC  (4+ messages)

[LSF/MM BPF Topic] Warming up to frozen pages
 2025-03-18 15:10 UTC  (2+ messages)

[RFC PATCH 0/4] Kernel daemon for detecting and promoting hot pages
 2025-03-18 14:17 UTC  (6+ messages)
` [RFC PATCH 2/4] mm: kpromoted: Hot page info collection and promotion daemon

[PATCH V2] mm/cma: using per-CMA locks to improve concurrent allocation performance
 2025-03-18 13:02 UTC  (4+ messages)

[PATCH 00/11] Always call constructor for kernel page tables
 2025-03-18 12:14 UTC  (3+ messages)

[PATCH] mseal: Fix typo and style in documentation
 2025-03-18 11:55 UTC 

[Patch v2 0/3] memblock: some fix for memmap_init_reserved_pages()
 2025-03-18 10:55 UTC  (6+ messages)
` [Patch v2 1/3] mm/memblock: pass size instead of end to memblock_set_node()
` [Patch v2 2/3] mm/memblock: repeat setting reserved region nid if array is doubled
` [Patch v2 3/3] memblock tests: add test for memblock_set_node

[RFC PATCH 0/4] Kernel daemon for detecting and promoting hot pages
 2025-03-18 10:45 UTC  (3+ messages)

[PATCH v2 0/4] track memory used by balloon drivers
 2025-03-18 10:16 UTC  (6+ messages)
` [PATCH v2 1/4] meminfo: add a per node counter for "
` [PATCH v2 4/4] xen: balloon: update the NR_BALLOON_PAGES state

A plan for supporting PageMovable in 2025
 2025-03-18 10:12 UTC  (2+ messages)

[PATCH] mm/vmalloc: fix mischeck pfn valid in vmap_pfns
 2025-03-18  8:50 UTC  (8+ messages)

[PATCH v4] fs/proc/page: Refactoring to reduce code duplication
 2025-03-18  8:44 UTC  (2+ messages)

[PATCH 0/2] mm/vmscan: don't try to reclaim hwpoison folio
 2025-03-18  8:39 UTC  (3+ messages)
` [PATCH 1/2] mm/hwpoison: introduce folio_contain_hwpoisoned_page() helper
` [PATCH 2/2] mm/vmscan: don't try to reclaim hwpoison folio

[PATCH 00/11] Remove aops->writepage
 2025-03-18  8:10 UTC  (6+ messages)
` [PATCH 11/11] fs: "

[PATCH 0/9] memcg: cleanup per-cpu stock
 2025-03-18  8:02 UTC  (26+ messages)
` [PATCH 1/9] memcg: remove root memcg check from refill_stock
` [PATCH 2/9] memcg: decouple drain_obj_stock from local stock
` [PATCH 3/9] memcg: introduce memcg_uncharge
` [PATCH 4/9] memcg: manually inline __refill_stock
` [PATCH 5/9] memcg: no refilling stock from obj_cgroup_release
` [PATCH 6/9] memcg: do obj_cgroup_put inside drain_obj_stock
` [PATCH 7/9] memcg: use __mod_memcg_state in drain_obj_stock
` [PATCH 8/9] memcg: combine slab obj stock charging and accounting
` [PATCH 9/9] memcg: manually inline replace_stock_objcg

[GIT PULL] hotfixes against 6.14-rc7
 2025-03-18  5:56 UTC  (2+ messages)

[PATCH v13 00/11] Support page table check on PowerPC
 2025-03-18  5:38 UTC  (2+ messages)

[PATCH 0/2] mm/ptdump: Drop assumption that pxd_val() is u64
 2025-03-18  4:37 UTC  (4+ messages)
` [PATCH 2/2] arm64/ptdump: Replace u64 with pteval_t

[PATCH RESEND v2 0/4] riscv: iommu: Support Svnapot
 2025-03-18  3:59 UTC  (5+ messages)
` [PATCH RESEND v2 1/4] mm/gup: Add huge pte handling logic in follow_page_pte()
` [PATCH RESEND v2 2/4] iommu/riscv: Use pte_t to represent page table entry
` [PATCH RESEND v2 3/4] iommu/riscv: Introduce IOMMU page table lock
` [PATCH RESEND v2 4/4] iommu/riscv: Add support for Svnapot

[PATCH v2 0/5] Minor memcg cleanups & prep for memdescs
 2025-03-18  3:24 UTC  (11+ messages)
` [PATCH v2 1/5] mm: Separate folio_split_memcg_refs() from split_page_memcg()
` [PATCH v2 2/5] mm: Simplify split_page_memcg()
` [PATCH v2 3/5] mm: Remove references to folio in split_page_memcg()
` [PATCH v2 4/5] mm: Simplify folio_memcg_charged()
` [PATCH v2 5/5] mm: Remove references to folio in __memcg_kmem_uncharge_page()

[PATCH v3] fs/proc/page: Refactoring to reduce code duplication
 2025-03-18  3:03 UTC  (2+ messages)

[PATCH 0/3] memblock: some fix for memmap_init_reserved_pages()
 2025-03-18  2:58 UTC  (6+ messages)
` [PATCH 2/3] mm/memblock: repeat setting reserved region nid if array is doubled

KASAN: slab-use-after-free in find_lock_entries+0x21e/0x1160
 2025-03-18  2:47 UTC 

[PATCH 0/9] Minor cleanups and improvements to swap freeing code
 2025-03-18  1:29 UTC  (3+ messages)

[linux-next:master 10764/11415] samples/hung_task/hung_task_mutex.c:25:15: sparse: sparse: symbol 'hung_task_dir' was not declared. Should it be static?
 2025-03-18  0:31 UTC 

[PATCH v3 1/5] arch/x86: Drop own definition of pgd,p4d_leaf
 2025-03-17 23:52 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Overhauling hot page detection and promotion based on PTE A bit scanning
 2025-03-17 22:34 UTC  (6+ messages)
  ` [LSF/MM/BPF TOPIC] Unifying sources of page temperature information - what info is actually wanted?

page:  |  | latest

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