linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-03 06:47:03 to 2022-04-04 23:49:15 UTC [more...]

[PATCH v2 0/2] hugetlb: Fix confusing behavior
 2022-04-04 23:48 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 v2 0/5] KVM: mm: count KVM page table pages in pagetable stats
 2022-04-04 23:41 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: mm: add a helper to account page table pages used by KVM
` [PATCH v2 2/5] KVM: x86: mm: count KVM page table pages in pagetable stats
` [PATCH v2 3/5] KVM: arm64: "
` [PATCH v2 4/5] KVM: riscv: "
` [PATCH v2 5/5] KVM: mips: "

[PATCH] MM: minor improvements to readahead documentation
 2022-04-04 23:10 UTC  (5+ messages)

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

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

[v3 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-04-04 20:02 UTC  (9+ messages)
` [v3 PATCH 1/8] sched: coredump.h: clarify the use of MMF_VM_HUGEPAGE
` [v3 PATCH 2/8] mm: khugepaged: remove redundant check for VM_NO_KHUGEPAGED
` [v3 PATCH 3/8] mm: khugepaged: skip DAX vma
` [v3 PATCH 4/8] mm: thp: only regular file could be THP eligible
` [v3 PATCH 5/8] mm: khugepaged: make khugepaged_enter() void function
` [v3 PATCH 6/8] mm: khugepaged: move some khugepaged_* functions to khugepaged.c
` [v3 PATCH 7/8] mm: khugepaged: introduce khugepaged_enter_vma() helper
` [v3 PATCH 8/8] mm: mmap: register suitable readonly file vmas for khugepaged

[PATCH 0/4] Alternative fixes for migration
 2022-04-04 19:53 UTC  (7+ messages)
` [PATCH 1/4] mm/migrate: Use a folio in alloc_migration_target()
` [PATCH 2/4] mm/migrate: Use a folio in migrate_misplaced_transhuge_page()
` [PATCH 3/4] mm: Add vma_alloc_folio()
` [PATCH 4/4] mm/mempolicy: Use vma_alloc_folio() in new_page()

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

[PATCH] mm/memcg: non-hierarchical mode is deprecated
 2022-04-04 19:11 UTC  (3+ messages)

[PATCH] mm/slab: remove some unused functions
 2022-04-04 19:10 UTC  (3+ messages)

[RFC] mm/vmscan: add periodic slab shrinker
 2022-04-04 19:08 UTC  (6+ messages)

[PATCH RESEND 0/3] shmem: Allow userspace monitoring of tmpfs for lack of space
 2022-04-04 19:02 UTC  (6+ 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 v6] mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
 2022-04-04 18:53 UTC  (2+ messages)

[PATCH] mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation
 2022-04-04 18:37 UTC  (3+ messages)

[PATCH resend] memcg: introduce per-memcg reclaim interface
 2022-04-04 18:25 UTC  (24+ messages)

[RFC] Documentation for folio_lock() and friends
 2022-04-04 17:22 UTC 

[PATCH resend] memcg: introduce per-memcg reclaim interface
 2022-04-04 17:14 UTC  (4+ messages)

LSF/MM/BPF: 2022: Call for Proposals VIRTUAL OPTION
 2022-04-04 17:09 UTC 

[PATCH v3 0/6] SLUB debugfs improvements based on stackdepot
 2022-04-04 16:41 UTC  (7+ messages)
` [PATCH v3 1/6] lib/stackdepot: allow requesting early initialization dynamically
` [PATCH v3 2/6] mm/slub: move struct track init out of set_track()
` [PATCH v3 3/6] mm/slub: use stackdepot to save stack trace in objects
` [PATCH v3 4/6] mm/slub: distinguish and print stack traces in debugfs files
` [PATCH v3 5/6] mm/slub: sort debugfs output by frequency of stack traces
` [PATCH v3 6/6] slab, documentation: add description of debugfs files for SLUB caches

v5.18-rc1: migratepages triggers VM_BUG_ON_FOLIO(folio_nr_pages(old) != nr_pages)
 2022-04-04 16:41 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION 696206280c5e5c028caf9fd259999cb72b1f6127
 2022-04-04 16:40 UTC 

[PATCH v7 00/70] Introducing the Maple Tree
 2022-04-04 14:35 UTC  (71+ 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 05/70] radix tree test suite: Add lockdep_is_held to header
` [PATCH v7 04/70] radix tree test suite: Add support for slab bulk APIs
` [PATCH v7 06/70] mips: Rename mt_init to mips_mt_init
` [PATCH v7 07/70] Maple Tree: Add new data structure
` [PATCH v7 08/70] lib/test_maple_tree: Add testing for maple tree
` [PATCH v7 11/70] arch/arm64: Remove the merge workaround for VMA_ITERATOR
` [PATCH v7 09/70] mm: Start tracking VMAs with maple tree
` [PATCH v7 10/70] mm: Add VMA iterator
` [PATCH v7 13/70] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [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 18/70] proc: Remove VMA rbtree use from nommu
` [PATCH v7 19/70] mm: Remove rb tree
` [PATCH v7 20/70] mmap: Change zeroing of maple tree in __vma_adjust()
` [PATCH v7 22/70] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v7 21/70] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v7 23/70] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v7 24/70] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v7 25/70] mm: Use maple tree operations for find_vma_intersection()
` [PATCH v7 26/70] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v7 27/70] mm: Remove vmacache
` [PATCH v7 29/70] mm/mmap: Move mmap_region() below do_munmap()
` [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 32/70] arm64: Remove mmap linked list from vdso
` [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 36/70] x86: Remove vma "
` [PATCH v7 37/70] xtensa: "
` [PATCH v7 35/70] s390: "
` [PATCH v7 39/70] optee: Remove vma linked list walk
` [PATCH v7 38/70] cxl: "
` [PATCH v7 40/70] um: "
` [PATCH v7 42/70] exec: Use VMA iterator instead of linked list
` [PATCH v7 41/70] coredump: Remove vma linked list walk
` [PATCH v7 43/70] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v7 45/70] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v7 44/70] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [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 50/70] fork: Use VMA iterator
` [PATCH v7 52/70] mm/gup: Use maple tree navigation instead of linked list
` [PATCH v7 53/70] mm/khugepaged: Stop using vma "
` [PATCH v7 54/70] mm/ksm: Use vma iterators instead of "
` [PATCH v7 55/70] mm/madvise: Use vma_find() "
` [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 62/70] mm/oom_kill: Use maple tree iterators "
` [PATCH v7 60/70] mm/mremap: Use vma_find_intersection() "
` [PATCH v7 63/70] mm/pagewalk: Use vma_find() "
` [PATCH v7 65/70] i915: Use the VMA iterator
` [PATCH v7 64/70] mm/swapfile: Use vma iterator instead of vma linked list
` [PATCH v7 66/70] nommu: Remove uses of VMA "
` [PATCH v7 67/70] riscv: Use vma iterator for vdso
` [PATCH v7 69/70] mm/mmap: Drop range_has_overlap() function
` [PATCH v7 68/70] mm: Remove the vma linked list
` [PATCH v7 70/70] mm/mmap.c: Pass in mapping to __vma_link_file()

[PATCH] filemap: remove obsolete comment in lock_page
 2022-04-04 15:32 UTC  (2+ messages)

[mm/slub] 555b8c8cb3: WARNING:at_lib/stackdepot.c:#stack_depot_fetch
 2022-04-04 15:18 UTC  (4+ messages)

[PATCH] highmem: fix checks in __kmap_local_sched_{in,out}
 2022-04-04 15:12 UTC  (2+ messages)

[PATCH v2 00/48] Add KernelMemorySanitizer infrastructure
 2022-04-04 14:56 UTC  (5+ messages)
` [PATCH v2 13/48] kmsan: add KMSAN runtime core
` [PATCH v2 31/48] kernel: kmsan: don't instrument stacktrace.c

[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  (18+ 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 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 1/2] mm: page_alloc: simplify pageblock migratetype check in __free_one_page()
 2022-04-04  8:46 UTC  (10+ 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)

[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 

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] "


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