messages from 2026-03-19 16:08:35 to 2026-03-20 08:54:07 UTC [more...]
[PATCH 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
2026-03-20 8:53 UTC (3+ messages)
[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-20 8:48 UTC (11+ messages)
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
[PATCH] mm: skip dirty file folios during isolation of legacy LRU
2026-03-20 8:33 UTC
[PATCH v2 0/3] mm: Free contiguous order-0 pages efficiently
2026-03-20 8:39 UTC (12+ messages)
` [PATCH v2 1/3] mm/page_alloc: Optimize free_contig_range()
` [PATCH v2 2/3] vmalloc: Optimize vfree
[PATCH v5 0/3] Fix swapoff race and cleanup in hibernation swap path
2026-03-20 8:18 UTC (5+ messages)
` [PATCH v5 3/3] PM: hibernate: fix spurious GFP mask WARNING in uswsusp path
[PATCH v3] mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
2026-03-20 8:10 UTC (5+ messages)
[PATCH v4 0/3] mm/swap, PM: hibernate: fix swapoff race and optimize swap
2026-03-20 7:59 UTC (4+ messages)
` [PATCH v4 1/3] mm/swap, PM: hibernate: fix swapoff race in uswsusp by getting swap reference
[PATCH v4] mm/execmem: Make the populate and alloc atomic
2026-03-20 7:57 UTC
[PATCH mm-unstable v3 0/5] mm: khugepaged cleanups and mTHP prerequisites
2026-03-20 7:53 UTC (5+ messages)
` [PATCH mm-unstable v3 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()
Linux 7.0-rc4: v4l2src0:src: page allocation failure - increased memory usage in 7.0?
2026-03-20 7:48 UTC (6+ messages)
[RFC PATCH] mm/damon/ops-common: optimize damon_hot_score() using fls()
2026-03-20 7:24 UTC
[PATCH 2/4] mm/damon/sysfs: check contexts->nr before clear_schemes_tried_regions
2026-03-20 7:06 UTC (3+ messages)
[PATCH] mm/swap: fix swap cache memcg accounting
2026-03-20 6:57 UTC (2+ messages)
[PATCH v6 00/13] Remove device private pages from physical address space
2026-03-20 5:52 UTC (8+ messages)
` [PATCH v6 05/13] mm/page_vma_mapped: Add flag to page_vma_mapped_walk::flags to track device private pages
[PATCH v2] mm/vmalloc: use dedicated unbound workqueue for vmap area draining
2026-03-20 5:48 UTC (6+ messages)
` 答复: [????] "
` 答复: [????] Re: ??: "
[PATCH] Docs/mm/damon: document min_nr_regions constraint and rationale
2026-03-20 5:41 UTC (3+ messages)
[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
2026-03-20 4:18 UTC (8+ messages)
NULL pointer dereference when booting ppc64_guest_defconfig in QEMU on -next
2026-03-20 4:17 UTC (2+ messages)
[syzbot] [mm?] WARNING in create_strip_zones
2026-03-20 4:08 UTC (3+ messages)
` [PATCH] md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocations
[PATCH v2] x86/efi: defer freeing of boot services memory
2026-03-20 4:06 UTC (2+ messages)
[PATCH v2 0/9] mm/huge_memory: refactor zap_huge_pmd()
2026-03-20 3:49 UTC (17+ messages)
` [PATCH v2 1/9] mm/huge_memory: simplify vma_is_specal_huge()
` [PATCH v2 4/9] mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()
` [PATCH v2 5/9] mm/huge_memory: add a common exit path to zap_huge_pmd()
` [PATCH v2 6/9] mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()
` [PATCH v2 7/9] mm/huge_memory: deduplicate zap deposited table call
` [PATCH v2 8/9] mm/huge_memory: deduplicate zap_huge_pmd() further by tracking state
[PATCH v2] mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
2026-03-20 3:39 UTC (4+ messages)
` [PATCH v3] "
[PATCH v2] zram: do not slot_free() written-back slots
2026-03-20 3:22 UTC (2+ messages)
[PATCH 0/6] change young flag check functions to return bool
2026-03-20 3:21 UTC (18+ messages)
` [PATCH 1/6] mm: change to return bool for ptep_test_and_clear_young()
` [PATCH 2/6] mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
` [PATCH 3/6] mm: change to return bool for pmdp_test_and_clear_young()
` [PATCH 4/6] mm: change to return bool for pmdp_clear_flush_young()
` [PATCH 6/6] mm: change to return bool for the MMU notifier's young flag check
[PATCH] mm/hugetlb: fix memory offline failure due to hwpoisoned file hugetlb
2026-03-20 3:15 UTC (6+ messages)
[PATCH] mm/damon/core: avoid use of half-online-committed context
2026-03-20 3:15 UTC (3+ messages)
[PATCH] mm/memory hotplug/unplug: Optimize zone contiguous check when changing pfn range
2026-03-20 3:13 UTC (2+ messages)
[PATCH 0/2] mm/damon/reclaim: fix addr_unit validation and age truncation
2026-03-20 2:48 UTC (5+ messages)
` [PATCH 1/2] mm/damon/reclaim: reject non-power-of-2 addr_unit
` [PATCH 2/2] mm/damon/reclaim: fix min_age_region truncation from unsigned long to unsigned int
[PATCH v4 0/5] selftests/mm: skip several tests when thp is not available
2026-03-20 2:46 UTC (10+ messages)
` [PATCH v4 1/5] selftests/mm/guard-regions: skip collapse test when thp not enabled
` [PATCH v4 3/5] selftests/mm: move write_file helper to vm_util
[PATCH 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
2026-03-20 2:43 UTC (9+ messages)
` [PATCH 1/7] memcg: Scale up vmstats flush threshold with log2(nums_possible_cpus)
` [PATCH 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH 4/7] selftests: memcg: Increase error tolerance in accordance with "
` [PATCH 5/7] selftests: memcg: Reduce the expected swap.peak with larger "
` [PATCH 6/7] selftests: memcg: Don't call reclaim_until() if already in target
` [PATCH 7/7] selftests: memcg: Treat failure for zeroing sock in test_memcg_sock as XFAIL
[PATCH 0/4] mm/mprotect: micro-optimization work
2026-03-20 2:42 UTC (15+ messages)
` [PATCH 1/4] mm/mprotect: encourage inlining with __always_inline
` [PATCH 2/4] mm/mprotect: move softleaf code out of the main function
` [PATCH 3/4] mm/mprotect: un-inline folio_pte_batch_flags()
` [PATCH 4/4] mm/mprotect: special-case small folios when applying write permissions
[PATCH v3] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-20 2:41 UTC (2+ messages)
[PATCH RFC v2 0/7] mm: Fix MF_DELAYED handling on memory failure
2026-03-20 2:39 UTC (9+ messages)
` [PATCH RFC v2 1/7] mm: memory_failure: Clarify the MF_DELAYED definition
` [PATCH RFC v2 2/7] mm: memory_failure: Allow truncate_error_folio to return MF_DELAYED
` [PATCH RFC v2 3/7] mm: shmem: Update shmem handler to the MF_DELAYED definition
` [PATCH RFC v2 4/7] mm: memory_failure: Generalize extra_pins handling to all MF_DELAYED cases
` [PATCH RFC v2 5/7] mm: selftests: Add shmem memory failure test
` [PATCH RFC v2 6/7] KVM: selftests: Add memory failure tests in guest_memfd_test
` [PATCH RFC v2 7/7] KVM: selftests: Test guest_memfd behavior with respect to stage 2 page tables
[PATCH v2] kho: use checked arithmetic in deserialize_bitmap()
2026-03-20 2:37 UTC (2+ messages)
[PATCH 3/4] mm/damon/sysfs: check contexts->nr in update_schemes_tried_regions
2026-03-20 2:15 UTC (2+ messages)
[PATCH mm-unstable v2] mm/memcontrol: batch memcg charging in __memcg_slab_post_alloc_hook
2026-03-20 2:07 UTC
[PATCH 4/4] mm/damon/sysfs: check contexts->nr in repeat_call_fn
2026-03-20 2:06 UTC (2+ messages)
[PATCH 1/4] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
2026-03-20 2:00 UTC (2+ messages)
[PATCH v3 1/7] selftests/cgroup: skip test_zswap if zswap is globally disabled
2026-03-20 1:25 UTC (5+ messages)
[PATCH v2 0/8] liveupdate: Fix module unloading and unregister API
2026-03-20 1:04 UTC (4+ messages)
` [PATCH v2 2/8] liveupdate: Protect FLB lists with rwsem
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-03-20 0:06 UTC (2+ messages)
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-03-19 23:31 UTC (6+ messages)
` [PATCH v5] "
[PATCH v4 00/21] Virtual Swap Space
2026-03-19 23:27 UTC (9+ messages)
` [PATCH v4 09/21] mm: swap: allocate a virtual swap slot for each swapped out page
` [syzbot ci] Re: Virtual Swap Space
[PATCH v2 00/22] vfio/pci: Base Live Update support for VFIO device files
2026-03-19 22:09 UTC (20+ messages)
` [PATCH v2 04/22] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v2 10/22] vfio/pci: Skip reset of preserved device after Live Update
[PATCH 0/5] mm: Switch gfp_t to unsigned long
2026-03-19 21:39 UTC (9+ messages)
` [PATCH 5/5] mm: Change "
kalloc_objs() may not be as safe as it seems
2026-03-19 21:18 UTC (2+ messages)
[PATCH v5] mm/mglru: fix cgroup OOM during MGLRU state switching
2026-03-19 21:04 UTC (3+ messages)
[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
2026-03-19 20:31 UTC (18+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v3 06/16] mm: add mmap_action_simple_ioremap()
` [PATCH v3 07/16] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 08/16] hpet: "
` [PATCH v3 09/16] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v3 10/16] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 11/16] staging: vme_user: "
` [PATCH v3 12/16] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v3 13/16] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v3 14/16] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v3 16/16] mm: on remap assert that input range within the proposed VMA
[PATCH] zram: do not slot_free() written-back slots
2026-03-19 19:43 UTC (4+ messages)
[PATCH v3] selftests/mm: Add UFFDIO_MOVE huge zeropage PMD regression test
2026-03-19 19:34 UTC (2+ messages)
[PATCH 0/4] mm/damon/sysfs: fix resource leak and NULL pointer dereferences
2026-03-19 19:24 UTC (2+ messages)
[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
2026-03-19 18:59 UTC (5+ messages)
[PATCH 0/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE and cleanup CONFIG_MIGRATION
2026-03-19 18:23 UTC (12+ messages)
` [PATCH 1/2] mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
` [PATCH 2/2] mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION
[PATCH v7 0/3] kho: add support for deferred struct page init
2026-03-19 18:17 UTC (11+ messages)
` [PATCH v7 2/3] kho: fix deferred init of kho scratch
[PATCH v3 0/2] Small improvements to reserve_mem, 3rd attempt
2026-03-19 18:01 UTC (5+ messages)
` [PATCH v3 2/2] mm/memblock: Add reserve_mem debugfs info
[PATCH v2] selftests/mm: add folio_split() and filemap_get_entry() race test
2026-03-19 17:35 UTC (2+ messages)
[PATCH v3] mm/execmem: Make the populate and alloc atomic
2026-03-19 17:19 UTC (2+ messages)
[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-19 16:50 UTC (4+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
[PATCH 0/9] mm/rmap: Optimize anonymous large folio unmapping
2026-03-19 16:47 UTC (5+ messages)
` [PATCH 6/9] mm/swapfile: Make folio_dup_swap batchable
[PATCH v2 00/16] mm: expand mmap_prepare functionality and usage
2026-03-19 16:29 UTC (5+ messages)
` [PATCH v2 06/16] mm: add mmap_action_simple_ioremap()
[PATCH v1 0/3] Modify memfd_luo code
2026-03-19 16:24 UTC (5+ messages)
` [PATCH v1 2/3] mm/memfd_luo: remove unnecessary memset in zero-size memfd path
` [PATCH v1 3/3] mm/memfd_luo: use i_size_write() to set inode size during retrieve
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