linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] mm/huge_memory.c: introduce split_unmapped_folio_to_order
 2025-11-13  5:03 UTC  (11+ messages)
` [PATCH] mm/huge_memory: softleaf device private fixes in remove_migration_pmd()

[PATCH 0/5] slab: preparatory cleanups before adding sheaves to all caches
 2025-11-13  4:55 UTC  (5+ messages)
` [PATCH 4/5] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH 5/5] slab: prevent recursive kmalloc() in alloc_empty_sheaf()

[PATCH v3 00/22] riscv: Memory type control for platforms with physical memory aliases
 2025-11-13  4:53 UTC  (27+ messages)
` [PATCH v3 01/22] mm/ptdump: replace READ_ONCE() with standard page table accessors
` [PATCH v3 02/22] mm: "
` [PATCH v3 03/22] mm/dirty: replace READ_ONCE() with pudp_get()
` [PATCH v3 04/22] perf/events: replace READ_ONCE() with standard page table accessors
` [PATCH v3 05/22] mm: Move the fallback definitions of pXXp_get()
` [PATCH v3 06/22] mm: Always use page table accessor functions
` [PATCH v3 07/22] checkpatch: Warn on page table access without accessors
` [PATCH v3 08/22] mm: Allow page table accessors to be non-idempotent
` [PATCH v3 09/22] riscv: hibernate: Replace open-coded pXXp_get()
` [PATCH v3 10/22] riscv: mm: Always use page table accessor functions
` [PATCH v3 11/22] riscv: mm: Simplify set_p4d() and set_pgd()
` [PATCH v3 12/22] riscv: mm: Deduplicate _PAGE_CHG_MASK definition
` [PATCH v3 13/22] riscv: ptdump: Only show N and MT bits when enabled in the kernel
` [PATCH v3 14/22] riscv: mm: Fix up memory types when writing page tables
` [PATCH v3 15/22] riscv: mm: Expose all page table bits to assembly code
` [PATCH v3 16/22] riscv: alternative: Add an ALTERNATIVE_3 macro
` [PATCH v3 17/22] riscv: alternative: Allow calls with alternate link registers
` [PATCH v3 18/22] riscv: Fix logic for selecting DMA_DIRECT_REMAP
` [PATCH v3 19/22] dt-bindings: riscv: Describe physical memory regions
` [PATCH v3 20/22] riscv: mm: Use physical memory aliases to apply PMAs
` [PATCH v3 21/22] riscv: dts: starfive: jh7100: Use physical memory ranges for DMA
` [PATCH v3 22/22] riscv: dts: eswin: eic7700: "

[PATCH v3] zram: Implement multi-page write-back
 2025-11-13  4:44 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-13  4:40 UTC  (5+ messages)

[RFC] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2025-11-13  4:07 UTC  (9+ messages)
` [PATCH 2/3] mm: swap: introduce swap tier infrastructure
` [PATCH 3/3] mm/swap: integrate swap tier infrastructure into swap subsystem

[PATCH v2 0/4] make vmalloc gfp flags usage more apparent
 2025-11-13  3:48 UTC  (7+ messages)
` [PATCH v2 1/4] mm/vmalloc: warn on invalid vmalloc gfp flags
` [PATCH v2 2/4] mm/vmalloc: Add a helper to optimize vmalloc allocation gfps
` [PATCH v2 3/4] mm/vmalloc: cleanup large_gfp in vm_area_alloc_pages()
` [PATCH v2 4/4] mm/vmalloc: cleanup gfp flag use in new_vmap_block()

[PATCH] selftests/mm: fix division-by-zero in uffd-unit-tests
 2025-11-13  3:46 UTC 

[PATCH] mm/khugepaged: continue to collapse on SCAN_PMD_NONE
 2025-11-13  2:44 UTC  (2+ messages)

[PATCH v9 0/9] liveupdate: Rework KHO for in-kernel users
 2025-11-13  2:11 UTC  (14+ messages)
