linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
 2025-05-09  7:46 UTC  (11+ messages)
` [PATCH v8 01/17] memblock: add MEMBLOCK_RSRV_KERN flag
` [PATCH v8 02/17] memblock: Add support for scratch memory
` [PATCH v8 03/17] memblock: introduce memmap_init_kho_scratch()
` [PATCH v8 04/17] kexec: add Kexec HandOver (KHO) generation helpers
` [PATCH v8 05/17] kexec: add KHO parsing support
` [PATCH v8 06/17] kexec: enable KHO support for memory preservation
` [PATCH v8 07/17] kexec: add KHO support to kexec file loads
` [PATCH v8 08/17] kexec: add config option for KHO
` [PATCH v8 09/17] arm64: add KHO support
` [PATCH v8 10/17] x86/setup: use memblock_reserve_kern for memory used by kernel

[PATCH v3] mm: mincore: use pte_batch_bint() to batch process large folios
 2025-05-09  7:38 UTC  (4+ messages)

[PATCH v1] selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/mem
 2025-05-09  7:33 UTC  (3+ messages)

[PATCH] fork: define a local GFP_VMAP_STACK
 2025-05-09  7:25 UTC 

[PATCH v2 0/5] fork: Page operation cleanups in the fork code
 2025-05-09  6:57 UTC  (9+ messages)
` [PATCH v2 3/5] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE
` [PATCH v2 5/5] fork: zero vmap stack using clear_page() instead of memset()

[PATCH v3 0/3] fork: Page operation cleanups in the fork code
 2025-05-09  6:29 UTC  (4+ messages)
` [PATCH v3 1/3] fork: Clean-up ifdef logic around stack allocation
` [PATCH v3 2/3] fork: Clean-up naming of vm_stack/vm_struct variables in vmap stacks code
` [PATCH v3 3/3] fork: check charging success before zeroing stack

[PATCH] memblock: Accept allocated memory before use in memblock_double_array()
 2025-05-09  6:04 UTC  (2+ messages)

[PATCH] alloc_tag: avoid mem alloc and iter reset when reading allocinfo
 2025-05-09  5:53 UTC  (19+ messages)
`  "
` [PATCH 2/2] alloc_tag: keep codetag iterator cross read() calls

[RFC] Add per-socket weight support for multi-socket systems in weighted interleave
 2025-05-09  5:49 UTC  (5+ messages)

[PATCH] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
 2025-05-09  5:47 UTC  (6+ messages)

[RFC PATCH] MAINTAINERS: add mm reclaim section
 2025-05-09  5:32 UTC  (7+ messages)

[PATCH v2 0/2] Optimize mremap() for large folios
 2025-05-09  5:27 UTC  (13+ messages)
` [PATCH v2 1/2] mm: Call pointers to ptes as ptep
` [PATCH v2 2/2] mm: Optimize mremap() by PTE batching

[PATCH 0/3] Optimize mremap() by PTE-batching
 2025-05-09  5:25 UTC  (6+ messages)
` [PATCH 2/3] mm: Add generic helper to hint a large folio

[PATCH 0/1] prctl: allow overriding system THP policy to always
 2025-05-09  5:13 UTC  (17+ messages)
` [PATCH 1/1] prctl: allow overriding system THP policy to always per process

[PATCH v3 0/4] Make MIGRATE_ISOLATE a standalone bit
 2025-05-09  1:56 UTC  (19+ messages)
` [PATCH v3 1/4] mm/page_isolation: make page isolation "
` [PATCH v3 2/4] mm/page_isolation: remove migratetype from move_freepages_block_isolate()
` [PATCH v3 3/4] mm/page_isolation: remove migratetype from undo_isolate_page_range()
` [PATCH v3 4/4] mm/page_isolation: remove migratetype parameter from more functions

[PATCH 0/6] mm: Reentrant kmalloc
 2025-05-09  1:03 UTC  (3+ messages)
` [PATCH 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH v3 1/1] mm: numa_memblks: introduce numa_add_reserved_memblk
 2025-05-09  0:42 UTC  (4+ messages)

[PATCH v2] alloc_tag: check mem_profiling_support in alloc_tag_init
 2025-05-08 23:47 UTC 

[PATCH] alloc_tag: check mem_profiling_support in alloc_tag_init
 2025-05-08 23:11 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION f48887a98b78880b7711aca311fbbbcaad6c4e3b
 2025-05-08 22:13 UTC 

[PATCH v2] mm: userfaultfd: correct dirty flags set for both present and swap pte
 2025-05-08 22:09 UTC 

[PATCH RFC] mm: userfaultfd: correct dirty flags set for both present and swap pte
 2025-05-08 22:00 UTC  (7+ messages)

[RESEND PATCH v9 00/19] zswap compression batching
 2025-05-08 21:20 UTC  (23+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining
` [PATCH v9 02/19] crypto: acomp - Reinstate non-chained crypto_acomp_[de]compress()
` [PATCH v9 03/19] Revert "crypto: testmgr - Add multibuffer acomp testing"
` [PATCH v9 04/19] crypto: scomp - Fix off-by-one bug when calculating last page
` [PATCH v9 05/19] crypto: iaa - Re-organize the iaa_crypto driver code
` [PATCH v9 06/19] crypto: iaa - New architecture for IAA device WQ comp/decomp usage & core mapping
` [PATCH v9 07/19] crypto: iaa - Define and use req->data instead of req->base.data
` [PATCH v9 08/19] crypto: iaa - Descriptor allocation timeouts with mitigations in iaa_crypto
` [PATCH v9 09/19] crypto: iaa - CRYPTO_ACOMP_REQ_POLL acomp_req flag for sequential vs. parallel
` [PATCH v9 10/19] crypto: acomp - New interfaces to facilitate batching support in acomp & drivers
` [PATCH v9 11/19] crypto: iaa - Implement crypto_acomp batching interfaces for Intel IAA
` [PATCH v9 12/19] crypto: iaa - Enable async mode and make it the default
` [PATCH v9 13/19] crypto: iaa - Disable iaa_verify_compress by default
` [PATCH v9 14/19] mm: zswap: Move the CPU hotplug procedures under "pool functions"
` [PATCH v9 15/19] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion
` [PATCH v9 16/19] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources
` [PATCH v9 17/19] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v9 18/19] mm: zswap: zswap_store() will process a folio in batches
` [PATCH v9 19/19] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH v16 0/9] Rust support for mm_struct, vm_area_struct, and mmap
 2025-05-08 20:25 UTC  (7+ messages)
` [PATCH v16 8/9] task: rust: rework how current is accessed

[PATCH v9 00/19] zswap compression batching
 2025-05-08 19:30 UTC  (4+ messages)
