linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-21 11:04:23 to 2024-02-22 11:51:07 UTC [more...]

[PATCH v2 00/14] Fast kernel headers: split linux/mm.h
 2024-02-22 11:50 UTC 

[PATCH] mm/mmap: remove the mm parameter in vma_complete()
 2024-02-22 10:26 UTC  (3+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2024-02-22 10:20 UTC  (4+ messages)
` [PATCH v3 1/4] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags

[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2024-02-22 10:09 UTC  (3+ messages)

[PATCH v2] mm, vmscan: don't turn on cache_trim_mode at high scan priorities
 2024-02-22 10:01 UTC  (5+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-02-22  9:59 UTC  (53+ messages)
` [PATCH v4 01/36] fix missing vmalloc.h includes
` [PATCH v4 02/36] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 04/36] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 11/36] lib: code tagging framework
` [PATCH v4 12/36] lib: code tagging module support
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 14/36] lib: add allocation tagging support for memory allocation profiling
` [PATCH v4 15/36] lib: introduce support for page allocation tagging
` [PATCH v4 16/36] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v4 17/36] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v4 18/36] mm: enable page allocation tagging
` [PATCH v4 19/36] mm: create new codetag references during page splitting
` [PATCH v4 20/36] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v4 21/36] lib: add codetag reference into slabobj_ext
` [PATCH v4 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 23/36] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 25/36] mempool: Hook up to memory allocation profiling
` [PATCH v4 26/36] mm: percpu: Introduce pcpuobj_ext
` [PATCH v4 27/36] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v4 28/36] mm: percpu: enable per-cpu allocation tagging
` [PATCH v4 29/36] mm: vmalloc: Enable memory allocation profiling
` [PATCH v4 30/36] rhashtable: Plumb through alloc tag
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()
` [PATCH v4 32/36] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v4 33/36] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v4 34/36] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v4 35/36] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v4 36/36] memprofiling: Documentation

[linux-next:master 7475/8619] arch/x86/kvm/xen.c:660:46: sparse: sparse: incorrect type in initializer (different address spaces)
 2024-02-22  9:58 UTC 

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-02-22  9:24 UTC  (5+ messages)
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd

[PATCH] mm/page_alloc: Make check_new_page return bool
 2024-02-22  9:19 UTC 

[PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
 2024-02-22  9:12 UTC  (7+ messages)

[PATCH] mm/mmap: convert all mas except mas_detach to vma iterator
 2024-02-22  8:56 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] Hugetlb Unifications
 2024-02-22  8:50 UTC 

[PATCH v2] mm/mmap: return early if it can't merge in vma_merge()
 2024-02-22  8:41 UTC  (7+ messages)

[PATCH] mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE fails
 2024-02-22  8:43 UTC  (2+ messages)

[PATCH v3 00/11] Mitigate a vmap lock contention v3
 2024-02-22  8:35 UTC  (2+ messages)

[PATCH v6 0/2] zswap: remove the memcpy if acomp is not sleepable
 2024-02-22  8:11 UTC  (3+ messages)
` [PATCH v6 1/2] crypto: introduce: acomp_is_async to expose if comp drivers might sleep
` [PATCH v6 2/2] mm/zswap: remove the memcpy if acomp is not sleepable

[RCF 0/1] mm/mempolicy: weighted interleave system default weights
 2024-02-22  7:10 UTC  (3+ messages)
` [RFC 1/1] mm/mempolicy: introduce system default interleave weights

[RFC] Analyzing zpool allocators / Removing zbud and z3fold
 2024-02-22  6:46 UTC  (5+ messages)
` [External] "

[PATCH v3 3/3] selftests: add zswapin and no zswap tests
 2024-02-22  4:31 UTC  (2+ messages)
` [PATCH v3 3/3] selftests: add zswapin and no zswap tests (fix)

[PATCH v2 0/5] Handle hugetlb faults under the VMA lock
 2024-02-22  3:55 UTC  (11+ messages)
` [PATCH v2 1/5] mm/memory: Change vmf_anon_prepare() to be non-static
` [PATCH v2 2/5] hugetlb: Move vm_struct declaration to the top of hugetlb_fault()
` [PATCH v2 3/5] hugetlb: Pass struct vm_fault through to hugetlb_handle_userfault()
` [PATCH v2 4/5] hugetlb: Use vmf_anon_prepare() instead of anon_vma_prepare()
` [PATCH v2 5/5] hugetlb: Allow faults to be handled under the VMA lock

[PATCH] mm, vmscan: Don't turn on cache_trim_mode at the highest scan priority
 2024-02-22  3:27 UTC  (6+ messages)

[PATCH 0/3] cleanup of SLAB_ flags
 2024-02-22  3:13 UTC  (11+ messages)
` [PATCH 1/3] mm, slab: deprecate SLAB_MEM_SPREAD flag
` [PATCH 2/3] mm, slab: use an enum to define SLAB_ cache creation flags
` [PATCH 3/3] mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGE

[syzbot] [virtualization?] linux-next boot error: WARNING: refcount bug in __free_pages_ok
 2024-02-22  3:06 UTC  (2+ messages)

[PATCH v2 stable] memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()
 2024-02-22  3:02 UTC 

[PATCH] mm/z3fold:remove unneeded spinlock in z3fold_alloc
 2024-02-22  2:40 UTC  (3+ messages)
  ` [External] "

[PATCH v11 1/3] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
 2024-02-22  2:07 UTC  (3+ messages)

[PATCH stable] memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()
 2024-02-22  2:01 UTC  (5+ messages)

