messages from 2025-05-26 18:30:51 to 2025-05-28 03:16:19 UTC [more...]
[PATCH v2 00/16] Split netmem from struct page
2025-05-28 3:16 UTC (20+ messages)
` [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [PATCH v2 03/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [PATCH v2 04/16] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [PATCH v2 05/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [PATCH v2 06/16] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH v2 07/16] page_pool: use netmem put API in page_pool_return_netmem()
` [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH v2 09/16] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH v2 10/16] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH v2 11/16] mlx4: use netmem descriptor and APIs for page pool
` [PATCH v2 12/16] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH v2 13/16] netmem: remove __netmem_get_pp()
` [PATCH v2 14/16] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH v2 15/16] netdevsim: use netmem descriptor and APIs for page pool
` [PATCH v2 16/16] mt76: "
[PATCH v2] mm/contig_alloc: fix alloc_contig_range when __GFP_COMP and order < MAX_ORDER
2025-05-28 2:58 UTC (8+ messages)
reply: [RFC] pin_user_pages_fast failure count increased
2025-05-28 2:49 UTC (11+ messages)
[PATCH V2] mm/hugetlb: remove unnecessary holding of hugetlb_lock
2025-05-28 2:45 UTC (2+ messages)
[PATCH v3] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
2025-05-28 2:33 UTC
[PATCH v3 0/3] Implement numa node notifier
2025-05-28 2:23 UTC (4+ messages)
` [PATCH v3 2/3] mm,memory_hotplug: "
[PATCH v4 0/4] Let unmap_hugepage_range() and several related functions to take folio instead of page
2025-05-28 2:08 UTC (4+ messages)
` [PATCH v4 2/4] mm/hugetlb: Refactor unmap_hugepage_range() "
[RFC PATCH v2 0/5] mm, bpf: BPF based THP adjustment
2025-05-28 2:04 UTC (21+ messages)
[PATCH] mm: fix COW mapping handing in generic_access_phys
2025-05-28 1:56 UTC
[PATCH 00/18] Split netmem from struct page
2025-05-28 1:31 UTC (14+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page
[RFC Patch 0/5] Make anon_vma operations testable
2025-05-28 1:17 UTC (10+ messages)
[PATCH v5 0/2] sched/numa: add statistics of numa balance task migration
2025-05-28 0:21 UTC (13+ messages)
` [PATCH v5 2/2] sched/numa: add statistics of numa balance task
mm/vmscan.c:3504 walk_pte_range() error: uninitialized symbol 'dirty'
2025-05-28 0:03 UTC (4+ messages)
[linux-next:master] BUILD SUCCESS fefff2755f2aa4125dce2a1edfe7e545c7c621f2
2025-05-27 23:16 UTC
[PATCH RFC] mm: use per_vma lock for MADV_DONTNEED
2025-05-27 20:40 UTC (3+ messages)
[RFC 0/3] add STATIC_PMD_ZERO_PAGE config option
2025-05-27 19:28 UTC (8+ messages)
` [RFC 1/3] mm: move huge_zero_folio from huge_memory.c to memory.c
` [RFC 2/3] mm: add STATIC_PMD_ZERO_PAGE config option
` [RFC 3/3] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()
[PATCH] mm, list_lru: refactor the locking code
2025-05-27 19:25 UTC (4+ messages)
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-27 18:50 UTC (2+ messages)
[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-27 18:02 UTC (17+ messages)
` [PATCH v10 01/16] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v10 02/16] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v10 03/16] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v10 04/16] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v10 05/16] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v10 06/16] KVM: Fix comments that refer to slots_lock
` [PATCH v10 07/16] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v10 08/16] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v10 09/16] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v10 10/16] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v10 11/16] KVM: x86: Compute max_mapping_level with input from guest_memfd
` [PATCH v10 12/16] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v10 13/16] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v10 14/16] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v10 15/16] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v10 16/16] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[syzbot] [mm?] [cgroups?] general protection fault in refill_obj_stock
2025-05-27 17:42 UTC (2+ messages)
[RFC PATCH v2 0/2] Fix uprobe anon page be overwritten during mremap
2025-05-27 17:20 UTC (19+ messages)
` [RFC PATCH v2 1/2] mm/mremap: Fix uprobe anon page be overwritten when expanding vma "
` [RFC PATCH v2 2/2] mm/mremap: Expose abnormal new_pte during move_ptes
[PATCH] memcg: Always call cond_resched() after fn()
2025-05-27 16:54 UTC (4+ messages)
[PATCH v3 0/2] Optimize mremap() for large folios
2025-05-27 16:46 UTC (11+ messages)
` [PATCH v3 1/2] mm: Call pointers to ptes as ptep
` [PATCH v3 2/2] mm: Optimize mremap() by PTE batching
[PATCH v2 0/4] selftests/mm: cow and gup_longterm cleanups
2025-05-27 16:04 UTC (5+ messages)
` [PATCH v2 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm
` [PATCH v2 2/4] selftests/mm: Add helper for logging test start and results
` [PATCH v2 3/4] selftests/mm: Report unique test names for each cow test
` [PATCH v2 4/4] selftests/mm: Fix test result reporting in gup_longterm
[PATCH 05/28] mm, swap: sanitize swap cache lookup convention
2025-05-27 15:11 UTC (11+ messages)
[PATCH v5 0/6] Make MIGRATE_ISOLATE a standalone bit
2025-05-27 15:04 UTC (17+ messages)
` [PATCH v5 1/6] mm/page_alloc: pageblock flags functions clean up
` [PATCH v5 2/6] mm/page_isolation: make page isolation a standalone bit
` [PATCH v5 3/6] mm/page_alloc: add support for initializing pageblock as isolated
` [PATCH v5 4/6] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v5 5/6] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v5 6/6] mm/page_isolation: remove migratetype parameter from more functions
[RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap
2025-05-27 13:39 UTC (12+ messages)
[PATCH 0/4] selftests/mm: cow and gup_longterm cleanups
2025-05-27 13:06 UTC (9+ messages)
` [PATCH 1/4] selftests/mm: Use standard ksft_finished() in cow and gup_longterm
` [PATCH 3/4] selftests/mm: Report unique test names for each cow test
[Invitation] bi-weekly guest_memfd upstream call on 2025-05-29
2025-05-27 12:32 UTC
[BUG]userfaultfd_move fails to move a folio when swap-in occurs concurrently with swap-out
2025-05-27 11:06 UTC (7+ messages)
[PATCH] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
2025-05-27 10:59 UTC (4+ messages)
[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
2025-05-27 9:37 UTC (10+ messages)
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-27 9:05 UTC (15+ messages)
` [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages
[PATCH V3 1/2] mm/khugepaged: fix race with folio split/free using temporary reference
2025-05-27 8:57 UTC (10+ messages)
` [PATCH V3 2/2] mm/khugepaged: clean up refcount check using folio_expected_ref_count()
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-27 8:53 UTC (15+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
2025-05-27 4:33 UTC (9+ messages)
` [PATCH v6 1/5] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v6 2/5] KVM: arm64: New function to determine hardware cache management support
` [PATCH v6 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping
[PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
2025-05-27 3:30 UTC (3+ messages)
[BUG] BUG: scheduling while atomic in throttle_direct_reclaim
2025-05-27 0:19 UTC (3+ messages)
[linux-next:master] BUILD SUCCESS 3be1a7a31fbda82f3604b6c31e4f390110de1b46
2025-05-26 22:24 UTC
[PATCH 0/4] mm/damon: introduce DAMON_STAT for simple and practical access monitoring
2025-05-26 21:09 UTC (5+ messages)
` [PATCH 1/4] mm/damon: introduce DAMON_STAT module
` [PATCH 2/4] mm/damon/stat: calculate and expose estimated memory bandwidth
` [PATCH 3/4] mm/damon/stat: calculate and expose idle time percentiles
` [PATCH 4/4] Docs/admin-guide/mm/damon: add DAMON_STAT usage document
[QUESTION] xas_reload() in iter_xarray_populate_pages()
2025-05-26 19:20 UTC (3+ 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).