linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-29 00:29:25 to 2025-08-29 18:32:34 UTC [more...]

[PATCH 00/12] mm: add `const` to lots of pointer parameters
 2025-08-29 18:31 UTC  (11+ messages)
` [PATCH 01/12] mm/shmem: "
` [PATCH 02/12] include/pagemap.h: "
` [PATCH 03/12] include/mmzone.h: "
` [PATCH 04/12] include/fs.h: add `const` to several "
` [PATCH 05/12] mm/oom_kill: add `const` to pointer parameter
` [PATCH 06/12] mm/util: add `const` to several pointer parameters
` [PATCH 07/12] parisc/sys_parisc.c: add `const` to mmap_upper_limit() parameter
` [PATCH 08/12] arch, mm/util: add const to arch_pick_mmap_layout() parameter
` [PATCH 09/12] include/mm_types.h: add `const` to several pointer parameters
` [PATCH 10/12] include/mm_inline.h: add `const` to lots of "

[PATCH 00/22] Prepare slab for memdescs
 2025-08-29 17:05 UTC  (18+ messages)
` [PATCH 04/22] slab: Remove dead code in free_consistency_checks()
` [PATCH 05/22] mm: Constify compound_order() and page_size()
` [PATCH 06/22] slab: Reimplement page_slab()
` [PATCH 08/22] slab: Remove folio references in memcg_slab_post_charge()
` [PATCH 09/22] slab: Remove folio references in slab alloc/free
` [PATCH 10/22] slab: Remove folio references from ___kmalloc_large_node()
` [PATCH 11/22] slab: Remove folio references from free_large_kmalloc()
` [PATCH 12/22] slab: Remove folio references from kvfree_rcu_cb()
` [PATCH 13/22] slab: Remove folio references from kvfree()
` [PATCH 14/22] slab: Remove folio references from __do_krealloc()
` [PATCH 15/22] slab: Remove folio references from build_detached_freelist()
` [PATCH 16/22] slab: Remove dead code from free_large_kmalloc()
` [PATCH 18/22] usercopy: Remove folio references from check_heap_object()
` [PATCH 19/22] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_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 v5] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-29 18:14 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 3cace99d63192a7250461b058279a42d91075d0c
 2025-08-29 17:37 UTC 

[PATCH v6 0/2] Do not delay OOM reaper when the victim is frozen
 2025-08-29 17:31 UTC  (7+ messages)
` [PATCH v6 1/2] mm/oom_kill: Do not delay oom "
` [PATCH v6 2/2] mm/oom_kill: The OOM reaper traverses the VMA maple tree in reverse order

[PATCH] mm: ignore nomap memory during mirror init
 2025-08-29 16:47 UTC  (12+ messages)

[PATCH] kmsan: Fix out-of-bounds access to shadow memory
 2025-08-29 16:45 UTC 

[GIT PULL] memblock fixes for v6.17-rc4
 2025-08-29 16:39 UTC  (2+ messages)

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-08-29 16:29 UTC  (20+ messages)
` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH 03/14] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH 05/14] Documentation: blk-mq: Convert block layer docs external links
` [PATCH 06/14] Documentation: bpf: Convert external kernel docs link
` [PATCH 07/14] Documentation: kasan: Use internal link to kunit
` [PATCH 08/14] Documentation: gpu: "
` [PATCH 09/14] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH 10/14] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH 11/14] Documentation: net: Convert external kernel networking docs
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
` [PATCH 13/14] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH 14/14] Documentation: checkpatch: Convert kernel docs references

[PATCH 0/3] mm: remove zpool
 2025-08-29 16:15 UTC  (4+ messages)
` [PATCH 1/3] mm: zswap: interact directly with zsmalloc
` [PATCH 2/3] mm: remove unused zpool layer
` [PATCH 3/3] mm: zpdesc: minor naming and comment corrections

[PATCH] mm/gup: Drain batched mlock folio processing before attempting migration
 2025-08-29 16:04 UTC  (15+ messages)

[PATCH v8 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
 2025-08-29 15:56 UTC 

[PATCH 05/33] mm: vmstat: Prepare to protect against concurrent isolated cpuset change
 2025-08-29 15:47 UTC  (3+ messages)
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "

[PATCH 0/2] mm: task_stack: Stack handling cleanups
 2025-08-29 15:41 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] tools/mm/slabinfo: fix buffer overflows in fread operations
 2025-08-29 15:30 UTC  (4+ messages)

[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
 2025-08-29 15:29 UTC  (6+ messages)

Re: [PATCH][v3] mm/hugetlb: Retry to allocate for early boot hugepage allocation
 2025-08-29 15:20 UTC 

[PATCH v1 00/36] mm: remove nth_page()
 2025-08-29 15:19 UTC  (77+ messages)
` [PATCH v1 04/36] x86/Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 36/36] mm: remove nth_page()

[PATCH][v3] mm/hugetlb: Retry to allocate for early boot hugepage allocation
 2025-08-29 15:03 UTC  (2+ messages)

Bug: Performance regression in 1013af4f585f: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
 2025-08-29 14:30 UTC 

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-08-29 13:16 UTC  (12+ messages)
` [PATCH v4 15/16] block-dma: properly take MMIO path

[PATCH v3] mm: slub: avoid wake up kswapd in set_track_prepare
 2025-08-29 13:08 UTC  (8+ messages)
      `  "

