Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-21 09:22:23 to 2024-03-22 03:04:36 UTC [more...]

[bug report] mm/zswap :memory corruption after zswap_load()
 2024-03-22  3:04 UTC  (9+ messages)
  ` [External] "

[linux-next:master 13900/14187] drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c:228:13: warning: unused variable 'ret'
 2024-03-22  2:54 UTC  (2+ messages)

[RFC PATCH v3 0/5] mm: support large folios swap-in
 2024-03-22  2:51 UTC  (22+ messages)
` [RFC PATCH v3 1/5] arm64: mm: swap: support THP_SWAP on hardware with MTE
` [RFC PATCH v3 5/5] mm: support large folios swapin as a whole

[PATCH v2] mm: zswap: remove nr_zswap_stored atomic
 2024-03-22  2:46 UTC  (2+ messages)

[PATCH] mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
 2024-03-22  2:45 UTC  (4+ messages)

[PATCH v4 0/6] Swap-out mTHP without splitting
 2024-03-22  2:39 UTC  (20+ messages)
` [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders
          ` Can you help us on memory barrier usage? (was Re: [PATCH v4 4/6] mm: swap: Allow storage of all mTHP orders)
` [PATCH v4 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD

summarize all information again at bottom//reply: reply: [PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-22  1:52 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Reclamation interactions with RCU
 2024-03-22  1:47 UTC  (11+ messages)
` [Lsf-pc] "

[PATCH] Revert "mm: skip CMA pages when they are not available"
 2024-03-22  1:28 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] userfaultfd: fix deadlock warning when locking src and dst VMAs
 2024-03-22  0:47 UTC  (2+ messages)

[PATCH] zswap: initialize entry->pool on same filled entry
 2024-03-22  0:41 UTC  (3+ messages)

[RFC] Storing same-filled pages without a zswap_entry
 2024-03-22  0:37 UTC  (13+ messages)

ZONE_DEVICE refcounting
 2024-03-22  0:01 UTC  (6+ messages)

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-22  0:08 UTC  (18+ messages)
` [PATCH v2] ARM: unwind: improve unwinders for noreturn case

[PATCH 1/2] mm: zswap: increase shrinking protection for zswap swapins only
 2024-03-21 23:57 UTC  (5+ messages)
` [PATCH 2/2] mm: zswap: remove nr_zswap_stored atomic

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-21 23:46 UTC  (13+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs
` [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test
` [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v5 17/29] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test

[PATCH v1] selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEM
 2024-03-21 23:29 UTC  (2+ messages)

[PATCH v2 0/3] mm/damon: Profiling enhancements for DAMON
 2024-03-21 23:10 UTC  (2+ messages)

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

[PATCH v1 0/2] s390/mm: shared zeropage + KVM fix and optimization
 2024-03-21 22:46 UTC  (7+ messages)
` [PATCH v1 1/2] mm/userfaultfd: don't place zeropages when zeropages are disallowed
` [PATCH v1 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-21 22:40 UTC  (13+ messages)

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-03-21 22:08 UTC  (11+ messages)
` [PATCH v3 01/12] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH v3 02/12] mm/hugetlb: Declare hugetlbfs_pagecache_present() non-static
` [PATCH v3 03/12] mm: Make HPAGE_PXD_* macros even if !THP
` [PATCH v3 04/12] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH v3 06/12] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH v3 07/12] mm/gup: Handle hugetlb for no_page_table()
` [PATCH v3 08/12] mm/gup: Cache *pudp in follow_pud_mask()
` [PATCH v3 09/12] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH v3 11/12] mm/gup: Handle hugepd for follow_page()
` [PATCH v3 12/12] mm/gup: Handle hugetlb in the generic follow_page_mask code

[PATCH] selftests/mm: Confirm VA exhaustion without reliance on correctness of mmap()
 2024-03-21 21:51 UTC  (2+ messages)

[PATCH v2] binfmt: replace deprecated strncpy
 2024-03-21 20:04 UTC 

[PATCH v3] kpageflags: respect folio head-page flag placement
 2024-03-21 19:59 UTC  (6+ messages)

[PATCH] binfmt: replace deprecated strncpy with strscpy_pad
 2024-03-21 19:57 UTC  (3+ messages)

[PATCH] exec: fix linux_binprm::exec in transfer_args_to_stack()
 2024-03-21 19:52 UTC  (3+ messages)

zswap doing io in GFP_NOIO reclaim context
 2024-03-21 18:51 UTC  (6+ messages)

[PATCH 0/4] mm/filemap: optimize folio adding and splitting
 2024-03-21 18:35 UTC  (5+ messages)
` [PATCH 4/4] mm/filemap: optimize filemap folio adding

[PATCH v1] uffd-unit-tests: Fix ARM related issue with fork after pthread_create
 2024-03-21 18:09 UTC 

[PATCH 0/6] Improve visibility of writeback
 2024-03-21 18:07 UTC  (9+ messages)
` [PATCH 1/6] writeback: collect stats of all wb of bdi in bdi_debug_stats_show

[PATCH] percpu: clean up all mappings when pcpu_map_pages() fails
 2024-03-21 16:57 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION e7528c088874326d3060a46f572252be43755a86
 2024-03-21 16:30 UTC 

[patch RFC] mm/slab: introduce KZALLOC_FREE() cleanup-ed allocation macro
 2024-03-21 16:26 UTC  (2+ messages)
` Re "

kernel BUG at lib/maple_tree.c:1237!
 2024-03-21 15:09 UTC  (2+ messages)

[PATCH 09/10] mm: page_isolation: prepare for hygienic freelists
 2024-03-21 15:03 UTC  (4+ messages)

[PATCH 0/9] Various significant MM patches
 2024-03-21 14:24 UTC  (10+ messages)
` [PATCH 1/9] mm: Always initialise folio->_deferred_list
` [PATCH 2/9] mm: Create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
` [PATCH 3/9] mm: Remove folio_prep_large_rmappable()
` [PATCH 4/9] mm: Support page_mapcount() on page_has_type() pages
` [PATCH 5/9] mm: Turn folio_test_hugetlb into a PageType
` [PATCH 6/9] mm: Remove a call to compound_head() from is_page_hwpoison()
` [PATCH 7/9] mm: Free up PG_slab
` [PATCH 8/9] mm: Improve dumping of mapcount and page_type
` [PATCH 9/9] hugetlb: Remove mention of destructors

[PATCH v3 4/4] rust: add abstraction for `struct page`
 2024-03-21 14:19 UTC  (8+ messages)

[PATCH] mm: remove CONFIG_MEMCG_KMEM
 2024-03-21 13:33 UTC  (3+ messages)

[PATCH v2 -next] mm/slub: remove dummy slabinfo functions
 2024-03-21 13:17 UTC 

[PATCH -next] mm/slub: remove dummy slabinfo functions
 2024-03-21 13:10 UTC  (3+ messages)

[PATCH v2 1/3] mm: kmsan: implement kmsan_memmove()
 2024-03-21 12:30 UTC  (6+ messages)
` [PATCH v2 2/3] instrumented.h: add instrument_memcpy_before, instrument_memcpy_after
` [PATCH v2 3/3] x86: call instrumentation hooks from copy_mc.c

[PATCH v2 0/2] page_owner: Refcount fixups
 2024-03-21 11:54 UTC  (10+ messages)
` [PATCH v2 1/2] mm,page_owner: Fix refcount imbalance
` [PATCH v2 2/2] mm,page_owner: Fix accounting of pages when migrating

[linux-next:pending-fixes] BUILD SUCCESS a2180774a30be91d9891a6c44cd8406f339f5337
 2024-03-21 11:47 UTC 

[akpm-mm:mm-unstable 47/52] mm/mempolicy.c:2733: warning: Function parameter or struct member 'vmf' not described in 'mpol_misplaced'
 2024-03-21 11:37 UTC  (2+ messages)

[PATCH v3 1/2] mm/mempolicy: Use numa_node_id() instead of cpu_to_node()
 2024-03-21 11:29 UTC  (2+ messages)
` [PATCH v3 2/2] mm/numa_balancing:Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy

[syzbot] [mm?] kernel BUG in const_folio_flags
 2024-03-21 10:20 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).