linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/39] Memory allocation profiling
 2023-10-24 13:46 UTC  (5+ 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 v3 00/19] stackdepot: allow evicting stack traces
 2023-10-24 13:13 UTC  (22+ messages)
` [PATCH v3 01/19] lib/stackdepot: check disabled flag when fetching
` [PATCH v3 02/19] lib/stackdepot: simplify __stack_depot_save
` [PATCH v3 03/19] lib/stackdepot: drop valid bit from handles
` [PATCH v3 04/19] lib/stackdepot: add depot_fetch_stack helper
` [PATCH v3 05/19] lib/stackdepot: use fixed-sized slots for stack records
` [PATCH v3 06/19] lib/stackdepot: fix and clean-up atomic annotations
` [PATCH v3 07/19] lib/stackdepot: rework helpers for depot_alloc_stack
` [PATCH v3 08/19] lib/stackdepot: rename next_pool_required to new_pool_required
` [PATCH v3 09/19] lib/stackdepot: store next pool pointer in new_pool
` [PATCH v3 10/19] lib/stackdepot: store free stack records in a freelist
` [PATCH v3 11/19] lib/stackdepot: use read/write lock
` [PATCH v3 12/19] lib/stackdepot: use list_head for stack record links
` [PATCH v3 13/19] kmsan: use stack_depot_save instead of __stack_depot_save
` [PATCH v3 14/19] lib/stackdepot, kasan: add flags to __stack_depot_save and rename
` [PATCH v3 15/19] lib/stackdepot: add refcount for records
` [PATCH v3 16/19] lib/stackdepot: allow users to evict stack traces
` [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  (5+ messages)
  ` [Intel-gfx] "

[PATCH] arm64: mm: drop tlb flush operation when clearing the access bit
 2023-10-24 12:56 UTC 

add and use a per-mapping stable writes flag
 2023-10-24 12:45 UTC  (9+ 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

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)

[PATCH] ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead
 2023-10-24 10:03 UTC  (2+ 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 v6 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-24  8:32 UTC  (11+ 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 v2 00/12] mempolicy: cleanups leading to NUMA mpol without vma
 2023-10-24  8:17 UTC  (15+ 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 12/12] mempolicy: migration attempt to match interleave nodes
  ` [PATCH] mempolicy: migration attempt to match interleave nodes: fix

Fwd: Memleaks in offset_ctx->xa (shmem)
 2023-10-24  7:55 UTC 

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

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-24  7:08 UTC  (17+ messages)
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing

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 v3 0/5] Some khugepaged folio conversions
 2023-10-24  2:43 UTC  (11+ 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 -next] mm/kmemleak: move the initialisation of object to __link_object
 2023-10-24  1:33 UTC  (4+ messages)

[PATCH] zswap: export more zswap store failure stats
 2023-10-24  0:07 UTC 

Sharing page tables across processes (mshare)
 2023-10-23 22:44 UTC 

[PATCH v3 0/3] userfaultfd move option
 2023-10-23 19:01 UTC  (12+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI

[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  (14+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [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

[PATCH v2 00/19] stackdepot: allow evicting stack traces
 2023-10-23 16:17 UTC  (25+ messages)
` [PATCH v2 06/19] lib/stackdepot: fix and clean-up atomic annotations
` [PATCH v2 07/19] lib/stackdepot: rework helpers for depot_alloc_stack
` [PATCH v2 11/19] lib/stackdepot: use read/write lock
` [PATCH v2 12/19] lib/stackdepot: use list_head for stack record links
` [PATCH v2 14/19] lib/stackdepot, kasan: add flags to __stack_depot_save and rename
` [PATCH v2 17/19] kasan: remove atomic accesses to stack ring entries
` [PATCH v2 19/19] kasan: use stack_depot_put for tag-based modes

[PATCH] mm/page_alloc: fix the potential memory waste in page_frag_alloc_align
 2023-10-23 16:17 UTC  (2+ messages)

[linux-next:master 11303/14422] include/linux/io-pgtable.h:172:44: warning: 'struct iommu_dirty_bitmap' declared inside parameter list will not be visible outside of this definition or declaration
 2023-10-23 16:14 UTC  (2+ messages)

[PATCH] Documentation: maple_tree: fix word spelling error
 2023-10-23 15:51 UTC  (2+ messages)

[PATCH v2] mm: Fixed multiple typos in multiple files
 2023-10-23 15:23 UTC  (2+ messages)

[PATCH 1/2] mm/khugepaged: Fix an uninitialized variable bug
 2023-10-23 14:16 UTC  (8+ messages)
` [PATCH 2/2] mm/khugepaged: Fix a NULL vs IS_ERR() bug in collapse_pte_mapped_thp()

[PATCH v3] mm: migrate: record the mlocked page status to remove unnecessary lru drain
 2023-10-23 13:16 UTC  (2+ messages)

[PATCH RFC 0/5] support NUMA emulation for arm64
 2023-10-23 13:03 UTC  (4+ messages)

[PATCH] mm: Fixed multiple typos in multiple files
 2023-10-23 12:45 UTC  (9+ messages)

[PATCH v2] mm: Fixed multiple typos in multiple files
 2023-10-23 12:44 UTC 

[PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
 2023-10-23 12:21 UTC  (8+ messages)
` [PATCH v15] "
  ` [PATCH v15.1] "

[linux-next:master 11306/14422] hw_pagetable.c:undefined reference to `__udivdi3'
 2023-10-23 11:18 UTC 

[linux-next:master 9304/13906] drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:1239 dma_chan_pause() warn: inconsistent indenting
 2023-10-23  9:56 UTC 

[PATCH -V3 0/9] mm: PCP high auto-tuning
 2023-10-23  9:26 UTC  (5+ messages)
` [PATCH -V3 8/9] mm, pcp: decrease PCP high if free pages < high watermark

[PATCH v2] mm: page_alloc: check the order of compound page even when the order is zero
 2023-10-23  8:32 UTC 

memleak in libfs report
 2023-10-23  7:07 UTC  (2+ messages)

[PATCH RFC 0/9] Exploring biovec support in (R)DMA API
 2023-10-23  5:59 UTC  (5+ messages)

[PATCH V1 0/1] sched/numa: Fix mm numa_scan_seq based unconditional scan
 2023-10-23  5:25 UTC  (2+ messages)

page:  |  | latest

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