linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-19 21:43:17 to 2022-08-22 15:07:15 UTC [more...]

[PATCH v13 00/70] Introducing the Maple Tree
 2022-08-22 15:06 UTC  (40+ 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 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 22/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [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 35/70] x86: remove vma "
` [PATCH v13 36/70] xtensa: "
` [PATCH v13 39/70] um: remove vma linked list walk
` [PATCH v13 38/70] optee: "
` [PATCH v13 43/70] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v13 44/70] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v13 49/70] fork: use VMA iterator
` [PATCH v13 48/70] sched: use maple tree iterator to walk VMAs
` [PATCH v13 51/70] mm/gup: use maple tree navigation instead of linked list
` [PATCH v13 50/70] bpf: remove VMA "
` [PATCH v13 55/70] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v13 57/70] mm/mlock: use vma iterator and maple state instead of vma linked list
` [PATCH v13 60/70] mm/msync: use vma_find() "
` [PATCH v13 64/70] i915: use the VMA iterator

[PATCH 0/3] memcg: optimizatize charge codepath
 2022-08-22 14:55 UTC  (15+ 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 0/6] Minor improvements for pagewalk code
 2022-08-22 13:04 UTC  (6+ 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] 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 

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

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-22 11:29 UTC  (7+ messages)
          ` [RFD RESEND] cgroup: Persistent memory usage tracking

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

[bug report] mm: multi-gen LRU: debugfs interface
 2022-08-22 11:21 UTC 

[PATCH] Docs/admin-guide/mm/damon/usage: fix the example code snip
 2022-08-22 10:56 UTC 

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

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

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

[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-22  6:38 UTC  (26+ 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 04/11] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v2 05/11] hexagon: "
` [PATCH v2 06/11] ia64: "
` [PATCH v2 07/11] openrisc: "
` [PATCH v2 08/11] parisc: "
` [PATCH v2 09/11] s390: "
` [PATCH v2 10/11] sh: "
` [PATCH v2 11/11] xtensa: "

[PATCH v3] mm/damon/dbgfs: avoid duplicate context directory creation
 2022-08-22  6:24 UTC  (2+ messages)

[PATCH] ksm: count allocated ksm rmap_items for each process
 2022-08-22  5:36 UTC 

[PATCH v15 00/10] mm/demotion: Memory tiers and demotion
 2022-08-22  3:41 UTC  (5+ messages)

[bug report] mm/hugetlb: various bugs with avoid_reserve case in alloc_huge_page()
 2022-08-22  3:13 UTC  (5+ messages)

[PATCH -next] mm, proc: collect percpu free pages into the free pages
 2022-08-22  3:33 UTC  (2+ messages)
` [PATCH -next v2] "

[PATCH 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
 2022-08-22  2:33 UTC  (4+ messages)
` [PATCH 1/3] memblock test: Add test to memblock_add() "
` [PATCH 2/3] memblock test: Add test to memblock_reserve() "
` [PATCH 3/3] memblock test: Update TODO list

[mm/memcontrol.c] 873f64b791: hackbench.throughput 55.9% improvement
 2022-08-22  1:43 UTC 

[PATCH linux-next v2] mm/slub: Remove the unneeded result variable
 2022-08-22  1:38 UTC 

[PATCH] mm/gup.c: Fix return value for __gup_longterm_locked()
 2022-08-22  0:14 UTC  (2+ messages)

[syzbot] general protection fault in vma_is_shmem
 2022-08-22  0:10 UTC  (4+ messages)

[PATCH] xfs: on memory failure, only shut down fs after scanning all mappings
 2022-08-21 23:32 UTC  (2+ messages)

[syzbot] general protection fault in sanity_check_pinned_pages
 2022-08-21 23:01 UTC  (2+ messages)

6.0-rc1 BUG squashfs_decompress, and sleeping function called from invalid context at include/linux/sched/mm.h
 2022-08-21 20:44 UTC  (2+ messages)

[PATCH v2] mm/damon/dbgfs: avoid duplicate context directory creation
 2022-08-21 17:52 UTC  (8+ messages)

[PATCH] mm: Skip retry when new limit is not below old one in page_counter_set_max
 2022-08-21 15:40 UTC 

[lib/dump_stack] 38a12ad69d: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/rwsem.c
 2022-08-21 13:54 UTC 

[mm] 96db82a66d: will-it-scale.per_process_ops -95.3% regression
 2022-08-21 12:43 UTC 

[PATCH v1] mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
 2022-08-21 11:28 UTC  (8+ messages)
      ` [PATCH] sched/all: Change BUG_ON() instances to WARN_ON()
          ` [PATCH v2] sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-21 10:27 UTC  (10+ messages)

[page_ext] a02a0e703b: Kernel_panic-not_syncing:Out_of_memory
 2022-08-21  8:36 UTC  (2+ messages)

[PATCH 0/3] Fix some issues when looking up hugetlb page
 2022-08-21  5:54 UTC  (3+ messages)

[PATCH v2 1/2] mm/damon: validate if the pmd entry is present before accessing
 2022-08-21  5:46 UTC  (4+ messages)

Western website contact form : ooyp4g
 2022-08-21  0:44 UTC 

[PATCH v3] mm: add thp_utilization metrics to debugfs
 2022-08-20 22:07 UTC  (2+ messages)

drivers/staging/rtl8712/rtl871x_cmd.c:670:27: sparse: sparse: incorrect type in assignment (different base types)
 2022-08-20 21:08 UTC 

[PATCH] mm: fix pgdat->kswap accessed concurrently
 2022-08-20 20:59 UTC  (3+ messages)

[PATCH for-mm-unstable] kernel/sched/fair: include missed header file, memory-tiers.h
 2022-08-20 19:07 UTC 

[ata] 0568e61225: stress-ng.copy-file.ops_per_sec -15.0% regression
 2022-08-20 16:36 UTC  (12+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 157/170] kernel/sched/fair.c:1571:14: error: implicit declaration of function 'node_is_toptier'
 2022-08-20 10:28 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 101/170] mm/memory.c:68:10: fatal error: linux/memory-tiers.h: No such file or directory
 2022-08-20 10:28 UTC 

[PATCH V10 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-08-20  9:56 UTC  (2+ messages)
  ` [PATCH V10 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()

[linux-next:master 329/2265] drivers/gpu/drm/tests/drm_buddy_test.c:431:7: warning: Local variable 'order' shadows outer variable [shadowVariable]
 2022-08-20  9:47 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 157/170] kernel/sched/fair.c:1571:7: error: call to undeclared function 'node_is_toptier'; ISO C99 and later do not support implicit function declarations
 2022-08-20  9:06 UTC 

[PATCH 0/8] memblock tests: update and extend memblock simulator
 2022-08-20  8:40 UTC  (4+ messages)
` [PATCH 8/8] memblock tests: add tests for memblock_trim_memory

Best Rank
 2022-08-20  6:42 UTC 

[PATCH v2] f2fs: use memcpy_{to,from}_page() where possible
 2022-08-20  2:39 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2] f2fs: use memcpy_{to, from}_page() "

[PATCH v2] mm/mempolicy: fix lock contention on mems_allowed
 2022-08-20  2:06 UTC  (2+ messages)

[PATCH v3] mm: release private data before split THP
 2022-08-20  1:48 UTC  (3+ messages)

[PATCH 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-20  0:49 UTC  (4+ messages)
` [PATCH 02/11] mm: ioremap: fixup the physical address

[PATCH v2 1/2] selftests/vm: fix inability to build any vm tests
 2022-08-20  0:14 UTC  (5+ messages)
` [PATCH v2 2/2] selftests/vm: use top_srcdir instead of recomputing relative paths

[PATCH RESEND] mm: hugetlb: simplify per-node sysfs creation and removal
 2022-08-19 23:41 UTC  (2+ messages)

[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-19 23:01 UTC  (12+ messages)
` [PATCH v3 bpf-next 03/15] selftests/bpf: Improve test coverage of test_maps
` [PATCH v3 bpf-next 07/15] bpf: Optimize call_rcu in non-preallocated hash map
` [PATCH v3 bpf-next 11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v3 bpf-next 12/15] bpf: Remove tracing program restriction on map types
` [PATCH v3 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v3 bpf-next 14/15] bpf: Remove prealloc-only restriction for "
` [PATCH v3 bpf-next 15/15] bpf: Introduce sysctl kernel.bpf_force_dyn_alloc

[PATCH] f2fs: use memcpy_{to,from}_page() where possible
 2022-08-19 22:36 UTC  (3+ messages)

[PATCH] fs-verity: use kmap_local_page() instead of kmap()
 2022-08-19 22:31 UTC  (4+ messages)

some debugging works
 2022-08-19 22:08 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).