[PATCH 0/4] mm: permit guard regions for file-backed/shmem mappings
2025-02-19 9:17 UTC (27+ messages)
` [PATCH 1/4] mm: allow guard regions in file-backed and read-only mappings
[PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion
2025-02-19 9:08 UTC (18+ messages)
` [PATCH 1/6] rust: types: Add Ownable/Owned types
` [PATCH 2/6] rust: page: Convert to Ownable
` [PATCH 3/6] rust: page: Make with_page_mapped() and with_pointer_into_page() public
` [PATCH 4/6] rust: addr: Add a module to declare core address types
` [PATCH 5/6] rust: page: Add physical address conversion functions
` [PATCH 6/6] rust: page: Make Page::as_ptr() pub(crate)
[PATCH 0/7] Add folio_mk_pte() and simplify mk_pte()
2025-02-19 9:07 UTC (9+ messages)
` [PATCH 1/7] mm: Set the pte dirty if the folio is already dirty
` [PATCH 2/7] mm: Introduce a common definition of mk_pte()
[RFC v2 0/9] khugepaged: mTHP support
2025-02-19 9:01 UTC (7+ messages)
` [RFC v2 1/9] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse
[PATCH v2 0/4] Fixes for hugetlb and vmalloc on arm64
2025-02-19 8:58 UTC (8+ messages)
` [PATCH v2 1/4] mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()
` [PATCH v2 2/4] arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes
` [PATCH v2 3/4] arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level
[PATCH v2 0/5] mm/hwpoison: Fix regressions in memory failure handling
2025-02-19 8:54 UTC (18+ messages)
` [PATCH v2 4/5] mm/hwpoison: Fix incorrect "not recovered" report for recovered clean pages
` [PATCH v2 5/5] mm: memory-failure: move return value documentation to function declaration
[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
2025-02-19 8:53 UTC (11+ messages)
` CXL Boot to Bash - Section 3: Memory (block) Hotplug
[PATCH 08/11] cgroup: rstat cpu lock indirection
2025-02-19 8:48 UTC (2+ messages)
kernel BUG at arch/arm64/mm/mmu.c:185!
2025-02-19 8:41 UTC (2+ messages)
[PATCH v8] arm64: mm: Populate vmemmap at the page level if not section aligned
2025-02-19 8:40 UTC
[PATCH][next][V2] mm/mincore: improve performance by adding an unlikely hint
2025-02-19 8:36 UTC
[PATCH 0/7] mm, swap: remove swap slot cache
2025-02-19 8:34 UTC (10+ messages)
` [PATCH 1/7] mm, swap: avoid reclaiming irrelevant swap cache
` [PATCH 2/7] mm, swap: drop the flag TTRS_DIRECT
` [PATCH 3/7] mm, swap: avoid redundant swap device pinning
` [PATCH 5/7] mm, swap: use percpu cluster as allocation fast path
[PATCH v2 0/6] vfio: Improve DMA mapping performance for huge pfnmaps
2025-02-19 8:31 UTC (4+ messages)
` [PATCH v2 5/6] mm: Provide address mask in struct follow_pfnmap_args
[PATCH V4] mm/hugetlb: wait for hugetlb folios to be freed
2025-02-19 8:31 UTC (3+ messages)
[PATCH] MAINTAINERS: mailmap: Update Hyeonggon's name and email address
2025-02-19 7:47 UTC (2+ messages)
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
2025-02-19 7:32 UTC (12+ messages)
` [PATCH v4 01/14] mm/mm_init: rename init_reserved_page to init_deferred_page
` [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v4 13/14] memblock: Add KHO support for reserve_mem
[PATCH 04/11] cgroup: introduce cgroup_rstat_ops
2025-02-19 7:21 UTC (2+ messages)
[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
2025-02-19 6:45 UTC (5+ messages)
` [RFC PATCH v4 2/3] mm/mempolicy: export memory policy symbols
[PATCH v4] mm: Fix possible NULL pointer dereference in __swap_duplicate
2025-02-19 6:23 UTC (4+ messages)
` 回复: "
[PATCH v3 0/3] mm: memory_failure: unmap poisoned filio during migrate properly
2025-02-19 6:06 UTC (9+ messages)
` [PATCH v3 1/3] mm: memory-failure: update ttu flag inside unmap_poisoned_folio
` [PATCH v3] "
` [PATCH v3 2/3] mm: memory-hotplug: check folio ref count first in do_migrate_range
` [PATCH v3 3/3] hwpoison, memory_hotplug: lock folio before unmap hwpoisoned folio
[PATCH 00/11] cgroup: separate rstat trees
2025-02-19 5:57 UTC (7+ messages)
` [PATCH 01/11] cgroup: move rstat pointers into struct of their own
` [PATCH 02/11] cgroup: add level of indirection for cgroup_rstat struct
[regression 6.14-rc2 + xfs-for-next] Bad page state at unmount
2025-02-19 5:39 UTC (4+ messages)
[PATCH RFC v2 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-02-19 5:04 UTC (13+ messages)
` [PATCH RFC v2 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH RFC v2 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH RFC v2 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH RFC v2 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH RFC v2 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH RFC v2 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH RFC v2 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH RFC v2 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH RFC v2 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH RFC v2 10/12] mm: Remove devmap related functions and page table bits
` [PATCH RFC v2 11/12] mm: Remove callers of pfn_t functionality
` [PATCH RFC v2 12/12] mm/memremap: Remove unused devmap_managed_key
[Hypervisor Live Update] Notes from February 10, 2025
2025-02-19 4:04 UTC
[PATCH V3] mm/hugetlb: wait for hugetlb folios to be freed
2025-02-19 3:40 UTC (5+ messages)
[PATCH 1/2] mm/folio_queue: Delete __folio_order and use folio_order directly
2025-02-19 3:39 UTC
[PATCH bpf-next v8 0/6] bpf, mm: Introduce try_alloc_pages()
2025-02-19 2:38 UTC (4+ messages)
` [PATCH bpf-next v8 6/6] bpf: Use try_alloc_pages() to allocate pages for bpf needs
[PATCH 0/4] mm: page_ext: Introduce new iteration API
2025-02-19 2:17 UTC (5+ messages)
` [PATCH 1/4] mm: page_ext: add an iteration API for page extensions
` [PATCH 2/4] mm: page_table_check: use new iteration API
` [PATCH 3/4] mm: page_owner: "
` [PATCH 4/4] mm: page_ext: make page_ext_next() private to page_ext
[PATCH 0/2] fixes for uncached IO
2025-02-19 1:55 UTC (6+ messages)
` [PATCH 2/2] mm/truncate: don't skip dirty page in folio_unmap_invalidate()
[PATCH v11 00/12] AMD broadcast TLB invalidation
2025-02-19 1:46 UTC (18+ messages)
` [PATCH v11 05/12] x86/mm: add INVLPGB support code
` [PATCH v11 06/12] x86/mm: use INVLPGB for kernel TLB flushes
` [PATCH v11 08/12] x86/mm: use broadcast TLB flushing for page reclaim TLB flushing
[PATCH] /dev/zero: make private mapping full anonymous mapping
2025-02-19 1:12 UTC (8+ messages)
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-02-19 0:39 UTC (11+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH] dma: kmsan: Export kmsan_handle_dma() for modules
2025-02-19 0:12 UTC (2+ messages)
[PATCH][next] mm/mincore: improve performance by adding an unlikely hint
2025-02-19 0:08 UTC (6+ messages)
[PATCH v2 0/2] Minimize xa_node allocation during xarry split
2025-02-18 23:54 UTC (3+ messages)
` [PATCH v2 1/2] mm/filemap: use xas_try_split() in __filemap_add_folio()
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()
[PATCH v8 0/8] Buddy allocator like (or non-uniform) folio split
2025-02-18 23:50 UTC (9+ messages)
` [PATCH v8 1/8] xarray: add xas_try_split() to split a multi-index entry
` [PATCH v8 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split()
` [PATCH v8 3/8] mm/huge_memory: move folio split common code to __folio_split()
` [PATCH v8 4/8] mm/huge_memory: add buddy allocator like (non-uniform) folio_split()
` [PATCH v8 5/8] mm/huge_memory: remove the old, unused __split_huge_page()
` [PATCH v8 6/8] mm/huge_memory: add folio_split() to debugfs testing interface
` [PATCH v8 7/8] mm/truncate: use buddy allocator like folio split for truncate operation
` [PATCH v8 8/8] selftests/mm: add tests for folio_split(), buddy allocator like split
[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-18 23:30 UTC (4+ messages)
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages
[RFC PATCH 1/7] shmem: Introduce non-blocking allocation of shmem pages
2025-02-18 23:25 UTC
[RFC PATCH v5 0/7] mseal system mappings
2025-02-18 23:18 UTC (7+ messages)
[PATCH 0/5] Docs/mm/damon: misc DAMOS filters documentation fixes and improves
2025-02-18 22:37 UTC (6+ messages)
` [PATCH 1/5] Docs/mm/damon/design: fix typo on DAMOS filters usage doc link
` [PATCH 2/5] Docs/mm/damon/design: document hugepage_size filter
` [PATCH 3/5] Docs/damon: move DAMOS filter type names and meaning to design doc
` [PATCH 4/5] Docs/mm/damon/design: clarify handling layer based filters evaluation sequence
` [PATCH 5/5] Docs/mm/damon/design: categorize DAMOS filter types based on handling layer
[PATCH mm-unstable] mm/damon: add kernel-doc comment for damos_filter->sz_range
2025-02-18 22:30 UTC
[RFC] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-02-18 21:14 UTC (4+ messages)
[PATCH] mm/page_alloc: Clarify some migratetype fallback code
2025-02-18 20:38 UTC (5+ messages)
[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
2025-02-18 19:53 UTC (2+ messages)
[PATCH v13 0/5]arm64: add ARCH_HAS_COPY_MC support
2025-02-18 19:42 UTC (9+ messages)
` [PATCH v13 4/5] arm64: support copy_mc_[user]_highpage()
[linux-next:master] BUILD REGRESSION e5d3fd687aac5eceb1721fa92b9f49afcf4c3717
2025-02-18 19:42 UTC
[PATCH] selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation
2025-02-18 19:22 UTC
[PATCH RFC v2 00/10] SLUB percpu sheaves
2025-02-18 18:41 UTC (5+ messages)
` [PATCH RFC v2 03/10] locking/local_lock: Introduce localtry_lock_t
[bug report] mm/mempolicy: Weighted Interleave Auto-tuning
2025-02-18 18:31 UTC (2+ messages)
[PATCH v4 00/27] hugetlb/CMA improvements for large systems
2025-02-18 18:16 UTC (28+ messages)
` [PATCH v4 01/27] mm/cma: export total and free number of pages for CMA areas
` [PATCH v4 02/27] mm, cma: support multiple contiguous ranges, if requested
` [PATCH v4 03/27] mm/cma: introduce cma_intersects function
` [PATCH v4 04/27] mm, hugetlb: use cma_declare_contiguous_multi
` [PATCH v4 05/27] mm/hugetlb: remove redundant __ClearPageReserved
` [PATCH v4 06/27] mm/hugetlb: use online nodes for bootmem allocation
` [PATCH v4 07/27] mm/hugetlb: convert cmdline parameters from setup to early
` [PATCH v4 08/27] x86/mm: make register_page_bootmem_memmap handle PTE mappings
` [PATCH v4 09/27] mm/bootmem_info: export register_page_bootmem_memmap
` [PATCH v4 10/27] mm/sparse: allow for alternate vmemmap section init at boot
` [PATCH v4 11/27] mm/hugetlb: set migratetype for bootmem folios
` [PATCH v4 12/27] mm: define __init_reserved_page_zone function
` [PATCH v4 13/27] mm/hugetlb: check bootmem pages for zone intersections
` [PATCH v4 14/27] mm/sparse: add vmemmap_*_hvo functions
` [PATCH v4 15/27] mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc
` [PATCH v4 16/27] mm/hugetlb: move huge_boot_pages list init "
` [PATCH v4 17/27] mm/hugetlb: add pre-HVO framework
` [PATCH v4 18/27] mm/hugetlb_vmemmap: fix hugetlb_vmemmap_restore_folios definition
` [PATCH v4 19/27] mm/hugetlb: do pre-HVO for bootmem allocated pages
` [PATCH v4 20/27] x86/setup: call hugetlb_bootmem_alloc early
` [PATCH v4 21/27] x86/mm: set ARCH_WANT_SPARSEMEM_VMEMMAP_PREINIT
` [PATCH v4 22/27] mm/cma: simplify zone intersection check
` [PATCH v4 23/27] mm/cma: introduce a cma validate function
` [PATCH v4 24/27] mm/cma: introduce interface for early reservations
` [PATCH v4 25/27] mm/hugetlb: add hugetlb_cma_only cmdline option
` [PATCH v4 26/27] mm/hugetlb: enable bootmem allocation from CMA areas
` [PATCH v4 27/27] mm/hugetlb: move hugetlb CMA code in to its own file
[syzbot] [mm?] WARNING in lock_list_lru_of_memcg
2025-02-18 17:47 UTC (9+ messages)
` [syzbot] [mm?] [bcachefs?] "
[PATCH v4 00/10] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-02-18 17:25 UTC (11+ messages)
` [PATCH v4 01/10] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v4 02/10] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v4 03/10] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v4 04/10] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
` [PATCH v4 05/10] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v4 06/10] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v4 07/10] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v4 08/10] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v4 09/10] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v4 10/10] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH v18 04/19] EDAC: Add memory repair control feature
2025-02-18 16:51 UTC (12+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox