Linux Kernel Memory Management
[Prev Page][Next Page]
- [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
[PATCH] kho: make kho_reserve_scratch and kho_init_reserved_pages __init, Mike Rapoport (Microsoft)
[PATCH] kho: make bin_attr_dt_kern static, Mike Rapoport (Microsoft)
[PATCH] mm/secretmem: Bool type variables should be initialized with true,
Liu Ye
[syzbot] [mm?] INFO: task hung in rmap_walk_file, syzbot
[PATCH] mm/mlock: Fix WARN_ON_ONCE condition.,
Liu Ye
[PATCH] mm/mempool: Use kmalloc_array_node to replace kmalloc_array,
Liu Ye
[RFC PATCH] mm/damon: avoid applying DAMOS action to same entity multiple times, SeongJae Park
Lottery claim linux-mm@xxxxxxxxx 2/6/2025, Lottery Agent
[linux-next:master 1418/1780] kismet: WARNING: unmet direct dependencies detected for FB_DEFERRED_IO when selected by FB_SYSMEM_HELPERS_DEFERRED,
kernel test robot
[linux-next:master 1418/1780] kismet: WARNING: unmet direct dependencies detected for FB_DEFERRED_IO when selected by FB_SH_MOBILE_LCDC, kernel test robot
[linux-next:master] BUILD REGRESSION 808eb958781e4ebb6e9c0962af2e856767e20f45, kernel test robot
[linux-next:master 1418/1780] kismet: WARNING: unmet direct dependencies detected for FB_DEFERRED_IO when selected by FB_DMAMEM_HELPERS_DEFERRED,
kernel test robot
[PATCH v3 00/28] hugetlb/CMA improvements for large systems,
Frank van der Linden
- [PATCH v3 01/28] mm/cma: export total and free number of pages for CMA areas, Frank van der Linden
- [PATCH v3 02/28] mm, cma: support multiple contiguous ranges, if requested, Frank van der Linden
- [PATCH v3 04/28] mm, hugetlb: use cma_declare_contiguous_multi, Frank van der Linden
- [PATCH v3 05/28] mm/hugetlb: fix round-robin bootmem allocation, Frank van der Linden
- [PATCH v3 06/28] mm/hugetlb: remove redundant __ClearPageReserved, Frank van der Linden
- [PATCH v3 07/28] mm/hugetlb: use online nodes for bootmem allocation, Frank van der Linden
- [PATCH v3 08/28] mm/hugetlb: convert cmdline parameters from setup to early, Frank van der Linden
- [PATCH v3 09/28] x86/mm: make register_page_bootmem_memmap handle PTE mappings, Frank van der Linden
- [PATCH v3 11/28] mm/sparse: allow for alternate vmemmap section init at boot, Frank van der Linden
- [PATCH v3 20/28] mm/hugetlb: do pre-HVO for bootmem allocated pages, Frank van der Linden
- [PATCH v3 14/28] mm/hugetlb: check bootmem pages for zone intersections, Frank van der Linden
- [PATCH v3 03/28] mm/cma: introduce cma_intersects function, Frank van der Linden
- [PATCH v3 18/28] mm/hugetlb: add pre-HVO framework, Frank van der Linden
- [PATCH v3 21/28] x86/setup: call hugetlb_bootmem_alloc early, Frank van der Linden
- [PATCH v3 24/28] mm/cma: introduce a cma validate function, Frank van der Linden
- [PATCH v3 10/28] mm/bootmem_info: export register_page_bootmem_memmap, Frank van der Linden
- [PATCH v3 16/28] mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc, Frank van der Linden
- [PATCH v3 22/28] x86/mm: set ARCH_WANT_SPARSEMEM_VMEMMAP_PREINIT, Frank van der Linden
- [PATCH v3 23/28] mm/cma: simplify zone intersection check, Frank van der Linden
- [PATCH v3 27/28] mm/hugetlb: enable bootmem allocation from CMA areas, Frank van der Linden
- [PATCH v3 25/28] mm/cma: introduce interface for early reservations, Frank van der Linden
- [PATCH v3 17/28] mm/hugetlb: move huge_boot_pages list init to hugetlb_bootmem_alloc, Frank van der Linden
- [PATCH v3 12/28] mm/hugetlb: set migratetype for bootmem folios, Frank van der Linden
- [PATCH v3 13/28] mm: define __init_reserved_page_zone function, Frank van der Linden
- [PATCH v3 15/28] mm/sparse: add vmemmap_*_hvo functions, Frank van der Linden
- [PATCH v3 26/28] mm/hugetlb: add hugetlb_cma_only cmdline option, Frank van der Linden
- [PATCH v3 19/28] mm/hugetlb_vmemmap: fix hugetlb_vmemmap_restore_folios definition, Frank van der Linden
- [PATCH v3 28/28] mm/hugetlb: move hugetlb CMA code in to its own file, Frank van der Linden
- Re: [PATCH v3 00/28] hugetlb/CMA improvements for large systems, Oscar Salvador
[no subject], Unknown
[syzbot] [mm?] [bcachefs?] KASAN: slab-use-after-free Read in list_lru_del,
syzbot
[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in xas_reload,
syzbot
[PATCH v6 0/5] reduce tasklist_lock hold time on exit and do some pid cleanup,
Mateusz Guzik
[PATCH v2 0/3] expose mapping wrprotect, fix fb_defio use,
Lorenzo Stoakes
Re: [PATCH v2] btrfs: always fallback to buffered write if the inode requires checksum,
hch@xxxxxxxxxxxxx
[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO),
Mike Rapoport
- [PATCH v4 03/14] memblock: Add support for scratch memory, Mike Rapoport
- [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers, Mike Rapoport
- [PATCH v4 04/14] memblock: introduce memmap_init_kho_scratch(), Mike Rapoport
- [PATCH v4 06/14] kexec: Add KHO parsing support, Mike Rapoport
- [PATCH v4 07/14] kexec: Add KHO support to kexec file loads, Mike Rapoport
- [PATCH v4 09/14] kexec: Add documentation for KHO, Mike Rapoport
- [PATCH v4 01/14] mm/mm_init: rename init_reserved_page to init_deferred_page, Mike Rapoport
- [PATCH v4 02/14] memblock: add MEMBLOCK_RSRV_KERN flag, Mike Rapoport
- [PATCH v4 08/14] kexec: Add config option for KHO, Mike Rapoport
- [PATCH v4 13/14] memblock: Add KHO support for reserve_mem, Mike Rapoport
- [PATCH v4 10/14] arm64: Add KHO support, Mike Rapoport
- [PATCH v4 14/14] Documentation: KHO: Add memblock bindings, Mike Rapoport
- [PATCH v4 12/14] x86: Add KHO support, Mike Rapoport
- [PATCH v4 11/14] x86/setup: use memblock_reserve_kern for memory used by kernel, Mike Rapoport
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Andrew Morton
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Andrew Morton
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Cong Wang
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Cong Wang
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), RuiRui Yang
- Re: [PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO), Pratyush Yadav
[PATCH] foo, Lorenzo Stoakes
[PATCH] mm, percpu: do not consider sleepable allocations atomic,
Michal Hocko
[PATCH 0/2] mm: kmemleak: Usability improvements,
Catalin Marinas
[syzbot] [mm?] WARNING in fsnotify_file_area_perm,
syzbot
Re: [PATCH v2 1/2] net, treewide: define and use MAC_ADDR_LEN, kernel test robot
[linus:master] [x86] 0b6476f939: will-it-scale.per_process_ops 24.8% improvement, kernel test robot
hi,
Ahmed Mohamed
- <Possible follow-ups>
- Hi, Ms. Shoki Ralebepa
[PATCH v6 00/16] zswap IAA compress batching,
Kanchana P Sridhar
- [PATCH v6 01/16] crypto: acomp - Add synchronous/asynchronous acomp request chaining., Kanchana P Sridhar
- [PATCH v6 02/16] crypto: acomp - Define new interfaces for compress/decompress batching., Kanchana P Sridhar
- [PATCH v6 03/16] crypto: iaa - Add an acomp_req flag CRYPTO_ACOMP_REQ_POLL to enable async mode., Kanchana P Sridhar
- [PATCH v6 04/16] crypto: iaa - Implement batch_compress(), batch_decompress() API in iaa_crypto., Kanchana P Sridhar
- [PATCH v6 05/16] crypto: iaa - Enable async mode and make it the default., Kanchana P Sridhar
- [PATCH v6 06/16] crypto: iaa - Disable iaa_verify_compress by default., Kanchana P Sridhar
- [PATCH v6 07/16] crypto: iaa - Re-organize the iaa_crypto driver code., Kanchana P Sridhar
- [PATCH v6 08/16] crypto: iaa - Map IAA devices/wqs to cores based on packages instead of NUMA., Kanchana P Sridhar
- [PATCH v6 14/16] mm: zswap: Introduce zswap_compress_folio() to compress all pages in a folio., Kanchana P Sridhar
- [PATCH v6 15/16] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios., Kanchana P Sridhar
- [PATCH v6 13/16] mm: zswap: Restructure & simplify zswap_store() to make it amenable for batching., Kanchana P Sridhar
- [PATCH v6 16/16] mm: zswap: Fix for zstd performance regression with 2M folios., Kanchana P Sridhar
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]