messages from 2026-04-02 06:38:25 to 2026-04-03 10:16:39 UTC [more...]
[PATCH v7 4/6] mm: setup device page migration in HMM pagewalk
2026-04-03 10:15 UTC (2+ messages)
[PATCH v2] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
2026-04-03 10:15 UTC (3+ messages)
[PATCH V1 0/2] slub_kunit: add a test case for {kmalloc,kfree}_nolock
2026-04-03 10:01 UTC (4+ messages)
` [PATCH V1 2/2] lib/tests/slub_kunit: "
[PATCH v3 0/2] mm/damon: validate min_region_size to be power of 2
2026-04-03 9:50 UTC (7+ messages)
` [PATCH v3 1/2] mm/damon/lru_sort: "
` (sashiko review) "
` [PATCH v3 2/2] mm/damon/reclaim: "
` (sashiko review) "
[PATCH v3 00/14] mm/mglru: improve reclaim loop and dirty folio handling
2026-04-03 9:25 UTC (21+ messages)
` [PATCH v3 01/14] mm/mglru: consolidate common code for retrieving evictable size
` [PATCH v3 02/14] mm/mglru: rename variables related to aging and rotation
` [PATCH v3 03/14] mm/mglru: relocate the LRU scan batch limit to callers
` [PATCH v3 04/14] mm/mglru: restructure the reclaim loop
` [PATCH v3 05/14] mm/mglru: scan and count the exact number of folios
` [PATCH v3 06/14] mm/mglru: use a smaller batch for reclaim
` [PATCH v3 07/14] mm/mglru: don't abort scan immediately right after aging
` [PATCH v3 08/14] mm/mglru: remove redundant swap constrained check upon isolation
` [PATCH v3 09/14] mm/mglru: use the common routine for dirty/writeback reactivation
` [PATCH v3 10/14] mm/mglru: simplify and improve dirty writeback handling
` [PATCH v3 11/14] mm/mglru: remove no longer used reclaim argument for folio protection
` [PATCH v3 12/14] mm/vmscan: remove sc->file_taken
` [PATCH v3 13/14] mm/vmscan: remove sc->unqueued_dirty
` [PATCH v3 14/14] mm/vmscan: unify writeback reclaim statistic and throttling
[PATCH] mm/vmalloc: map contiguous pages in batches for vmap() whenever possible
2026-04-03 9:20 UTC (2+ messages)
[PATCH v3 0/7] Modify memfd_luo code
2026-04-03 9:07 UTC (16+ messages)
` [PATCH v3 1/7] mm/memfd: use folio_nr_pages() for shmem inode accounting
` [PATCH v3 2/7] mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve path
` [PATCH v3 5/7] mm/memfd_luo: fix physical address conversion in put_folios cleanup
` [PATCH v3 6/7] mm/memfd_luo: remove folio from page cache when accounting fails
` [PATCH v3 7/7] mm/memfd_luo: fix integer overflow in memfd_luo_preserve_folios
[PATCH v2 0/5] mm: arch/shstk: Common shadow stack mapping helper and VM_NOHUGEPAGE
2026-04-03 8:34 UTC (3+ messages)
` [PATCH v2 3/5] riscv: shstk: Use the new common vm_mmap_shadow_stack() helper
[PATCH v2] mm/damon: validate min_region_size to be power of 2
2026-04-03 8:29 UTC (5+ messages)
` (sashiko status) "
[PATCH] drm/shmem_helper: Make sure PMD entries get the writeable upgrade
2026-04-03 8:25 UTC (3+ messages)
[PATCH] mm/vmalloc: fix KMSAN uninit-value warning in decay_va_pool_node()
2026-04-03 7:52 UTC (8+ messages)
` [PATCH] mm/vmalloc: fix KMSAN uninit in decay_va_pool_node list handling
[PATCH] slub: use N_NORMAL_MEMORY in can_free_to_pcs to handle remote frees
2026-04-03 7:37 UTC
[PATCHv3] mm: remove '!root_reclaim' checking in should_abort_scan()
2026-04-03 7:05 UTC (3+ messages)
[PATCH 0/2] mm: huge_memory: clean up defrag sysfs with shared data tables
2026-04-03 6:56 UTC (12+ messages)
` [PATCH 1/2] mm: huge_memory: use sysfs_match_string() in defrag_store()
` [PATCH 2/2] mm: huge_memory: refactor defrag_show() to use defrag_flags[]
[PATCH v1] slab: support for compiler-assisted type-based slab cache partitioning
2026-04-03 6:28 UTC (7+ messages)
[RFC PATCH] mm/damon: reset thread status parameters upon kdamond termination
2026-04-03 4:34 UTC (3+ messages)
[PATCH mm-unstable 1/1] mm: fix deferred split queue races during migration
2026-04-03 4:24 UTC (5+ messages)
[PATCH v1] mm/memory-failure: replace magic number 3 with GET_PAGE_MAX_RETRY_NUM
2026-04-03 2:19 UTC (3+ messages)
[PATCH] lkdtm: Add folio_lock deadlock scenarios
2026-04-03 1:27 UTC (2+ messages)
[PATCH v2] mm/vmpressure: skip socket pressure for costly order reclaim
2026-04-03 1:11 UTC (4+ messages)
[PATCH v3 0/9] driver core: Fix some race conditions
2026-04-03 0:49 UTC (3+ messages)
` [PATCH v3 4/9] driver core: Replace dev->dma_skip_sync with DEV_FLAG_DMA_SKIP_SYNC
` [PATCH v3 9/9] driver core: Replace dev->offline + ->offline_disabled with DEV_FLAGs
[PATCH 0/3] mm/damon: non-hotfix reviewed patches in damon/next tree
2026-04-03 0:27 UTC (7+ messages)
` [PATCH 1/3] mm/damon/ops-common: optimize damon_hot_score() using ilog2()
` (sashiko review) "
` [PATCH 2/3] Docs/admin-guide/mm/damon: fix 'parametrs' typo
` [PATCH 3/3] mm/damon: add synchronous commit for commit_inputs
` (sashiko status) [PATCH 0/3] mm/damon: non-hotfix reviewed patches in damon/next tree
[PATCH v2 0/2] fix MAP_DROPPABLE not supported errno
2026-04-02 23:59 UTC (3+ messages)
` [PATCH v2 1/2] mm: fix mmap errno value when MAP_DROPPABLE is not supported
` [PATCH v2 2/2] selftests/mm: verify droppable mappings cannot be locked
[PATCH 0/2] fix MAP_DROPPABLE not supported errno
2026-04-02 23:16 UTC (8+ messages)
` [PATCH 1/2] mm: fix mmap errno value when MAP_DROPPABLE is not supported
` [PATCH 2/2] selftests/mm: verify droppable mappings cannot be locked
[PATCH RFC] mm/mglru: lazily activate folios while folios are really mapped
2026-04-02 22:29 UTC (8+ messages)
` 答复: "
[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
2026-04-02 22:05 UTC (8+ messages)
` [PATCH v4 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v4 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations
[PATCH 0/8] mm: globalize rest_of_page() macro
2026-04-02 21:58 UTC (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate
[LSF/MM/BPF TOPIC] The Future of the Anonymous Reverse Mapping [RESEND]
2026-04-02 21:49 UTC (6+ messages)
[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
2026-04-02 21:28 UTC (3+ messages)
` [PATCH v3 02/24] PCI: Add API to track PCI devices preserved across Live Update
[rppt-memblock:for-next] BUILD SUCCESS 59bd1d914bb51ab99a33ce32420403ccd035ad29
2026-04-02 19:49 UTC
NULL pointer dereference when booting ppc64_guest_defconfig in QEMU on -next
2026-04-02 19:26 UTC (10+ messages)
[PATCH v3 0/2] mm/mprotect: micro-optimization work
2026-04-02 18:33 UTC (6+ messages)
` [PATCH v3 1/2] mm/mprotect: move softleaf code out of the main function
` [PATCH v3 2/2] mm/mprotect: special-case small folios when applying write permissions
[PATCH v5] mm/page_io: rename swap_iocb fields for clarity
2026-04-02 18:32 UTC (3+ messages)
[PATCH v3 0/4] mm: improve large folio readahead and alignment for exec memory
2026-04-02 18:08 UTC (5+ messages)
` [PATCH v3 1/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v3 2/4] mm: use tiered folio allocation "
` [PATCH v3 3/4] elf: align ET_DYN base for PTE coalescing and PMD mapping
` [PATCH v3 4/4] mm: align file-backed mmap to exec folio order in thp_get_unmapped_area
[PATCH v2 0/4] treewide: fixup gfp_t printks
2026-04-02 17:16 UTC (3+ messages)
` [PATCH v2 4/4] net/rds: Use special gfp_t format specifier
[RFC PATCH] mm/hmm: Add userfaultfd support to fault handling
2026-04-02 16:37 UTC
[PATCH v3 00/10] liveupdate: Fix module unloading and unregister API
2026-04-02 16:27 UTC (5+ messages)
` [PATCH v3 05/10] liveupdate: Defer FLB module refcounting to active sessions
` [PATCH v3 06/10] liveupdate: Remove luo_session_quiesce()
[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
2026-04-02 16:20 UTC (5+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v3] mm/vmalloc: Use dedicated unbound workqueues for vmap drain
2026-04-02 16:06 UTC (6+ messages)
[RFC PATCH] mm/damon/stat: deallocate damon_call() failure leaking damon_ctx
2026-04-02 15:27 UTC (3+ messages)
` (sashiko review) "
[PATCH v2] mm/damon/stat: deallocate damon_call() failure leaking damon_ctx
2026-04-02 15:23 UTC (2+ messages)
` (sashiko review) "
[PATCH v6 0/6] Use killable vma write locking in most places
2026-04-02 15:20 UTC (10+ messages)
` [PATCH v6 2/6] mm: use vma_start_write_killable() in mm syscalls
[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
2026-04-02 14:38 UTC (12+ messages)
` [PATCH v1 03/10] mm: fs: remove filemap_nr_thps*() functions and their users
[PATCH v2 0/2] mm/mprotect: micro-optimization work
2026-04-02 13:55 UTC (11+ messages)
` [PATCH v2 2/2] mm/mprotect: special-case small folios when applying write permissions
[PATCH v4] mm/userfaultfd: detect VMA replacement after copy retry in mfill_copy_folio_retry()
2026-04-02 13:42 UTC (11+ messages)
[PATCH] mm/vmstat: spread vmstat_update requeue across the stat interval
2026-04-02 13:33 UTC (8+ messages)
[PATCH v4 0/8] dma-buf: heaps: Turn heaps into modules
2026-04-02 13:32 UTC (5+ messages)
[PATCH 0/4] mm: improve write performance with RWF_DONTCACHE
2026-04-02 12:49 UTC (10+ messages)
` [PATCH 1/4] mm: fix IOCB_DONTCACHE write performance with rate-limited writeback
` [PATCH 2/4] mm: add atomic flush guard for IOCB_DONTCACHE writeback
[PATCH] mm/percpu, memcontrol: Per-memcg-lruvec percpu accounting
2026-04-02 12:24 UTC (3+ messages)
[PATCH] mm/sparse: fix preinited section_mem_map clobbering on failure path
2026-04-02 12:12 UTC (10+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2026-04-02
2026-04-02 12:11 UTC
[PATCH v2 00/11] mm: thp: always enable mTHP support
2026-04-02 11:56 UTC (3+ messages)
[PATCH v2 00/12] mm/mglru: improve reclaim loop and dirty folio handling
2026-04-02 11:44 UTC (4+ messages)
` [PATCH v2 08/12] mm/mglru: simplify and improve dirty writeback handling
[PATCH v2] dma-debug: suppress cacheline overlap warning when arch has no DMA alignment requirement
2026-04-02 11:26 UTC (6+ messages)
[PATCH v2] mm/sparse: fix comment for section map alignment
2026-04-02 10:33 UTC (2+ messages)
[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
2026-04-02 10:19 UTC (5+ messages)
` [PATCH v2 1/7] memcg: Scale up vmstats flush threshold with int_sqrt(nr_cpus+2)
[PATCH v2] mm/slub: skip freelist construction for whole-slab bulk refill
2026-04-02 9:07 UTC (3+ messages)
[PATCH v3 00/13] selftests/mm: fix failures and robustness improvements
2026-04-02 9:05 UTC (15+ messages)
` [PATCH v3 07/13] selftest/mm: register existing mapping with userfaultfd in hugepage-mremap
` [PATCH v3 08/13] selftests/mm: ensure destination is hugetlb-backed "
` [PATCH v3 09/13] selftests/mm: skip uffd-wp-mremap if UFFD write-protect is unsupported
` [PATCH v3 12/13] selftests/mm: move hwpoison setup into run_test() and silence modprobe output for memory-failure category
[PATCH v2] mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()
2026-04-02 9:04 UTC (2+ messages)
[PATCH v2] mm/slub: skip freelist construction for whole-slab bulk refill
2026-04-02 9:00 UTC (4+ messages)
[PATCH v8 0/6] selftests/mm: skip several tests when thp is not available
2026-04-02 8:05 UTC (3+ messages)
` [PATCH v8 4/6] selftests/mm/vm_util: robust write_file()
[PATCH v3 00/13] mm/huge_memory: refactor zap_huge_pmd()
2026-04-02 7:49 UTC (5+ messages)
` [PATCH v3 13/13] mm/huge_memory: add and use has_deposited_pgtable()
[PATCH 3/3] mm: optimize free_area_empty() check using per-migratetype counts
2026-04-02 7:28 UTC (3+ messages)
[PATCH v4 1/2] mm/page_io: use sio->len for PSWPIN accounting in sio_read_complete()
2026-04-02 7:19 UTC (5+ messages)
` [PATCH v4 2/2] mm/page_io: rename swap_iocb->pages to swap_iocb->bvecs
[PATCH 0/3] mm: add per-migratetype counts to buddy allocator and optimize pagetypeinfo access
2026-04-02 7:18 UTC (2+ messages)
[PATCH v6 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
2026-04-02 6:37 UTC (5+ messages)
` [PATCH v6 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v6 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v6 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v6 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback
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