linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-06-29 22:24 UTC  (55+ messages)
` [RFC PATCH 01/26] hugetlb: make hstate accessor functions const
` [RFC PATCH 02/26] hugetlb: sort hstates in hugetlb_init_hstates
` [RFC PATCH 04/26] hugetlb: make huge_pte_lockptr take an explicit shift argument
` [RFC PATCH 05/26] hugetlb: add CONFIG_HUGETLB_HIGH_GRANULARITY_MAPPING
` [RFC PATCH 06/26] mm: make free_p?d_range functions public
` [RFC PATCH 07/26] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH 08/26] hugetlb: add hugetlb_free_range to free PT structures
` [RFC PATCH 09/26] hugetlb: add hugetlb_hgm_enabled
` [RFC PATCH 10/26] hugetlb: add for_each_hgm_shift
` [RFC PATCH 12/26] hugetlb: add HugeTLB splitting functionality
` [RFC PATCH 13/26] hugetlb: add huge_pte_alloc_high_granularity
` [RFC PATCH 14/26] hugetlb: add HGM support for hugetlb_fault and hugetlb_no_page

[PATCH v7 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-29 22:15 UTC  (20+ messages)
` [PATCH v7 01/14] mm: rename is_pinnable_pages to is_pinnable_longterm_pages
` [PATCH v7 02/14] mm: add zone device coherent type memory support
` [PATCH v7 03/14] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v7 04/14] mm: add device coherent vma selection for memory migration
` [PATCH v7 05/14] mm: remove the vma check in migrate_vma_setup()
` [PATCH v7 06/14] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v7 07/14] drm/amdkfd: add SPM support for SVM
` [PATCH v7 08/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v7 09/14] lib: test_hmm add module param for "
` [PATCH v7 10/14] lib: add support for device coherent type in test_hmm
` [PATCH v7 11/14] tools: update hmm-test to support device coherent type
` [PATCH v7 12/14] tools: update test_hmm script to support SP config
` [PATCH v7 13/14] tools: add hmm gup tests for device coherent type
` [PATCH v7 14/14] tools: add selftests to hmm for COW in device memory

[PATCH v6 00/15] mm: userspace hugepage collapse
 2022-06-29 21:58 UTC  (5+ messages)
` [PATCH v6 01/15] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
` [PATCH v6 04/15] mm/khugepaged: dedup and simplify hugepage alloc and charging

[PATCH v2 1/1] mm: kfence: apply kmemleak_ignore_phys on early allocated pool
 2022-06-29 21:39 UTC  (2+ messages)

thp: enforcing constraints on file thps
 2022-06-29 20:43 UTC  (3+ messages)

Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)
 2022-06-29 20:22 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION c4ef528bd006febc7de444d9775b28706d924f78
 2022-06-29 19:58 UTC 

