linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 14:27:30 to 2025-08-22 08:23:37 UTC [more...]

[PATCH v3 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-22  8:21 UTC  (7+ 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 0/3] memcg, writeback: Don't wait writeback completion
 2025-08-22  8:22 UTC  (9+ messages)
` [PATCH] memcg: Don't wait writeback completion when release memcg
    ` [External] "

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

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-22  8:15 UTC  (58+ 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 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [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 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [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 RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [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] 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 v10 00/13] khugepaged: mTHP support
 2025-08-22  7:36 UTC  (25+ messages)
` [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 v10 12/13] khugepaged: add per-order mTHP khugepaged stats
` [PATCH v10 13/13] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v4] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-22  7:30 UTC  (7+ 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] mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()
 2025-08-22  5:58 UTC 

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

[PATCH] mm/khugepaged: use list_xxx() helper to improve readability
 2025-08-22  5:49 UTC  (3+ messages)

[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
 2025-08-22  5:45 UTC  (13+ 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

[syzbot] [mm?] INFO: rcu detected stall in sys_munmap (2)
 2025-08-22  4:15 UTC 

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

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

[PATCH] mm/huge_memory: remove enforce_sysfs from __thp_vma_allowable_orders
 2025-08-22  3:46 UTC  (7+ 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 v2 0/5] Add Rust abstraction for Maple Trees
 2025-08-22  1:40 UTC  (6+ messages)
` [PATCH v2 2/5] rust: maple_tree: add MapleTree

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

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22  1:21 UTC  (4+ messages)

[GIT PULL] hotfixes for 6.17-rc3
 2025-08-22  1:21 UTC 

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

[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 v4 0/3] introduce kernel file mapped folios
 2025-08-21 22:51 UTC  (6+ 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

[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  (12+ messages)

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

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

[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  (4+ messages)
` [PATCH v3 1/2] kexec: introduce is_kho_boot()
` [PATCH v3 2/2] efi: Support booting with kexec handover (KHO)

[PATCH v4 2/3] mm/oom_kill: Only delay OOM reaper for processes using robust futexes
 2025-08-21 19:45 UTC  (6+ messages)

[PATCH v3 0/4] introduce uncharged file mapped folios
 2025-08-21 19:37 UTC  (6+ messages)
` [PATCH v3 1/4] mm/filemap: add AS_UNCHARGED

[linux-next:master] BUILD REGRESSION 7fa4d8dc380fbd81a9d702a855c50690c9c6442c
 2025-08-21 19:36 UTC 

[PATCH v3 0/8] x86: enable EXECMEM_ROX_CACHE for ftrace and kprobes
 2025-08-21 19:25 UTC  (5+ messages)
` [PATCH v3 8/8] x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocations

[RFC 1/1] Add memory allocation info for cgroup oom
 2025-08-21 19:09 UTC  (5+ messages)

[PATCH v4] memcg: expose socket memory pressure in a cgroup
 2025-08-21 18:44 UTC  (9+ messages)

[PATCH v3] mm/damon/core: set quota->charged_from to jiffies at first charge window
 2025-08-21 18:11 UTC  (3+ messages)

[RFC] Unconditionally lock folios when calling rmap_walk()
 2025-08-21 17:56 UTC  (4+ messages)

[PATCH v12] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-08-21 17:34 UTC  (4+ messages)
      ` [PATCH v14] "
          ` [PATCH v16] "
            ` [PATCH v17] "

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-08-21 17:29 UTC  (2+ messages)

[PATCH 10/11] Docs/ABI/damon: document addr_unit file
 2025-08-21 17:24 UTC  (2+ messages)

[PATCH 09/11] Docs/admin-guide/mm/damon/usage: document addr_unit file
 2025-08-21 17:23 UTC  (2+ messages)

[PATCH 08/11] Docs/mm/damon/design: document 'address unit' parameter
 2025-08-21 17:22 UTC  (2+ messages)

[PATCH 07/11] mm/damon/sysfs: implement addr_unit file under context dir
 2025-08-21 17:21 UTC  (2+ messages)

[PATCH 06/11] mm/damon/paddr: support addr_unit for DAMOS_STAT
 2025-08-21 17:19 UTC  (2+ messages)

[PATCH 05/11] mm/damon/paddr: support addr_unit for MIGRATE_{HOT,COLD}
 2025-08-21 17:18 UTC  (2+ messages)

[PATCH 04/11] mm/damon/paddr: support addr_unit for DAMOS_LRU_[DE]PRIO
 2025-08-21 17:16 UTC  (2+ messages)

[PATCH 03/11] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
 2025-08-21 17:14 UTC  (2+ messages)

[PATCH 02/11] mm/damon/paddr: support addr_unit for access monitoring
 2025-08-21 17:12 UTC  (2+ messages)

[PATCH 01/11] mm/damon/core: add damon_ctx->addr_unit
 2025-08-21 17:10 UTC  (2+ messages)

[PATCH] mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()
 2025-08-21 16:59 UTC  (2+ messages)

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

[PATCH] mm: Remove is_migrate_highatomic()
 2025-08-21 16:38 UTC  (3+ messages)

[linux-next:master 3382/3950] mm/zswap.c:48:15: sparse: sparse: symbol 'zswap_stored_incompressible_pages' was not declared. Should it be static?
 2025-08-21 16:19 UTC  (2+ messages)

[PATCH v2] mm/damon/core: set quota->charged_from to jiffies at first charge window
 2025-08-21 16:18 UTC  (3+ messages)

[PATCH v11 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-08-21 16:16 UTC  (9+ messages)
` [PATCH v11 1/3] mm: Add support to retrieve physical address range of memory from the node ID

[PATCH v1 00/14] mm: BPF OOM
 2025-08-21 15:54 UTC  (7+ messages)
` [PATCH v1 01/14] mm: introduce bpf struct ops for OOM handling

[PATCH v3 11/22] mm: add and use unmap_page_range vm_ops hook
 2025-08-21 15:40 UTC  (2+ messages)

[RFC PATCH V3 00/17] mm: slowtier page promotion based on PTE A bit
 2025-08-21 15:24 UTC  (2+ messages)

[RFC PATCH v1 0/7] A subsystem for hot page detection and promotion
 2025-08-21 15:10 UTC  (4+ messages)
` [RFC PATCH v1 3/7] mm: Hot page tracking "

[PATCH v2] rust: zpool: add abstraction for zpool drivers
 2025-08-21 14:32 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).