messages from 2025-05-27 18:16:03 to 2025-05-28 20:29:47 UTC [more...]
[RFC v2 00/16] Live Update Orchestrator
2025-05-28 20:29 UTC (5+ messages)
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
[PATCH v2 00/16] Split netmem from struct page
2025-05-28 20:29 UTC (38+ 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 v3] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
2025-05-28 20:26 UTC (10+ messages)
[PATCH v1] selftests/mm: two fixes for the pfnmap test
2025-05-28 19:52 UTC
[PATCH v2] selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/mem
2025-05-28 19:47 UTC (10+ messages)
[PATCH] mm/hugetlb: convert hugetlb_change_protection() to folios
2025-05-28 19:20 UTC
[akpm-mm:mm-unstable 36/67] mm/khugepaged.c:2337:7: error: implicit declaration of function 'folio_expected_ref_count'; did you mean 'folio_ref_count'?
2025-05-28 18:44 UTC (3+ messages)
[PATCH] mm: fix COW mapping handing in generic_access_phys
2025-05-28 18:29 UTC (22+ messages)
[PATCH v7] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-28 18:24 UTC (3+ messages)
[PATCH] hugetlb: block hugetlb file creation if hugetlb is not set up
2025-05-28 17:51 UTC
[PATCH v7 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
2025-05-28 17:18 UTC (5+ messages)
` [PATCH v7 2/5] drivers/base/node: remove register_mem_block_under_node_early()
` [PATCH v7 3/5] drivers/base/node: Remove register_memory_blocks_under_node() function call from register_one_node
` [PATCH v7 4/5] drivers/base/node: Rename register_memory_blocks_under_node() and remove context argument
` [PATCH v7 5/5] drivers/base/node: Rename __register_one_node() to register_one_node()
[PATCH] xarray: Add a BUG_ON() to ensure caller is not sibling
2025-05-28 17:12 UTC (2+ messages)
[linux-next:master] [mm, slab] 6431f06eec: WARNING:at_include/linux/mm.h:#skb_append_pagefrags
2025-05-28 16:56 UTC (4+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-28 16:39 UTC (16+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status
` [RFC PATCH v2 16/51] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator
` [RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE)
[PATCH v4] tools/mm: Add script to display page state for a given PID and VADDR
2025-05-28 16:36 UTC (2+ messages)
[PATCH] mm: remove unused mmap tracepoints
2025-05-28 16:24 UTC (6+ messages)
[PATCH v2 3/4] mm: prevent KSM from completely breaking VMA merging
2025-05-28 15:50 UTC (3+ messages)
[PATCH v2 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
2025-05-28 15:43 UTC (2+ messages)
[PATCH v2 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer
2025-05-28 15:41 UTC (2+ messages)
[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
2025-05-28 14:51 UTC (11+ messages)
[PATCH] tools/testing/vma: add missing function stub
2025-05-28 14:40 UTC (2+ messages)
[PATCH 0/2] x86, mm: minor tlb_flush tracepoint adjustments
2025-05-28 14:26 UTC (8+ messages)
` [PATCH 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum
` [PATCH 2/2] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS
[PATCH v7 00/12] khugepaged: mTHP support
2025-05-28 14:04 UTC (15+ messages)
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "
` [PATCH 1/2] mm: khugepaged: allow khugepaged to check all anonymous mTHP orders
` [PATCH 2/2] mm: khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs
reply: [RFC] pin_user_pages_fast failure count increased
2025-05-28 12:57 UTC (15+ messages)
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-28 12:25 UTC (11+ messages)
` [RFC PATCH v0 2/2] mm: sched: Batch-migrate misplaced pages
[PATCH v2] mm/contig_alloc: fix alloc_contig_range when __GFP_COMP and order < MAX_ORDER
2025-05-28 12:14 UTC (10+ messages)
[PATCH 0/2] add a knob to control whether to use other nodes at the same tier of the target node in DAMON
2025-05-28 11:10 UTC (3+ messages)
` [PATCH 1/2] mm: migrate: restore the nmask after successfully allocating on the target node
` [PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
[PATCH 00/18] Split netmem from struct page
2025-05-28 10:54 UTC (40+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp()
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page
[PATCH next] tools/testing: Check correct variable in open_procmap()
2025-05-28 9:46 UTC (2+ messages)
[PATCH RFC] mm: use per_vma lock for MADV_DONTNEED
2025-05-28 9:43 UTC (6+ messages)
[PATCH] memcg: Always call cond_resched() after fn()
2025-05-28 9:18 UTC (5+ messages)
[RFC PATCH] mm/mmap: Fix uprobe anon page be overwritten when expanding vma during mremap
2025-05-28 9:03 UTC (9+ messages)
[PATCH v6] mm: Add CONFIG_PAGE_BLOCK_ORDER to select page block order
2025-05-28 7:31 UTC (4+ messages)
[PATCH v3 0/2] Optimize mremap() for large folios
2025-05-28 6:15 UTC (10+ messages)
` [PATCH v3 2/2] mm: Optimize mremap() by PTE batching
[PATCH v2 0/9] kasan: RISC-V support for KASAN_SW_TAGS using pointer masking
2025-05-28 5:38 UTC (2+ messages)
[GIT PULL] dma-mapping update for Linux 6.16
2025-05-28 4:18 UTC (2+ messages)
[PATCH V2] mm/hugetlb: remove unnecessary holding of hugetlb_lock
2025-05-28 2:45 UTC (2+ messages)
[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 (14+ messages)
[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 (9+ 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
[RFC 0/3] add STATIC_PMD_ZERO_PAGE config option
2025-05-27 19:28 UTC (6+ messages)
` [RFC 2/3] mm: "
[PATCH] mm, list_lru: refactor the locking code
2025-05-27 19:25 UTC (2+ messages)
[RFC PATCH v0 0/2] Batch migration for NUMA balancing
2025-05-27 18:50 UTC (2+ 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).