linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-16 11:59:06 to 2023-01-17 14:33:01 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17 14:32 UTC  (21+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH 00/41] Per-VMA locks
 2023-01-17 14:25 UTC  (16+ messages)
` [PATCH 09/41] mm: rcu safe VMA freeing
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-17 14:21 UTC  (9+ messages)
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing

[PATCHv14 00/17] Linear Address Masking enabling
 2023-01-17 13:57 UTC  (4+ messages)
` [PATCHv14 08/17] x86/mm: Reduce untagged_addr() overhead until the first LAM user

[PATCH RFC] mm+net: allow to set kmem_cache create flag for SLAB_NEVER_MERGE
 2023-01-17 13:40 UTC 

[RFC PATCH V1 1/1] sched/numa: Enhance vma scanning logic
 2023-01-17 13:09 UTC  (3+ messages)

[PATCH] mm: Functions used internally should not be put into slub_def.h
 2023-01-17 12:57 UTC  (4+ messages)
  ` [PATCH] mm: Functions used internally should not be put into

[PATCH v13 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2023-01-17 12:52 UTC  (11+ messages)
` [PATCH v13 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies

[linus:master] [hugetlb] 7118fc2906: kernel_BUG_at_lib/list_debug.c
 2023-01-17 12:20 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 48ed69cf21b26566785dfd48f93dac3463901caf
 2023-01-17 11:38 UTC 

[PATCH] fs/ntfs3: Use __GFP_NOWARN allocation at ntfs_load_attr_list()
 2023-01-17 11:11 UTC  (4+ messages)

[bug report] mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
 2023-01-17 11:03 UTC 

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-17 10:42 UTC  (3+ messages)
` [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address

[RFC PATCH] mm: populate multiple PTEs if file page is large folio
 2023-01-17 10:37 UTC  (4+ messages)

[PATCH for 6.1 regression] mm, mremap: fix mremap() expanding for vma's with vm_ops->close()
 2023-01-17 10:19 UTC 

[PATCH v1 0/3] Introduce per NUMA node memory error statistics
 2023-01-17  9:18 UTC  (12+ messages)
` [PATCH v1 1/3] mm: memory-failure: Add memory failure stats to sysfs
` [PATCH v1 2/3] mm: memory-failure: Bump memory failure stats to pglist_data
` [PATCH v1 3/3] mm: memory-failure: Document memory failure stats

[PATCH] dma-buf: system_heap: avoid reclaim for order 4
 2023-01-17  8:31 UTC  (2+ messages)

[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-17  8:19 UTC  (5+ messages)
` [PATCH v6 07/34] iov_iter: Add a function to extract a page list from an iterator

[PATCHv2] mm: use stack_depot_early_init for kmemleak
 2023-01-17  8:11 UTC 

[PATCH mm v2] mm: hugetlb: Add checks for NULL for vma returned from find_vma
 2023-01-17  7:57 UTC  (2+ messages)

[linux-next:master 5028/5186] htmldocs: Documentation/mm/unevictable-lru.rst:186: WARNING: Title underline too short
 2023-01-17  7:47 UTC 

[PATCH 0/3] Some small improvements for memblock
 2023-01-17  7:31 UTC  (3+ messages)
` [PATCH 3/3] memblock: Avoid useless checks in memblock_merge_regions()

[PATCH] mm: use stack_depot_early_init for kmemleak
 2023-01-17  7:28 UTC  (2+ messages)

[linus:master] [mm, slub] 0af8489b02: kernel_BUG_at_include/linux/mm.h
 2023-01-17  7:19 UTC  (11+ messages)

[PATCH v2 0/4] Add overflow checks for several syscalls
 2023-01-17  7:09 UTC  (6+ messages)
` [PATCH v2 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock
` [PATCH v2 2/4] mm/mempolicy: return EINVAL for if len overflows for set_mempolicy_home_node
` [PATCH v2 3/4] mm/mempolicy: return EINVAL if len overflows for mbind

[linux-next:master 1814/5186] ERROR: modpost: "kunit_running" [drivers/gpu/drm/vc4/vc4.ko] undefined!
 2023-01-17  6:57 UTC 

[syzbot] stack segment fault in truncate_inode_pages_final
 2023-01-17  6:07 UTC  (5+ messages)

remove most callers of write_one_page
 2023-01-17  5:55 UTC  (4+ messages)

[PATCH v3 00/48] VMA tree type safety and remove __vma_adjust()
 2023-01-17  2:34 UTC  (49+ messages)
` [PATCH v3 01/48] maple_tree: Add mas_init() function
` [PATCH v3 02/48] maple_tree: Fix potential rcu issue
` [PATCH v3 04/48] test_maple_tree: Test modifications while iterating
` [PATCH v3 03/48] maple_tree: Reduce user error potential
` [PATCH v3 05/48] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
` [PATCH v3 06/48] maple_tree: Fix mas_prev() and mas_find() state handling
` [PATCH v3 07/48] mm: Expand vma iterator interface
` [PATCH v3 08/48] mm/mmap: convert brk to use vma iterator
` [PATCH v3 09/48] kernel/fork: Convert forking to using the vmi iterator
` [PATCH v3 10/48] mmap: Convert vma_link() vma iterator
` [PATCH v3 12/48] mmap: Change do_mas_munmap and do_mas_aligned_munmap() to use "
` [PATCH v3 11/48] mm/mmap: Remove preallocation from do_mas_align_munmap()
` [PATCH v3 14/48] mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
` [PATCH v3 15/48] ipc/shm: Use the vma iterator for munmap calls
` [PATCH v3 13/48] mmap: Convert vma_expand() to use vma iterator
` [PATCH v3 18/48] mlock: Convert mlock to "
` [PATCH v3 17/48] mm: Change mprotect_fixup "
` [PATCH v3 16/48] userfaultfd: Use "
` [PATCH v3 21/48] task_mmu: Convert to "
` [PATCH v3 19/48] coredump: "
` [PATCH v3 20/48] mempolicy: "
` [PATCH v3 24/48] mmap: Pass through vmi iterator to __split_vma()
` [PATCH v3 22/48] sched: Convert to vma iterator
` [PATCH v3 23/48] madvise: Use vmi iterator for __split_vma() and vma_merge()
` [PATCH v3 25/48] mmap: Use vmi version of vma_merge()
` [PATCH v3 28/48] nommu: Pass through vma iterator to shrink_vma()
` [PATCH v3 26/48] mm/mremap: Use vmi version of vma_merge()
` [PATCH v3 27/48] nommu: Convert nommu to using the vma iterator
` [PATCH v3 29/48] mm: Switch vma_merge(), split_vma(), and __split_vma to "
` [PATCH v3 30/48] mm/damon: Stop using vma_mas_store() for maple tree store
` [PATCH v3 31/48] mmap: Convert __vma_adjust() to use vma iterator
` [PATCH v3 35/48] mm: Pass vma iterator through to __vma_adjust()
` [PATCH v3 32/48] mm: Pass through vma iterator "
` [PATCH v3 34/48] mm: Remove unnecessary write to vma iterator in __vma_adjust()
` [PATCH v3 33/48] madvise: Use split_vma() instead of __split_vma()
` [PATCH v3 37/48] mmap: Clean up mmap_region() unrolling
` [PATCH v3 36/48] mm: Add vma iterator to vma_adjust() arguments
` [PATCH v3 38/48] mm: Change munmap splitting order and move_vma()
` [PATCH v3 41/48] mm/mmap: Use vma_prepare() and vma_complete() in vma_expand()
` [PATCH v3 42/48] mm/mmap: Introduce init_vma_prep() and init_multi_vma_prep()
` [PATCH v3 40/48] mm/mmap: Refactor locking out of __vma_adjust()
` [PATCH v3 39/48] mm/mmap: move anon_vma setting in __vma_adjust()
` [PATCH v3 43/48] mm: Don't use __vma_adjust() in __split_vma()
` [PATCH v3 45/48] mm/mmap: Introduce dup_vma_anon() helper
` [PATCH v3 44/48] mm/mmap: Don't use __vma_adjust() in shift_arg_pages()
` [PATCH v3 48/48] vma_merge: Set vma iterator to correct position
` [PATCH v3 47/48] mm/mmap: Remove __vma_adjust()
` [PATCH v3 46/48] mm/mmap: Convert do_brk_flags() to use vma_prepare() and vma_complete()

BUG: Regression: A Problem with /sys/kernel/debug/kmemleak output: backtrace not printed since 6.2.0-rc1
 2023-01-17  3:14 UTC  (11+ messages)
` [BISECTED] "
  ` INFO: [BISECTED] "
      ` 答复: "
          ` 答复: "

[PATCH 06/11] filemap: Convert filemap_write_and_wait_range() to use errseq
 2023-01-17  2:55 UTC  (2+ messages)

[linux-next:master] [btrfs] 89f6e14228: xfstests.btrfs.177.fail
 2023-01-17  2:22 UTC 

[PATCH linux-next v3] swap_state: update shadow_nodes for anonymous page
 2023-01-17  1:27 UTC  (3+ messages)

[GIT PULL] hotfixes for 6.2-rc5
 2023-01-17  0:48 UTC  (2+ messages)

[PATCH 0/3] Some more filemap folio conversions
 2023-01-16 23:00 UTC  (5+ messages)
` [PATCH 1/3] filemap: Convert filemap_map_pmd() to take a folio
` [PATCH 2/3] filemap: Convert filemap_range_has_page() to use "
` [PATCH 3/3] readahead: Convert readahead_expand() "

[linux-next:master 3826/5009] usr/include/asm/kvm.h:508:17: error: expected specifier-qualifier-list before '__DECLARE_FLEX_ARRAY'
 2023-01-16 22:41 UTC 

[PATCH v3 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-01-16 19:48 UTC  (19+ messages)
` [PATCH v3 1/7] mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
` [PATCH v3 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area
` [PATCH v3 3/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
` [PATCH v3 4/7] mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
` [PATCH v3 5/7] mm/vmalloc: skip the uninitilized vmalloc areas
` [PATCH v3 6/7] powerpc: mm: add VM_IOREMAP flag to the vmalloc area
` [PATCH v3 7/7] sh: mm: set "

[PATCH] rmap: Add folio parameter to __page_set_anon_rmap()
 2023-01-16 19:29 UTC 

[PATCH 0/4] Remove leftover mlock/munlock page wrappers
 2023-01-16 19:28 UTC  (5+ messages)
` [PATCH 1/4] mm: Remove page_evictable()
` [PATCH 2/4] mm: Remove mlock_vma_page()
` [PATCH 3/4] mm: Remove munlock_vma_page()
` [PATCH 4/4] mm: Clean up mlock_page / munlock_page references in comments

[PATCH 0/2] Writeback folio conversions
 2023-01-16 19:25 UTC  (3+ messages)
` [PATCH 1/2] mm/fs: Convert inode_attach_wb() to take a folio
` [PATCH 2/2] mm: Convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()

[PATCH 0/5] Convert various functions in memory.c to use folios
 2023-01-16 19:18 UTC  (6+ messages)
` [PATCH 1/5] mm: Add vma_alloc_zeroed_movable_folio()
` [PATCH 2/5] mm: Convert do_anonymous_page() to use a folio
` [PATCH 3/5] mm: Convert wp_page_copy() to use folios
` [PATCH 4/5] mm: Use a folio in copy_pte_range()
` [PATCH 5/5] mm: Use a folio in copy_present_pte()

[PATCHv2 0/4] zsmalloc: make zspage chain size configurable
 2023-01-16 18:34 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 1ab337b63ead788901ed1fadb16f15cc28ea810a
 2023-01-16 18:13 UTC 

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-16 18:00 UTC  (2+ messages)

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2023-01-16 17:54 UTC  (6+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH] mm/damon/core: skip apply schemes if empty
 2023-01-16 17:31 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c12e2e5b76b2e739ccdf196bee960412b45d5f85
 2023-01-16 17:20 UTC 

[PATCH] mm: do not try to migrate lru_gen if it's not associated with a memcg
 2023-01-16 17:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH][next] mm/secretmem: remove redundant initiialization of pointer file
 2023-01-16 16:43 UTC 

hugetlb-madvise.c:20: warning: "__USE_GNU" redefined
 2023-01-16 16:39 UTC  (2+ messages)

[PATCH V1] lib/scatterlist: Fix to calculate the last_pg properly
 2023-01-16 16:10 UTC  (2+ messages)

kmemleak: KASAN: use-after-free in __lock_acquire (coming from kmemleak_scan())
 2023-01-16 16:02 UTC 

[PATCH mm] mm: hugetlb: Add checks for NULL for vma returned from find_vma. find_vma may return NULL, that's why its return value is usually checked for NULL
 2023-01-16 15:21 UTC  (5+ messages)

[PATCH AUTOSEL 4.14] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2023-01-16 14:05 UTC 

[PATCH AUTOSEL 4.19] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2023-01-16 14:05 UTC 

[PATCH] mm/khugepaged: Fix ->anon_vma race
 2023-01-16 13:47 UTC  (9+ messages)

[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-01-16 13:04 UTC  (3+ messages)
` [PATCHv8 02/14] mm: Add "


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