[linux-next:master] [net] fd4f101edb: stress-ng.msg.ops_per_sec 29.2% improvement
 2024-02-22  2:00 UTC 

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-02-22  1:32 UTC  (15+ messages)
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 11/28] riscv: Implementing "PROT_SHADOWSTACK" on riscv
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 18/28] prctl: arch-agnostic prtcl for indirect branch tracking

[PATCH v3 00/10] IOMMU memory observability
 2024-02-22  0:27 UTC  (9+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[RFC PATCH v6 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-22  0:20 UTC  (2+ messages)

[PATCH] mm: compaction: refactor compact_node()
 2024-02-21 22:34 UTC  (6+ messages)
` [PATCH] mm: compaction: early termination in compact_nodes()

[PATCH 1/2] mm: compaction: limit the suitable target page order to be less than cc->order
 2024-02-21 22:22 UTC  (6+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 21:12 UTC  (29+ messages)
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
    ` [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace

[PATCH 0/2] selftests/damon: misc fixes
 2024-02-21 21:11 UTC  (3+ messages)
` [PATCH 1/2] selftest: damon: fix minor typos in test logs
` [PATCH 2/2] selftests: damon: add access_memory to .gitignore

[PATCH v2] mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err cases
 2024-02-21 21:08 UTC 

[PATCH] mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err cases
 2024-02-21 20:36 UTC  (2+ messages)

[linux-next:master 8491/8619] fs/xfs/xfs.o: warning: objtool: xfs_da_grow_inode_int+0x6c1: stack state mismatch: reg1[12]=-2-48 reg2[12]=-1+0
 2024-02-21 20:30 UTC 

[PATCH 0/3] Handle hugetlb faults under the VMA lock
 2024-02-21 19:37 UTC  (11+ messages)
` [PATCH 1/3] mm/memory: Change vmf_anon_prepare() to be non-static
` [PATCH 2/3] hugetlb: Use vmf_anon_prepare() instead of anon_vma_prepare()

[linux-next:pending-fixes] BUILD SUCCESS 5b87d67627563912b340d4f2d55db973289700a3
 2024-02-21 19:35 UTC 

[PATCH] mm/mmu_gather: change __tlb_remove_tlb_entry() to an inline function
 2024-02-21 19:30 UTC  (2+ messages)

[PATCH bpf-next] mm: Introduce vm_area_[un]map_pages()
 2024-02-21 19:05 UTC  (3+ messages)

[PATCH v3 31/35] lib: add memory allocations report in show_mem()
 2024-02-21 18:26 UTC  (15+ messages)

[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c
 2024-02-21 18:21 UTC 

[PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
 2024-02-21 17:57 UTC  (9+ messages)
` [PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
      ` [External] "
  ` [External] Re: [PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration

[PATCH] madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimated_sharers = 0
 2024-02-21 17:35 UTC  (2+ messages)

[PATCH mm-unstable 0/2] mm/damon: fix typos on reference links
 2024-02-21 17:08 UTC  (3+ messages)
` [PATCH mm-unstable 1/2] Docs/admin-guide/mm/damon/usage: fix a typo on a reference link
` [PATCH mm-unstable 2/2] Docs/admin-guide/mm/damon/usage: fix a typo on the auto-tuning design "

[RFC PATCH 0/8] Cover a guard gap corner case
 2024-02-21 16:59 UTC  (4+ messages)
` [RFC PATCH 1/8] mm: Switch mm->get_unmapped_area() to a flag

[PATCH] mm/util.c: Added page count to __vm_enough_memory failure warning
 2024-02-21 16:02 UTC 

Stall at page allocations with __GFP_RETRY_MAYFAIL (Re: [PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case)
 2024-02-21 15:52 UTC  (9+ messages)
      ` [PATCH] mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations

[PATCH RFC 0/5] support NUMA emulation for arm64
 2024-02-21 15:51 UTC  (4+ messages)
` [PATCH v1 0/2] support NUMA emulation for genertic arch

[PATCH 0/2] mm, slab: two minor cleanups
 2024-02-21 15:23 UTC  (4+ messages)
` [PATCH 1/2] mm, slab: remove unused object_size parameter in kmem_cache_flags()
` [PATCH 2/2] mm, slab: fix the comment

Running ttm_device_test leads to list_add corruption. prev->next should be next (ffffffffc05cd428), but was 6b6b6b6b6b6b6b6b. (prev=ffffa0b1a5c034f0) (kernel 6.7.5)
 2024-02-21 15:09 UTC  (11+ messages)

[PATCH] mm/zswap: Improve with alloc_workqueue() call
 2024-02-21 13:32 UTC  (9+ messages)

[PATCH v2 0/6] Use Maple Trees for simple_offset utilities
 2024-02-21 13:31 UTC  (5+ messages)
` [PATCH v2 1/6] libfs: Re-arrange locking in offset_iterate_dir()
` [PATCH v2 6/6] libfs: Convert simple directory offsets to use a Maple Tree

[PATCH v2 00/13] mm/gup: Unify hugetlb, part 2
 2024-02-21 12:57 UTC  (7+ messages)
` [PATCH v2 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH v2 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing

[PATCH] mm: shrink skip folio mapped by an exiting task
 2024-02-21 11:49 UTC 

[PATCH v2 0/4] Memory management patches needed by Rust Binder
 2024-02-21 11:47 UTC  (3+ messages)
` [PATCH v2 1/4] rust: uaccess: add userspace pointers

[syzbot] [virtualization?] KMSAN: uninit-value in virtqueue_add (4)
 2024-02-21 11:04 UTC  (2+ messages)


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