[PATCH v7 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2025-08-29 11:52 UTC  (7+ messages)
` [PATCH v7 1/6] arm64: Enable permission change on arm64 kernel block mappings
` [PATCH v7 2/6] arm64: cpufeature: add AmpereOne to BBML2 allow list
` [PATCH v7 3/6] arm64: mm: support large block mapping when rodata=full
` [PATCH v7 4/6] arm64: mm: Optimize split_kernel_leaf_mapping()
` [PATCH v7 5/6] arm64: mm: split linear mapping if BBML2 unsupported on secondary CPUs
` [PATCH v7 6/6] arm64: mm: Optimize linear_map_split_to_ptes()

[PATCH] mm/page_alloc: Harmonize should_compact_retry() type
 2025-08-29 11:20 UTC  (5+ messages)

[PATCH 0/2] selftests/mm: uffd-stress fixes
 2025-08-29 11:09 UTC  (4+ messages)
` [PATCH 1/2] selftests/mm/uffd-stress: Make test operate on less hugetlb memory

[PATCH] memfd,selinux: call security_inode_init_security_anon
 2025-08-29 10:56 UTC  (5+ messages)

[PATCH 2/2] selftests: Replace relative includes with non-relative for kselftest.h and kselftest_harness.h
 2025-08-29 10:53 UTC  (4+ messages)

[PATCH v6 mm-new 00/10] mm, bpf: BPF based THP order selection
 2025-08-29 10:49 UTC  (32+ messages)
` [PATCH v6 mm-new 01/10] mm: thp: add support for "
` [PATCH v6 mm-new 02/10] mm: thp: add a new kfunc bpf_mm_get_mem_cgroup()
` [PATCH v6 mm-new 03/10] mm: thp: add a new kfunc bpf_mm_get_task()
` [PATCH v6 mm-new 04/10] bpf: mark vma->vm_mm as trusted

[PATCH] mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocations
 2025-08-29 10:30 UTC  (7+ messages)

[PATCH v1] mm: memory-tiering: Fix PGPROMOTE_CANDIDATE counting
 2025-08-29  9:33 UTC  (4+ messages)

[DISCUSSION] Unconditionally lock folios when calling rmap_walk()
 2025-08-29  9:04 UTC  (7+ messages)

[RFC 0/1] writeback: add sysfs to config the number of writeback contexts
 2025-08-29  8:59 UTC  (2+ messages)

[PATCH] tools/mm/slabinfo.c: fix access to null terminator in string
 2025-08-29  8:47 UTC 

[PATCH] mm/hmm: Populate PFNs from PMD swap entry
 2025-08-29  8:05 UTC 

[PATCH v5 0/2] rust: zpool: add abstraction for zpool drivers
 2025-08-29  7:18 UTC  (3+ messages)
` [PATCH v5 1/2] rust: alloc: add from_raw method to Flags
` [PATCH v5 2/2] rust: zpool: add abstraction for zpool drivers

[PATCH v5 0/2] Do not delay oom reaper when the victim is frozen
 2025-08-29  7:14 UTC  (10+ messages)
` [PATCH v5 2/2] mm/oom_kill: Have the OOM reaper and exit_mmap() traverse the maple tree in opposite order

[PATCH v6 00/10] SLUB percpu sheaves
 2025-08-29  7:12 UTC  (6+ messages)
` [PATCH v6 02/10] slab: add opt-in caching layer of "

[PATCH v2] mm/memory-failure: Fix redundant updates for already poisoned pages
 2025-08-29  6:35 UTC  (2+ messages)

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

[PATCH v3 0/7] rust: Add Per-CPU Variable API
 2025-08-29  5:20 UTC  (5+ messages)
` [PATCH v3 3/7] rust: cpumask: Add a `Cpumask` iterator
` [PATCH v3 4/7] rust: cpumask: Add getters for globally defined cpumasks

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-29  4:36 UTC  (3+ messages)
` [PATCH v6 01/15] devres: provide devm_kmemdup_const()

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-29  3:42 UTC  (24+ messages)
` [PATCH v11 19/24] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v11 23/24] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v11 24/24] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH] mm/page_alloc: find_large_buddy() from start_pfn aligned order
 2025-08-29  3:02 UTC  (2+ messages)

[PATCH v2 1/2] mpage: terminate read-ahead on read error
 2025-08-29  2:36 UTC  (2+ messages)
` [PATCH v2 2/2] mpage: convert do_mpage_readpage() to return void type

[PATCH v2 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
 2025-08-29  2:14 UTC  (5+ messages)
` [PATCH v2 1/2] mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal
` [PATCH v2 2/2] mm/slub: Replace sort_r() with sort() for debugfs stack trace sorting

[PATCH 0/2] mm/slub: Fix debugfs stack trace sorting and simplify sort call
 2025-08-29  2:06 UTC  (7+ messages)
` [PATCH 1/2] mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal

[PATCH v10 00/13] khugepaged: mTHP support
 2025-08-29  1:55 UTC  (15+ messages)

[PATCH v4 0/3] introduce kernel file mapped folios
 2025-08-29  1:52 UTC  (2+ messages)

[PATCH v2] huge_mm.h: disallow is_huge_zero_folio(NULL)
 2025-08-29  1:25 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/8] Add selftests for mshare
 2025-08-29  1:04 UTC  (5+ messages)
` [PATCH 4/8] mshare: selftests: Add test case shared memory
` [PATCH 8/8] mshare: selftests: Add test case to demostrate that mshare doesn't support THP


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