[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
2023-10-24 18:40 UTC (17+ messages)
[PATCH v2 00/39] Memory allocation profiling
2023-10-24 18:38 UTC (42+ messages)
` [PATCH v2 01/39] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v2 02/39] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v2 03/39] fs: Convert alloc_inode_sb() to a macro
` [PATCH v2 04/39] nodemask: Split out include/linux/nodemask_types.h
` [PATCH v2 05/39] prandom: Remove unused include
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 07/39] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v2 08/39] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v2 09/39] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v2 10/39] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [PATCH v2 11/39] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v2 12/39] lib: code tagging framework
` [PATCH v2 13/39] lib: code tagging module support
` [PATCH v2 14/39] lib: prevent module unloading if memory is not freed
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling
[PATCH v3 0/5] Some khugepaged folio conversions
2023-10-24 17:40 UTC (14+ messages)
` [PATCH v3 1/5] mm/khugepaged: Convert __collapse_huge_page_isolate() to use folios
` [PATCH v3 2/5] mm/khugepaged: Convert hpage_collapse_scan_pmd() "
` [PATCH v3 3/5] mm/khugepaged: Convert is_refcount_suitable() "
` [PATCH v3 4/5] mm/khugepaged: Convert alloc_charge_hpage() "
` [PATCH v3 5/5] mm/khugepaged: Convert collapse_pte_mapped_thp() "
[PATCH] zswap: export more zswap store failure stats
2023-10-24 17:25 UTC (3+ messages)
[GIT PULL] hotfixes for 6.6
2023-10-24 16:46 UTC
[PATCH v2 00/12] mempolicy: cleanups leading to NUMA mpol without vma
2023-10-24 16:45 UTC (20+ messages)
` [PATCH v2 10/12] mempolicy: alloc_pages_mpol() for NUMA policy "
` [PATCH v3 "
` [PATCH] mempolicy: alloc_pages_mpol() for NUMA policy without vma: fix
` [PATCH v2] "
` [PATCH v2 12/12] mempolicy: migration attempt to match interleave nodes
` [PATCH] mempolicy: migration attempt to match interleave nodes: fix
[PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-24 16:29 UTC (12+ messages)
` [PATCH v6 01/10] maple_tree: Add mt_free_one() and mt_attr() helpers
` [PATCH v6 02/10] maple_tree: Introduce {mtree,mas}_lock_nested()
` [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v6 04/10] radix tree test suite: Align kmem_cache_alloc_bulk() with kernel behavior
` [PATCH v6 05/10] maple_tree: Add test for mtree_dup()
` [PATCH v6 06/10] maple_tree: Update the documentation of maple tree
` [PATCH v6 07/10] maple_tree: Skip other tests when BENCH is enabled
` [PATCH v6 08/10] maple_tree: Update check_forking() and bench_forking()
` [PATCH v6 09/10] maple_tree: Preserve the tree attributes when destroying maple tree
` [PATCH v6 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH] ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead
2023-10-24 16:25 UTC (4+ messages)
` Include __GFP_NOWARN in GFP_NOWAIT
add and use a per-mapping stable writes flag
2023-10-24 16:16 UTC (16+ messages)
` [PATCH 1/3] filemap: add "
` [PATCH 2/3] block: update the stable_writes flag in bdev_add
` [PATCH 3/3] xfs: respect the stable writes flag on the RT device
[PATCH] mm/rmap: vm_flags including VM_EXEC can exit timely
2023-10-24 15:51 UTC
[PATCH 1/1] Documentation: ubsan: drop "the" from article title
2023-10-24 15:38 UTC (2+ messages)
[RFC PATCH v2 0/3] mm: mempolicy: Multi-tier weighted interleaving
2023-10-24 15:32 UTC (11+ messages)
[PATCH] mm/page_alloc: fix the potential memory waste in page_frag_alloc_align
2023-10-24 15:18 UTC (3+ messages)
` "
[PATCH v3 0/3] userfaultfd move option
2023-10-24 14:36 UTC (14+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-10-24 14:34 UTC (13+ messages)
[PATCH] mm: zswap: fix the lack of page lru flag in zswap_writeback_entry
2023-10-24 14:27 UTC
Fwd: Memleaks in offset_ctx->xa (shmem)
2023-10-24 14:18 UTC (2+ messages)
[PATCH] arm64: mm: drop tlb flush operation when clearing the access bit
2023-10-24 13:48 UTC (2+ messages)
[PATCH v3 00/19] stackdepot: allow evicting stack traces
2023-10-24 13:13 UTC (7+ messages)
` [PATCH v3 16/19] lib/stackdepot: allow users to evict "
` [PATCH v3 17/19] kasan: remove atomic accesses to stack ring entries
` [PATCH v3 18/19] kasan: check object_size in kasan_complete_mode_report_info
` [PATCH v3 19/19] kasan: use stack_depot_put for tag-based modes
[PATCH v2] debugobjects: stop accessing objects after releasing spinlock
2023-10-24 12:56 UTC (2+ messages)
Fwd: kernel tried to execute NX-protected page - exploit attempt? (uid: 0) (qbittorrent with tx-nocache-copy)
2023-10-24 12:32 UTC (4+ messages)
[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
2023-10-24 12:15 UTC (2+ messages)
[RFC PATCH v2 0/6] slub: Delay freezing of CPU partial slabs
2023-10-24 11:03 UTC (18+ messages)
` [RFC PATCH v2 1/6] slub: Keep track of whether slub is on the per-node partial list
` [RFC PATCH v2 3/6] slub: Don't freeze slabs for cpu partial
[RFC PATCH v1 0/8] Introduce mseal() syscall
2023-10-24 10:42 UTC (19+ messages)
[PATCH] mm: hugetlb_vmemmap: fix reference to nonexistent file
2023-10-24 10:04 UTC (5+ messages)
[RFC PATCH v3 0/7] slub: Delay freezing of CPU partial slabs
2023-10-24 9:33 UTC (8+ messages)
` [RFC PATCH v3 1/7] slub: Keep track of whether slub is on the per-node partial list
` [RFC PATCH v3 2/7] slub: Prepare __slab_free() for unfrozen partial slab out of node "
` [RFC PATCH v3 3/7] slub: Reflow ___slab_alloc()
` [RFC PATCH v3 4/7] slub: Change get_partial() interfaces to return slab
` [RFC PATCH v3 5/7] slub: Introduce freeze_slab()
` [RFC PATCH v3 6/7] slub: Delay freezing of partial slabs
` [RFC PATCH v3 7/7] slub: Optimize deactivate_slab()
[syzbot] [mm?] WARNING: suspicious RCU usage in mas_walk (3)
2023-10-24 9:31 UTC (4+ messages)
[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-24 8:45 UTC (7+ messages)
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()
` [PATCH v5 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v2 0/2] mm: the dirty folio unmap redundantly
2023-10-24 7:21 UTC (12+ messages)
` [PATCH v2 1/2] mm:vmscan: the dirty folio in folio_list skip unmap
[PATCH v2 3/5] mm: memcg: make stats flushing threshold per-memcg
2023-10-24 7:14 UTC (9+ messages)
[PATCH] mm: mlock: avoid folio_within_range() on KSM pages
2023-10-24 7:09 UTC (2+ messages)
Virtual Scanning Considered Harmful
2023-10-24 3:34 UTC
[PATCH] selftests: add a sanity check for zswap
2023-10-24 2:45 UTC (2+ messages)
[PATCH -next] mm/kmemleak: move the initialisation of object to __link_object
2023-10-24 1:33 UTC (3+ messages)
Sharing page tables across processes (mshare)
2023-10-23 22:44 UTC
[PATCH RFC] docs/mm: enhance the admin-guide/hugetlbpage doc
2023-10-23 18:53 UTC
[linux-next:master 11306/14422] drivers/iommu/iommufd/hw_pagetable.c:234:undefined reference to `__udivdi3'
2023-10-23 18:35 UTC
[PATCH v3 0/2] handle memoryless nodes more appropriately
2023-10-23 18:19 UTC (9+ messages)
` [PATCH v3 2/2] mm: memory_hotplug: drop memoryless node from fallback lists
[PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
2023-10-23 17:33 UTC (14+ messages)
[PATCH 00/10] Handle set_memory_XXcrypted() errors
2023-10-23 17:27 UTC (11+ messages)
` [PATCH 06/10] dma: Use free_decrypted_pages()
[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
2023-10-23 17:22 UTC (10+ messages)
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
[PATCH v3 00/13] mm: jit/text allocator
2023-10-23 17:21 UTC (5+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
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