messages from 2025-06-05 01:07:48 to 2025-06-05 17:15:06 UTC [more...]
[PATCH v4 0/6] Enable strict percpu address space checks
2025-06-05 17:15 UTC (7+ messages)
` [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
` Large modules with 6.15 [was: [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers]
[PATCH] kho: initialize tail pages for higher order folios properly
2025-06-05 17:11 UTC
[PATCH v2 0/4] selftests/mm: cow and gup_longterm cleanups
2025-06-05 17:09 UTC (9+ messages)
` [PATCH v2 4/4] selftests/mm: Fix test result reporting in gup_longterm
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-05 17:04 UTC (22+ messages)
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
[RFC v2 00/16] Live Update Orchestrator
2025-06-05 16:20 UTC (11+ messages)
` [RFC v2 08/16] luo: luo_files: add infrastructure for FDs
` [RFC v2 09/16] luo: luo_files: implement file systems callbacks
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
` [RFC v2 11/16] luo: luo_sysfs: add sysfs state monitoring
[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-05 16:11 UTC (21+ messages)
` [PATCH v11 01/18] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v11 02/18] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v11 03/18] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v11 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v11 05/18] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v11 06/18] KVM: Fix comments that refer to slots_lock
` [PATCH v11 07/18] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v11 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v11 09/18] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v11 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v11 11/18] KVM: x86: Consult guest_memfd when computing max_mapping_level
` [PATCH v11 12/18] KVM: x86: Enable guest_memfd shared memory for SW-protected VMs
` [PATCH v11 13/18] KVM: arm64: Refactor user_mem_abort()
` [PATCH v11 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v11 15/18] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v11 16/18] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v11 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v11 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH v2 1/4] mm/damon: introduce DAMON_STAT module
2025-06-05 16:11 UTC (3+ messages)
[PATCH v5 00/10]
2025-06-05 15:49 UTC (14+ messages)
` [PATCH v5 01/10] mm,slub: Do not special case N_NORMAL nodes for slab_nodes
` [PATCH v5 02/10] mm,memory_hotplug: Remove status_change_nid_normal and update documentation
` [PATCH v5 03/10] mm,memory_hotplug: Implement numa node notifier
` [PATCH v5 04/10] mm,slub: Use node-notifier instead of memory-notifier
` [PATCH v5 05/10] mm,memory-tiers: "
` [PATCH v5 06/10] drivers,cxl: "
` [PATCH v5 07/10] drivers,hmat: "
` [PATCH v5 08/10] kernel,cpuset: "
` [PATCH v5 09/10] mm,mempolicy: "
` [PATCH v5 10/10] mm,memory_hotplug: Rename status_change_nid parameter in memory_notify
[PATCH v3 0/4] fbdev: Add deferred I/O support for contiguous kernel memory framebuffers
2025-06-05 15:35 UTC (15+ messages)
` [PATCH v3 3/4] fbdev/deferred-io: Support "
[PATCH v2] mm: madvise: use walk_page_range_vma() instead of walk_page_range()
2025-06-05 14:20 UTC (5+ messages)
[PATCH RFC v2] mm: use per_vma lock for MADV_DONTNEED
2025-06-05 14:04 UTC (13+ messages)
[PATCH] mm/vmstat: Fix build with MEMCG=y and VM_EVENT_COUNTERS=n
2025-06-05 13:56 UTC (5+ messages)
[PATCH v3] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
2025-06-05 13:54 UTC (2+ messages)
list_lru isolate callback question?
2025-06-05 13:53 UTC (4+ messages)
[PATCH v2] mm: fix the inaccurate memory statistics issue for users
2025-06-05 13:34 UTC (2+ messages)
[RFC v4 00/18] Split netmem from struct page
2025-06-05 13:28 UTC (34+ messages)
` [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v4 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v4 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v4 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v4 13/18] netmem: remove __netmem_get_pp()
` [RFC v4 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v4 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
[PATCH 0/7] Some random fixes and cleanups to shmem
2025-06-05 22:10 UTC (8+ messages)
` [PATCH 1/7] mm: shmem: correctly pass alloced parameter to shmem_recalc_inode() to avoid WARN_ON()
` [PATCH 2/7] mm: shmem: avoid setting error on splited entries in shmem_set_folio_swapin_error()
` [PATCH 3/7] mm: shmem: avoid missing entries in shmem_undo_range() when entries was splited concurrently
` [PATCH 4/7] mm: shmem: handle special case of shmem_recalc_inode() in it's caller
` [PATCH 5/7] mm: shmem: wrap additional shmem quota related code with CONFIG_TMPFS_QUOTA
` [PATCH 6/7] mm: shmem: simplify error flow in thpsize_shmem_enabled_store()
` [PATCH 7/7] mm: shmem: eliminate unneeded page counting in shmem_unuse_swap_entries()
[DISCUSSION] proposed mctl() API
2025-06-05 12:31 UTC (6+ messages)
[PATCH 0/2] mm/memory: fix memory tearing on threaded fork
2025-06-05 12:30 UTC (4+ messages)
` [PATCH 1/2] mm/memory: ensure fork child sees coherent memory snapshot
[PATCH v1] mm/gup: remove (VM_)BUG_ONs
2025-06-05 12:29 UTC (7+ messages)
[PATCH v2] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
2025-06-05 12:11 UTC (10+ messages)
[PATCH 6.1] Mm/uffd: fix vma operation where start addr cuts part of vma
2025-06-05 11:38 UTC (2+ messages)
[syzbot] [mm?] possible deadlock in __vma_start_write
2025-06-05 10:48 UTC (4+ messages)
[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-05 9:59 UTC (23+ 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 15/16] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
[akpm-mm:mm-new 57/59] mm/zblock.h:24:2: warning: This PAGE_SIZE is not quite supported yet
2025-06-05 9:22 UTC
[PATCH v3 0/1] mm: gup: avoid CMA page pinning by retrying migration
2025-06-05 9:13 UTC (4+ messages)
` [PATCH v3 1/1] mm: gup: avoid CMA page pinning by retrying migration if no migratable page
[PATCH v3] gup: optimize longterm pin_user_pages() for large folio
2025-06-05 8:23 UTC (5+ messages)
[PATCH] readahead: fix return value of page_cache_next_miss() when no hole is found
2025-06-05 8:22 UTC (2+ messages)
[PATCH] mm/cma: pairing the trace_cma_alloc_start/finish
2025-06-05 8:15 UTC (2+ messages)
[PATCH v4 0/3] Implement numa node notifier
2025-06-05 8:12 UTC (7+ messages)
` [PATCH v4 2/3] mm,memory_hotplug: "
[PATCH v4] mm: userfaultfd: fix race of userfaultfd_move and swap cache
2025-06-05 8:02 UTC (2+ messages)
[PATCH v2 0/2] fix MADV_COLLAPSE issue if THP settings are disabled
2025-06-05 8:00 UTC (3+ messages)
` [PATCH v2 1/2] mm: huge_memory: disallow hugepages if the system-wide THP sysfs "
` [PATCH v2 2/2] mm: shmem: disallow hugepages if the system-wide shmem "
[PATCH v2 0/2] mm: gup: avoid CMA pinning and clean up stale logic
2025-06-05 7:39 UTC (8+ messages)
` [PATCH v2 1/2] mm: gup: clean up stale logic in migrate_longterm_unpinnable_folio()
` [PATCH v2 2/2] mm: gup: avoid CMA page pinning by retrying migration if no migratable page
[syzbot] [mm?] kernel BUG in try_to_unmap_one (2)
2025-06-05 7:37 UTC (6+ messages)
[PATCH v6] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
2025-06-05 7:15 UTC (2+ messages)
[PATCH] x86/mm: Handle alloc failure in phys_*_init()
2025-06-05 6:47 UTC (4+ messages)
[PATCH] mm: fix the inaccurate memory statistics issue for users
2025-06-05 6:32 UTC (11+ messages)
[PATCH] mm: Restore documentation for __free_pages()
2025-06-05 6:23 UTC (2+ messages)
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-05 5:49 UTC (5+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
[PATCH v2] mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER
2025-06-05 5:35 UTC (3+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-05 5:24 UTC (3+ messages)
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
[BUG] WARNING: locking bug in ___rmqueue_pcplist in Linux kernel v6.12
2025-06-05 5:13 UTC (3+ messages)
[syzbot] [scsi?] [mm?] [block?] BUG: soft lockup in sys_sendmsg (2)
2025-06-05 2:15 UTC
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).