linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 15:14:34 to 2024-03-07 13:49:45 UTC [more...]

[bug report] mm: huge_memory: enable debugfs to split huge pages to any order
 2024-03-07 13:49 UTC 

[RFC PATCH 0/3] x86/mm: LAM fixups and cleanups
 2024-03-07 13:39 UTC  (4+ messages)
` [RFC PATCH 1/3] x86/mm: fix LAM cr3 mask inconsistency during context switch
` [RFC PATCH 2/3] x86/mm: make sure LAM is up-to-date during context switching
` [RFC PATCH 3/3] x86/mm: cleanup prctl_enable_tagged_addr() nr_bits error checking

[linux-next:master 10409/11394] ERROR: modpost: "__fentry__" [tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.ko] undefined!
 2024-03-07 12:01 UTC  (2+ messages)

[PATCH 1/2] [RFC] proc: pagemap: Expose whether a PTE is writable
 2024-03-07 12:09 UTC  (12+ messages)
` [PATCH 2/2] [RFC] pagemap.rst: Document write bit

[PATCH v2 1/1] mm/madvise: enhance lazyfreeing with mTHP in madvise_free
 2024-03-07 12:04 UTC  (17+ messages)

[PATCH stable-4.19] mm/memory-failure: fix an incorrect use of tail pages
 2024-03-07 12:51 UTC 

[PATCH stable-5.4] mm/memory-failure: fix an incorrect use of tail pages
 2024-03-07 12:50 UTC 

[PATCH stable-5.10] mm/memory-failure: fix an incorrect use of tail pages
 2024-03-07 12:48 UTC 

[linux-next:master 11882/12647] fs/btrfs/extent_io.c:3246:26: warning: 'last_extent_end' may be used uninitialized
 2024-03-07 11:30 UTC 

[PATCH v3 3/7] nvdimm: pmem: assign a parent resource for vmemmap region for the fsdax
 2024-03-07 11:08 UTC  (3+ messages)

[PATCH] tmpfs: don't interrupt fallocate with EINTR
 2024-03-07 10:47 UTC  (7+ messages)

[RFC PATCH] mm: Replace ->launder_folio() with flush and wait
 2024-03-07 10:36 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Hugetlb Unifications
 2024-03-07 10:06 UTC  (5+ messages)

[PATCH v2 bpf-next 0/9] add new acquire/release BPF kfuncs
 2024-03-07  9:54 UTC  (4+ messages)

[PATCH -next v6 0/2] Make memory reclamation measurable
 2024-03-07  9:26 UTC  (7+ messages)

[Test Failure Report] exec: Test failures in execveat
 2024-03-07  9:22 UTC  (3+ messages)

[PATCH 0/5] Remove some races around folio_test_hugetlb
 2024-03-07  9:20 UTC  (6+ messages)

[PATCH v1] mm: swap: Fix race between free_swap_and_cache() and swapoff()
 2024-03-07  9:19 UTC  (16+ messages)

[PATCH v4] zswap: replace RB tree with xarray
 2024-03-07  9:07 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] Swap Abstraction "the pony"
 2024-03-07  8:57 UTC  (19+ messages)

[PATCH v3 00/18] Rearrange batched folio freeing
 2024-03-07  8:56 UTC  (10+ messages)
` [PATCH v3 10/18] mm: Allow non-hugetlb large folios to be batch processed

[linux-next:master 11602/11963] ERROR: modpost: "acpi_device_notify_remove" [drivers/i2c/i2c-core.ko] undefined!
 2024-03-07  8:21 UTC  (3+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2024-03-07  7:29 UTC  (13+ messages)
` [LSF/MM/BPF TOPIC] Large block for I/O

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-07  6:01 UTC  (15+ messages)
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH v7 0/2] mm/vmalloc: lock contention optimization under multi-threading
 2024-03-07  5:48 UTC  (7+ messages)
` [PATCH v7 1/2] mm/vmalloc: Moved macros with no functional change happened

[PATCH v8] mm/vmalloc: Eliminated the lock contention from twice to once
 2024-03-07  3:38 UTC  (2+ messages)

[PATCH] mm: mglru: Fix soft lockup attributed to scanning folios
 2024-03-07  3:19 UTC 

[PATCH v5 00/37] Memory allocation profiling
 2024-03-07  3:18 UTC  (39+ messages)
` [PATCH v5 01/37] fix missing vmalloc.h includes
` [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v5 10/37] lib: code tagging framework
` [PATCH v5 11/37] lib: code tagging module support
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v5 18/37] mm: enable page allocation tagging
` [PATCH v5 19/37] mm: create new codetag references during page splitting
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v5 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()
` [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v5 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v5 31/37] rhashtable: Plumb through alloc tag
` [PATCH v5 32/37] lib: add memory allocations report in show_mem()
` [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v5 37/37] memprofiling: Documentation

[RFC PATCH v2 0/7] DAMON based 2-tier memory management for CXL memory
 2024-03-07  3:05 UTC  (2+ messages)

[PATCH RFC 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-07  3:05 UTC  (4+ messages)
` [PATCH RFC 09/13] mm/powerpc: Redefine pXd_huge() with pXd_leaf()

[RFC PATCH 0/3] mm/damon: add a DAMOS filter type for page granularity access recheck
 2024-03-07  3:00 UTC  (4+ messages)
` [RFC PATCH 1/3] mm/damon: add DAMOS filter type YOUNG
` [RFC PATCH 2/3] mm/damon/paddr: implement damon_folio_young()
` [RFC PATCH 3/3] mm/damon/paddr: support DAMOS filter type YOUNG

[Bug] WARNING in static_key_disable_cpuslocked
 2024-03-07  2:34 UTC  (9+ messages)

[PATCH v5] filemap: avoid unnecessary major faults in filemap_fault()
 2024-03-07  2:30 UTC 

[linux-next:master 8264/11963] ERROR: modpost: "__fentry__" [tools/testing/selftests/bpf/bpf_test_no_cfi/bpf_test_no_cfi.ko] undefined!
 2024-03-07  2:08 UTC  (4+ messages)

[PATCH v4] filemap: avoid unnecessary major faults in filemap_fault()
 2024-03-07  2:05 UTC  (3+ messages)

[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-03-07  1:45 UTC 

[PATCH v2] mm: Add an explicit smp_wmb() to UFFDIO_CONTINUE
 2024-03-07  1:20 UTC  (2+ messages)

[PATCH] mm: Add an explicit smp_wmb() to UFFDIO_CONTINUE
 2024-03-07  0:23 UTC  (4+ messages)

[PATCH v4 bpf-next 0/2] mm: Enforce ioremap address space and introduce sparse vm_area
 2024-03-06 23:11 UTC  (12+ messages)
` [PATCH v4 bpf-next 2/2] mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages()

[PATCH v2 0/3] selftests/mm: Improve Hugepage Test Handling in MM Selftests
 2024-03-06 22:37 UTC  (4+ messages)
` [PATCH v2 1/3] selftests/mm: Dont fail testsuite due to a lack of hugepages
` [PATCH v2 2/3] selftests/mm: Skip uffd hugetlb tests with insufficient hugepages
` [PATCH v2 3/3] selftests/mm: Skip the hugetlb-madvise tests on unmet hugepage requirements

[PATCH] mm: Fix list corruption in put_pages_list
 2024-03-06 21:59 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 6894e1c0fb7d85c088c7caa6504a7815096bdd96
 2024-03-06 20:30 UTC 

[linux-next:master] BUILD REGRESSION 61996c073c9b070922ad3a36c981ca6ddbea19a5
 2024-03-06 18:11 UTC 

[LSF/MM/BPF TOPIC] TAO: THP Allocator Optimizations
 2024-03-06 16:40 UTC  (3+ messages)

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-06 16:02 UTC  (9+ messages)

[PATCH STABLE v6.1.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-06 15:52 UTC 

[PATCH STABLE v5.15.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-06 15:51 UTC 

[PATCH STABLE v5.10.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-06 15:51 UTC 

[PATCH STABLE v5.4.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-06 15:51 UTC 

[PATCH STABLE v4.19.y] mm/migrate: set swap entry values of THP tail pages properly
 2024-03-06 15:50 UTC 

[PATCH] block: Fix page refcounts for unaligned buffers in __bio_release_pages()
 2024-03-06 15:35 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).