linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
incoming
 2022-03-05  4:28 UTC  (5+ messages)
` [patch 1/8] selftests/vm: cleanup hugetlb file after mremap test
` [patch 2/8] mm: refactor vm_area_struct::anon_vma_name usage code
` [patch 3/8] mm: prevent vm_area_struct::anon_name refcount saturation
` [patch 4/8] mm: fix use-after-free when anon vma name is used after vma is freed

[PATCH v2 0/5] slab cleanups
 2022-03-05  4:21 UTC  (20+ messages)
` [PATCH v2 1/5] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [PATCH v2 2/5] mm/sl[au]b: unify __ksize()
` [PATCH v2 3/5] mm/sl[auo]b: move definition of __ksize() to mm/slab.h
` [PATCH v2 4/5] mm/slub: limit number of node partial slabs only in cache creation
` [PATCH v2 5/5] mm/slub: refactor deactivate_slab()

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-05  3:40 UTC  (7+ messages)

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-03-05  3:39 UTC  (2+ messages)

[PATCH mmotm] mempolicy: mbind_range() set_policy() after vma_merge()
 2022-03-05  2:28 UTC  (8+ messages)

[PATCH 00/16] A few cleanup and fixup patches for migration
 2022-03-05  2:23 UTC  (26+ messages)
` [PATCH 01/16] mm/migration: remove unneeded local variable mapping_locked
` [PATCH 02/16] mm/migration: remove unneeded out label
` [PATCH 03/16] mm/migration: remove unneeded local variable page_lru
` [PATCH 04/16] mm/migration: reduce the rcu lock duration
` [PATCH 05/16] mm/migration: fix the confusing PageTransHuge check
` [PATCH 06/16] mm/migration: use helper function vma_lookup() in add_page_for_migration
` [PATCH 07/16] mm/migration: use helper macro min_t in do_pages_stat
` [PATCH 08/16] mm/migration: avoid unneeded nodemask_t initialization
` [PATCH 09/16] mm/migration: remove some duplicated codes in migrate_pages
` [PATCH 10/16] mm/migration: remove PG_writeback handle in folio_migrate_flags
` [PATCH 11/16] mm/migration: remove unneeded lock page and PageMovable check
` [PATCH 12/16] mm/migration: fix potential page refcounts leak in migrate_pages
` [PATCH 13/16] mm/migration: return errno when isolate_huge_page failed
` [PATCH 14/16] mm/migration: fix potential invalid node access for reclaim-based migration
` [PATCH 15/16] mm/migration: fix possible do_pages_stat_array racing with memory offline
` [PATCH 16/16] mm/migration: fix potential pte_unmap on an not mapped pte

[PATCH] mm/vmalloc: fix comments about vmap_area struct
 2022-03-05  1:15 UTC 

[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
 2022-03-05  0:35 UTC  (9+ messages)
` [patch v3] "
  ` [patch v4] "

Regression of madvise(MADV_COLD) on shmem?
 2022-03-05  0:18 UTC  (2+ messages)

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-04 23:38 UTC  (29+ messages)
` [PATCH v4 01/24] llist: Move llist_{head,node} definition to types.h
` [PATCH v4 02/24] dept: Implement Dept(Dependency Tracker)
` [PATCH v4 03/24] dept: Embed Dept data in Lockdep
` [PATCH v4 04/24] dept: Add a API for skipping dependency check temporarily
` [PATCH v4 05/24] dept: Apply Dept to spinlock
` [PATCH v4 06/24] dept: Apply Dept to mutex families
` [PATCH v4 07/24] dept: Apply Dept to rwlock
` [PATCH v4 08/24] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v4 09/24] dept: Apply Dept to seqlock
` [PATCH v4 10/24] dept: Apply Dept to rwsem
` [PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph
` [PATCH v4 12/24] dept: Introduce split map concept and new APIs for them
` [PATCH v4 13/24] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v4 14/24] dept: Apply SDT to swait
` [PATCH v4 15/24] dept: Apply SDT to wait(waitqueue)
` [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v4 17/24] dept: Distinguish each syscall context from another
` [PATCH v4 18/24] dept: Distinguish each work "
` [PATCH v4 19/24] dept: Disable Dept within the wait_bit layer by default
` [PATCH v4 20/24] dept: Add nocheck version of init_completion()
` [PATCH v4 21/24] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH v4 22/24] dept: Don't create dependencies between different depths in any case
` [PATCH v4 23/24] dept: Let it work with real sleeps in __schedule()
` [PATCH v4 24/24] dept: Disable Dept on that map once it's been handled until next turn

