linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-13 12:06:13 to 2025-07-14 15:32:55 UTC [more...]

[PATCH 0/5] mseal cleanups
 2025-07-14 15:32 UTC  (24+ messages)
` [PATCH 1/5] mm/mseal: always define VM_SEALED
` [PATCH 2/5] mm/mseal: move madvise() logic to mm/madvise.c
` [PATCH 3/5] mm/mseal: small cleanups
` [PATCH 4/5] mm/mseal: separate out and simplify VMA gap check
` [PATCH 5/5] mm/mseal: rework mseal apply logic

[PATCH v2 0/2] __folio_split() clean up
 2025-07-14 15:30 UTC  (7+ messages)
` [PATCH v2 1/2] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
` [PATCH v2 2/2] mm/huge_memory: use folio_expected_ref_count() to calculate ref_count

[PATCH v2 0/2] fix two calls of unmap_poisoned_folio() for large folio
 2025-07-14 15:28 UTC  (19+ messages)
` [PATCH v2 2/2] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-14 15:27 UTC  (7+ messages)
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH] mm: skip lru_note_cost() when scanning only file or anon
 2025-07-14 15:25 UTC  (7+ messages)

[PATCH] mm: consider disabling readahead if there are signs of thrashing
 2025-07-14 15:16 UTC  (2+ messages)

[RFC v2 00/16] Live Update Orchestrator
 2025-07-14 14:56 UTC  (13+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface

[RFC Patch 0/2] selftests/mm: assert rmap behave as expected
 2025-07-14 14:45 UTC  (9+ messages)
` [RFC Patch 1/2] selftests/mm: put general ksm operation into vm_util
` [RFC Patch 2/2] selftests/mm: assert rmap behave as expected

[PATCH] mm/vma: refactor vma_modify_flags_name() to vma_modify_name()
 2025-07-14 14:43 UTC  (7+ messages)

[PATCH v2 net-next 0/2] account for TCP memory pressure signaled by cgroup
 2025-07-14 14:36 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] tcp: account for "
` [PATCH v2 net-next 2/2] mm/vmpressure: add tracepoint for socket pressure detection

[PATCH v1 1/1] locking/lockdep: Move pmd_to_hmm_pfn_flags() to the respective #ifdeffery
 2025-07-14 14:37 UTC  (2+ messages)

[PATCH] tmpfs: zero post-eof folio range on file extension
 2025-07-14 14:38 UTC  (9+ messages)

[PATCH v3 0/4] mm: introduce snapshot_page()
 2025-07-14 14:26 UTC  (7+ messages)
` [PATCH v3 1/4] mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
` [PATCH v3 2/4] mm/util: introduce snapshot_page()
` [PATCH v3 3/4] proc: kpagecount: use snapshot_page()
` [PATCH v3 4/4] fs: stable_page_flags(): "

[PATCH] selftests/mm: refactor common code and improve test skipping in guard_region
 2025-07-14 14:21 UTC  (5+ messages)

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-07-14 14:19 UTC  (7+ messages)
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH v2 0/7] iomap: zero range folio batch support
 2025-07-14 14:12 UTC  (16+ messages)
` [PATCH v2 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v2 2/7] iomap: move pos+len BUG_ON() to after folio lookup
` [PATCH v2 3/7] iomap: optional zero range dirty folio processing
` [PATCH v2 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v2 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v2 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v2 7/7] xfs: error tag to force zeroing on debug kernels

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-14 13:58 UTC  (10+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "

[PATCH v2 0/4] mm: introduce snapshot_page()
 2025-07-14 13:43 UTC  (6+ messages)
` [PATCH v2 2/4] mm/util: "

[PATCH v5] selftests/mm: add process_madvise() tests
 2025-07-14 13:28 UTC  (2+ messages)

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-14 12:06 UTC  (24+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 8/8] mt76: use netmem descriptor and APIs for page pool

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-14 12:00 UTC  (13+ messages)
` [PATCH net-next v10 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v10 03/12] mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v10 04/12] netdevsim: access ->pp "
` [PATCH net-next v10 05/12] mt76: "
` [PATCH net-next v10 06/12] net: fec: "
` [PATCH net-next v10 07/12] octeontx2-pf: "
` [PATCH net-next v10 08/12] iavf: "
` [PATCH net-next v10 09/12] idpf: "
` [PATCH net-next v10 10/12] mlx5: "
` [PATCH net-next v10 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v10 12/12] libeth: xdp: "

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-07-14 11:54 UTC  (12+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered

drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v2)
 2025-07-14 11:49 UTC  (20+ messages)
` [PATCH 01/18] mm: add gpu active/reclaim per-node stat counters (v2)
` [PATCH 02/18] drm/ttm: use gpu mm stats to track gpu memory allocations. (v3)
` [PATCH 03/18] mm/list_lru: export list_lru_add
` [PATCH 04/18] ttm/pool: port to list_lru. (v2)
` [PATCH 05/18] ttm/pool: drop numa specific pools
` [PATCH 06/18] ttm/pool: make pool shrinker NUMA aware
` [PATCH 07/18] ttm/pool: track allocated_pages per numa node
` [PATCH 08/18] memcg: add support for GPU page counters. (v2)
` [PATCH 09/18] memcg: export memcg_list_lru_alloc
` [PATCH 10/18] ttm: add a memcg accounting flag to the alloc/populate APIs
` [PATCH 11/18] ttm/pool: initialise the shrinker earlier
` [PATCH 12/18] ttm: add objcg pointer to bo and tt
` [PATCH 13/18] ttm/pool: enable memcg tracking and shrinker. (v2)
` [PATCH 14/18] ttm: hook up memcg placement flags
` [PATCH 15/18] memcontrol: allow objcg api when memcg is config off
` [PATCH 16/18] memcontrol: export current_obj_cgroup
` [PATCH 17/18] amdgpu: add support for memory cgroups
` [PATCH 18/18] ttm: add support for a module option to disable memcg pool

[PATCH v19 0/2] ACPI: APEI: fix potential hardlockup due to infinite SEA excepction loop
 2025-07-14 11:42 UTC  (3+ messages)
` [PATCH v19 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v19 2/2] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-14 11:06 UTC  (7+ messages)
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()

[PATCH] init: Handle bootloader head in kernel parameters
 2025-07-14 10:18 UTC  (11+ messages)

[PATCH] fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS
 2025-07-14  9:49 UTC  (4+ messages)

[PATCH] mm/filemap: Align last_index to folio size
 2025-07-14  9:33 UTC  (4+ messages)

[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-14  9:11 UTC  (2+ messages)

[PATCH v5 0/5] Readahead tweaks for larger folios
 2025-07-14  8:19 UTC  (4+ messages)
` [PATCH v5 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH v3 0/3] ida: Remove the ida_simple_xxx() API
 2025-07-14  8:17 UTC  (4+ messages)
` [PATCH v3 1/3] idr test suite: Remove usage of the deprecated ida_simple_xx() API
` [PATCH v3 2/3] ida: Remove the ida_simple_xxx() API
` [PATCH v3 3/3] nvmem: Update a comment related to struct nvmem_config

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-14  8:12 UTC  (6+ messages)
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support

[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
 2025-07-14  8:10 UTC  (6+ messages)
` [RFC V1 PATCH mm-hotfixes 1/3] mm: introduce and use {pgd,p4d}_populate_kernel()

[PATCH v13 00/20] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-14  8:04 UTC  (10+ messages)
` [PATCH v13 16/20] KVM: arm64: Handle guest_memfd-backed guest page faults

[PATCH] readahead: Use folio_nr_pages() instead of shift operation
 2025-07-14  8:04 UTC  (6+ messages)

[RFC v3 0/7] Add and use seprintf() instead of less ergonomic APIs
 2025-07-14  7:57 UTC  (5+ messages)
` [RFC v3 3/7] mm: Use "

[syzbot] Monthly mm report (Jul 2025)
 2025-07-14  7:23 UTC 

[PATCH v2] mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lock
 2025-07-14  7:10 UTC  (4+ messages)

[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-07-14  6:22 UTC  (2+ messages)

[PATCH v4 2/5] vfio/type1: optimize vfio_pin_pages_remote()
 2025-07-14  2:44 UTC  (2+ messages)

[PATCH v5 0/8] mm/shmem, swap: bugfix and improvement of mTHP swap in
 2025-07-14  2:39 UTC  (4+ messages)
` [PATCH v5 7/8] mm/shmem, swap: rework swap entry and index calculation for large swapin

[PATCH RFC] mm/readahead: improve randread performance with readahead disabled
 2025-07-14  1:42 UTC  (2+ messages)

[PATCH v9 00/14] khugepaged: mTHP support
 2025-07-14  0:32 UTC  (15+ messages)
` [PATCH v9 01/14] khugepaged: rename hpage_collapse_* to collapse_*
` [PATCH v9 02/14] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v9 03/14] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v9 04/14] khugepaged: generalize alloc_charge_folio()
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for mTHP support
` [PATCH v9 06/14] khugepaged: introduce collapse_scan_bitmap "
` [PATCH v9 07/14] khugepaged: add "
` [PATCH v9 08/14] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v9 09/14] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v9 10/14] khugepaged: allow khugepaged to check all anonymous mTHP orders
` [PATCH v9 11/14] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs
` [PATCH v9 12/14] khugepaged: improve tracepoints for mTHP orders
` [PATCH v9 13/14] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v9 14/14] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v2] kasan: remove kasan_find_vm_area() to prevent possible deadlock
 2025-07-13 23:27 UTC  (6+ messages)

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-07-13 17:43 UTC  (8+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH V9 2/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH V9 3/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH V9 4/7] mm/mempolicy: Export memory policy symbols
` [PATCH V9 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH V9 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH V9 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-13 12:05 UTC  (4+ messages)
` [PATCH v2 1/3] rust: xarray: use the prelude
` [PATCH v2 2/3] rust: xarray: implement Default for AllocKind
` [PATCH v2 3/3] rust: xarray: add `insert` and `reserve`


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).