linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-01 10:49:15 to 2022-02-02 11:03:44 UTC [more...]

[PATCH v2 00/16] Introduce memblock simulator
 2022-02-02 11:02 UTC 

[PATCH] mm: Merge pte_mkhuge() call into arch_make_huge_pte()
 2022-02-02  9:38 UTC  (6+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-02  9:23 UTC  (4+ messages)

[PATCH v2 0/3] mm/page_owner: Extend page_owner to show memcg information
 2022-02-02  8:57 UTC  (17+ messages)
` [PATCH v2 1/3] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v2 3/3] mm/page_owner: Dump memcg information

[PATCH v3 0/4] mm/page_owner: Extend page_owner to show memcg information
 2022-02-02  8:49 UTC  (5+ messages)
` [PATCH v3 3/4] mm/page_owner: Print "

[PATCH 1/4] mm/kasan: Add CONFIG_KASAN_SOFTWARE
 2022-02-02  8:45 UTC  (4+ messages)
` [PATCH 2/4] mm/kasan: Move kasan_pXX_table() and kasan_early_shadow_page_entry()
` [PATCH 3/4] powerpc/ptdump: Use kasan_pXX_table()
` [PATCH 4/4] [RFC] risc/kasan: "

[PATCH] memblock: Remove unused io.h include
 2022-02-02  8:43 UTC  (3+ messages)

[PATCH v2 0/3] Add hugetlb MADV_DONTNEED support
 2022-02-02  8:14 UTC  (6+ messages)
` [PATCH v2 1/3] mm: enable MADV_DONTNEED for hugetlb mappings
` [PATCH v2 2/3] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [PATCH v2 3/3] userfaultfd/selftests: enable huegtlb remap and remove event testing

[PATCH v3 1/1] mm/vmalloc: Move draining areas out of caller context
 2022-02-02  7:56 UTC  (2+ messages)

[v3 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2022-02-02  7:53 UTC  (2+ messages)

[PATCH v5 0/4] page table check fixes and cleanups
 2022-02-02  6:25 UTC  (3+ messages)
` [PATCH v5 1/4] mm/debug_vm_pgtable: remove pte entry from the page table

[PATCH] mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning
 2022-02-02  6:07 UTC  (3+ messages)

[PATCH v5 00/70] Introducing the Maple Tree
 2022-02-02  2:42 UTC  (71+ messages)
` [PATCH v5 01/70] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v5 02/70] radix tree test suite: Add pr_err define
` [PATCH v5 04/70] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v5 05/70] radix tree test suite: Add support for slab bulk APIs
` [PATCH v5 03/70] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v5 06/70] radix tree test suite: Add lockdep_is_held to header
` [PATCH v5 07/70] Maple Tree: Add new data structure
` [PATCH v5 08/70] lib/test_maple_tree: Add testing for maple tree
` [PATCH v5 11/70] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v5 10/70] mm: Add VMA iterator
` [PATCH v5 09/70] mm: Start tracking VMAs with maple tree
` [PATCH v5 13/70] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v5 12/70] mm/mmap: Use the maple tree in find_vma() "
` [PATCH v5 14/70] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v5 15/70] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v5 16/70] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v5 18/70] mm: Remove rb tree
` [PATCH v5 17/70] proc: Remove VMA rbtree use from nommu
` [PATCH v5 19/70] mmap: Change zeroing of maple tree in __vma_adjust()
` [PATCH v5 21/70] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v5 20/70] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v5 22/70] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v5 23/70] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v5 24/70] mm: Use maple tree operations for find_vma_intersection()
` [PATCH v5 26/70] mm: Remove vmacache
` [PATCH v5 25/70] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v5 27/70] mm: Convert vma_lookup() to use mtree_load()
` [PATCH v5 28/70] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v5 31/70] arm64: Remove mmap linked list from vdso
` [PATCH v5 29/70] mm/mmap: Reorganize munmap to use maple states
` [PATCH v5 30/70] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v5 32/70] parisc: Remove mmap linked list from cache handling
` [PATCH v5 33/70] powerpc: Remove mmap linked list walks
` [PATCH v5 34/70] s390: Remove vma "
` [PATCH v5 37/70] cxl: Remove vma linked list walk
` [PATCH v5 35/70] x86: Remove vma linked list walks
` [PATCH v5 36/70] xtensa: "
` [PATCH v5 39/70] um: Remove vma linked list walk
` [PATCH v5 38/70] optee: "
` [PATCH v5 41/70] coredump: "
` [PATCH v5 42/70] exec: Use VMA iterator instead of linked list
` [PATCH v5 40/70] binfmt_elf: Remove vma linked list walk
` [PATCH v5 44/70] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v5 43/70] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v5 47/70] acct: Use VMA iterator instead "
` [PATCH v5 46/70] ipc/shm: "
` [PATCH v5 45/70] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v5 49/70] sched: Use maple tree iterator to walk VMAs
` [PATCH v5 48/70] perf: Use VMA iterator
` [PATCH v5 52/70] mm/gup: Use maple tree navigation instead of linked list
` [PATCH v5 50/70] fork: Use VMA iterator
` [PATCH v5 51/70] bpf: Remove VMA linked list
` [PATCH v5 53/70] mm/khugepaged: Stop using vma "
` [PATCH v5 54/70] mm/ksm: Use vma iterators instead of "
` [PATCH v5 57/70] mm/mempolicy: Use vma iterator & maple state "
` [PATCH v5 55/70] mm/madvise: Use vma_find() "
` [PATCH v5 56/70] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v5 59/70] mm/mprotect: Use maple tree navigation instead of vma linked list
` [PATCH v5 58/70] mm/mlock: Use vma iterator and "
` [PATCH v5 60/70] mm/mremap: Use vma_find_intersection() "
` [PATCH v5 62/70] mm/oom_kill: Use maple tree iterators "
` [PATCH v5 61/70] mm/msync: Use vma_find() "
` [PATCH v5 63/70] mm/pagewalk: "
` [PATCH v5 64/70] mm/swapfile: Use vma iterator "
` [PATCH v5 65/70] i915: Use the VMA iterator
` [PATCH v5 66/70] nommu: Remove uses of VMA linked list
` [PATCH v5 67/70] riscv: Use vma iterator for vdso
` [PATCH v5 68/70] mm: Remove the vma linked list
` [PATCH v5 69/70] mm/mmap: Drop range_has_overlap() function
` [PATCH v5 70/70] mm/mmap.c: Pass in mapping to __vma_link_file()

mmotm 2022-02-01-16-04 uploaded
 2022-02-02  3:58 UTC  (3+ messages)
` mmotm 2022-02-01-16-04 uploaded (mm/memcontrol.c)

[PATCH v2] Revert mm/gup: small refactoring: simplify try_grab_page()
 2022-02-02  3:23 UTC 

[linux-next:master] BUILD REGRESSION 711428e8f370eff043ae549572b8141987861583
 2022-02-02  2:54 UTC 

[PATCH] elf: Relax assumptions about vaddr ordering
 2022-02-02  1:07 UTC  (5+ messages)

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-02  0:52 UTC  (14+ messages)
` [PATCH v9 05/43] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v9 39/43] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v9 40/43] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v9 41/43] virt: Add SEV-SNP guest driver
` [PATCH v9 42/43] virt: sevguest: Add support to derive key
` [PATCH v9 43/43] virt: sevguest: Add support to get extended report

[PATCH v2] mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning
 2022-02-02  0:35 UTC 

[PATCH] kselftest/vm: Revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner"
 2022-02-02  0:33 UTC 

[PATCH RESEND] mm: memcg: synchronize objcg lists with a dedicated spinlock
 2022-02-01 23:49 UTC  (4+ messages)

[PATCH v3 0/5] Fix some cache flush bugs
 2022-02-01 23:32 UTC  (6+ messages)
` [PATCH v3 2/5] mm: fix missing cache flush for all tail pages of compound page
` [PATCH v3 4/5] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()

[RFC] Missing compound_head() in memory-failure
 2022-02-01 23:04 UTC  (11+ messages)

[BUG/RFC] mm/memcg: Possible cgroup migrate/signal deadlock
 2022-02-01 22:11 UTC  (2+ messages)

[PATCH] memcg: add per-memcg total kernel memory stat
 2022-02-01 22:10 UTC  (5+ messages)

[PATCH v3 0/9] mm: COW fixes part 1: fix the COW security issue for THP and swap
 2022-02-01 21:31 UTC  (4+ messages)
` [PATCH v3 6/9] mm/khugepaged: remove reuse_swap_page() usage

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-02-01 21:03 UTC  (5+ messages)
` [PATCH v10 2/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS

[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-02-01 20:57 UTC  (4+ messages)
` [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg

[PATCH] Revert mm/gup: small refactoring: simplify try_grab_page()
 2022-02-01 20:38 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Amortising direct map fragmentation
 2022-02-01 19:08 UTC 

[LSF/MM/BPF TOPIC] Consolidating representations of the physical memory
 2022-02-01 19:06 UTC 

[PATCH] selftests/vm: cleanup hugetlb file after mremap test
 2022-02-01 19:06 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] mm documentation
 2022-02-01 19:03 UTC 

