messages from 2026-09-03 10:32:07 to 2026-09-04 03:35:18 UTC [more...]
[PATCH 0/2] mm: restore SHRINKER_NONSLAB on THP and zswap shrinkers
2026-09-04 3:35 UTC
[PATCH 00/16] xswap: extendable swap device backed by zswap
2026-09-04 3:33 UTC (3+ messages)
[PATCH v3 0/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
2026-09-04 3:34 UTC (8+ messages)
` [PATCH v3 1/2] mm/page_counter: avoid integer overflow in effective_protection()
` [PATCH v3 2/2] mm/mglru: fix ineffective memory protection for non-kswapd reclaim
[PATCH v3 0/7] mm/mglru: speed up inc_min_seq() and fix cold/hot inversions
2026-09-04 3:27 UTC (8+ messages)
` [PATCH v3 6/7] mm/mglru: move folios from oldest gen to second-oldest gen from head to tail
` [PATCH v3 7/7] mm/mglru: batch move folios to the second-oldest gen's LRU
[PATCH v7 0/3] mm: make persistent huge zero folio read-only
2026-09-04 3:27 UTC (8+ messages)
` [PATCH v7 1/3] "
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-09-04 3:18 UTC (6+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
[PATCH v4 4/4] selftests/kho: add LoongArch vmtest support
2026-09-04 3:11 UTC (2+ messages)
[RFC PATCH] mm/swap: fix swap table count encoding for empty slots
2026-09-04 2:54 UTC
[PATCH 1/1] liveupdate: kho: calculate per-node scratch sizes before allocation
2026-09-04 2:51 UTC
[Hypervisor Live Update] Notes from August 24, 2026
2026-09-04 2:47 UTC
[PATCH v8 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
2026-09-04 2:42 UTC (3+ messages)
` [PATCH v8 1/2] mm/memory_hotplug: make shrink_zone_span() more robust
[PATCH] mm/hugetlb: charge folios to the target mm's memcg
2026-09-04 2:27 UTC (3+ messages)
[PATCH] mm/list_lru: don't copy stale shrinker id from non-memcg-aware shrinkers
2026-09-04 2:10 UTC (6+ messages)
[RFC PATCH] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
2026-09-04 2:07 UTC (5+ messages)
[PATCH] mm/page_vma_mapped: guard check_pmd() with CONFIG_TRANSPARENT_HUGEPAGE
2026-09-04 2:02 UTC (3+ messages)
[PATCH] selftests/mm: remove unreachable returns after ksft exit helpers
2026-09-04 1:33 UTC (4+ messages)
[PATCH] mm/memory: fix hugetlb_zap_begin() call in zap_vma_range_batched()
2026-09-04 1:15 UTC (5+ messages)
[GIT PULL] hotfixes for 7.3-rc2
2026-09-04 0:48 UTC
[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
2026-09-04 0:41 UTC (9+ messages)
` [PATCH 2/4] iomap: simplify writepages reclaim guard
` [PATCH] xfs: fix NOFS state corruption in btree split worker
[PATCH v5] mm/damon/ops-common: use a page-aligned address in damon_ptep_mkold()
2026-09-04 0:28 UTC
[PATCH] lib/plist: fix plist_requeue() corrupting order in the last bucket
2026-09-03 23:53 UTC (2+ messages)
[PATCH 0/4] USB: replace page allocator calls with kmalloc()
2026-09-03 23:20 UTC (5+ messages)
[PATCH v1 0/2] luo support for preserving eventfd
2026-09-03 23:19 UTC (3+ messages)
` [PATCH v1 1/2] eventfd: luo: "
[PATCH] mm: filemap: tighten dropbehind completion context check
2026-09-03 22:36 UTC (8+ messages)
` [PATCH v2] mm: filemap: retain mapped dropbehind folios
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/9] drm/tyr: add VM and BO ioctl support
2026-09-03 22:16 UTC (13+ messages)
` [PATCH 2/9] rust: mm: add `task_size` helper
` [PATCH 3/9] rust: sync: arc: relax `ForeignOwnable` for `Arc<T>`
` [PATCH 4/9] drm/tyr: add per-file VM pool
` [PATCH 5/9] drm/tyr: add user and MCU VM specifications
` [PATCH 6/9] drm/tyr: add BO creation and lookup helpers
` [PATCH 7/9] drm/tyr: refactor new_dummy_object to use new_object
[PATCH v3] mm/memcontrol: skip non-hierarchical memcg-wide stats when v1 is unavailable
2026-09-03 21:56 UTC
[RFC PATCH] mm/mglru: dynamically protect readahead fault folios under refault pressure
2026-09-03 21:37 UTC (6+ messages)
[RFC PATCH 0/5] mm: sub-folio dirty tracking for PTE-mapped mmap writes
2026-09-03 21:18 UTC (8+ messages)
` [RFC PATCH 1/5] mm: let folio_mkclean() report which pages had dirty PTEs
` [RFC PATCH 2/5] mm: add a_ops->dirty_folio_range() and use the mkclean dirty harvest
` [RFC PATCH 3/5] mm: keep the mmap dirty range down to the faulting page
` [RFC PATCH 4/5] iomap: narrow page_mkwrite() dirtying "
` [RFC PATCH 5/5] xfs: track mmap dirty state per block
[PATCH v6 0/5] mm: Unconditional per-VMA locks and cleanups
2026-09-03 21:01 UTC (5+ messages)
[PATCH v3 0/5] slab: ZERO_SIZE_PTR alignment and ERR_PTR hardening
2026-09-03 20:37 UTC (6+ messages)
` [PATCH v3 1/5] slab: align ZERO_SIZE_PTR to ARCH_KMALLOC_MINALIGN
` [PATCH v3 2/5] slab: check for ZERO_SIZE_PTR by exact match
` [PATCH v3 3/5] slab: handle ERR_PTR values in kfree and hardened usercopy
` [PATCH v3 4/5] slab: test zero-size allocations in slub_kunit
` [PATCH v3 5/5] slab: test ERR_PTR handling in kfree and hardened usercopy
[PATCH v2] writeback, memcg: skip foreign dirty tracking for bdev inodes
2026-09-03 20:29 UTC (3+ messages)
[PATCH v2] mm/memfd: fix hugetlb reservation accounting in error paths
2026-09-03 20:21 UTC (2+ messages)
[PATCH v21 0/6] Hierarchical Percpu Counters for RSS
2026-09-03 19:09 UTC (3+ messages)
[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
2026-09-03 19:08 UTC (8+ messages)
` [PATCH 07/25] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
[BUG/RFC] mm/madvise: MADV_WILLNEED skips swapped file-backed COW pages
2026-09-03 19:03 UTC (4+ messages)
[RFC PATCH] mm/truncate: fix data loss when splitting fails in truncate_inode_partial_folio()
2026-09-03 19:01 UTC (2+ messages)
[PATCH v3] mm: remove min_free_kbytes adjustment for THP
2026-09-03 18:58 UTC (12+ messages)
[PATCH] memblock: use binary search to locate candidate regions
2026-09-03 18:57 UTC (3+ messages)
[PATCH] x86/mm: Fix pmd_modify() dropping the dirty bit
2026-09-03 18:33 UTC (10+ messages)
[PATCH] xarray: fix index jumping backwards in xas_find()
2026-09-03 18:22 UTC (2+ messages)
fs/ocfs2/xattr.c:643:5-8: Unneeded variable: "ret". Return "0" on line 665
2026-09-03 18:10 UTC
[PATCH v2 0/3] mm: workingset: fix the shadow node budget under MGLRU
2026-09-03 17:57 UTC (10+ messages)
` [PATCH v2 1/3] mm: workingset: use lruvec_page_state_local() to count lru pages
` [PATCH v2 2/3] mm: memcg: redirect stats updates of dying memcgs for all hierarchies
` [PATCH v2 3/3] mm: memcg: skip the RCU lock when the memcg is not dying
[PATCH RFC v9 00/25] pkeys-based page table hardening
2026-09-03 16:47 UTC (20+ messages)
` [PATCH RFC v9 02/25] set_memory: Introduce set_memory_pkey() stub
` [PATCH RFC v9 03/25] arm64: mm: Enable overlays for all EL1 indirect permissions
` [PATCH RFC v9 04/25] arm64: Introduce por_elx_set_pkey_perms() helper
` [PATCH RFC v9 05/25] arm64: Implement asm/kpkeys.h using POE
` [PATCH RFC v9 08/25] arm64: Initialize POR_EL1 register on cpu_resume()
[PATCH 0/2] mm: refactor zonelist constructors and iterators
2026-09-03 16:46 UTC (7+ messages)
` [PATCH 1/2] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH 2/2] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-03 16:10 UTC (4+ messages)
` [PATCH v2 06/14] f2fs: stop using PG_private
` [f2fs-dev] [PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-03 16:10 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 0/5] mm/execmem: fixes and cleanups for the ROX cache
2026-09-03 15:50 UTC (6+ messages)
` [PATCH 1/5] mm/execmem: free ROX cache chunks only when they span an entire vm area
` [PATCH 2/5] mm/execmem: handle potential allocation errors in the maple tree
` [PATCH 3/5] mm/execmem: make sure ROX cache always contains multiples of PMD_SIZE
` [PATCH 4/5] mm/vmalloc: add DEFINE_FREE() for vfree()
` [PATCH 5/5] mm/execmem: use cleanup infrastructure in ROX cache functions
[PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
2026-09-03 15:23 UTC (12+ messages)
[PATCH 0/4] KVM: s390: replace page allocator calls with kzalloc()
2026-09-03 15:22 UTC (7+ messages)
[PATCH v2 0/2] quota: Verify special quota formats match sb type
2026-09-03 15:15 UTC (3+ messages)
` [PATCH v2 2/2] shmem: Refuse to enable tmpfs format for another filesystem
[RFC PATCH 4/4] mm: adjust free_pages to make __zone_watermark_ok() mTHP-aware
2026-09-03 15:09 UTC (2+ messages)
[PATCH 4/6] x86/virt/tdx: Add extra memory to TDX module for the extensions
2026-09-03 15:05 UTC (5+ messages)
[PATCH 0/4] char/misc: replace page allocator calls with k[mz]alloc()
2026-09-03 14:56 UTC (12+ messages)
` [PATCH 2/4] char: xillybus: replace __get_free_pages() with kmalloc()
[PATCH v3] mm/slab: take n->list_lock in __slab_try_return_freelist() to avoid race
2026-09-03 14:53 UTC (3+ messages)
[PATCH] kselftest: mm: remove HPAGE_SIZE and HPAGE_SHIFT macro
2026-09-03 14:47 UTC (7+ messages)
[PATCH 0/9] Remove FGP_NOFS
2026-09-03 14:44 UTC (3+ messages)
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
[RFC PATCH 3/4] mm: compaction: don't skip proactive compaction for non-costly mTHP
2026-09-03 14:32 UTC (2+ messages)
[RFC PATCH 2/4] mm: compaction: skip isolating large folios that satisfy the mTHP order
2026-09-03 14:29 UTC (2+ messages)
[PATCH v3 03/26] mm: introduce AS_NO_DIRECT_MAP
2026-09-03 14:25 UTC (4+ messages)
[PATCH v2] selftests/cgroup: account for zswap shrinker writeback
2026-09-03 14:17 UTC (2+ messages)
[RFC PATCH 1/4] mm: compaction: make proactive compaction mTHP-aware
2026-09-03 14:11 UTC (2+ messages)
[PATCH] mm/huge_memory: fix various coding style warnings
2026-09-03 14:10 UTC (3+ messages)
[PATCH v2.1] mm/damon/core: fix false positive in damos_quota_is_full() when esz is zero
2026-09-03 14:05 UTC (3+ messages)
[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
2026-09-03 14:03 UTC (5+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill
[RFC PATCH 4/4] mm: adjust free_pages to make __zone_watermark_ok() mTHP-aware
2026-09-03 13:56 UTC (2+ messages)
[PATCH 0/4] mm/damon: fix misc bugs in kunit, quota goals and sysfs refresh_ms
2026-09-03 13:51 UTC (2+ messages)
[PATCH 3/4] mm/damon/core: copy nid for eligible_mem_bp damos quota goal commit
2026-09-03 13:49 UTC (2+ messages)
[PATCH v3] mm: memblock: show all region flags in debugfs
2026-09-03 13:36 UTC (2+ messages)
[PATCH v3 00/26] mm: Add ALLOC_UNMAPPED and AS_NO_DIRECT_MAP
2026-09-03 13:30 UTC (7+ messages)
` [PATCH v3 13/26] mm: introduce freetype_t
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-09-03 13:28 UTC (5+ messages)
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
[PATCH] Documentation: admin-guide: Fix bracket
2026-09-03 13:05 UTC (3+ messages)
[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
2026-09-03 12:59 UTC (3+ messages)
` [PATCH v4 1/2] f2fs: complete dropbehind write bios in task context
` [PATCH v4 2/2] f2fs: enable buffered RWF_DONTCACHE
[RFC PATCH v4 0/3] mm/zswap: shrink zswap_entry via a fixed pool index
2026-09-03 12:59 UTC (5+ messages)
` [RFC PATCH v4 2/3] mm/zswap: replace the zswap_pools list with a fixed pools array
[PATCH v4] mm/gup_test: safely calculate GUP batch size
2026-09-03 12:39 UTC (2+ messages)
[PATCH 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
2026-09-03 12:34 UTC (3+ messages)
` [PATCH 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
[PATCH 0/4] mm: Reduce struct page overhead for FS-DAX pmem
2026-09-03 12:21 UTC (5+ messages)
` [PATCH 1/4] mm: generalize vmemmap remap architecture support
` [PATCH 2/4] nvdimm/pmem: avoid HWPoison flag updates for clean pages
` [PATCH 3/4] mm: add shared read-only vmemmap support for FS-DAX
` [PATCH 4/4] fsdax: materialize pmem vmemmap metadata on faults
[PATCH v2 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
2026-09-03 12:00 UTC (2+ messages)
[PATCH 00/13] Don't use GFP_DMA when calling dma_alloc_coherent
2026-09-03 11:18 UTC (14+ messages)
` [PATCH 01/13] gpu: ipu-v3: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 02/13] drm/sti: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 03/13] ALSA: n64: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 04/13] spi: spi-ti-qspi: "
` [PATCH 05/13] fbdev: fsl-diu-fb: Don't use GFP_DMA when calling dmam_alloc_coherent()
` [PATCH 06/13] usb: gadget: lpc32xx_udc: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 07/13] usb: cdns3: "
` [PATCH 08/13] media: staging: imx: "
` [PATCH 09/13] spi: atmel: "
` [PATCH 10/13] media: imx7-media-csi: "
` [PATCH 11/13] media: nxp: imx8-isi: "
` [PATCH 12/13] mtd: rawnand: gpmi: "
` [PATCH 13/13] usb: cdns2: "
[PATCH v2] mm/slab_common: fix shrink budget underflow in kfree_rcu_shrink_scan
2026-09-03 10:56 UTC (4+ messages)
[PATCH v3 0/6] arch, mm/execmem: resolve confusion about set_direct_map_valid_noflush()
2026-09-03 10:45 UTC (3+ messages)
` [PATCH v3 3/6] mm/vmalloc: constify vm parameter of get_vm_area_page_order()
[PATCH] arm64: hugetlb: fix BBM for mprotect() on contiguous PTEs
2026-09-03 10:45 UTC (3+ messages)
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-03 10:30 UTC (2+ messages)
` [PATCH v2 8/8] xen: use hw_pte_t for PTE range callbacks
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox