messages from 2025-06-16 12:55:47 to 2025-06-17 09:18:50 UTC [more...]
[QUESTION] xas_reload() in iter_xarray_populate_pages()
2025-06-17 9:18 UTC (4+ messages)
[PATCH] hugetlb: block hugetlb file creation if hugetlb is not set up
2025-06-17 9:13 UTC (6+ messages)
[PATCH] mm: rt-threads retry mempool allocation without delay
2025-06-17 9:10 UTC
[PATCH] mm: add OOM killer maintainer structure
2025-06-17 8:58 UTC
[PATCH 1/1] mm/madvise: initialize prev pointer in madvise_walk_vmas
2025-06-17 8:53 UTC (17+ messages)
[PATCH 00/11] mm/mremap: introduce more mergeable mremap via MREMAP_RELOCATE_ANON
2025-06-17 8:45 UTC (10+ messages)
` [PATCH 01/11] "
[RFC PATCH v1 0/4] Kernel thread based async batch migration
2025-06-17 8:28 UTC (7+ messages)
` [RFC PATCH v1 1/4] mm: migrate: Allow misplaced migration without VMA too
` [RFC PATCH v1 2/4] migrate: implement migrate_misplaced_folios_batch
` [RFC PATCH v1 3/4] mm: kmigrated - Async kernel migration thread
` page_ext and memdescs
` [RFC PATCH v1 4/4] mm: sched: Batch-migrate misplaced pages
[syzbot] [mm?] WARNING: bad unlock balance in move_pgt_entry
2025-06-17 8:11 UTC
[PATCH v4 0/2] Optimize mremap() for large folios
2025-06-17 8:02 UTC (11+ messages)
` [PATCH v4 2/2] mm: Optimize mremap() by PTE batching
[RFC PATCH] MAINTAINERS: add further core files to mm core section
2025-06-17 7:59 UTC (5+ messages)
[PATCH 0/6] selftests/mm: Fix false positives and skip unsupported tests
2025-06-17 7:53 UTC (12+ messages)
` [PATCH 1/6] mm/selftests: Fix virtual_address_range test issues
` [PATCH 2/6] selftest/mm: Fix ksm_funtional_test failures
` [PATCH 3/6] selftests/mm : fix test_prctl_fork_exec failure
` [PATCH 4/6] mm/selftests: Fix split_huge_page_test failure on systems with 64KB page size
` [PATCH 5/6] selftests/mm: Fix child process exit codes in KSM tests
` [PATCH 6/6] selftests/mm: Mark thuge-gen as skipped if shmmax is too small or no 1G pages
[PATCH v4 0/3] optimize vfio_unpin_pages_remote() for large folio
2025-06-17 7:43 UTC (6+ messages)
` [PATCH v4 1/3] vfio/type1: batch vfio_find_vpfn() in function vfio_unpin_pages_remote()
` [PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
` [PATCH v4 3/3] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
[PATCH v5 0/1] mm: Restrict _shared_alloc_tag static definition to CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
2025-06-17 7:10 UTC (2+ messages)
` [PATCH v5 1/1] mm/percpu: Conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
[PATCH] mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_list
2025-06-17 6:43 UTC (16+ messages)
[PATCH v4 0/1] mm: Restrict _shared_alloc_tag static definition to CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
2025-06-17 5:33 UTC (2+ messages)
` [PATCH v4 1/1] mm/percpu: Conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-17 5:29 UTC (25+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[PATCH] MAINTAINERS: add additional mmap-related files to mmap section
2025-06-17 5:19 UTC (5+ messages)
[PATCH net-next 0/9] Split netmem from struct page
2025-06-17 2:37 UTC (14+ messages)
` [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring "
` netmem series needs some love and Acks from MM folks
` [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH] MAINTAINERS: add missing test files to mm gup section
2025-06-17 2:31 UTC (3+ messages)
[PATCH] MAINTAINERS: add missing mm/workingset.c file to mm reclaim section
2025-06-17 2:29 UTC (4+ messages)
[PATCH v10 0/6] Make MIGRATE_ISOLATE a standalone bit
2025-06-17 2:11 UTC (7+ messages)
` [PATCH v10 1/6] mm/page_alloc: pageblock flags functions clean up
` [PATCH v10 2/6] mm/page_isolation: make page isolation a standalone bit
` [PATCH v10 3/6] mm/page_alloc: add support for initializing pageblock as isolated
` [PATCH v10 4/6] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v10 5/6] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v10 6/6] mm/page_isolation: remove migratetype parameter from more functions
[PATCH v9 0/6] Make MIGRATE_ISOLATE a standalone bit
2025-06-17 1:38 UTC (3+ messages)
[PATCH 0/4] selftests/mm/uffd: refactor global variables
2025-06-17 0:26 UTC (3+ messages)
` [PATCH v5 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
[PATCH v7 00/11] Implement numa node notifier
2025-06-17 0:14 UTC (16+ messages)
` [PATCH v7 01/11] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v7 02/11] mm,memory_hotplug: Remove status_change_nid_normal and update documentation
` [PATCH v7 03/11] mm,memory_hotplug: Implement numa node notifier
` [PATCH v7 04/11] mm,slub: Use node-notifier instead of memory-notifier
` [PATCH v7 05/11] mm,memory-tiers: "
` [PATCH v7 06/11] drivers,cxl: "
` [PATCH v7 07/11] drivers,hmat: "
` [PATCH v7 08/11] kernel,cpuset: "
` [PATCH v7 09/11] mm,mempolicy: "
` [PATCH v7 10/11] mm,page_ext: Derive the node from the pfn
` [PATCH v7 11/11] mm,memory_hotplug: Drop status_change_nid parameter from memory_notify
[PATCH v3 0/2] mm: Restrict the static definition of the per-CPU variable _shared_alloc_tag to s390 and alpha architectures only
2025-06-16 23:49 UTC (5+ messages)
` [PATCH v3 1/2] mm: Optimize the ARCH_NEEDS_WEAK_PER_CPU logic for s390/alpha architectures
[PATCH 0/3] Fix MA_STATE_PREALLOC issue
2025-06-16 23:24 UTC (5+ messages)
` [PATCH 1/3] testing/raix-tree/maple: Increase readers and reduce delay for faster machines
` [PATCH 2/3] maple_tree: Fix MA_STATE_PREALLOC flag in mas_preallocate()
` [PATCH 3/3] tools/testing/radix-tree: Test maple tree chaining mas_preallocate() calls
[PATCH] mm, x86/mm: Move creating the tlb_flush event back to x86 code
2025-06-16 23:17 UTC (5+ messages)
[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-06-16 23:00 UTC (9+ messages)
` [PATCH 5/5] vfio-pci: Best-effort "
[PATCH 0/3] mm/damon: use alloc_migrate_target() for DAMOS_MIGRATE_{HOT,COLD}
2025-06-16 22:48 UTC (6+ messages)
` [PATCH 1/3] mm/damon/paddr: use alloc_migartion_target() with no migration fallback nodemask
` [PATCH 2/3] Revert "mm: rename alloc_demote_folio to alloc_migrate_folio"
` [PATCH 3/3] Revert "mm: make alloc_demote_folio externally invokable for migration"
[RFC PATCH 0/4] mm/damon: Add DAMOS action to interleave data across nodes
2025-06-16 22:16 UTC (13+ messages)
` [RFC PATCH 1/4] mm/mempolicy: Expose policy_nodemask() in include/linux/mempolicy.h
[linux-next:master] BUILD REGRESSION 050f8ad7b58d9079455af171ac279c4b9b828c11
2025-06-16 21:20 UTC
[PATCH] highmem: Remove a use of folio->page
2025-06-16 21:20 UTC (2+ messages)
[PATCH] secretmem: Remove uses of struct page
2025-06-16 21:19 UTC (3+ messages)
[RFC PATCH] MAINTAINERS: add missing files to mm page alloc section
2025-06-16 20:24 UTC
[PATCH v2 0/4] cgroup: nmi safe css_rstat_updated
2025-06-16 20:13 UTC (5+ messages)
[PATCH v4 00/13] x86/mm: Add multi-page clearing
2025-06-16 18:47 UTC (17+ messages)
` [PATCH v4 10/13] x86/mm: Simplify clear_page_*
` [PATCH v4 13/13] x86/folio_zero_user: Add multi-page clearing
clang: selftests mm pkey_sighandler_tests.c warning duplicate 'inline' declaration specifier [-Wduplicate-decl-specifier]
2025-06-16 17:32 UTC
[PATCH v7 00/12] khugepaged: mTHP support
2025-06-16 16:35 UTC (4+ messages)
[PATCH V2 3/5] sys_info: add help to translate sys_info string to bitmap
2025-06-16 15:08 UTC (2+ messages)
[RFC v2 00/16] Live Update Orchestrator
2025-06-16 14:57 UTC (8+ messages)
` [RFC v2 09/16] luo: luo_files: implement file systems callbacks
[PATCH 0/5] Misc rework on hugetlb_fault
2025-06-16 14:41 UTC (10+ messages)
` [PATCH 2/5] mm,hugetlb: Document the reason to lock the folio in the faulting path
[PATCH 6.1] Mm/uffd: fix vma operation where start addr cuts part of vma
2025-06-16 14:36 UTC (2+ messages)
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-16 14:25 UTC (13+ messages)
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-16 13:00 UTC (8+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
[PATCH v6 03/10] mm,memory_hotplug: Implement numa node notifier
2025-06-16 12:55 UTC (11+ messages)
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;
as well as URLs for NNTP newsgroup(s).