linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[linus:master] [mm] fd892593d4: will-it-scale.per_process_ops 3.9% improvement
 2023-10-26  8:49 UTC 

[POC][RFC][PATCH] sched: Extended Scheduler Time Slice
 2023-10-26  8:44 UTC  (18+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-26  8:40 UTC  (7+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-10-26  7:50 UTC  (15+ messages)

[RFC PATCH v3 0/7] slub: Delay freezing of CPU partial slabs
 2023-10-26  7:41 UTC  (5+ messages)
` [RFC PATCH v3 6/7] slub: Delay freezing of "

[PATCH] mm/sparsemem: fix race in accessing memory_section->usage
 2023-10-26  7:18 UTC  (6+ messages)

[linux-next:master] [selftests] 5b45a75377: kernel-selftests.uevent.uevent_filtering.fail
 2023-10-26  7:11 UTC 

[PATCH] zswap: export compression failure stats
 2023-10-26  7:06 UTC  (2+ messages)

[PATCH] arm64: mm: drop tlb flush operation when clearing the access bit
 2023-10-26  6:01 UTC  (25+ messages)

[RESEND PATCH V7] NUMA: optimize detection of memory with no node id assigned by firmware
 2023-10-26  5:59 UTC  (2+ messages)

[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
 2023-10-26  5:42 UTC  (24+ messages)

kernel/user_namespace.c:239: warning: Function parameter or member 'map_up' not described in 'idmap_key'
 2023-10-26  5:25 UTC  (4+ messages)

[POC][RFC][PATCH v2] sched: Extended Scheduler Time Slice
 2023-10-26  3:54 UTC 

[linux-next:master 10651/14992] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/iio/imu/bosch,bma400.yaml
 2023-10-26  2:37 UTC 

[PATCH] kpageflags: respect folio head-page flag placement
 2023-10-26  1:34 UTC  (2+ messages)

[PATCH v7 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-10-25 22:44 UTC  (4+ messages)
` [PATCH v7 1/3] mm/memory_hotplug: replace an open-coded kmemdup() in add_memory_resource()
` [PATCH v7 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v7 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
 2023-10-25 21:48 UTC  (12+ messages)

[PATCH v3] debugobjects: stop accessing objects after releasing spinlock
 2023-10-25 21:39 UTC 

[linux-next:master 10579/14992] kernel/bpf/task_iter.c:940:9: warning: return makes pointer from integer without a cast
 2023-10-25 21:37 UTC 

[RFC PATCH v2 0/3] mm: mempolicy: Multi-tier weighted interleaving
 2023-10-25 19:51 UTC  (13+ messages)

[RFC] mm/kasan: Add Allocation, Free, Error timestamps to KASAN report
 2023-10-25 19:22 UTC  (2+ messages)

[PATCH v6 0/9] variable-order, large folios for anonymous memory
 2023-10-25 19:11 UTC  (7+ messages)

[PATCH v2 3/5] mm: memcg: make stats flushing threshold per-memcg
 2023-10-25 18:36 UTC  (13+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-10-25 18:19 UTC  (5+ messages)
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support

[PATCH v2 00/39] Memory allocation profiling
 2023-10-25 17:33 UTC  (32+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [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] mm: cma: report correct node id
 2023-10-25 16:42 UTC  (3+ messages)

[PATCH v6 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-25 16:28 UTC  (5+ messages)
` [PATCH v6 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()

[PATCH v2 0/2] mm: the dirty folio unmap redundantly
 2023-10-25 15:37 UTC  (12+ messages)
  ` [PATCH v2 1/2] mm:vmscan: the dirty folio in folio_list skip unmap

[linux-next:master] [ptp] 8f5de6fb24: kernel_BUG_at_lib/list_debug.c
 2023-10-25 15:12 UTC 

[PATCH] mm/rmap: vm_flags including VM_EXEC can exit timely
 2023-10-25 15:04 UTC  (2+ messages)

[PATCH v3 0/4] Swap-out small-sized THP without splitting
 2023-10-25 14:45 UTC  (5+ messages)
` [PATCH v3 1/4] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [PATCH v3 2/4] mm: swap: Remove struct percpu_cluster
` [PATCH v3 3/4] mm: swap: Simplify ssd behavior when scanner steals entry
` [PATCH v3 4/4] mm: swap: Swap-out small-sized THP without splitting

add and use a per-mapping stable writes flag v2
 2023-10-25 14:40 UTC  (7+ messages)
` [PATCH 1/4] filemap: add a per-mapping stable writes flag
` [PATCH 2/4] block: update the stable_writes flag in bdev_add
` [PATCH 3/4] xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflags
` [PATCH 4/4] xfs: respect the stable writes flag on the RT device

[PATCH resend] mm: hugetlb_vmemmap: use bulk allocator in alloc_vmemmap_page_list()
 2023-10-25 13:50 UTC  (4+ messages)
    `  "

[PATCH V7] NUMA: optimize detection of memory with no node id assigned by firmware
 2023-10-25 13:15 UTC 

[linux-next:master] [btrfs] a5b8a5f9f8: xfstests.btrfs.219.fail
 2023-10-25 10:53 UTC  (2+ messages)

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-10-25 10:13 UTC 

[PATCH v2] zswap: add writeback_time_threshold interface to shrink zswap pool
 2023-10-25  9:52 UTC 

[PATCH 2/3] maple_tree: use preallocations in mas_store_gfp()
 2023-10-25  9:52 UTC  (2+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-25  8:52 UTC  (13+ messages)

[linux-next:master] [btrfs] 28270e25c6: fxmark.ssd_btrfs_MWUM_72_bufferedio.works/sec -90.4% regression
 2023-10-25  8:48 UTC 

[linux-next:master] [selftests/tc] d227cc0b1e: kernel-selftests.tc-testing.tdc.sh.fail
 2023-10-25  8:30 UTC 

[PATCH V6] NUMA: optimize detection of memory with no node id assigned by firmware
 2023-10-25  5:46 UTC  (2+ messages)

[PATCH v4 0/5] workload-specific and memory pressure-driven zswap writeback
 2023-10-25  3:16 UTC  (6+ messages)
` [PATCH v4 1/5] list_lru: allows explicit memcg and NUMA node selection
` [PATCH v4 2/5] zswap: make shrinking memcg-aware
` [PATCH v4 3/5] mm: memcg: add per-memcg zswap writeback stat
` [PATCH v4 5/5] zswap: shrinks zswap pool based on memory pressure

[RFC PATCH] memcontrol: implement swap bypassing
 2023-10-25  2:09 UTC  (2+ messages)

[syzbot] [mm?] WARNING: suspicious RCU usage in mas_walk (3)
 2023-10-25  0:07 UTC 

Fwd: Memleaks in offset_ctx->xa (shmem)
 2023-10-25  0:01 UTC  (3+ messages)

[GIT PULL] hotfixes for 6.6
 2023-10-24 20:07 UTC  (2+ messages)

[PATCH v2 7/9] sched: define TIF_ALLOW_RESCHED
 2023-10-24 18:59 UTC  (3+ messages)

[PATCH v3 0/5] Some khugepaged folio conversions
 2023-10-24 17:40 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] zswap: export more zswap store failure stats
 2023-10-24 17:25 UTC  (3+ messages)

[PATCH v2 00/12] mempolicy: cleanups leading to NUMA mpol without vma
 2023-10-24 16:45 UTC  (16+ 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] 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  (11+ 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 1/1] Documentation: ubsan: drop "the" from article title
 2023-10-24 15:38 UTC  (2+ 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  (6+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI

[PATCH] mm: zswap: fix the lack of page lru flag in zswap_writeback_entry
 2023-10-24 14:27 UTC 

page:  |  | latest

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