linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-15 07:29:51 to 2022-02-15 20:19:28 UTC [more...]

[PATCH 1/1] mm: fix use-after-free bug when mm->mmap is reused after being freed
 2022-02-15 20:19 UTC 

[PATCH 00/10] Various fixes around invalidate_page()
 2022-02-15 20:12 UTC  (24+ 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 v3 1/1] mm: fix use-after-free when anon vma name is used after vma is freed
 2022-02-15 20:05 UTC  (5+ messages)

[PATCH v1 0/2] mm: enforce pageblock_order < MAX_ORDER
 2022-02-15 19:53 UTC  (3+ messages)
` [PATCH v1 1/2] cma: factor out minimum alignment requirement

[syzbot] KASAN: use-after-free Read in __oom_reap_task_mm
 2022-02-15 19:43 UTC  (8+ messages)

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

[PATCH v2 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-15 19:35 UTC  (6+ messages)
` [PATCH v2 04/13] mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
` [PATCH v2 10/13] mm/munlock: mlock_page() munlock_page() batch by pagevec

[PATCH][next] treewide: Replace zero-length arrays with flexible-array members
 2022-02-15 19:32 UTC  (5+ messages)

[PATCH v5 0/7] Fix some cache flush bugs
 2022-02-15 19:13 UTC  (5+ messages)
` [PATCH v5 5/7] mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
` [PATCH v5 6/7] mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic()

[linux-next:master 3457/5952] drivers/hwmon/sch56xx-common.o: warning: objtool: sch56xx_init()+0x102: stack state mismatch: cfa1=4+200 cfa2=5+40
 2022-02-15 19:03 UTC 

[PATCH v2 0/4] memcg: robust enforcement of memory.high
 2022-02-15 18:50 UTC  (3+ messages)
` [PATCH v2 4/4] memcg: synchronously enforce memory.high for large overcharges

[PATCH 0/8] Allow DAMON user code independent of monitoring primitives
 2022-02-15 18:46 UTC  (9+ messages)
` [PATCH 1/8] mm/damon: Rename damon_primitives to damon_operations
` [PATCH 2/8] mm/damon: Let monitoring operations can be registered and selected
` [PATCH 3/8] mm/damon/paddr,vaddr: Register themselves to DAMON in subsys_initcall
` [PATCH 4/8] mm/damon/reclaim: Use damon_select_ops() instead of damon_{v,p}a_set_operations()
` [PATCH 5/8] mm/damon/dbgfs: "
` [PATCH 6/8] mm/damon/dbgfs: Use operations id for knowing if the target has pid
` [PATCH 7/8] mm/damon/dbgfs-test: Fix is_target_id() change
` [PATCH 8/8] mm/damon/paddr,vaddr: Remove damon_{p,v}a_{target_valid,set_operations}()

[PATCH] mm/page_alloc: Mark pagesets as __maybe_unused
 2022-02-15 18:43 UTC 

[PATCH mm] fix for "kasan: improve vmalloc tests"
 2022-02-15 18:39 UTC 