[PATCH cgroup] cgroup: set the correct return code if hierarchy limits are reached
 2022-06-29 19:25 UTC  (7+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-29 19:15 UTC  (16+ messages)
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-29 19:15 UTC  (45+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v7 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v7 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v7 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v7 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v7 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v7 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v7 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v7 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v7 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()

[PATCH v1 00/14] Add support for shared PTEs across processes
 2022-06-29 17:48 UTC  (13+ messages)
` [PATCH v1 08/14] mm/mshare: Add basic page table sharing using mshare
` [PATCH v1 09/14] mm/mshare: Do not free PTEs for mshare'd PTEs

[RFC PATCH] s390: Autoload uvdevice module based on CPU feature
 2022-06-29 17:14 UTC  (2+ messages)

[PATCH v4 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options
 2022-06-29 17:07 UTC  (4+ messages)
` [PATCH v4 2/4] memblock tests: add verbose output to memblock tests

[syzbot] BUG: unable to handle kernel paging request in truncate_inode_partial_folio
 2022-06-29 16:30 UTC  (3+ messages)

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-29 15:47 UTC  (15+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE
` [PATCH 2/4] kvm: Merge "atomic" and "write" in __gfn_to_pfn_memslot()

[PATCH Fix 0/2] maple_tree: mas_spanning_rebalance() patches
 2022-06-29 15:23 UTC  (3+ messages)
` [PATCH Fix 1/2] maple_tree: Fix mas_spanning_rebalance() corner case
` [PATCH Fix 2/2] test_maple_tree: Add test for spanning store to most of the tree

[PATCH v8 23/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
 2022-06-29 14:52 UTC  (18+ messages)
                        ` qemu-system-s390x hang in tcg (was: Re: [PATCH v8 23/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap())
                            ` qemu-system-s390x hang in tcg

[PATCH v3] powerpc/memhotplug: Add add_pages override for PPC
 2022-06-29 14:13 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS e85c7a5a90ae0df72d68c4204fb5e2ab844fb26e
 2022-06-29 13:30 UTC 

[linux-next:master 5968/6619] fs/ntfs3/attrib.c:2145:38: sparse: sparse: restricted __le16 degrades to integer
 2022-06-29 12:51 UTC 

[PATCH -next,v2] tmpfs: Fix the issue that the mount and remount results are inconsistent
 2022-06-29 12:43 UTC 

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-29 10:30 UTC  (8+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v6 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
` [PATCH v6 4/4] KVM: arm64/mmu: count KVM s2 "

[PATCH] btrfs: remove btrfs_writepage_cow_fixup
 2022-06-29  7:58 UTC 

[PATCH] exec: Fix a spelling mistake
 2022-06-29  7:29 UTC 

[KVM] 9fc222967a: kvm-unit-tests.msr.fail
 2022-06-29  7:11 UTC 

[PATCH v2 0/8] Simplify hugetlb vmemmap and improve its readability
 2022-06-29  5:55 UTC  (6+ messages)
` [PATCH v2 6/8] mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability
` [PATCH v2 8/8] mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZE

[PATCH v12 00/14] Multi-Gen LRU Framework
 2022-06-29  4:44 UTC  (3+ messages)
` [PATCH v12 07/14] mm: multi-gen LRU: exploit locality in rmap

[PATCH v6 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-29  3:56 UTC  (4+ messages)
` [PATCH v6 02/14] mm: handling Non-LRU pages returned by vm_normal_pages

[PATCH 00/22] Fix kernel-doc warnings at linux-next
 2022-06-29  3:23 UTC  (4+ messages)
` [PATCH 15/22] mm: document maple tree pointer at unmap_vmas() at memory.c

[PATCH v5] memblock,arm64: Expand the static memblock memory table
 2022-06-29  3:08 UTC  (2+ messages)

[PATCH -next] mm/memory-failure: fix redefinition of mf_generic_kill_procs
 2022-06-29  2:56 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-06-29  2:49 UTC  (7+ messages)

[PATCH v2 00/16] A few cleanup patches for huge_memory
 2022-06-29  2:17 UTC  (14+ messages)
` [PATCH v2 04/16] mm/huge_memory: use helper touch_pud in huge_pud_set_accessed
` [PATCH v2 05/16] mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessed
` [PATCH v2 06/16] mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd
` [PATCH v2 08/16] mm/huge_memory: use helper macro __ATTR_RW
` [PATCH v2 12/16] mm/huge_memory: minor cleanup for split_huge_pages_all
` [PATCH v2 13/16] mm/huge_memory: fix comment of page_deferred_list
` [PATCH v2 14/16] mm/huge_memory: correct comment of prep_transhuge_page
` [PATCH v2 15/16] mm/huge_memory: comment the subtly logic in __split_huge_pmd
` [PATCH v2 16/16] mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pid

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-06-29  0:59 UTC  (16+ messages)
` [PATCHv7 11/14] x86: Disable kexec if system has "

[PATCHv3 0/8] Linear Address Masking enabling
 2022-06-29  0:53 UTC  (10+ messages)
` [PATCHv3 4/8] x86/mm: Handle LAM on context switch
` [PATCHv3 5/8] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv3 6/8] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR

linux-next: Tree for Jun 28 (mm/memory-failure.c)
 2022-06-29  0:07 UTC 

[linux-next:master 3054/6195] trace_uprobe.c:undefined reference to `bpf_stats_enabled_key'
 2022-06-28 22:28 UTC 

[PATCH v1 2/5] userfaultfd: introduce access-likely mode for common operations
 2022-06-28 21:15 UTC  (16+ messages)

[linux-next:master] BUILD REGRESSION cb71b93c2dc36d18a8b05245973328d018272cdf
 2022-06-28 20:59 UTC 

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-28 18:53 UTC  (3+ messages)
` [PATCH v5 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats

[PATCH -next v6 00/10]arm64: add machine check safe support
 2022-06-28 17:02 UTC  (2+ messages)

[PATCH v4] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-06-28 16:36 UTC 

[PATCH v3] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-06-28 15:24 UTC  (3+ messages)

[RESEND PATCH v4 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
 2022-06-28 14:46 UTC 

[PATCH V2] powerpc/memhotplug: Add add_pages override for PPC
 2022-06-28 14:43 UTC  (3+ messages)

Discussion on race between freed page_ext access and memory offline operation
 2022-06-28 13:42 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox