linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-28 10:42 UTC  (17+ messages)
` [PATCH v6 01/14] mm: add zone device coherent type memory support
` [PATCH v6 02/14] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v6 03/14] mm: add device coherent vma selection for memory migration
` [PATCH v6 04/14] mm: remove the vma check in migrate_vma_setup()
` [PATCH v6 05/14] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v6 06/14] mm: add device coherent checker to is_pinnable_page
` [PATCH v6 07/14] drm/amdkfd: add SPM support for SVM
` [PATCH v6 08/14] lib: test_hmm add ioctl to get zone device type
` [PATCH v6 09/14] lib: test_hmm add module param for "
` [PATCH v6 10/14] lib: add support for device coherent type in test_hmm
` [PATCH v6 11/14] tools: update hmm-test to support device coherent type
` [PATCH v6 12/14] tools: update test_hmm script to support SP config
` [PATCH v6 13/14] tools: add hmm gup tests for device coherent type
` [PATCH v6 14/14] tools: add selftests to hmm for COW in device memory

[PATCH v2 0/9] mm, hwpoison: enable 1GB hugepage support (v2)
 2022-06-28 10:37 UTC  (28+ messages)
` [PATCH v2 1/9] mm/hugetlb: remove checking hstate_is_gigantic() in return_unused_surplus_pages()
` [PATCH v2 4/9] mm, hwpoison, hugetlb: support saving mechanism of raw error pages
` [PATCH v2 5/9] mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
` [PATCH v2 7/9] mm, hwpoison: make __page_handle_poison returns int
` [PATCH v2 8/9] mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage
` [PATCH v2 9/9] mm, hwpoison: enable memory error handling on "

[RFC] Per file OOM-badness / RSS once more
 2022-06-28 10:34 UTC  (3+ messages)
` [PATCH 09/14] drm/radeon: use drm_oom_badness

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

[linux-next:master 3044/6195] drivers/ufs/host/ufs-mediatek.c:1279:5: warning: no previous prototype for 'ufs_mtk_system_suspend'
 2022-06-28  9:24 UTC 

[PATCH v2 0/8] Simplify hugetlb vmemmap and improve its readability
 2022-06-28  9:22 UTC  (9+ messages)
` [PATCH v2 1/8] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
` [PATCH v2 2/8] mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling
` [PATCH v2 3/8] mm: hugetlb_vmemmap: introduce the name HVO
` [PATCH v2 4/8] mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
` [PATCH v2 5/8] mm: hugetlb_vmemmap: replace early_param() with core_param()
` [PATCH v2 6/8] mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability
` [PATCH v2 7/8] mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rst
` [PATCH v2 8/8] mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZE

[PATCH cgroup] cgroup: set the correct return code if hierarchy limits are reached
 2022-06-28  9:22 UTC  (6+ messages)

[PATCH RFC] memcg: notify about global mem_cgroup_id space depletion
 2022-06-28  9:08 UTC  (4+ messages)
  ` [PATCH mm v2] "

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-06-28  8:20 UTC  (37+ messages)
` [RFC PATCH 01/26] hugetlb: make hstate accessor functions const
` [RFC PATCH 02/26] hugetlb: sort hstates in hugetlb_init_hstates
` [RFC PATCH 03/26] hugetlb: add make_huge_pte_with_shift
` [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 11/26] hugetlb: add hugetlb_walk_to to do PT walks
` [RFC PATCH 12/26] hugetlb: add HugeTLB splitting functionality

[PATCH] arm64: mm: fix linear mapping mem access performace degradation
 2022-06-28  7:52 UTC  (16+ messages)

Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)
 2022-06-28  7:31 UTC 

[akpm-mm:mm-unstable 137/269] mm/memory-failure.c:1728:19: error: redefinition of 'mf_generic_kill_procs'
 2022-06-28  7:30 UTC 

[PATCH] filemap: minor cleanup for filemap_write_and_wait_range
 2022-06-28  7:27 UTC  (4+ messages)

[PATCH 1/1] mm: kfence: skip kmemleak alloc in kfence_pool
 2022-06-28  7:25 UTC  (6+ messages)

[linux-next:master 5790/5792] vmlinux.o: warning: objtool: pv_ops[24]: xen_write_msr
 2022-06-28  6:26 UTC 

[PATCH] mm: hugetlb: kill set_huge_swap_pte_at()
 2022-06-28  5:47 UTC  (10+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-06-28  5:01 UTC  (3+ messages)

[net] 4890b686f4: netperf.Throughput_Mbps -69.4% regression
 2022-06-28  3:49 UTC  (24+ messages)

[PATCH v4] kselftests/damon: add support for cases where debugfs cannot be read
 2022-06-28  3:37 UTC  (5+ messages)

[PATCH 1/3] MIPS&LoongArch: Adjust prototypes of p?d_init()
 2022-06-28  3:22 UTC  (4+ messages)
` [PATCH 2/3] LoongArch: Add sparse memory vmemmap support

[PATCH V5 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-28  3:12 UTC  (6+ messages)
` [PATCH V5 04/26] sparc/mm: Move protection_map[] inside the platform
` [PATCH V5 12/26] hexagon/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT

[PATCH v4 00/34] Printbufs - new data structure for building strings
 2022-06-28  2:56 UTC  (11+ messages)
            ` [RFC[ Alloc in vsprintf

[PATCH AUTOSEL 5.15 11/41] selftests: vm: Fix resource leak when return error
 2022-06-28  2:20 UTC 

[PATCH AUTOSEL 5.18 13/53] selftests: vm: Fix resource leak when return error
 2022-06-28  2:17 UTC 

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-28  2:17 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 v3 0/2] A few cleanup and fixup patches for swap
 2022-06-28  1:56 UTC  (6+ messages)
` [PATCH v3 1/2] mm/swapfile: fix possible data races of inuse_pages

[PATCH v4 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options
 2022-06-28  1:45 UTC  (6+ messages)
` [PATCH v4 1/4] memblock tests: Makefile: add arguments to control verbosity
` [PATCH v4 2/4] memblock tests: add verbose output to memblock tests
` [PATCH v4 3/4] memblock tests: set memblock_debug to enable memblock_dbg() messages
` [PATCH v4 4/4] memblock tests: remove completed TODO items

[PATCH v6 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-06-28  1:45 UTC  (12+ messages)

[PATCH v1 2/5] userfaultfd: introduce access-likely mode for common operations
 2022-06-27 23:37 UTC  (14+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-06-27 22:38 UTC  (11+ messages)
` [PATCHv7 14/14] x86/tdx: Add unaccepted memory support

[PATCH] docs: rename Documentation/vm to Documentation/mm
 2022-06-27 22:06 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION aab35c3d5112df6e329a1a5a5a1881e5c4ca3821
 2022-06-27 19:40 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 23fc2af356d681476c51e263a795f6de85c1ae02
 2022-06-27 19:33 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-27 19:03 UTC  (4+ messages)
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[syzbot] KASAN: null-ptr-deref Read in hugepage_vma_check
 2022-06-27 18:13 UTC  (6+ messages)

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-27 17:03 UTC  (15+ messages)

[PATCH v3] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-06-27 16:39 UTC 

[PATCH v2] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-06-27 16:38 UTC  (4+ messages)

[PATCH mm v4 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-06-27 16:37 UTC  (7+ messages)
` [PATCH mm v5 0/9] memcg: accounting for objects allocated by mkdir, cgroup

Discussion on race between freed page_ext access and memory offline operation
 2022-06-27 16:35 UTC  (2+ messages)

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-27 16:29 UTC  (11+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v5 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v5 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[PATCH v2] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-06-27 16:07 UTC 

[PATCH] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-06-27 15:55 UTC  (4+ messages)

[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
 2022-06-27 15:02 UTC  (5+ messages)

[PATCH] mm/kasan: Fix null pointer dereference warning in qlink_to_cache()
 2022-06-27 14:30 UTC  (2+ messages)

[PATCH v5 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-06-27 13:00 UTC  (6+ messages)

[PATCHv3 0/8] Linear Address Masking enabling
 2022-06-27 12:00 UTC  (5+ messages)
` [PATCHv3 7/8] x86: Expose untagging mask in /proc/$PID/arch_status

[CFP LPC 2022] Kernel Memory Management Microconference
 2022-06-27 10:43 UTC  (2+ messages)

[PATCH 1/3] filemap: Correct the conditions for marking a folio as accessed
 2022-06-27  9:13 UTC  (2+ messages)
` [filemap] 91fd26c76b: phoronix-test-suite.fio.SequentialRead.LinuxAIO.Yes.No.4KB.DefaultTestDirectory.mb_s -8.9% regression

[PATCH v5 00/7] Drain remote per-cpu directly
 2022-06-27  8:46 UTC  (4+ messages)
` [PATCH 7/7] mm/page_alloc: Replace local_lock with normal spinlock
    ` [PATCH] mm/page_alloc: Replace local_lock with normal spinlock -fix

page:  |  | latest

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