[PATCH v2 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-15 18:01 UTC  (4+ messages)
` [PATCH v2 3/4] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed

[PATCH] mm: page_io: fix psi memory pressure error on cold swapins
 2022-02-15 17:44 UTC  (4+ messages)

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

[PATCH v6 00/71] Introducing the Maple Tree
 2022-02-15 14:43 UTC  (72+ 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 05/71] radix tree test suite: Add allocation counts and size to kmem_cache
  ` [PATCH v6 06/71] radix tree test suite: Add support for slab bulk APIs
  ` [PATCH v6 07/71] radix tree test suite: Add lockdep_is_held to header
  ` [PATCH v6 08/71] Maple Tree: Add new data structure
  ` [PATCH v6 09/71] lib/test_maple_tree: Add testing for maple tree
  ` [PATCH v6 10/71] mm: Start tracking VMAs with "
  ` [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 16/71] kernel/fork: Use maple tree for dup_mmap() during forking
  ` [PATCH v6 14/71] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
  ` [PATCH v6 18/71] proc: Remove VMA rbtree use from nommu
  ` [PATCH v6 17/71] damon: Convert __damon_va_three_regions to use the VMA iterator
  ` [PATCH v6 19/71] mm: Remove rb tree
  ` [PATCH v6 20/71] mmap: Change zeroing of maple tree in __vma_adjust()
  ` [PATCH v6 23/71] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
  ` [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 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 26/71] mm/mmap: Use advanced maple tree API for mmap_region()
  ` [PATCH v6 27/71] mm: Remove vmacache
  ` [PATCH v6 28/71] mm: Convert vma_lookup() to use mtree_load()
  ` [PATCH v6 29/71] mm/mmap: Move mmap_region() below do_munmap()
  ` [PATCH v6 30/71] mm/mmap: Reorganize munmap to use maple states
  ` [PATCH v6 32/71] arm64: Remove mmap linked list from vdso
  ` [PATCH v6 31/71] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
  ` [PATCH v6 35/71] s390: Remove vma linked list walks
  ` [PATCH v6 33/71] parisc: Remove mmap linked list from cache handling
  ` [PATCH v6 34/71] powerpc: Remove mmap linked list walks
  ` [PATCH v6 37/71] xtensa: Remove vma "
  ` [PATCH v6 38/71] cxl: Remove vma linked list walk
  ` [PATCH v6 36/71] x86: Remove vma linked list walks
  ` [PATCH v6 40/71] um: Remove vma linked list walk
  ` [PATCH v6 39/71] optee: "
  ` [PATCH v6 41/71] binfmt_elf: "
  ` [PATCH v6 43/71] exec: Use VMA iterator instead of linked list
  ` [PATCH v6 42/71] coredump: Remove vma linked list walk
  ` [PATCH v6 45/71] fs/proc/task_mmu: Stop using linked list and highest_vm_end
  ` [PATCH v6 44/71] fs/proc/base: Use maple tree iterators in place of linked list
  ` [PATCH v6 47/71] ipc/shm: Use VMA iterator instead "
  ` [PATCH v6 46/71] userfaultfd: Use maple tree iterator to iterate VMAs
  ` [PATCH v6 48/71] acct: Use VMA iterator instead of linked list
  ` [PATCH v6 49/71] perf: Use VMA iterator
  ` [PATCH v6 50/71] sched: Use maple tree iterator to walk VMAs
  ` [PATCH v6 51/71] fork: Use VMA iterator
  ` [PATCH v6 52/71] bpf: Remove VMA linked list
  ` [PATCH v6 53/71] mm/gup: Use maple tree navigation instead of "
  ` [PATCH v6 55/71] mm/ksm: Use vma iterators instead of vma "
  ` [PATCH v6 54/71] mm/khugepaged: Stop using "
  ` [PATCH v6 57/71] mm/memcontrol: Stop using mm->highest_vm_end
  ` [PATCH v6 56/71] mm/madvise: Use vma_find() instead of vma linked list
  ` [PATCH v6 58/71] mm/mempolicy: Use vma iterator & maple state "
  ` [PATCH v6 61/71] mm/mremap: Use vma_find_intersection() "
  ` [PATCH v6 60/71] mm/mprotect: Use maple tree navigation "
  ` [PATCH v6 59/71] mm/mlock: Use vma iterator and "
  ` [PATCH v6 62/71] mm/msync: Use vma_find() "
  ` [PATCH v6 63/71] mm/oom_kill: Use maple tree iterators "
  ` [PATCH v6 64/71] mm/pagewalk: Use vma_find() "
  ` [PATCH v6 66/71] i915: Use the VMA iterator
  ` [PATCH v6 65/71] mm/swapfile: Use vma iterator instead of vma linked list
  ` [PATCH v6 68/71] riscv: Use vma iterator for vdso
  ` [PATCH v6 69/71] mm: Remove the vma linked list
  ` [PATCH v6 67/71] nommu: Remove uses of VMA "
  ` [PATCH v6 70/71] mm/mmap: Drop range_has_overlap() function
  ` [PATCH v6 71/71] mm/mmap.c: Pass in mapping to __vma_link_file()

[PATCH mm] fix for "kasan, fork: reset pointer tags of vmapped stacks"
 2022-02-15 16:52 UTC 

[PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4
 2022-02-15 16:07 UTC  (16+ 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] kasan: test: support async (again) and asymm modes for HW_TAGS
 2022-02-15 15:27 UTC 

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

[PATCH 0/5] Follow-up on high-order PCP caching
 2022-02-15 14:51 UTC  (6+ messages)
` [PATCH 1/5] mm/page_alloc: Fetch the correct pcp buddy during bulk free
` [PATCH 2/5] mm/page_alloc: Track range of active PCP lists "
` [PATCH 3/5] mm/page_alloc: Simplify how many pages are selected per pcp list "
` [PATCH 4/5] mm/page_alloc: Free pages in a single pass "
` [PATCH 5/5] mm/page_alloc: Limit number of high-order pages on PCP "

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

[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  (29+ messages)
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [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 14/14] uaccess: drop set_fs leftovers

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

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

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


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