[PATCH v2] selftests/ir: fix build with ancient kernel headers
 2022-02-01 18:38 UTC 

[PATCH] mm/hwpoison: Check the subpage, not the head page
 2022-02-01 18:29 UTC  (2+ messages)

[tools headers UAPI] e2bcbd7769: kernel-selftests.ir.make_fail
 2022-02-01 17:42 UTC  (11+ messages)
          ` [PATCH] selftests/ir: fix build with ancient kernel headers

[PATCH v5 00/10] ARM: remove set_fs callers and implementation
 2022-02-01 17:29 UTC  (6+ messages)
` [PATCH v5 08/10] ARM: uaccess: add __{get,put}_kernel_nofault

[PATCH v2 00/35] Speculative page faults
 2022-02-01 17:17 UTC  (5+ messages)
` [PATCH v2 13/35] x86/mm: attempt speculative mm faults first

[PATCH v6 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-02-01 15:49 UTC  (11+ messages)
` [PATCH v6 01/10] mm: add zone device coherent type memory support
` [PATCH v6 02/10] mm: add device coherent vma selection for memory migration
` [PATCH v6 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v6 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v6 05/10] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v6 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v6 07/10] lib: test_hmm add module param for "
` [PATCH v6 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v6 09/10] tools: update hmm-test to support device coherent type
` [PATCH v6 10/10] tools: update test_hmm script to support SP config

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-01 15:29 UTC  (7+ messages)
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object

[PATCH v3 4/4] mm/page_owner: Record task command name
 2022-02-01 15:28 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-01 15:09 UTC  (5+ messages)
` [PATCH 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
` [PATCH 3/3] tools: add hmm gup test for long term pinned device pages

[linux-next:pending-fixes] BUILD SUCCESS a7fc3604a297400b1140adf29cc29de7bf17e4f3
 2022-02-01 15:07 UTC 

[LSF/MM/BPF TOPIC] The Maple Tree
 2022-02-01 15:06 UTC 

[LSF/MM/BPF TOPIC] Handling of VMAs
 2022-02-01 15:05 UTC 

[PATCH v3] fs/exec: require argv[0] presence in do_execveat_common()
 2022-02-01 13:28 UTC  (11+ messages)
  ` [fs/exec] 80bd5afdd8: xfstests.generic.633.fail

[PATCH v2 0/4] mm/gup: some cleanups
 2022-02-01 12:31 UTC  (6+ messages)
` [PATCH v2 3/4] mm/gup: remove unused pin_user_pages_locked()
` [PATCH v2 4/4] mm/gup: remove get_user_pages_locked()

[PATCH] mm/hugetlb: Generalize ARCH_WANT_GENERAL_HUGETLB
 2022-02-01 12:27 UTC 

[PATCH v1] drivers/base/memory: add memory block to memory group after registration succeeded
 2022-02-01 12:11 UTC  (4+ messages)

[PATCH v3] powerpc: Fix virt_addr_valid() check
 2022-02-01 11:57 UTC  (2+ messages)

[PATCHv3 1/7] mm: Add support for unaccepted memory
 2022-02-01 11:13 UTC  (6+ messages)
` [PATCHv3.1 "


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).