` [PATCH v9 01/19] crypto: acomp - Remove request chaining

[PATCH v2 0/9] support ksm_stat showing at cgroup level
 2025-05-08 18:56 UTC  (3+ messages)

[PATCH] MAINTAINERS: add mm GUP section
 2025-05-08 18:50 UTC  (9+ messages)

[PATCH] riscv: enable mseal sysmap for RV64
 2025-05-08 18:08 UTC  (3+ messages)

[PATCH v6] mm/vmalloc: fix data race in show_numa_info()
 2025-05-08 18:02 UTC  (3+ messages)

[PATCH v5] mm/vmalloc: fix data race in show_numa_info()
 2025-05-08 17:46 UTC  (4+ messages)

[PATCH 0/7] mm/damon: auto-tune DAMOS for NUMA setups including tiered memory
 2025-05-08 16:35 UTC  (3+ messages)

stop passing a writeback_control to swap/shmem writeout
 2025-05-08 16:16 UTC  (7+ messages)
` [PATCH 2/7] mm: stop passing a writeback_control structure to shmem_writeout
` [PATCH 6/7] nilfs2: remove wbc->for_reclaim handling

[RFC PATCH] MAINTAINERS: add kernel/fork.c to relevant sections
 2025-05-08 16:11 UTC  (4+ messages)

What is the point of the wbc->for_kupdate check in btree_writepages
 2025-05-08 16:11 UTC  (4+ messages)

[PATCH v4] mm/vmalloc: fix data race in show_numa_info()
 2025-05-08 16:09 UTC  (4+ messages)

[PATCH 0/1] Fix zero copy I/O on __get_user_pages allocated pages
 2025-05-08 15:47 UTC  (8+ messages)
    ` [PATCH 1/1] "

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2025-05-08 15:06 UTC  (9+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
    ` The "make headers" requirement, revisited: "

[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
 2025-05-08 14:46 UTC  (13+ messages)

[PATCH 0/4] mm: Avoid sharing high VMA flag bits
 2025-05-08 14:24 UTC  (4+ messages)

[PATCH v5 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-08 14:20 UTC  (4+ messages)
` [PATCH v5 1/1] "

[PATCH v6 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-08 14:15 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH v3 0/3] Add support for long task name
 2025-05-08 14:02 UTC  (12+ messages)
` [PATCH v3 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v3 3/3] exec: Add support for 64 byte 'tsk->real_comm'

[PATCH v4 00/11] Perf improvements for hugetlb and vmalloc on arm64
 2025-05-08 14:00 UTC  (2+ messages)

[PATCH 1/2] mm: khugepaged: convert set_huge_pmd() to take a folio
 2025-05-08 13:12 UTC  (11+ messages)
` [PATCH 2/2] mm: convert do_set_pmd() "

Memory hotplug locking issue: Useless (?) zone span seqlock
 2025-05-08 13:11 UTC  (3+ messages)

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-05-08 12:55 UTC  (3+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()

[PATCH] MAINTAINERS: Add myself as vmalloc co-maintainer
 2025-05-08 12:39 UTC  (3+ messages)

[PATCH v5 0/9] Merge arm64/riscv hugetlbfs contpte support
 2025-05-08 12:30 UTC  (5+ messages)

[PATCH] mm/zblock: make active_list rcu_list
 2025-05-08 12:29 UTC 

[PATCH 5/7] mm: stop passing a writeback_control structure to swap_writeout
 2025-05-08 11:38 UTC  (2+ messages)

[PATCH v4 0/2] sched/numa: add statistics of numa balance task migration
 2025-05-08 10:23 UTC  (2+ messages)

[PATCH v3 1/3] driver/base: Optimize memory block registration to reduce boot time
 2025-05-08  9:18 UTC  (10+ messages)

[linux-next:master 4752/5832] error[E0433]: failed to resolve: could not find `mm` in the crate root
 2025-05-08  8:40 UTC  (2+ messages)

[linux-next:master 4753/5832] error[E0432]: unresolved import `crate::mm`
 2025-05-08  8:35 UTC  (2+ messages)
` [PATCH] mm: rust: make CONFIG_MMU ifdefs more narrow

[PATCH v2] mm: mincore: use pte_batch_bint() to batch process large folios
 2025-05-08  7:57 UTC  (3+ messages)

[PATCH v3] mm/vmalloc: fix data race in show_numa_info()
 2025-05-08  7:56 UTC  (4+ messages)

[linux-next:master] BUILD SUCCESS 08710e696081d58163c8078e0e096be6d35c5fad
 2025-05-08  6:58 UTC 

[linux-next:master 7893/8235] fs/jfs/jfs_metapage.c:245 __metapage_migrate_folio() error: we previously assumed 'mp' could be null (see line 235)
 2025-05-08  6:48 UTC  (4+ messages)

[PATCH RFC v7 0/8] Add NUMA mempolicy support for KVM guest-memfd
 2025-05-08  6:37 UTC  (5+ messages)
` [PATCH RFC v7 3/8] security: Export security_inode_init_security_anon for KVM guest_memfd

[PATCH] mm/zblock: use vmalloc for page allocations
 2025-05-08  6:33 UTC  (9+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox