linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-22 06:31:05 to 2022-08-23 07:50:19 UTC [more...]

[PATCH v2 0/5] Fix some issues when looking up hugetlb page
 2022-08-23  7:50 UTC  (2+ messages)
` [PATCH v2 1/5] mm/hugetlb: fix races when looking up a CONT-PTE size "

[PATCH -next] mm, proc: collect percpu free pages into the free pages
 2022-08-23  7:50 UTC  (5+ messages)
` [PATCH -next v2] "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-23  7:36 UTC  (6+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd

[RFC 0/5] vmalloc_exec for modules and BPF programs
 2022-08-23  6:57 UTC  (8+ messages)

[PATCH v3] mm/damon/dbgfs: avoid duplicate context directory creation
 2022-08-23  6:57 UTC  (3+ messages)

[bug report] mm: multi-gen LRU: debugfs interface
 2022-08-23  6:39 UTC  (3+ messages)

Race condition in build_all_zonelists() when offlining movable zone
 2022-08-23  6:36 UTC  (3+ messages)

[RFC PATCH] memcg: use root_mem_cgroup when css is inherited
 2022-08-23  6:03 UTC  (6+ messages)

[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-23  5:33 UTC  (22+ messages)
` [PATCH v2 01/11] mm/ioremap: change the return value of io[re|un]map_allowed and rename
` [PATCH v2 02/11] mm: ioremap: fixup the physical address and page prot
` [PATCH v2 03/11] mm: ioremap: allow ARCH to have its own ioremap definition
` [PATCH v2 05/11] hexagon: mm: Convert to GENERIC_IOREMAP
` [PATCH v2 09/11] s390: "

[PATCH 0/3] memcg: optimizatize charge codepath
 2022-08-23  4:49 UTC  (20+ messages)
` [PATCH 1/3] mm: page_counter: remove unneeded atomic ops for low/min
` [PATCH 2/3] mm: page_counter: rearrange struct page_counter fields
` [PATCH 3/3] memcg: increase MEMCG_CHARGE_BATCH to 64

[PATCH v2 0/6] A few fixup patches for memory-failure
 2022-08-23  3:23 UTC  (7+ messages)
` [PATCH v2 1/6] mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()
` [PATCH v2 2/6] mm, hwpoison: fix page refcnt leaking in unpoison_memory()
` [PATCH v2 3/6] mm, hwpoison: fix extra put_page() in soft_offline_page()
` [PATCH v2 4/6] mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()
` [PATCH v2 5/6] mm, hwpoison: kill procs if unmap fails
` [PATCH v2 6/6] mm, hwpoison: avoid trying to unpoison reserved page

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-23  3:14 UTC  (13+ messages)
          ` [RFD RESEND] cgroup: Persistent memory usage tracking

[PATCH v2 0/6] A few fixup patches for hugetlb
 2022-08-23  3:02 UTC  (7+ messages)
` [PATCH v2 1/6] mm/hugetlb: fix incorrect update of max_huge_pages
` [PATCH v2 2/6] mm/hugetlb: fix WARN_ON(!kobj) in sysfs_create_group()
` [PATCH v2 3/6] mm/hugetlb: fix missing call to restore_reserve_on_error()
` [PATCH v2 4/6] mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()
` [PATCH v2 5/6] mm/hugetlb: fix sysfs group leak in hugetlb_unregister_node()
` [PATCH v2 6/6] mm/hugetlb: make detecting shared pte more reliable

[PATCH v2] mm/gup.c: Fix return value for __gup_longterm_locked()
 2022-08-23  2:24 UTC  (3+ messages)

[PATCH 0/6] A few fixup patches for hugetlb
 2022-08-23  1:42 UTC  (6+ messages)
` [PATCH 4/6] mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-23  1:25 UTC  (11+ messages)

[PATCH] mm: fix pgdat->kswap accessed concurrently
 2022-08-23  1:07 UTC  (4+ messages)

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

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-23  0:08 UTC  (6+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[GIT PULL] hotfixes for 6.0-rc3
 2022-08-23  0:07 UTC 

[PATCH RESEND v2 1/2] mm: drop oom code from exit_mmap
 2022-08-22 23:20 UTC  (8+ messages)
` [PATCH RESEND v2 2/2] mm: delete unused MMF_OOM_VICTIM flag

[PATCH] Squashfs: don't call kmalloc in decompressors
 2022-08-22 21:54 UTC 

[PATCH] ksm: count allocated ksm rmap_items for each process
 2022-08-22 21:08 UTC  (2+ messages)

[PATCH 0/6] Minor improvements for pagewalk code
 2022-08-22 20:53 UTC  (7+ messages)
` [PATCH 2/6] mm: pagewalk: don't check vma in walk_page_range_novma()
` [PATCH 3/6] mm: pagewalk: fix documentation of PTE hole handling
` [PATCH 4/6] mm: pagewalk: add api documentation for walk_page_range_novma()
` [PATCH 5/6] mm: pagewalk: allow walk_page_range_novma() without mm
` [PATCH 6/6] mm: pagewalk: move variables to more local scope, tweak loops
  ` [PATCH 1/6] mm: pagewalk: make error checks more obvious

folio_map
 2022-08-22 19:54 UTC  (5+ messages)
` [RFC] vmap_folio()

[syzbot] usb-testing boot error: general protection fault in alloc_bprm
 2022-08-22 19:48 UTC 

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

[PATCH v2 0/7] Convert to filemap_get_folios_contig()
 2022-08-22 18:32 UTC  (3+ messages)
` [PATCH v2 2/7] btrfs: Convert __process_pages_contig() to use filemap_get_folios_contig()

[PATCH] Docs/admin-guide/mm/damon/usage: fix the example code snip
 2022-08-22 17:05 UTC  (3+ messages)

[PATCH v3] mm: add thp_utilization metrics to debugfs
 2022-08-22 17:24 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION cc2986f4dc67df7e6209e0cd74145fffbd30d693
 2022-08-22 17:16 UTC 

[PATCH v3 1/4] Make place for common balloon code
 2022-08-22 15:58 UTC  (3+ messages)
` [PATCH v3 2/4] Enable balloon drivers to report inflated memory

[PATCH] mm/gup.c: Fix return value for __gup_longterm_locked()
 2022-08-22 15:23 UTC  (3+ messages)

[PATCH] mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab_mutex/cpu_hotplug_lock
 2022-08-22 13:46 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 72d0e40cc07e06e5b11ddcf74ba68f7e04eacb16
 2022-08-22 12:04 UTC 

(no subject)
 2022-08-22 11:26 UTC 

[PATCHv6 00/11] Linear Address Masking enabling
 2022-08-22  9:32 UTC  (6+ messages)
` [PATCHv6 06/11] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv6 09/11] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking

[PATCH] mm/hugetlb: remove unused local variable dst_entry in copy_hugetlb_page_range()
 2022-08-22  9:21 UTC  (4+ messages)

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-08-22  8:21 UTC  (5+ messages)
` [PATCH v3 1/4] Revert "Documentation/features: mark BATCHED_UNMAP_TLB_FLUSH doesn't apply to ARM64"
` [PATCH v3 2/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v3 3/4] mm: rmap: Extend tlbbatch APIs to fit new platforms
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH RFC] mm, proc: add PcpFree to meminfo
 2022-08-22  7:27 UTC  (6+ messages)

[PATCH] page_ext: move up page_ext_init() to catch early page allocation if DEFERRED_STRUCT_PAGE_INIT is n
 2022-08-22  7:00 UTC  (2+ messages)


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