linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 00/71] Introducing the Maple Tree
 2022-02-15 14:43 UTC  (30+ messages)
` [PATCH v6 01/71] binfmt_elf: Take the mmap lock when walking the VMA list
  ` [PATCH v6 03/71] radix tree test suite: Add pr_err define
  ` [PATCH v6 02/71] xarray: Fix bitmap breakage
  ` [PATCH v6 04/71] radix tree test suite: Add kmem_cache_set_non_kernel()
  ` [PATCH v6 06/71] radix tree test suite: Add support for slab bulk APIs
  ` [PATCH v6 08/71] Maple Tree: Add new data structure
  ` [PATCH v6 10/71] mm: Start tracking VMAs with maple tree
  ` [PATCH v6 11/71] mm: Add VMA iterator
  ` [PATCH v6 12/71] mmap: Use the VMA iterator in count_vma_pages_range()
  ` [PATCH v6 13/71] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
  ` [PATCH v6 15/71] mm/mmap: Use maple tree for unmapped_area{_topdown}
  ` [PATCH v6 21/71] xen: Use vma_lookup() in privcmd_ioctl_mmap()
  ` [PATCH v6 22/71] mm: Optimize find_exact_vma() to use vma_lookup()
  ` [PATCH v6 23/71] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
  ` [PATCH v6 26/71] mm/mmap: Use advanced maple tree API for mmap_region()
  ` [PATCH v6 25/71] mm: Use maple tree operations for find_vma_intersection()
  ` [PATCH v6 24/71] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
  ` [PATCH v6 28/71] mm: Convert vma_lookup() to use mtree_load()
  ` [PATCH v6 30/71] mm/mmap: Reorganize munmap to use maple states
  ` [PATCH v6 31/71] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
  ` [PATCH v6 34/71] powerpc: Remove mmap linked list walks
  ` [PATCH v6 35/71] s390: Remove vma "
  ` [PATCH v6 33/71] parisc: Remove mmap linked list from cache handling
  ` [PATCH v6 36/71] x86: Remove vma linked list walks
  ` [PATCH v6 39/71] optee: Remove vma linked list walk
  ` [PATCH v6 40/71] um: "
  ` [PATCH v6 41/71] binfmt_elf: "
  ` [PATCH v6 49/71] perf: Use VMA iterator
  ` [PATCH v6 48/71] acct: Use VMA iterator instead of linked list

[PATCH v10 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-15 14:41 UTC  (9+ messages)
` [PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-02-15 14:14 UTC  (7+ messages)
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-15 13:28 UTC  (53+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 14/14] uaccess: drop set_fs leftovers

tools/cgroup/memcg_slabinfo.py is broken
 2022-02-15 13:22 UTC 

[PATCH v2] mm: clean up hwpoison page cache page in fault path
 2022-02-15 12:51 UTC  (6+ messages)

[PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4
 2022-02-15 12:41 UTC  (14+ messages)
` [PATCH v4 01/13] powerpc: Fix 'sparse' checking on PPC64le
` [PATCH v4 02/13] powerpc: Move and rename func_descr_t
` [PATCH v4 03/13] powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
` [PATCH v4 04/13] powerpc: Remove "
` [PATCH v4 05/13] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v4 06/13] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v4 07/13] asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
` [PATCH v4 08/13] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v4 09/13] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v4 10/13] lkdtm: Force do_nothing() out of line
` [PATCH v4 11/13] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v4 12/13] lkdtm: Fix execute_[user]_location()
` [PATCH v4 13/13] lkdtm: Add a test for function descriptors protection

[PATCH v6 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-02-15 12:16 UTC  (10+ messages)
` [PATCH v6 01/10] mm: add zone device coherent type memory support

[PATCH v2 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-15 12:03 UTC  (5+ messages)
` [PATCH v2 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing

[PATCH v2 0/2] drivers/base/memory: determine and store zone for single-zone memory blocks
 2022-02-15 10:48 UTC  (3+ messages)
` [PATCH v2 2/2] "

[syzbot] KASAN: use-after-free Read in __oom_reap_task_mm
 2022-02-15  9:59 UTC  (3+ messages)

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-15  9:43 UTC  (4+ messages)
` [PATCH v7 04/12] mm: multigenerational LRU: groundwork

[PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
 2022-02-15  9:42 UTC  (4+ messages)
` [PATCH v10.1 "

[PATCH 00/10] Various fixes around invalidate_page()
 2022-02-15  9:38 UTC  (34+ messages)
` [PATCH 01/10] splice: Use a folio in page_cache_pipe_buf_try_steal()
` [PATCH 02/10] mm/truncate: Inline invalidate_complete_page() into its one caller
` [PATCH 03/10] mm/truncate: Convert invalidate_inode_page() to use a folio
` [PATCH 04/10] mm/truncate: Replace page_mapped() call in invalidate_inode_page()
` [PATCH 05/10] mm: Convert remove_mapping() to take a folio
` [PATCH 06/10] mm/truncate: Split invalidate_inode_page() into mapping_shrink_folio()
` [PATCH 07/10] mm/truncate: Convert __invalidate_mapping_pages() to use a folio
` [PATCH 08/10] mm: Turn deactivate_file_page() into deactivate_file_folio()
` [PATCH 09/10] mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pages()
` [PATCH 10/10] fs: Move many prototypes to pagemap.h

[PATCH 0/8] mm/memory-failure.c: A few cleanup patches for memory failure
 2022-02-15  9:35 UTC  (11+ messages)
` [PATCH 2/8] mm/memory-failure.c: avoid walking page table when vma_address() return -EFAULT
` [PATCH 4/8] mm/memory-failure.c: remove unneeded orig_head

[PATCH] [v2] mm: move oom_kill sysctls to their own file
 2022-02-15  9:32 UTC 

[PATCH] lib/test_hmm: use min() to make code cleaner
 2022-02-15  9:15 UTC 

[PATCH 00/35] Shadow stacks for userspace
 2022-02-15  8:49 UTC  (5+ messages)
` [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size'

[PATCH 0/2] mm/page_alloc: Remote per-cpu lists drain support
 2022-02-15  8:47 UTC  (4+ messages)
` [PATCH 2/2] mm/page_alloc: Add remote draining support to per-cpu lists

[PATCH] mm: move oom_kill sysctls to their own file
 2022-02-15  8:36 UTC  (6+ messages)

[PATCH v6] mm: Uninline copy_overflow()
 2022-02-15  7:42 UTC  (9+ messages)

[PATCH linux-next] Fix shmem huge page failed to set F_SEAL_WRITE attribute problem
 2022-02-15  7:37 UTC 

[PATCH] mm/pages_alloc.c: Don't create ZONE_MOVABLE beyond the end of a node
 2022-02-15  6:15 UTC  (4+ messages)

[PATCH v2 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-15  2:42 UTC  (14+ messages)
` [PATCH v2 01/13] mm/munlock: delete page_mlock() and all its works
` [PATCH v2 02/13] mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE
` [PATCH v2 03/13] mm/munlock: delete munlock_vma_pages_all(), allow oomreap
` [PATCH v2 04/13] mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
` [PATCH v2 05/13] mm/munlock: replace clear_page_mlock() by final clearance
` [PATCH v2 06/13] mm/munlock: maintain page->mlock_count while unevictable
` [PATCH v2 07/13] mm/munlock: mlock_pte_range() when mlocking or munlocking
` [PATCH v2 08/13] mm/migrate: __unmap_and_move() push good newpage to LRU
` [PATCH v2 09/13] mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
` [PATCH v2 10/13] mm/munlock: mlock_page() munlock_page() batch by pagevec
` [PATCH v2 11/13] mm/munlock: page migration needs mlock pagevec drained
` [PATCH v2 12/13] mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
` [PATCH v2 13/13] mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP

mmotm 2022-02-14-17-46 uploaded
 2022-02-15  1:46 UTC 

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

[PATCH 00/21 V4] Repair SWAP-over_NFS
 2022-02-14 23:50 UTC  (4+ messages)
` [PATCH 01/21] MM: create new mm/swap.h header file

[PATCH] mm: page_io: fix psi memory pressure error on cold swapins
 2022-02-14 22:48 UTC  (2+ messages)

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2022-02-14 21:10 UTC  (2+ messages)

[PATCH v3] mm/oom: do not oom reap task with an unresolved robust futex
 2022-02-14 20:39 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 259cbfc98c55ba3b6ef6e61fb7cfc3751dfded1e
 2022-02-14 20:25 UTC 

[PATCH v2 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-14 19:53 UTC  (8+ messages)
` [PATCH v2 1/4] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
` [PATCH v2 2/4] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH v2 3/4] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed

[linux-next:master 72/5679] nds32le-linux-ld: undefined reference to `__trace_hardirqs_off'
 2022-02-14 19:02 UTC 

[PATCH v1 0/2] mm: enforce pageblock_order < MAX_ORDER
 2022-02-14 18:05 UTC  (5+ messages)
` [PATCH v1 1/2] cma: factor out minimum alignment requirement
` [PATCH v1 2/2] mm: enforce pageblock_order < MAX_ORDER

start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-14 17:37 UTC  (3+ messages)
` [PATCH 09/27] mm: generalize the pgmap based page_free infrastructure

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox