linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
Stall at page allocations with __GFP_RETRY_MAYFAIL (Re: [PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case)
 2024-02-21 15:40 UTC  (8+ messages)
      ` [PATCH] mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations

[PATCH v2] mm/mmap: return early if it can't merge in vma_merge()
 2024-02-21 15:38 UTC  (2+ messages)

[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 v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21 14:58 UTC  (18+ messages)
    ` [musl] "

[PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
 2024-02-21 14:50 UTC  (13+ messages)
` [PATCH 1/4] mm/vmalloc: allow arch-specific vmalloc_node overrides
` [PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
` [PATCH 3/4] arm64: separate code and data virtual memory allocation
` [PATCH 4/4] arm64: dynamic enforcement of pmd-level PXNTable

[PATCH] mm/mmap: convert all mas except mas_detach to vma iterator
 2024-02-21 14:31 UTC  (5+ 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  (6+ 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 v3 00/10] IOMMU memory observability
 2024-02-21 13:29 UTC  (7+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

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

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

[PATCH stable] memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()
 2024-02-21 10:48 UTC  (9+ messages)

[PATCH v12 00/27] DEPT(Dependency Tracker)
 2024-02-21  9:49 UTC  (28+ messages)
` [PATCH v12 01/27] llist: Move llist_{head,node} definition to types.h
` [PATCH v12 02/27] dept: Implement Dept(Dependency Tracker)
` [PATCH v12 03/27] dept: Add single event dependency tracker APIs
` [PATCH v12 04/27] dept: Add lock "
` [PATCH v12 05/27] dept: Tie to Lockdep and IRQ tracing
` [PATCH v12 06/27] dept: Add proc knobs to show stats and dependency graph
` [PATCH v12 07/27] dept: Apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v12 08/27] dept: Apply sdt_might_sleep_{start,end}() to swait
` [PATCH v12 09/27] dept: Apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v12 10/27] dept: Apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v12 11/27] dept: Distinguish each syscall context from another
` [PATCH v12 12/27] dept: Distinguish each work "
` [PATCH v12 13/27] dept: Add a mechanism to refill the internal memory pools on running out
` [PATCH v12 14/27] cpu/hotplug: Use a weaker annotation in AP thread
` [PATCH v12 15/27] dept: Apply sdt_might_sleep_{start,end}() to dma fence wait
` [PATCH v12 16/27] dept: Track timeout waits separately with a new Kconfig
` [PATCH v12 17/27] dept: Apply timeout consideration to wait_for_completion()/complete()
` [PATCH v12 18/27] dept: Apply timeout consideration to swait
` [PATCH v12 19/27] dept: Apply timeout consideration to waitqueue wait
` [PATCH v12 20/27] dept: Apply timeout consideration to hashed-waitqueue wait
` [PATCH v12 21/27] dept: Apply timeout consideration to dma fence wait
` [PATCH v12 22/27] dept: Record the latest one out of consecutive waits of the same class
` [PATCH v12 23/27] dept: Make Dept able to work with an external wgen
` [PATCH v12 24/27] dept: Track PG_locked with dept
` [PATCH v12 25/27] dept: Print event context requestor's stacktrace on report
` [PATCH v12 26/27] fs/jbd2: Use a weaker annotation in journal handling
` [PATCH v12 27/27] dept: Add 'Dept' documentation

[RFC PATCH 0/3] make the hugetlb migration strategy consistent
 2024-02-21  9:27 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: record the migration reason for struct migration_target_control
` [RFC PATCH 2/3] mm: hugetlb: make the hugetlb migration strategy consistent
` [RFC PATCH 3/3] docs: hugetlbpage.rst: add hugetlb migration description

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

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

[PATCH] mm/vmalloc: lock contention optimization under multi-threading
 2024-02-21  8:38 UTC  (3+ messages)

[PATCH] mm/vmalloc: lock contention optimization under multi-threading
 2024-02-21  8:36 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] mm: Update mark_victim tracepoints fields
 2024-02-21  7:55 UTC  (2+ messages)

[PATCH 0/4] Convert memcontrol charge moving to use folios
 2024-02-21  7:48 UTC  (2+ messages)

[PATCH -next v6 0/2] Make memory reclamation measurable
 2024-02-21  7:44 UTC  (5+ messages)

[PATCH] mm/page_alloc: Make bad_range return bool
 2024-02-21  7:32 UTC 

[PATCH 0/3] cleanup of SLAB_ flags
 2024-02-21  7:14 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

[RFC PATCH 0/8] Cover a guard gap corner case
 2024-02-21  7:10 UTC  (7+ messages)
` [RFC PATCH 1/8] mm: Switch mm->get_unmapped_area() to a flag
` [RFC PATCH 5/8] mm: Take placement mappings gap into account

[PATCH] mm: use ERR_CAST() as a cleanup
 2024-02-21  6:28 UTC  (3+ messages)

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

[PATCH v5 0/3] mm/zswap & crypto/compress: remove a couple of memcpy
 2024-02-21  6:10 UTC  (7+ messages)
` [PATCH v5 1/3] crypto: introduce: acomp_is_async to expose if comp drivers might sleep
` [PATCH v5 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH v8 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-21  6:01 UTC  (4+ messages)
` [PATCH v8 1/4] kvm: arm64: introduce new flag for non-cacheable "

[PATCH bpf-next] mm: Introduce vm_area_[un]map_pages()
 2024-02-21  5:52 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 2d5c7b7eb345249cb34d42cbc2b97b4c57ea944e
 2024-02-21  5:43 UTC 

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-02-21  5:43 UTC  (9+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 02/29] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v5 03/29] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization

[PATCH 0/3] Handle hugetlb faults under the VMA lock
 2024-02-21  3:46 UTC  (6+ 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()
` [PATCH 3/3] hugetlb: Allow faults to be handled under the VMA lock

[PATCH] mm/vmalloc: lock contention optimization under multi-threading
 2024-02-21  3:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v7 00/10] Introduce __mt_dup() to improve the performance of fork()
 2024-02-21  2:20 UTC  (5+ messages)
` [PATCH v7 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

put the xfs xfile abstraction on a diet v4
 2024-02-21  2:17 UTC  (9+ messages)
` [PATCH 08/22] xfs: use VM_NORESERVE in xfile_create
` [PATCH 10/22] xfs: use shmem_kernel_file_setup "
` [PATCH 22/22] xfs: remove xfile_{get,put}_page

[Invitation] Linux MM Alignment Session on Cold Page Detection on Wednesday
 2024-02-20 23:29 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 139b564a6aa7bdb227c3378775ca6f39d5ad7614
 2024-02-20 22:40 UTC 

[PATCH] mm/mmap: Add case 9 in vma_merge()
 2024-02-20 22:10 UTC  (6+ messages)

[PATCH v9 0/1] mm: report per-page metadata information
 2024-02-20 21:45 UTC  (2+ messages)
` [PATCH v9 1/1] "

[RCF 0/1] mm/mempolicy: weighted interleave system default weights
 2024-02-20 20:25 UTC  (2+ messages)
` [RFC 1/1] mm/mempolicy: introduce system default interleave weights

[PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting
 2024-02-20 20:03 UTC  (5+ messages)

[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
 2024-02-20 19:58 UTC  (9+ messages)
` [PATCH v6 12/18] arm64/mm: Wire up PTE_CONT for user mappings

[PATCH] test_xarray: fix soft lockup for advanced-api tests
 2024-02-20 19:00 UTC  (4+ messages)

regression/bisected commit 773688a6cb24b0b3c2ba40354d883348a2befa38 make my system completely unusable under high load
 2024-02-20 18:51 UTC  (17+ messages)

[syzbot] [mm?] [hardening?] BUG: bad usercopy in raw_getsockopt
 2024-02-20 18:46 UTC  (3+ messages)

[PATCH v4 0/3] Cleanup for PAT
 2024-02-20 18:46 UTC  (4+ messages)

[PATCH] slub: avoid scanning all partial slabs in get_slabinfo()
 2024-02-20 18:41 UTC  (3+ messages)

[PATCH] MAINTAINERS: add memory mapping entry with reviewers
 2024-02-20 18:33 UTC  (3+ messages)

[PATCH v7 0/4] Enable >0 order folio memory compaction
 2024-02-20 18:32 UTC  (5+ messages)
` [PATCH v7 1/4] mm/page_alloc: remove unused fpi_flags in free_pages_prepare()
` [PATCH v7 2/4] mm/compaction: enable compacting >0 order folios
` [PATCH v7 3/4] mm/compaction: add support for >0 order folio memory compaction
` [PATCH v7 4/4] mm/compaction: optimize >0 order folio compaction with free page split

[PATCH 0/5] Fix and cleanups to page-writeback
 2024-02-20 17:34 UTC  (9+ messages)
` [PATCH 2/5] mm: correct calculation of cgroup wb's bg_thresh in wb_over_bg_thresh

[linux-next:master 8207/8260] arch/x86/entry/entry_fred.c:117:9: error: use of undeclared identifier 'POSTED_INTR_VECTOR'
 2024-02-20 16:38 UTC 

arm64 MTE tag storage reuse - alternatives to MIGRATE_CMA
 2024-02-20 16:36 UTC  (7+ messages)

[PATCH v4] mm/swap: fix race when skipping swapcache
 2024-02-20 16:32 UTC  (6+ messages)

[RFC PATCH v6 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-20 16:12 UTC  (3+ messages)
` [RFC PATCH v6 12/12] memory: RAS2: Add memory RAS2 driver

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox