Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-21 19:41:21 to 2024-02-22 17:39:55 UTC [more...]

[PATCH v5 00/11] IOMMU memory observability
 2024-02-22 17:39 UTC  (4+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v5 03/11] iommu/amd: use page allocation function provided by iommu-pages.h

[PATCH v2 0/5] Handle hugetlb faults under the VMA lock
 2024-02-22 17:27 UTC  (13+ 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 v2 0/2] Add log related mailbox commands
 2024-02-22 17:23 UTC  (3+ messages)
` [PATCH v2 1/2] cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commands
` [PATCH v2 2/2] cxl/mbox: Add Clear Log mailbox command

[PATCH v1] mm: remove total_mapcount()
 2024-02-22 17:16 UTC  (3+ messages)

[PATCH 6/9] fortify: Split reporting and avoid passing string pointer
 2024-02-22 17:11 UTC  (4+ messages)

[PATCH] mm, mmap: fix vma_merge() case 7 with vma_ops->close
 2024-02-22 16:55 UTC 

[PATCH 1/2] x86/mm: delete unused cpu argument to leave_mm()
 2024-02-22 16:48 UTC  (3+ messages)
` [PATCH 2/2] x86/mm: clarify "prev" usage in switch_mm_irqs_off()

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

[PATCH] mm/util.c: Added page count to __vm_enough_memory failure warning
 2024-02-22 16:31 UTC  (5+ messages)

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

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2024-02-22 16:04 UTC  (3+ messages)

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

[PATCH v3] mm/vmalloc: lock contention optimization under multi-threading
 2024-02-22 15:36 UTC  (5+ messages)

[linux-next:master 8181/9122] arch/arm/boot/compressed/misc.c:157:6: warning: no previous prototype for function '__fortify_panic'
 2024-02-22 15:19 UTC 

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

[linux-next:master 8181/9122] lib/string_helpers.c:1023:34: sparse: sparse: incompatible types for operation (<):
 2024-02-22 14:47 UTC 

[PATCH v6 0/8] hugetlb: parallelize hugetlb page init on boot
 2024-02-22 14:49 UTC 

[PATCH] mm: compaction: refactor compact_node()
 2024-02-22 14:36 UTC  (7+ messages)
` [PATCH] mm: compaction: early termination in compact_nodes()

[PATCH v2] mm: Update mark_victim tracepoints fields
 2024-02-22 14:16 UTC  (3+ messages)

[PATCH v6 0/8] hugetlb: parallelize hugetlb page init on boot
 2024-02-22 14:04 UTC  (9+ messages)
` [PATCH v6 1/8] hugetlb: code clean for hugetlb_hstate_alloc_pages
` [PATCH v6 2/8] hugetlb: split hugetlb_hstate_alloc_pages
` [PATCH v6 3/8] hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
` [PATCH v6 4/8] padata: dispatch works on different nodes
` [PATCH v6 5/8] padata: downgrade padata_do_multithreaded to serial execution for non-SMP
` [PATCH v6 6/8] hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA
` [PATCH v6 7/8] hugetlb: parallelize 2M hugetlb allocation and initialization
` [PATCH v6 8/8] hugetlb: parallelize 1G hugetlb initialization

[musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-22 13:57 UTC  (17+ messages)

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-02-22 13:33 UTC  (16+ 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] slub: avoid scanning all partial slabs in get_slabinfo()
 2024-02-22 13:20 UTC  (4+ messages)

[PATCH] mm, slab: remove the corner case of inc_slabs_node()
 2024-02-22 13:02 UTC 

[PATCH] mm/page_alloc: Make check_new_page return bool
 2024-02-22 12:45 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 7/8] exec: Distinguish in_execve from in_exec
 2024-02-22 12:36 UTC  (3+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-02-22 12:24 UTC  (55+ 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

[PATCH] mm, thp: display [never] for defrag when THP is set to never
 2024-02-22 12:14 UTC  (2+ messages)

[PATCH] mm/vmalloc: lock contention optimization under multi-threading
 2024-02-22 12:05 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v2 00/14] Fast kernel headers: split linux/mm.h
 2024-02-22 11:50 UTC  (15+ messages)
` [PATCH v2 01/14] drivers: add missing includes on linux/mm.h (and others)
` [PATCH v2 02/14] include/drm/drm_gem.h: add poll_table_struct forward declaration
` [PATCH v2 03/14] linux/mm.h: move page_kasan_tag() to mm/page_kasan_tag.h
` [PATCH v2 04/14] linux/mm.h: move section functions to mm/page_section.h
` [PATCH v2 05/14] linux/mm.h: move page_address() and others to mm/page_address.h
` [PATCH v2 06/14] linux/mm.h: move folio_size(), ... to mm/folio_size.h
` [PATCH v2 07/14] linux/mm.h: move folio_next() to mm/folio_next.h
` [PATCH v2 08/14] linux/mm.h: move devmap-related declarations to mm/devmap_managed.h
` [PATCH v2 09/14] linux/mm.h: move usage count functions to mm/folio_usage.h
` [PATCH v2 10/14] linux/mm.h: move page_zone_id() and more to mm/folio_zone.h
` [PATCH v2 11/14] linux/mm.h: move pfmemalloc-related functions to pfmemalloc.h
` [PATCH v2 12/14] linux/mm.h: move is_vmalloc_addr() to mm/vmalloc_addr.h
` [PATCH v2 13/14] linux/mm.h: move high_memory to mm/high_memory.h
` [PATCH v2 14/14] include: reduce dependencies on linux/mm.h

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

[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 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
 2024-02-22  9:12 UTC  (7+ 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] 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  (10+ 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

[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 

[PATCH v3 00/10] IOMMU memory observability
 2024-02-22  0:27 UTC  (8+ 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 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 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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).