linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-16 20:15:40 to 2023-01-17 19:13:29 UTC [more...]

[PATCH] mm/khugepaged: Fix ->anon_vma race
 2023-01-17 19:12 UTC  (6+ messages)

[PATCH v3 00/48] VMA tree type safety and remove __vma_adjust()
 2023-01-17 19:11 UTC  (50+ 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()

[PATCH 00/41] Per-VMA locks
 2023-01-17 19:06 UTC  (52+ messages)
` [PATCH 09/41] mm: rcu safe VMA freeing
` [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
` [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
` [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
` [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
` [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
` [PATCH 40/41] mm: separate vma->lock from vm_area_struct
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[linus:master] [hugetlb] 7118fc2906: kernel_BUG_at_lib/list_debug.c
 2023-01-17 18:50 UTC  (7+ messages)

[PATCH] mm/hugetlb: convert get_hwpoison_huge_page() to folios
 2023-01-17 18:45 UTC  (2+ messages)

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

[PATCH v1 0/3] Introduce per NUMA node memory error statistics
 2023-01-17 18:33 UTC  (13+ 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

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

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

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-17 17:25 UTC  (4+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17 17:25 UTC  (22+ 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 RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-17 17:19 UTC  (8+ messages)
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address

[PATCH] zsmalloc: avoid unused-function warning
 2023-01-17 17:04 UTC 

[linux-next:master] BUILD REGRESSION 9ce08dd7ea24253aac5fd2519f9aea27dfb390c9
 2023-01-17 16:44 UTC 

[PATCH] fork, vmalloc: KASAN-poison backing pages of vmapped stacks
 2023-01-17 16:35 UTC 

[PATCH 0/8] Simplify the external interface for GUP
 2023-01-17 15:58 UTC  (9+ messages)
` [PATCH 1/8] mm/gup: have internal functions get the mmap_read_lock()
` [PATCH 2/8] mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be set
` [PATCH 3/8] mm/gup: simplify the external interface functions and consolidate invariants
` [PATCH 4/8] mm/gup: add an assertion that the mmap lock is locked
` [PATCH 5/8] mm/gup: add FOLL_UNLOCK
` [PATCH 6/8] mm/gup: make locked never NULL in the internal GUP functions
` [PATCH 7/8] mm/gup: remove pin_user_pages_fast_only()
` [PATCH 8/8] mm/gup: make get_user_pages_fast_only() return the common return value

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

[RFC] memory pressure detection in VMs using PSI mechanism for dynamically inflating/deflating VM memory
 2023-01-17 15:33 UTC  (2+ messages)

[PATCH RFC] mm+net: allow to set kmem_cache create flag for SLAB_NEVER_MERGE
 2023-01-17 14:54 UTC  (2+ messages)

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

[PATCH] mm: Functions used internally should not be put into slub_def.h
 2023-01-17 12:57 UTC  (3+ 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

[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 for 6.1 regression] mm, mremap: fix mremap() expanding for vma's with vm_ops->close()
 2023-01-17 10:19 UTC 

[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  (4+ messages)
` [PATCH v2 1/4] mm/mlock: return EINVAL if len overflows for mlock/munlock

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

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  (2+ 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  (2+ messages)

[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 


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