` [PATCH v9 1/9] kho: make debugfs interface optional

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-13  1:42 UTC  (3+ messages)
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined

Accounting for vmap_area object growth when kmemleak doesn't notice any leaks
 2025-11-13  1:37 UTC  (3+ messages)

[PATCH] mm/mmap_lock: Reset maple state on lock_vma_under_rcu() retry
 2025-11-13  1:27 UTC  (11+ messages)

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-11-13  0:43 UTC  (29+ messages)
` [PATCH v23 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v23 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v23 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v23 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v23 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v23 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v23 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v23 09/28] riscv/mm: write protect and shadow stack
` [PATCH v23 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v23 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v23 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v23 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v23 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v23 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v23 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v23 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v23 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v23 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v23 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v23 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v23 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH V1] mm/slub: fix memory leak in free_to_pcs_bulk()
 2025-11-13  0:43 UTC  (8+ messages)

[PATCH v4 00/16] Prepare slab for memdescs
 2025-11-13  0:09 UTC  (17+ messages)
` [PATCH v4 01/16] slab: Reimplement page_slab()
` [PATCH v4 02/16] slab: Remove folio references from __ksize()
` [PATCH v4 03/16] slab: Remove folio references in memcg_slab_post_charge()
` [PATCH v4 04/16] slab: Remove folio references in slab alloc/free
` [PATCH v4 05/16] slab: Remove folio references from ___kmalloc_large_node()
` [PATCH v4 06/16] slab: Remove folio references from free_large_kmalloc()
` [PATCH v4 07/16] slab: Remove folio references from kvfree_rcu_cb()
` [PATCH v4 08/16] slab: Remove folio references from kfree()
` [PATCH v4 09/16] slab: Remove folio references from __do_krealloc()
` [PATCH v4 10/16] slab: Remove folio references from build_detached_freelist()
` [PATCH v4 11/16] slab: Remove folio references from kfree_rcu_sheaf()
` [PATCH v4 12/16] slab: Remove folio references from kfree_nolock()
` [PATCH v4 13/16] usercopy: Remove folio references from check_heap_object()
` [PATCH v4 14/16] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()
` [PATCH v4 15/16] kasan: Remove references to folio in __kasan_mempool_poison_object()
` [PATCH v4 16/16] slab: Remove references to folios from virt_to_slab()

[RFC PATCH 0/8] xfs: single block atomic writes for buffered IO
 2025-11-12 21:56 UTC  (5+ messages)
` [RFC PATCH 2/8] mm: Add PG_atomic
` [syzbot ci] Re: xfs: single block atomic writes for buffered IO

[PATCH v2 0/9] x86/entry/vdso: clean up the vdso build, vdso updates
 2025-11-12 21:25 UTC  (4+ messages)
` [PATCH v2 7/9] x86/vdso: abstract out vdso system call internals

[linux-next:master 6752/7613] drivers/gpu/drm/nouveau/nouveau_dmem.c:259:13: sparse: sparse: incorrect type in assignment (different base types)
 2025-11-12 21:19 UTC  (2+ messages)

[PATCH v5 00/22] Live Update Orchestrator
 2025-11-12 20:47 UTC  (22+ messages)
` [PATCH v5 02/22] liveupdate: luo_core: integrate with KHO
` [PATCH v5 06/22] liveupdate: luo_session: add sessions support
` [PATCH v5 22/22] tests/liveupdate: Add in-kernel liveupdate test

[PATCH v3 0/9] x86/entry/vdso: clean up the vdso build, vdso updates
 2025-11-12 20:22 UTC  (10+ messages)
` [PATCH v3 1/9] x86/entry/vdso: rename vdso_image_* to vdso*_image
` [PATCH v3 2/9] x86/entry/vdso: refactor the vdso build
` [PATCH v3 3/9] x86/entry/vdso32: don't rely on int80_landing_pad for adjusting ip
` [PATCH v3 4/9] x86/entry/vdso32: remove SYSCALL_ENTER_KERNEL macro in sigreturn.S
` [PATCH v3 5/9] x86/entry/vdso32: remove open-coded DWARF "
` [PATCH v3 6/9] x86/entry/vdso: include GNU_PROPERTY and GNU_STACK PHDRs
` [PATCH v3 7/9] x86/vdso: abstract out vdso system call internals
` [PATCH v3 8/9] x86/cpufeature: replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32
` [PATCH v3 9/9] x86/entry/vdso32: when using int $0x80, use it directly

[PATCH v3 0/3] x86/entry/vdso: clean up the vdso build, vdso updates
 2025-11-12 20:21 UTC 

[PATCH 00/21] mm: ASI direct map management
 2025-11-12 19:39 UTC  (7+ messages)
` [PATCH 04/21] x86/mm/asi: set up asi_nonsensitive_pgd

[RFC PATCH 0/7] Separate ptdesc from struct page
 2025-11-12 19:31 UTC  (5+ messages)
` [RFC PATCH 5/7] x86: Call preallocate_vmalloc_pages() later

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-11-12 19:29 UTC  (12+ messages)
` [RFC PATCH v2 01/11] mm: constify oom_control, scan_control, and alloc_context nodemask
` [RFC PATCH v2 02/11] mm: change callers of __cpuset_zone_allowed to cpuset_zone_allowed
` [RFC PATCH v2 03/11] gfp: Add GFP_SPM_NODE for Specific Purpose Memory (SPM) allocations
` [RFC PATCH v2 04/11] memory-tiers: Introduce SysRAM and Specific Purpose Memory Nodes
` [RFC PATCH v2 05/11] mm: restrict slub, oom, compaction, and page_alloc to sysram by default
` [RFC PATCH v2 06/11] mm,cpusets: rename task->mems_allowed to task->sysram_nodes
` [RFC PATCH v2 07/11] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v2 08/11] mm/memory_hotplug: add MHP_SPM_NODE flag
` [RFC PATCH v2 09/11] drivers/dax: add spm_node bit to dev_dax
` [RFC PATCH v2 10/11] drivers/cxl: add spm_node bit to cxl region
` [RFC PATCH v2 11/11] [HACK] mm/zswap: compressed ram integration example

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-12 18:48 UTC  (18+ messages)
` [PATCH v3 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH v3 03/16] mm: avoid unnecessary uses of is_swap_pte()

[PATCH 0/4] make vmalloc gfp flags usage more apparent
 2025-11-12 18:38 UTC  (6+ messages)
` [syzbot ci] "

mempool_alloc_bulk and various mempool improvements
 2025-11-12 17:34 UTC  (13+ messages)
` [PATCH 6/7] mempool: fix a wakeup race when sleeping for elements
` [PATCH 7/7] mempool: add mempool_{alloc,free}_bulk

[PATCH v2 0/3] tmpfs: zero post-eof ranges on file extension
 2025-11-12 16:25 UTC  (4+ messages)
` [PATCH v2 1/3] tmpfs: zero post-eof uptodate folios on swapout
` [PATCH v2 2/3] tmpfs: combine !uptodate and post-eof zeroing logic at swapout
` [PATCH v2 3/3] tmpfs: zero post-eof ranges on file extension

[PATCH -v5 0/2] arm, tlbflush: avoid TLBI broadcast if page reused in write fault
 2025-11-12 15:53 UTC  (5+ messages)
` [PATCH -v5 1/2] mm: add spurious fault fixing support for huge pmd
` [PATCH -v5 2/2] arm64, tlbflush: don't TLBI broadcast if page reused in write fault

[PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()
 2025-11-12 15:45 UTC  (12+ messages)

[PATCH 0/9] mm/damon: misc cleanups
 2025-11-12 15:41 UTC  (10+ messages)
` [PATCH 1/9] mm/damon: rename damos core filter helpers to have word core
` [PATCH 2/9] mm/damon: rename damos->filters to damos->core_filters
` [PATCH 3/9] mm/damon/vaddr: cleanup using pmd_trans_huge_lock()
` [PATCH 4/9] mm/damon/vaddr: use vm_normal_folio{,_pmd}() instead of damon_get_folio()
` [PATCH 5/9] mm/damon/vaddr: consistently use only pmd_entry for damos_migrate
` [PATCH 6/9] mm/damon/tests/core-kunit: remove DAMON_MIN_REGION redefinition
` [PATCH 7/9] selftests/damon/sysfs.py: merge DAMON status dumping into commitment assertion
` [PATCH 8/9] Docs/mm/damon/maintainer-profile: fix a typo on mm-untable link
` [PATCH 9/9] Docs/mm/damon/maintainer-profile: fix grammartical errors

[PATCH v1] mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlb
 2025-11-12 14:56 UTC 

[PATCH] mm/memfd: clear hugetlb pages on allocation
 2025-11-12 14:54 UTC  (7+ messages)

[PATCH v2] mm/memfd: fix information leak in hugetlb folios
 2025-11-12 14:50 UTC 

[Invitation] bi-weekly guest_memfd upstream call on 2025-11-13
 2025-11-12 14:05 UTC 

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-12 14:02 UTC  (4+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-12 14:02 UTC  (6+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-11-12 13:57 UTC  (9+ messages)
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest

[PATCH v3] io: add io_pgtable abstraction
 2025-11-12 12:57 UTC  (2+ messages)

[RFC PATCH 0/5] drm/amdkfd: Add batch SVM range registration support
 2025-11-12 12:50 UTC  (4+ 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