[PATCH v4 00/36] Memory allocation profiling
2024-02-21 19:40 UTC (12+ 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 0/3] Handle hugetlb faults under the VMA lock
2024-02-21 19:37 UTC (12+ 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
[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 v8 00/38] arm64/gcs: Provide support for GCS in userspace
2024-02-21 19:22 UTC (33+ 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 bpf-next] mm: Introduce vm_area_[un]map_pages()
2024-02-21 19:05 UTC (3+ messages)
[PATCH 0/3] cleanup of SLAB_ flags
2024-02-21 18:33 UTC (12+ 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 v3 31/35] lib: add memory allocations report in show_mem()
2024-02-21 18:26 UTC (16+ 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 (16+ messages)
` [PATCH 1/4] mm/vmalloc: allow arch-specific vmalloc_node overrides
` [PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
` [External] "
` [PATCH 3/4] arm64: separate code and data virtual memory allocation
` [PATCH 4/4] arm64: dynamic enforcement of pmd-level PXNTable
` [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 (4+ 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 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] 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 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] 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] mm: use ERR_CAST() as a cleanup
2024-02-21 6:28 UTC (3+ messages)
[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 "
[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 v2] mm/vmalloc: lock contention optimization under multi-threading
2024-02-21 3:34 UTC (2+ messages)
[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 (5+ messages)
[PATCH v9 0/1] mm: report per-page metadata information
2024-02-20 21:45 UTC (2+ messages)
` [PATCH v9 1/1] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox