linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 20:08:50 to 2025-08-22 17:11:29 UTC [more...]

[PATCH v3 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-22 17:11 UTC  (11+ messages)
` [PATCH v3 1/8] selftests/mm: Add -Wunreachable-code and fix warnings
` [PATCH v3 2/8] selftests/mm: protection_keys: Fix dead code
` [PATCH v3 3/8] selftests: kselftest.h: Add unused macro
` [PATCH v3 4/8] selftests/mm: Add -Wunused family of flags
` [PATCH v3 5/8] selftests/mm: Remove unused parameters
` [PATCH v3 6/8] selftests/mm: Fix unused parameter warnings for different architectures
` [PATCH v3 7/8] selftests/mm: mark variable unused with macro
` [PATCH v3 8/8] selftests/mm: pkey-helpers: Remove duplicate __maybe_unused

[TECH TOPIC] Per-cgroup Swap Device Control
 2025-08-22 17:10 UTC  (2+ messages)

[PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
 2025-08-22 17:09 UTC  (2+ messages)

[PATCH] mm: fix KASAN build error due to p*d_populate_kernel()
 2025-08-22 17:08 UTC  (6+ messages)
` [PATCH v2] "

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-22 17:07 UTC  (61+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "
  ` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
  ` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry

[PATCH] mm/khugepaged: use list_xxx() helper to improve readability
 2025-08-22 17:03 UTC  (6+ messages)

[PATCH v5 00/14] SLUB percpu sheaves
 2025-08-22 16:56 UTC  (5+ messages)
` [PATCH v5 05/14] tools: Add testing support for changes to rcu and slab for sheaves
` [PATCH v5 06/14] tools: Add sheaves support to testing infrastructure

[Discuss] First steps for ASI (ASI is fast again)
 2025-08-22 16:56 UTC  (5+ messages)

[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
 2025-08-22 16:48 UTC  (14+ messages)

[PATCH v4] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-22 16:44 UTC  (8+ messages)

[PATCH v2 0/5] Add Rust abstraction for Maple Trees
 2025-08-22 15:43 UTC  (13+ messages)
` [PATCH v2 2/5] rust: maple_tree: add MapleTree
` [PATCH v2 3/5] rust: maple_tree: add MapleTree::lock() and load()

[PATCH v10 00/13] khugepaged: mTHP support
 2025-08-22 15:33 UTC  (32+ messages)
` [PATCH v10 02/13] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH v10 03/13] khugepaged: generalize hugepage_vma_revalidate for mTHP support
` [PATCH v10 07/13] khugepaged: skip collapsing mTHP to smaller orders
` [PATCH v10 10/13] khugepaged: kick khugepaged for enabling none-PMD-sized mTHPs

[PATCH] mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()
 2025-08-22 15:19 UTC  (2+ messages)

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22 14:51 UTC  (3+ messages)

[PATCH v3] rust: zpool: add abstraction for zpool drivers
 2025-08-22 14:13 UTC  (2+ messages)

[PATCH v2 00/10] powerpc: Implement masked user access
 2025-08-22 14:11 UTC  (14+ messages)
` [PATCH v2 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v2 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v2 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v2 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v2 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v2 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v2 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v2 10/10] powerpc/uaccess: Implement masked user access

[syzbot] [mm?] INFO: rcu detected stall in sys_munmap (2)
 2025-08-22 13:55 UTC  (3+ messages)

[PATCH] mm/hugetlb: two-phase hugepage allocation when reservation is high
 2025-08-22 13:50 UTC  (2+ messages)

[PATCH v4 0/3] introduce kernel file mapped folios
 2025-08-22 13:46 UTC  (7+ messages)
` [PATCH v4 1/3] mm/filemap: add AS_KERNEL_FILE
  ` [PATCH] mm: fix CONFIG_MEMCG build for AS_KERNEL_FILE
` [PATCH v4 2/3] mm: add vmstat for kernel_file pages
` [PATCH v4 3/3] btrfs: set AS_KERNEL_FILE on the btree_inode

[GIT PULL] hotfixes for 6.17-rc3
 2025-08-22 13:36 UTC  (2+ messages)

[PATCH 5.15.y 2/4] mm: update memfd seal write check to include F_SEAL_WRITE
 2025-08-22 13:28 UTC  (2+ messages)
` Patch "mm: update memfd seal write check to include F_SEAL_WRITE" has been added to the 5.15-stable tree

[PATCH 5.15.y 3/4] mm: reinstate ability to map write-sealed memfd mappings read-only
 2025-08-22 13:28 UTC  (2+ messages)
` Patch "mm: reinstate ability to map write-sealed memfd mappings read-only" has been added to the 5.15-stable tree

[PATCH 5.15.y 1/4] mm: drop the assumption that VM_SHARED always implies writable
 2025-08-22 13:28 UTC  (2+ messages)
` Patch "mm: drop the assumption that VM_SHARED always implies writable" has been added to the 5.15-stable tree

[syzbot] [mm?] BUG: soft lockup in dev_ioctl (2)
 2025-08-22 13:27 UTC 

[PATCH 6.1.y 3/4] mm: reinstate ability to map write-sealed memfd mappings read-only
 2025-08-22 13:11 UTC  (2+ messages)
` Patch "mm: reinstate ability to map write-sealed memfd mappings read-only" has been added to the 6.1-stable tree

[PATCH 6.1.y 2/4] mm: update memfd seal write check to include F_SEAL_WRITE
 2025-08-22 13:11 UTC  (2+ messages)
` Patch "mm: update memfd seal write check to include F_SEAL_WRITE" has been added to the 6.1-stable tree

[PATCH 6.1.y 1/4] mm: drop the assumption that VM_SHARED always implies writable
 2025-08-22 13:11 UTC  (2+ messages)
` Patch "mm: drop the assumption that VM_SHARED always implies writable" has been added to the 6.1-stable tree

kismet: WARNING: unmet direct dependencies detected for HUGETLBFS when selected by PPC_8xx
 2025-08-22 12:07 UTC 

[PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
 2025-08-22 12:06 UTC  (3+ messages)

[PATCH v8 0/5] Add support for long task name
 2025-08-22 12:05 UTC  (4+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH 0/2] nios2: Add architecture support for clone3
 2025-08-22 12:01 UTC  (8+ messages)
` [PATCH 1/2] copy_process: Handle architectures where sizeof(unsigned long) < sizeof(u64)

[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
 2025-08-22 11:01 UTC  (3+ messages)
` [PATCH v2 2/2] mm: "

[RFC] Unconditionally lock folios when calling rmap_walk()
 2025-08-22 10:50 UTC  (6+ messages)

[linux-next:master 3830/4234] include/linux/mm.h:78: warning: "PAGES_TO_MB" redefined
 2025-08-22 10:26 UTC 

[syzbot] [fs?] [mm?] linux-next test error: WARNING in __folio_start_writeback
 2025-08-22 10:09 UTC 

[PATCH v2] drivers/base/node: Handle error properly in register_one_node()
 2025-08-22  9:48 UTC  (2+ messages)

[PATCH v2 00/11] mm/damon: support ARM32 with LPAE
 2025-08-22  9:34 UTC  (12+ messages)
` [PATCH v2 01/11] mm/damon/core: add damon_ctx->addr_unit
` [PATCH v2 02/11] mm/damon/paddr: support addr_unit for access monitoring
` [PATCH v2 03/11] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
` [PATCH v2 04/11] mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIO
` [PATCH v2 05/11] mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}
` [PATCH v2 06/11] mm/damon/paddr: support addr_unit for DAMOS_STAT
` [PATCH v2 07/11] mm/damon/sysfs: implement addr_unit file under context dir
` [PATCH v2 08/11] Docs/mm/damon/design: document 'address unit' parameter
` [PATCH v2 09/11] Docs/admin-guide/mm/damon/usage: document addr_unit file
` [PATCH v2 10/11] Docs/ABI/damon: "
` [PATCH v2 11/11] mm/damon: add damon_ctx->min_sz_region

[PATCH 0/3] memcg, writeback: Don't wait writeback completion
 2025-08-22  9:29 UTC  (11+ messages)
` [PATCH] memcg: Don't wait writeback completion when release memcg
    ` [External] "
  ` [External] Re: [PATCH 0/3] memcg, writeback: Don't wait writeback completion

[PATCH v1 RFC 0/6] kfuzztest: a new kernel fuzzing framework
 2025-08-22  8:57 UTC  (11+ messages)
` [PATCH v1 RFC 3/6] kfuzztest: implement core module and input processing
` [PATCH v1 RFC 6/6] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing

[PATCH 6.6.y 2/4] mm: update memfd seal write check to include F_SEAL_WRITE
 2025-08-22  8:26 UTC  (2+ messages)
` Patch "mm: update memfd seal write check to include F_SEAL_WRITE" has been added to the 6.6-stable tree

[PATCH 6.6.y 3/4] mm: reinstate ability to map write-sealed memfd mappings read-only
 2025-08-22  8:26 UTC  (2+ messages)
` Patch "mm: reinstate ability to map write-sealed memfd mappings read-only" has been added to the 6.6-stable tree

[PATCH 6.6.y 1/4] mm: drop the assumption that VM_SHARED always implies writable
 2025-08-22  8:25 UTC  (2+ messages)
` Patch "mm: drop the assumption that VM_SHARED always implies writable" has been added to the 6.6-stable tree

[PATCH] mm/khugepaged: fix the address passed to notifier on testing young
 2025-08-22  7:48 UTC  (4+ messages)

[PATCH v4 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-08-22  7:36 UTC  (3+ messages)

[PATCH v5] mm: Fix possible deadlock in kmemleak
 2025-08-22  7:35 UTC 

[syzbot] [mm?] kernel BUG in page_table_check_set
 2025-08-22  6:23 UTC  (3+ messages)

[PATCH 0/4] mm/mm_init: simplify deferred init of struct pages
 2025-08-22  5:54 UTC  (2+ messages)

[RFC PATCH 0/4] Migrate on fault for device pages
 2025-08-22  5:02 UTC  (5+ messages)
` [RFC PATCH 2/4] mm: unified fault and migrate device page paths

[PATCH] tmpfs: preserve SB_I_VERSION on remount
 2025-08-22  4:03 UTC  (4+ messages)

[PATCH] mm/huge_memory: remove enforce_sysfs from __thp_vma_allowable_orders
 2025-08-22  3:46 UTC  (2+ messages)

[PATCH v4] mm/damon/core: set quota->charged_from to jiffies at first charge window
 2025-08-22  2:50 UTC 

[PATCH V5 mm-hotfixes 2/3] mm: introduce and use {pgd,p4d}_populate_kernel()
 2025-08-22  2:07 UTC  (2+ messages)
` [PATCH v3] mm: fix KASAN build error due to p*d_populate_kernel()

[PATCH] filemap: optimize order0 folio in filemap_map_pages
 2025-08-22  2:01 UTC  (7+ messages)

[PATCH 11/11] mm/damon: add damon_ctx->min_region
 2025-08-22  1:29 UTC  (2+ messages)

[PATCH] mm/memory-failure: Do not call action_result() on already poisoned pages
 2025-08-22  0:24 UTC  (4+ messages)

[rppt-memblock:for-next] BUILD SUCCESS 66e537433fac24bc002463056156ad9eb61979ff
 2025-08-21 23:59 UTC 

[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-21 22:13 UTC  (7+ messages)
` [PATCH v2 4/8] selftests/mm: Add -Wunused family of flags

[PATCH v2 2/2] mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range
 2025-08-21 22:07 UTC  (19+ messages)

[PATCH v4] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-21 21:41 UTC  (11+ messages)

[RFC 0/1] Try to add memory allocation info for cgroup oom kill
 2025-08-21 21:26 UTC  (6+ messages)

[RFC PATCH 0/6] Remove XA_ZERO from error recovery of
 2025-08-21 21:12 UTC  (3+ messages)
` [RFC PATCH 1/6] mm/mmap: Move exit_mmap() trace point

[PATCH v3 0/2] efi: Fix EFI boot with kexec handover (KHO)
 2025-08-21 20:58 UTC  (2+ 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).