[PATCH mmotm] mm: delete __ClearPageWaiters()
 2022-03-04 21:25 UTC  (6+ messages)
        ` [PATCH mmotm v2] "

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-03-04 20:32 UTC  (4+ messages)
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove

[PATCH v4] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2022-03-04 20:30 UTC  (2+ messages)

[linux-next:master 3267/10468] drm_dp_mst_topology.c:undefined reference to `__drm_atomic_helper_private_obj_duplicate_state'
 2022-03-04 20:26 UTC  (2+ messages)

[PATCH 0/4] A few fixup patches for memory failure
 2022-03-04 19:32 UTC  (8+ messages)
` [PATCH 1/4] mm/memory-failure.c: fix race with changing page compound again
` [PATCH 2/4] mm/memory-failure.c: fix wrong user reference report
` [PATCH 4/4] mm/memory-failure.c: fix potential VM_BUG_ON_PAGE in split_huge_page_to_list

[PATCH] mm: madvise: MADV_DONTNEED_LOCKED
 2022-03-04 19:26 UTC  (3+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-04 19:24 UTC  (8+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE

[PATCH v2] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-04 19:19 UTC  (2+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-03-04 19:13 UTC  (14+ messages)

[PATCH] mm: thp: don't have to lock page anymore when splitting PMD
 2022-03-04 19:01 UTC  (5+ messages)

[PATCH] memcg: sync flush only if periodic flush is delayed
 2022-03-04 18:53 UTC  (2+ messages)

[RFC PATCH 0/2] Alloc kfence_pool after system startup
 2022-03-04 18:14 UTC  (9+ messages)
` [RFC PATCH 1/2] kfence: Allow re-enabling KFENCE "
` [RFC PATCH 2/2] kfence: Alloc kfence_pool "

[perf vendor events] 3f5f0df7bf: perf-sanity-tests.perf_all_metrics_test.fail
 2022-03-04 18:10 UTC  (2+ messages)

mmotm 2022-03-03-21-24 uploaded
 2022-03-04 17:42 UTC  (5+ messages)
` mmotm 2022-03-03-21-24 uploaded [drivers/platform/x86/x86-android-tablets.ko]
` mmotm 2022-03-03-21-24 uploaded (sound/soc/intel/boards/)
` mmotm 2022-03-03-21-24 uploaded (security/apparmor/policy_unpack.o)

[PATCH 0/5] SLUB debugfs improvements based on stackdepot
 2022-03-04 17:25 UTC  (3+ messages)

[PATCH v4 0/4] MIPS: Modify mem= and memmap= parameter
 2022-03-04 17:11 UTC  (10+ messages)
` [PATCH v4 1/4] MIPS: Refactor early_parse_mem() to fix mem= parameter

[PATCH] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-04 16:50 UTC  (5+ messages)

slabinfo shows incorrect active_objs ???
 2022-03-04 16:29 UTC  (4+ messages)

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-04 16:14 UTC  (17+ messages)
` [PATCH v11 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v11 42/45] virt: Add SEV-SNP guest driver
` [PATCH v11 44/45] virt: sevguest: Add support to get extended report

[PATCH V3] selftests: vm: Add test for Soft-Dirty PTE bit
 2022-03-04 16:14 UTC  (6+ messages)

[PATCH v7 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
 2022-03-04 15:21 UTC  (9+ messages)
` [PATCH v7 3/5] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v7 4/5] mm/sparse-vmemmap: improve memory savings for compound devmaps
` [PATCH v7 5/5] mm/page_alloc: reuse tail struct pages "

[PATCH 1/2] kselftest/vm: override TARGETS from arguments
 2022-03-04 14:50 UTC  (3+ messages)
  ` [External] "

[PATCH] mm: madvise: MADV_DONTNEED_LOCKED
 2022-03-04 13:08 UTC  (4+ messages)

[PATCH] memblock tests: Fix testing with 32-bit physical addresses
 2022-03-04 12:52 UTC 

[PATCH v2 0/6] SLUB debugfs improvements based on stackdepot
 2022-03-04 12:10 UTC  (9+ messages)
` [PATCH v2 1/6] lib/stackdepot: allow requesting early initialization dynamically
  ` [PATCH v3r0 "
` [PATCH v2 3/6] mm/slub: use stackdepot to save stack trace in objects

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-03-04 11:14 UTC  (7+ messages)
` [PATCH 06/11] ceph: remove reliance on bdi congestion

[PATCH v3] userfaultfd: provide unmasked address on page-fault
 2022-03-04 10:38 UTC  (5+ messages)

[PATCH] lib/test_meminit: add checks for the allocation functions
 2022-03-04  9:12 UTC 

[PATCH] userfaultfd/selftests: fix uninitialized_var.cocci warning
 2022-03-04  8:23 UTC 

[PATCH v2] binfmt_elf: Introduce KUnit test
 2022-03-04  7:52 UTC  (2+ messages)

[btrfs] 3626a285f8: divide_error:#[##]
 2022-03-04  7:26 UTC  (4+ messages)

mmotm 2022-03-02-16-53 uploaded
 2022-03-04  6:09 UTC  (3+ messages)
` mmotm 2022-03-02-16-53 uploaded (drivers/i2c/busses/i2c-designware-platdrv.c)

[PATCH mmotm] mm: filemap_unaccount_folio() large skip mapcount fixup
 2022-03-04  5:26 UTC  (3+ messages)

[linux-next:master 4865/10468] include/asm-generic/io.h:464:31: warning: performing pointer arithmetic on a null pointer has undefined behavior err: false
 2022-03-04  5:20 UTC 

[PATCH v7 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2022-03-04  5:17 UTC  (24+ messages)
` [PATCH v7 01/23] mm: Introduce PTE_MARKER swap entry
` [PATCH v7 02/23] mm: Teach core mm about pte markers
` [PATCH v7 03/23] mm: Check against orig_pte for finish_fault()
` [PATCH v7 04/23] mm/uffd: PTE_MARKER_UFFD_WP
` [PATCH v7 05/23] mm/shmem: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v7 06/23] mm/shmem: Handle uffd-wp special pte in page fault handler
` [PATCH v7 07/23] mm/shmem: Persist uffd-wp bit across zapping for file-backed
` [PATCH v7 08/23] mm/shmem: Allow uffd wr-protect none pte for file-backed mem
` [PATCH v7 09/23] mm/shmem: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v7 10/23] mm/shmem: Handle uffd-wp during fork()
` [PATCH v7 11/23] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v7 12/23] mm/hugetlb: Hook page faults for uffd write protection
` [PATCH v7 13/23] mm/hugetlb: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v7 14/23] mm/hugetlb: Handle UFFDIO_WRITEPROTECT
` [PATCH v7 15/23] mm/hugetlb: Handle pte markers in page faults
` [PATCH v7 16/23] mm/hugetlb: Allow uffd wr-protect none ptes
` [PATCH v7 17/23] mm/hugetlb: Only drop uffd-wp special pte if required
` [PATCH v7 18/23] mm/hugetlb: Handle uffd-wp during fork()
` [PATCH v7 19/23] mm/khugepaged: Don't recycle vma pgtable if uffd-wp registered
` [PATCH v7 20/23] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v7 21/23] mm/uffd: Enable write protection for shmem & hugetlbfs
` [PATCH v7 22/23] mm: Enable PTE markers by default
` [PATCH v7 23/23] selftests/uffd: Enable uffd-wp for shmem/hugetlbfs

[PATCH mmotm] mm: warn on deleting redirtied only if accounted
 2022-03-04  4:38 UTC  (2+ messages)

[PATCH mmotm] mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
 2022-03-04  4:31 UTC 

page:  |  | latest

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