Linux Kernel Memory Management
[Prev Page][Next Page]
[PATCH] mm/vmstat: Revert "fix a W=1 clang compiler warning",
Bart Van Assche
[syzbot] [mm?] KASAN: slab-use-after-free Read in folio_lock_anon_vma_read, syzbot
[PATCH] fuse: acquire explicit folio refcount for readahead, Joanne Koong
[PATCH v13 00/11] Support page table check on PowerPC,
Andrew Donnellan
- [PATCH v13 01/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_set(), Andrew Donnellan
- [PATCH v13 02/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_set(), Andrew Donnellan
- [PATCH v13 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear(), Andrew Donnellan
- [PATCH v13 05/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear(), Andrew Donnellan
- [PATCH v13 06/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear(), Andrew Donnellan
- [PATCH v13 03/11] mm/page_table_check: Provide addr parameter to page_table_check_pte_set(), Andrew Donnellan
- [PATCH v13 09/11] powerpc: mm: Implement *_user_accessible_page() for ptes, Andrew Donnellan
- [PATCH v13 10/11] powerpc: mm: Use set_pte_at_unchecked() for internal usages, Andrew Donnellan
- [PATCH v13 11/11] powerpc: mm: Support page table check, Andrew Donnellan
- [PATCH v13 08/11] powerpc: mm: Add pud_pfn() stub, Andrew Donnellan
- [PATCH v13 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page(), Andrew Donnellan
[PATCH] kasan: Don't call find_vm_area() in RT kernel,
Waiman Long
Large folios for overlayfs (and potential BUG),
Ryan Roberts
[no subject], Unknown
[PATCH v7 0/8] Buddy allocator like (or non-uniform) folio split,
Zi Yan
- [PATCH v7 2/8] mm/huge_memory: add two new (not yet used) functions for folio_split(), Zi Yan
- [PATCH v7 6/8] mm/huge_memory: add folio_split() to debugfs testing interface., Zi Yan
- [PATCH v7 7/8] mm/truncate: use buddy allocator like folio split for truncate operation., Zi Yan
- [PATCH v7 8/8] selftests/mm: add tests for folio_split(), buddy allocator like split., Zi Yan
- [PATCH v7 3/8] mm/huge_memory: move folio split common code to __folio_split(), Zi Yan
- [PATCH v7 4/8] mm/huge_memory: add buddy allocator like (non-uniform) folio_split(), Zi Yan
- [PATCH v7 5/8] mm/huge_memory: remove the old, unused __split_huge_page(), Zi Yan
- [PATCH v7 1/8] xarray: add xas_try_split() to split a multi-index entry., Zi Yan
[PATCH v3 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs,
Fuad Tabba
- [PATCH v3 01/11] mm: Consolidate freeing of typed folios on final folio_put(), Fuad Tabba
- [PATCH v3 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages, Fuad Tabba
- [PATCH v3 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages, Fuad Tabba
- [PATCH v3 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared, Fuad Tabba
- [PATCH v3 05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory, Fuad Tabba
- [PATCH v3 07/11] KVM: arm64: Refactor user_mem_abort() calculation of force_pte, Fuad Tabba
- [PATCH v3 08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults, Fuad Tabba
- [PATCH v3 09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type, Fuad Tabba
- [PATCH v3 11/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed, Fuad Tabba
- [PATCH v3 10/11] KVM: arm64: Enable mapping guest_memfd in arm64, Fuad Tabba
- [PATCH v3 06/11] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory, Fuad Tabba
[PATCH] mm/mmu_gather: Update comment on RCU freeing, Brendan Jackman
[PATCH v5 0/4] mm/damon: add support for hugepage_size DAMOS filter,
Usama Arif
[PATCH v2 00/17] khugepaged: Asynchronous mTHP collapse,
Dev Jain
- [PATCH v2 01/17] khugepaged: Generalize alloc_charge_folio(), Dev Jain
- [PATCH v2 02/17] khugepaged: Generalize hugepage_vma_revalidate(), Dev Jain
- [PATCH v2 03/17] khugepaged: Generalize __collapse_huge_page_swapin(), Dev Jain
- [PATCH v2 04/17] khugepaged: Generalize __collapse_huge_page_isolate(), Dev Jain
- [PATCH v2 06/17] khugepaged: Abstract PMD-THP collapse, Dev Jain
- [PATCH v2 05/17] khugepaged: Generalize __collapse_huge_page_copy(), Dev Jain
- [PATCH v2 07/17] khugepaged: Scan PTEs order-wise, Dev Jain
- [PATCH v2 08/17] khugepaged: Introduce vma_collapse_anon_folio(), Dev Jain
- [PATCH v2 10/17] khugepaged: Exit early on fully-mapped aligned mTHP, Dev Jain
- [PATCH v2 12/17] khugepaged: Enable variable-sized VMA collapse, Dev Jain
- [PATCH v2 13/17] khugepaged: Lock all VMAs mapping the PTE table, Dev Jain
- [PATCH v2 15/17] khugepaged: Delay cond_resched(), Dev Jain
- [PATCH v2 14/17] khugepaged: Reset scan address to correct alignment, Dev Jain
- [PATCH v2 16/17] khugepaged: Implement strict policy for mTHP collapse, Dev Jain
- [PATCH v2 11/17] khugepaged: Enable sysfs to control order of collapse, Dev Jain
- [PATCH v2 09/17] khugepaged: Define collapse policy if a larger folio is already mapped, Dev Jain
- [PATCH v2 17/17] Documentation: transhuge: Define khugepaged mTHP collapse policy, Dev Jain
- Re: [PATCH v2 00/17] khugepaged: Asynchronous mTHP collapse, Andrew Morton
- Re: [PATCH v2 00/17] khugepaged: Asynchronous mTHP collapse, Nico Pache
[PATCH] mm/madvise: fix madvise_[un]lock() issue, Lorenzo Stoakes
next-20250210: WARNING: at include/linux/rwsem.h:85 madvise_unlock,
Naresh Kamboju
[PATCH] memcg: avoid dead loop when setting memory.max,
Chen Ridong
[PATCH] mm/mm_init.c: only align start of ZONE_MOVALBE on nodes with memory,
Wei Yang
[PATCH] mm: pgtable: fix incorrect reclaim of non-empty PTE pages, Qi Zheng
[PATCH] maple_tree: Use ma_dead_node() in mte_dead_node(),
I Hsin Cheng
[PATCH mm-unstable] mm/madvise: handle MADV_{HWPOISON,SOFT_OFFLINE} from madvise_unlock(),
SeongJae Park
[PATCH v1 0/4] fmm/hwpoison: Fix regressions in memory failure handling,
Shuai Xue
[PATCH] mm: hugetlb: avoid fallback for specific node allocation of 1G pages,
Luiz Capitulino
[PATCH 1/2] mm/mmu_gather: remove unused __tlb_remove_page(),
Baoquan He
[PATCH AUTOSEL 5.15 8/9] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support, Sasha Levin
[PATCH AUTOSEL 5.10 7/8] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support, Sasha Levin
[PATCH AUTOSEL 6.1 10/11] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support, Sasha Levin
[PATCH AUTOSEL 6.13 19/21] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support, Sasha Levin
[PATCH AUTOSEL 6.6 14/15] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support, Sasha Levin
[PATCH AUTOSEL 6.12 17/19] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support, Sasha Levin
[RFC v2 0/9] khugepaged: mTHP support,
Nico Pache
- [RFC v2 1/9] introduce khugepaged_collapse_single_pmd to unify khugepaged and madvise_collapse, Nico Pache
- [RFC v2 4/9] khugepaged: generalize alloc_charge_folio for mTHP support, Nico Pache
- [RFC v2 5/9] khugepaged: generalize __collapse_huge_page_* for mTHP support, Nico Pache
- [RFC v2 6/9] khugepaged: introduce khugepaged_scan_bitmap for mTHP support, Nico Pache
- [RFC v2 3/9] khugepaged: generalize hugepage_vma_revalidate for mTHP support, Nico Pache
- [RFC v2 9/9] khugepaged: skip collapsing mTHP to smaller orders, Nico Pache
- [RFC v2 7/9] khugepaged: add mTHP support, Nico Pache
- [RFC v2 2/9] khugepaged: rename hpage_collapse_* to khugepaged_*, Nico Pache
- [RFC v2 8/9] khugepaged: improve tracepoints for mTHP orders, Nico Pache
- Re: [RFC v2 0/9] khugepaged: mTHP support, Dev Jain
- Re: [RFC v2 0/9] khugepaged: mTHP support, Dev Jain
- Re: [RFC v2 0/9] khugepaged: mTHP support, Ryan Roberts
- Re: [RFC v2 0/9] khugepaged: mTHP support, Ryan Roberts
[RFC v2 0/5] mm: introduce THP deferred setting,
Nico Pache
[linux-next:master 1796/2407] fs/dax.c:1885:21: sparse: sparse: incorrect type in assignment (different base types), kernel test robot
[bpf-next v7 1/3] mm: add copy_remote_vm_str,
Jordan Rome
[RFC PATCH 0/3] snapshot_page(),
Matthew Wilcox (Oracle)
[no subject], Unknown
[linux-next:master] BUILD REGRESSION df5d6180169ae06a2eac57e33b077ad6f6252440, kernel test robot
[PATCH v10 00/27] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v10 01/27] mm: VM_SHADOW_STACK definition for riscv, Deepak Gupta
- [PATCH v10 03/27] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v10 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v10 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v10 07/27] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v10 10/27] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v10 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v10 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v10 20/27] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v10 24/27] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v10 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v10 15/27] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v10 22/27] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v10 23/27] arch/riscv: compile vdso with landing pad, Deepak Gupta
- [PATCH v10 25/27] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v10 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v10 09/27] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v10 17/27] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v10 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v10 26/27] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v10 16/27] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v10 13/27] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v10 27/27] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [PATCH v10 14/27] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v10 12/27] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v10 11/27] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v10 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
[PATCH] tools/mm: Fix build warnings with musl-libc, Florian Fainelli
[PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm),
David Hildenbrand
- [PATCH v2 01/17] mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs, David Hildenbrand
- [PATCH v2 02/17] mm/rmap: reject hugetlb folios in folio_make_device_exclusive(), David Hildenbrand
- [PATCH v2 04/17] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk, David Hildenbrand
- [PATCH v2 06/17] mm: use single SWP_DEVICE_EXCLUSIVE entry type, David Hildenbrand
- [PATCH v2 07/17] mm/page_vma_mapped: device-exclusive entries are not migration entries, David Hildenbrand
- [PATCH v2 16/17] mm/rmap: keep mapcount untouched for device-exclusive entries, David Hildenbrand
- [PATCH v2 03/17] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive(), David Hildenbrand
- [PATCH v2 08/17] kernel/events/uprobes: handle device-exclusive entries correctly in __replace_page(), David Hildenbrand
- [PATCH v2 05/17] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable(), David Hildenbrand
- [PATCH v2 15/17] mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one(), David Hildenbrand
- [PATCH v2 11/17] mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one(), David Hildenbrand
- [PATCH v2 13/17] mm/page_idle: handle device-exclusive entries correctly in page_idle_clear_pte_refs_one(), David Hildenbrand
- [PATCH v2 09/17] mm/ksm: handle device-exclusive entries correctly in write_protect_page(), David Hildenbrand
- [PATCH v2 17/17] mm/rmap: avoid -EBUSY from make_device_exclusive(), David Hildenbrand
- [PATCH v2 14/17] mm/damon: handle device-exclusive entries correctly in damon_folio_young_one(), David Hildenbrand
- [PATCH v2 10/17] mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one(), David Hildenbrand
- [PATCH v2 12/17] mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one(), David Hildenbrand
- Re: [PATCH v2 00/17] mm: fixes for device-exclusive entries (hmm), Andrew Morton
- Message not available
[PATCH] fuse: drop extra put of folio when using pipe splice, Josef Bacik
[PATCH 0/3] mm/damon/core: fix wrong and/or useless damos_walk() behaviors,
SeongJae Park
[REGRESSION] NULL pointer dereference on ARM (AT91SAM9G25) during compaction,
Ezra Buehler
Possible regression with buffered writes + NOWAIT behavior, under memory pressure,
Raphael S. Carvalho
[no subject], Unknown
[PATCH v1] mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize(),
David Hildenbrand
[PATCH] vmscan, cleanup: add for_each_managed_zone_pgdat macro, Bertrand Wlodarczyk
[PATCH v6 2/3] sched: Move task_mm_cid_work to mm delayed work,
Gabriele Monaco
[PATCH v6 1/3] sched: Compact RSEQ concurrency IDs with reduced threads and affinity,
Gabriele Monaco
Re: [PATCH v5 0/3] sched: Restructure task_mm_cid_work for predictability, Mathieu Desnoyers
Re: Can i send price or Bookkeeping call?, Henry Jones
[PATCH] mm: pgtable: Unlock pml without branches when !start_pte,
I Hsin Cheng
[PATCH] maple_tree: Remove redundant mte_to_node() in mte_dead_node(),
I Hsin Cheng
[PATCH v5 2/3] sched: Move task_mm_cid_work to mm delayed work, Gabriele Monaco
[PATCH v5 1/3] sched: Compact RSEQ concurrency IDs with reduced threads and affinity, Gabriele Monaco
[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd,
Shivank Garg
[akpm-mm:mm-unstable 163/165] WARNING: modpost: vmlinux: section mismatch in reference: kho_reserve_scratch+0x103 (section: .text) -> memblock_reserved_kern_size (section: .init.text), kernel test robot
Btrfs crash on generic/437 on x86_64,
Qu Wenruo
[PATCH V2] mm/cma: using per-CMA locks to improve concurrent allocation performance,
yangge1116
Re: The business loan-, David Song
[PATCH 0/6 v2] mm: LRU drain flush on nohz_full,
Frederic Weisbecker
[PATCH] maple_tree: Correct comment for mas_start(),
I Hsin Cheng
[PATCH 1/1] mm: Remove the access_ok() call from gup_fast_fallback().,
David Laight
Claims!!!, St. Anthony Cathedral Charities
[no subject], Katie
[akpm-mm:mm-unstable 161/165] WARNING: modpost: vmlinux: section mismatch in reference: kho_reserve_scratch+0x78 (section: .text.unlikely) -> scratch_size (section: .init.text), kernel test robot
[PATCH] mm: fixup unused variable warnings, Lorenzo Stoakes
[PATCH] selftests: mm: Fixed typo, Eric Salem
Re: [PATCH v2 2/2] lib/prime_numbers: convert self-test to KUnit,
kernel test robot
[PATCH] mm: pgtable: Ensure pml spinlock gets unlock,
I Hsin Cheng
Re: [PATCH] blackhole_dev: convert self-test to KUnit,
kernel test robot
[PATCH v3 0/3] expose mapping wrprotect, fix fb_defio use,
Lorenzo Stoakes
[syzbot] [mm?] KASAN: slab-use-after-free Write in folio_get_anon_vma, syzbot
Re: [PATCH 6.6 000/389] 6.6.76-rc2 review,
Naresh Kamboju
Re:, Director Inspectorate
[PATCH linux next] taskstats: modify taskstats version, jiang.kun2
[PATCH linux next] getdelays: fix error format characters, jiang.kun2
Re: [PATCH v3 2/2] cgroup/rstat: Add run_delay accounting for cgroups,
kernel test robot
[akpm-mm:mm-unstable 146/165] drivers/video/fbdev/core/fb_defio.c:272:3: error: call to undeclared function 'mapping_wrprotect_range'; ISO C99 and later do not support implicit function declarations, kernel test robot
[akpm-mm:mm-unstable 146/165] drivers/video/fbdev/core/fb_defio.c:272:17: error: implicit declaration of function 'mapping_wrprotect_range',
kernel test robot
The live program took an unexpected twist with Stephen Harper's disclosure, ari
[PATCH v2 0/2] Refine kmalloc caches randomization in kvmalloc,
GONG Ruiqi
[PATCH 0/3] may miss to set node dead on destroy,
Wei Yang
[PATCH 0/2] mm/damon/paddr: fix large folios access and schemes handling,
SeongJae Park
[PATCH v5] mm/mempolicy: Weighted Interleave Auto-tuning,
Joshua Hahn
[linux-next:master] BUILD REGRESSION ed58d103e6da15a442ff87567898768dc3a66987, kernel test robot
[PATCH] fuse: prevent folio use-after-free in readahead, Vlastimil Babka
[PATCH] mm: use READ/WRITE_ONCE() for vma->vm_flags on migrate, mprotect,
Lorenzo Stoakes
xfs/folio splat with v6.14-rc1,
Christian Brauner
[PATCH v19 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers,
shiju.jose
- [PATCH v19 02/15] EDAC: Add scrub control feature, shiju.jose
- [PATCH v19 06/15] ras: mem: Add memory ACPI RAS2 driver, shiju.jose
- [PATCH v19 04/15] EDAC: Add memory repair control feature, shiju.jose
- [PATCH v19 12/15] cxl: Support for finding memory operation attributes from the current boot, shiju.jose
- [PATCH v19 03/15] EDAC: Add ECS control feature, shiju.jose
- [PATCH v19 11/15] cxl/region: Add helper function to determine memory is online, shiju.jose
- [PATCH v19 13/15] cxl/memfeature: Add CXL memory device soft PPR control feature, shiju.jose
- [PATCH v19 14/15] EDAC: Update memory repair control interface for memory sparing feature, shiju.jose
- [PATCH v19 08/15] cxl/memfeature: Add CXL memory device patrol scrub control feature, shiju.jose
- [PATCH v19 01/15] EDAC: Add support for EDAC device features control, shiju.jose
- [PATCH v19 07/15] cxl: Add helper function to retrieve a feature entry, shiju.jose
- [PATCH v19 09/15] cxl/memfeature: Add CXL memory device ECS control feature, shiju.jose
- [PATCH v19 05/15] ACPI:RAS2: Add ACPI RAS2 driver, shiju.jose
- [PATCH v19 10/15] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command, shiju.jose
- [PATCH v19 15/15] cxl/memfeature: Add CXL memory device memory sparing control feature, shiju.jose
- Re: [PATCH v19 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers, Fan Ni
[PATCH] mm/mm_init.c: use round_up() to align movable range,
Wei Yang
[PATCH 0/6] Some trivial cleanups for shmem,
Baolin Wang
Re: [REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13,
Miklos Szeredi
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]