linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-01 18:22:46 to 2022-04-04 14:58:56 UTC [more...]

[PATCH v7 00/70] Introducing the Maple Tree
 2022-04-04 14:35 UTC  (45+ messages)
` [PATCH v7 01/70] radix tree test suite: Add pr_err define
` [PATCH v7 02/70] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v7 03/70] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v7 06/70] mips: Rename mt_init to mips_mt_init
` [PATCH v7 04/70] radix tree test suite: Add support for slab bulk APIs
` [PATCH v7 08/70] lib/test_maple_tree: Add testing for maple tree
` [PATCH v7 09/70] mm: Start tracking VMAs with "
` [PATCH v7 10/70] mm: Add VMA iterator
` [PATCH v7 11/70] arch/arm64: Remove the merge workaround for VMA_ITERATOR
` [PATCH v7 12/70] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v7 15/70] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v7 14/70] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v7 16/70] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v7 17/70] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v7 19/70] mm: Remove rb tree
` [PATCH v7 20/70] mmap: Change zeroing of maple tree in __vma_adjust()
` [PATCH v7 21/70] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v7 24/70] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v7 23/70] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v7 25/70] mm: Use maple tree operations for find_vma_intersection()
` [PATCH v7 27/70] mm: Remove vmacache
` [PATCH v7 28/70] mm: Convert vma_lookup() to use mtree_load()
` [PATCH v7 30/70] mm/mmap: Reorganize munmap to use maple states
` [PATCH v7 31/70] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v7 33/70] parisc: Remove mmap linked list from cache handling
` [PATCH v7 34/70] powerpc: Remove mmap linked list walks
` [PATCH v7 37/70] xtensa: Remove vma "
` [PATCH v7 35/70] s390: "
` [PATCH v7 38/70] cxl: Remove vma linked list walk
` [PATCH v7 40/70] um: "
` [PATCH v7 45/70] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v7 46/70] ipc/shm: Use VMA iterator instead of linked list
` [PATCH v7 48/70] perf: Use VMA iterator
` [PATCH v7 47/70] acct: Use VMA iterator instead of linked list
` [PATCH v7 51/70] bpf: Remove VMA "
` [PATCH v7 49/70] sched: Use maple tree iterator to walk VMAs
` [PATCH v7 53/70] mm/khugepaged: Stop using vma linked list
` [PATCH v7 54/70] mm/ksm: Use vma iterators instead of "
` [PATCH v7 57/70] mm/mempolicy: Use vma iterator & maple state "
` [PATCH v7 56/70] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v7 58/70] mm/mlock: Use vma iterator and instead of vma linked list
` [PATCH v7 59/70] mm/mprotect: Use maple tree navigation "
` [PATCH v7 61/70] mm/msync: Use vma_find() "
` [PATCH v7 60/70] mm/mremap: Use vma_find_intersection() "

v5.18-rc1: migratepages triggers VM_BUG_ON_FOLIO(folio_nr_pages(old) != nr_pages)
 2022-04-04 14:29 UTC  (3+ messages)

[mm/slub] 555b8c8cb3: WARNING:at_lib/stackdepot.c:#stack_depot_fetch
 2022-04-04 14:20 UTC  (3+ messages)

[PATCH] mm/swapfile: unuse_pte can map random data if swap read fails
 2022-04-04 14:11 UTC  (3+ messages)

[PATCH RESEND 0/3] shmem: Allow userspace monitoring of tmpfs for lack of space
 2022-04-04 14:02 UTC  (5+ messages)
` [PATCH RESEND 1/3] shmem: Keep track of out-of-memory and out-of-space errors
` [PATCH RESEND 2/3] shmem: Introduce /sys/fs/tmpfs support
` [PATCH RESEND 3/3] shmem: Expose space and accounting error count

[PATCH] MM: minor improvements to readahead documentation
 2022-04-04 13:25 UTC  (4+ messages)

[linux-next:master 1141/1176] include/asm-generic/io.h:464:31: warning: performing pointer arithmetic on a null pointer has undefined behavior err: false
 2022-04-04 13:14 UTC 

[RFC PATCH] cgroup: introduce dynamic protection for memcg
 2022-04-04 13:14 UTC  (22+ messages)

[PATCH v1 mmotm] mm/mprotect: try avoiding write faults for exclusive anonynmous pages when changing protection
 2022-04-04 13:04 UTC  (3+ messages)

[PATCH] mm/slab: remove some unused functions
 2022-04-04 12:49 UTC  (2+ messages)

[PATCH v4 1/2] Revert "powerpc: Set max_mapnr correctly"
 2022-04-04 12:31 UTC  (5+ messages)

[PATCH v4 1/2] mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAP
 2022-04-04 12:01 UTC  (5+ messages)
` [PATCH v4 2/2] arm64: mm: hugetlb: Enable HUGETLB_PAGE_FREE_VMEMMAP for arm64

[linux-next:pending-fixes] BUILD SUCCESS 56ad09fc9d717a4cff78fa14ae6e98b9571021b1
 2022-04-04 11:46 UTC 

[PATCH v2 0/2] hugetlb: Fix confusing behavior
 2022-04-04 10:41 UTC  (10+ messages)
` [PATCH v2 1/2] hugetlb: Fix hugepages_setup when deal with pernode
` [PATCH v2 2/2] hugetlb: Fix return value of __setup handlers

[PATCH] mm/memcg: non-hierarchical mode is deprecated
 2022-04-04  9:27 UTC  (2+ messages)

[PATCH v6] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
 2022-04-04  9:21 UTC 

[PATCH 1/2] mm: page_alloc: simplify pageblock migratetype check in __free_one_page()
 2022-04-04  8:46 UTC  (10+ messages)

[PATCH resend] memcg: introduce per-memcg reclaim interface
 2022-04-04  8:44 UTC  (23+ messages)

[PATCH 0/3] cleanup hugetlb_vmemmap
 2022-04-04  7:46 UTC  (4+ messages)
` [PATCH 1/3] mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
` [PATCH 2/3] mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
` [PATCH 3/3] mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*

[PATCH v3 1/2] mm: page_alloc: simplify pageblock migratetype check in __free_one_page()
 2022-04-04  7:42 UTC  (3+ messages)
` [PATCH v3 2/2] mm: wrap __find_buddy_pfn() with a necessary buddy page validation

[PATCH] tlb: hugetlb: Add arm64 contiguous hint awareness
 2022-04-04  6:07 UTC  (3+ messages)
` [PATCH v2] tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry

[PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)
 2022-04-04  5:22 UTC  (5+ messages)

[RFC] mm/vmscan: add periodic slab shrinker
 2022-04-04  5:14 UTC  (5+ messages)

[PATCH 0/2] mm: protection_map[] cleanups
 2022-04-04  3:18 UTC  (3+ messages)
` [PATCH 1/2] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH 2/2] mm/mmap: Clarify protection_map[] indices

[RFC PATCHv2] cgroup: introduce dynamic protection for memcg
 2022-04-04  2:43 UTC 

[PATCH] highmem: fix checks in __kmap_local_sched_{in,out}
 2022-04-03 23:51 UTC 

Question about hwpoison handling of 1GB hugepage
 2022-04-03 23:42 UTC  (2+ messages)

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-04-03 22:36 UTC  (5+ messages)

[linux-next:master 14920/15002] kernel/stacktrace.c:257: undefined reference to `arch_stack_walk_shadow'
 2022-04-03 16:30 UTC 

[linux-next:master 14270/15002] ld.lld: error: init/built-in.a(initramfs.o):(function wait_for_initramfs: .text+0x24): relocation R_RISCV_HI20 out of range: 530109 is not in [-524288, 524287]; references initramfs_cookie
 2022-04-03 13:48 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH v7 0/6] Fix some bugs related to ramp and dax
 2022-04-03  5:39 UTC  (7+ messages)
` [PATCH v7 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v7 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v7 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v7 4/6] mm: pvmw: add support for walking devmap pages
` [PATCH v7 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v7 6/6] mm: simplify follow_invalidate_pte()

[linux-next:master 14920/15002] stacktrace.c:undefined reference to `arch_stack_walk_shadow'
 2022-04-03  0:22 UTC 

[PATCH] afs: Enable multipage folio support
 2022-04-02 22:42 UTC  (2+ messages)

[PATCH v3] ioctl_userfaultfd.2, userfaultfd.2: add minor fault mode
 2022-04-02 22:01 UTC  (2+ messages)

[PATCH v2] ioctl_userfaultfd.2, userfaultfd.2: add minor fault mode
 2022-04-02 21:48 UTC  (6+ messages)

[linux-next:master 12379/15002] include/linux/random.h:29:39: error: use of undeclared identifier 'latent_entropy'
 2022-04-02 20:46 UTC 

[PATCH v5 0/6] Fix some bugs related to ramp and dax
 2022-04-02 15:22 UTC  (3+ messages)

[PATCH] mm: modify the method to search addr in unmapped_area_topdown
 2022-04-02  9:45 UTC 

drivers/clk/clk-fixed-mmio.c:26: undefined reference to `of_iomap'
 2022-04-02  8:53 UTC 

drivers/irqchip/irq-al-fic.c:252: undefined reference to `of_iomap'
 2022-04-02  7:42 UTC 

[PATCH v2] kasan: Fix sleeping function called from invalid context on RT kernel
 2022-04-02  7:03 UTC  (4+ messages)

[PATCH] filemap: remove obsolete comment in lock_page
 2022-04-02  6:22 UTC 

[PATCH] mm/mmap.c: use helper mlock_future_check()
 2022-04-02  3:22 UTC 

[PATCH] mm/mremap: avoid unneeded do_munmap call
 2022-04-02  1:52 UTC  (3+ messages)

[PATCH v2 1/2] mm: page_alloc: simplify pageblock migratetype check in __free_one_page()
 2022-04-01 22:33 UTC  (8+ messages)
` [PATCH v2 2/2] mm: wrap __find_buddy_pfn() with a necessary buddy page validation

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-04-01 22:22 UTC  (4+ messages)

[PATCH 4/4] selftests/memfd: add tests for MFD_NOEXEC
 2022-04-01 22:08 UTC 

[GIT PULL] Folio fixes for 5.18
 2022-04-01 21:45 UTC  (2+ messages)

[GIT PULL] XArray fixes for 5.18
 2022-04-01 21:45 UTC  (2+ messages)

[PATCH v2 0/3] split vm_normal_pages for LRU and non-LRU handling
 2022-04-01 20:08 UTC  (4+ messages)
` [PATCH v2 1/3] mm: add vm_normal_lru_pages for LRU handled pages only

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-01 19:56 UTC  (15+ messages)

[RFC PATCH v0 0/6] x86/AMD: Userspace address tagging
 2022-04-01 19:41 UTC  (5+ messages)

incoming
 2022-04-01 18:28 UTC  (17+ messages)
` [patch 01/16] Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
` [patch 02/16] ocfs2: fix crash when mount with quota enabled
` [patch 03/16] nilfs2: fix lockdep warnings in page operations for btree nodes
` [patch 04/16] nilfs2: fix lockdep warnings during disk space reclamation
` [patch 05/16] nilfs2: get rid of nilfs_mapping_init()
` [patch 06/16] mm/munlock: add lru_add_drain() to fix memcg_stat_test
` [patch 07/16] mm/munlock: update Documentation/vm/unevictable-lru.rst
` [patch 08/16] mm/munlock: protect the per-CPU pagevec by a local_lock_t
` [patch 09/16] mm: kfence: fix objcgs vector allocation
` [patch 10/16] mailmap: update Kirill's email
` [patch 11/16] mm,hwpoison: unmap poisoned page before invalidation
` [patch 12/16] mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP
` [patch 13/16] tools/vm/page_owner_sort.c: remove -c option
` [patch 14/16] doc/vm/page_owner.rst: remove content related to "
` [patch 15/16] mm/kmemleak: reset tag when compare object pointer
` [patch 16/16] mm/damon: prevent activated scheme from sleeping by deactivated schemes

[linux-next:master 14920/15002] ld.lld: error: undefined symbol: arch_stack_walk_shadow
 2022-04-01 18:28 UTC 

incoming
 2022-04-01 18:27 UTC  (2+ messages)

[patch 04/16] nilfs2: fix lockdep warnings during disk space reclamation
 2022-04-01 18:21 UTC  (13+ messages)
` [patch 05/16] nilfs2: get rid of nilfs_mapping_init()
` [patch 06/16] mm/munlock: add lru_add_drain() to fix memcg_stat_test
` [patch 07/16] mm/munlock: update Documentation/vm/unevictable-lru.rst
` [patch 08/16] mm/munlock: protect the per-CPU pagevec by a local_lock_t
` [patch 09/16] mm: kfence: fix objcgs vector allocation
` [patch 10/16] mailmap: update Kirill's email
` [patch 11/16] mm,hwpoison: unmap poisoned page before invalidation
` [patch 12/16] mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP
` [patch 13/16] tools/vm/page_owner_sort.c: remove -c option
` [patch 14/16] doc/vm/page_owner.rst: remove content related to "
` [patch 15/16] mm/kmemleak: reset tag when compare object pointer
` [patch 16/16] mm/damon: prevent activated scheme from sleeping by deactivated schemes


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