linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-01 11:09:16 to 2025-09-01 20:50:36 UTC [more...]

[PATCH v6 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 20:50 UTC  (3+ messages)
` [PATCH v6 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v6 02/12] mm: constify pagemap related test/getter functions

[PATCH v1] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE counting
 2025-09-01 20:34 UTC  (5+ messages)
` [PATCH v3] mm: memory-tiering: fix "

[PATCH v6 0/2] introduce kasan.write_only option in hw-tags
 2025-09-01 20:31 UTC  (5+ messages)
` [PATCH v6 1/2] kasan/hw-tags: introduce kasan.write_only option

[akpm-mm:mm-nonmm-unstable 90/91] samples/vfs/../../tools/testing/selftests/pidfd/pidfd.h:28:10: fatal error: kselftest.h: No such file or directory
 2025-09-01 19:40 UTC 

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-01 19:22 UTC  (6+ messages)
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly

[Patch v2] selftests/mm: check content to see whether mremap corrupt data
 2025-09-01 19:10 UTC  (6+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-09-01 19:02 UTC  (11+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH] mm: show_mem: show number of zspages in show_free_areas
 2025-09-01 18:54 UTC  (2+ messages)

[RFC 0/3] cgroups: Add support for pinned device memory
 2025-09-01 18:38 UTC  (8+ messages)

[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-01 18:17 UTC  (6+ messages)
` [PATCH 2/9] mm, swap: always lock and check the swap cache folio before use

[PATCH v10 00/13] khugepaged: mTHP support
 2025-09-01 17:06 UTC  (21+ messages)
` [PATCH v10 05/13] khugepaged: generalize __collapse_huge_page_* for "

[PATCH v2 RFC 0/7] KFuzzTest: a new kernel fuzzing framework
 2025-09-01 16:42 UTC  (8+ messages)
` [PATCH v2 RFC 1/7] mm/kasan: implement kasan_poison_range
` [PATCH v2 RFC 2/7] kfuzztest: add user-facing API and data structures
` [PATCH v2 RFC 3/7] kfuzztest: implement core module and input processing
` [PATCH v2 RFC 4/7] tools: add kfuzztest-bridge utility
` [PATCH v2 RFC 5/7] kfuzztest: add ReST documentation
` [PATCH v2 RFC 6/7] kfuzztest: add KFuzzTest sample fuzz targets
` [PATCH v2 RFC 7/7] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing

[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
 2025-09-01 16:06 UTC  (11+ messages)

[LSF/MM/BPF TOPIC] Guaranteed CMA
 2025-09-01 16:01 UTC  (10+ messages)

[PATCH v2 1/4] mm: Introduce vm_uffd_ops API
 2025-09-01 16:01 UTC  (12+ messages)

[PATCH v5 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 15:55 UTC  (51+ messages)
` [PATCH v5 01/12] mm: constify shmem related test functions for improved const-correctness
` [PATCH v5 02/12] mm: constify pagemap "
` [PATCH v5 03/12] mm: constify zone "
` [PATCH v5 04/12] fs: constify mapping "
` [PATCH v5 05/12] mm: constify process_shares_mm() "
` [PATCH v5 06/12] mm, s390: constify mapping related test functions "
` [PATCH v5 07/12] parisc: constify mmap_upper_limit() parameter "
` [PATCH v5 08/12] mm: constify arch_pick_mmap_layout() "
` [PATCH v5 09/12] mm: constify ptdesc_pmd_pts_count() and folio_get_private()
` [PATCH v5 10/12] mm: constify various inline test functions for improved const-correctness
` [PATCH v5 11/12] mm: constify assert/test functions in mm.h
` [PATCH v5 12/12] mm: constify highmem related functions for improved const-correctness

[PATCH 00/22] Prepare slab for memdescs
 2025-09-01 15:50 UTC  (9+ messages)
` [PATCH 05/22] mm: Constify compound_order() and page_size()
` [PATCH 06/22] slab: Reimplement page_slab()
` [PATCH 20/22] kasan: Remove references to folio in __kasan_mempool_poison_object()
` [PATCH 22/22] mm: Remove redundant test in validate_page_before_insert()

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-01 15:03 UTC  (38+ messages)
` [PATCH v2 01/37] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v2 02/37] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 03/37] s390/Kconfig: "
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 07/37] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v2 09/37] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v2 10/37] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v2 11/37] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v2 12/37] mm: simplify folio_page() and folio_page_idx()
` [PATCH v2 13/37] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v2 14/37] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()

[RFC PATCH] mm: Enable khugepaged to operate on non-writable VMAs
 2025-09-01 15:35 UTC  (8+ messages)

[PATCH] mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
 2025-09-01 15:33 UTC  (4+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 14:56 UTC  (3+ messages)

[PATCH v5 05/12] KVM: Documentation: describe GUEST_MEMFD_FLAG_NO_DIRECT_MAP
 2025-09-01 14:43 UTC  (3+ messages)

[daveh-devel:kpte] [mm] ccbd04de39: BUG:KASAN:wild-memory-access_in_pmd_alloc_one_noprof
 2025-09-01 14:37 UTC 

[PATCH v5 04/12] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-01 14:27 UTC  (3+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 14:05 UTC  (2+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 14:03 UTC  (2+ messages)

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-01 13:51 UTC  (16+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-09-01 13:58 UTC  (5+ messages)
` [RFC RESEND v2] binfmt_elf: preserve original ELF e_flags for "
` [RFC RESEND v3] "

[PATCH v6 1/2] mm/oom_kill: Do not delay oom reaper when the victim is frozen
 2025-09-01 13:58 UTC  (3+ messages)

[PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-09-01 13:56 UTC  (2+ messages)

[PATCH v5 02/12] arch: export set_direct_map_valid_noflush to KVM module
 2025-09-01 13:47 UTC  (2+ messages)

[PATCH 0/2] mm: task_stack: Stack handling cleanups
 2025-09-01 11:58 UTC  (5+ messages)
` [PATCH 1/2] fork: check charging success before zeroing stack
` [PATCH 2/2] task_stack.h: Clean-up stack_not_used() implementation

[PATCH] mm/memfd: remove redundant casts
 2025-09-01 13:23 UTC  (3+ messages)

[PATCH v6 1/2] mm/oom_kill: Do not delay oom reaper when the victim is frozen
 2025-09-01 13:17 UTC  (2+ messages)

[PATCH] selftests/mm: directly add pagesize instead of increase until page size
 2025-09-01 13:05 UTC  (6+ messages)

[PATCH 0/8] Add selftests for mshare
 2025-09-01 12:50 UTC  (4+ messages)
` [PATCH 4/8] mshare: selftests: Add test case shared memory
    ` [External] "

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-09-01 12:17 UTC  (22+ messages)
` [RFC][PATCH v2 22/29] mm/numa: Register information into Kmemdump

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-09-01 11:39 UTC  (9+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "

[PATCH v1 00/36] mm: remove nth_page()
 2025-09-01 11:35 UTC  (6+ messages)
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages

Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
 2025-09-01 11:26 UTC  (3+ messages)

[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01 11:15 UTC  (9+ messages)

[PATCH 00/12] maple_tree: slub sheaves conversion
 2025-09-01 11:09 UTC  (9+ messages)
` [PATCH 05/12] tools/testing/vma: Implement vm_refcnt reset
` [PATCH 06/12] testing/radix-tree/maple: Hack around kfree_rcu not existing
` [PATCH 07/12] maple_tree: Use kfree_rcu in ma_free_rcu
` [PATCH 08/12] maple_tree: Replace mt_free_one() with kfree()
` [PATCH 09/12] tools: Add sheaf to slab testing
` [PATCH 10/12] maple_tree: Sheaf conversion and testing
` [PATCH 11/12] maple_tree: Add single node allocation support to maple state
` [PATCH 12/12] maple_tree: Convert forking to use the sheaf interface


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).