Linux Kernel Memory Management
[Prev Page][Next Page]
[PATCH net-next v1 11/12] mm: page_frag: add a test module for page_frag,
Yunsheng Lin
[PATCH net-next v1 09/12] mm: page_frag: introduce prepare/commit API for page_frag, Yunsheng Lin
[PATCH net-next v1 07/12] mm: page_frag: reuse existing bit field of 'va' for pagecnt_bias, Yunsheng Lin
[PATCH net-next v1 06/12] mm: page_frag: reuse MSB of 'size' field for pfmemalloc, Yunsheng Lin
[PATCH net-next v1 05/12] mm: page_frag: add two inline helper for page_frag API, Yunsheng Lin
[PATCH net-next v1 04/12] mm: page_frag: add '_va' suffix to page_frag API, Yunsheng Lin
[PATCH net-next v1 03/12] mm: page_frag: change page_frag_alloc_* API to accept align param, Yunsheng Lin
[PATCH net-next v1 01/12] mm: Move the page fragment allocator from page_alloc into its own file,
Yunsheng Lin
[PATCH net-next v1 02/12] mm: page_frag: use initial zero offset for page_frag_alloc_align(),
Yunsheng Lin
[PATCH] mm,swapops: Update check in is_pfn_swap_entry for hwpoison entries,
Oscar Salvador
[PATCH] mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabled,
Miaohe Lin
[PATCH -next 0/2] mm: remove arch's private VM_FAULT_BADMAP/BADACCESS,
Kefeng Wang
[PATCH] mm,swap: add document about RCU read lock and swapoff interaction,
Huang Ying
[PATCH] mm/mmap: make accountable_mapping return bool, Hao Ge
[PATCH] mm/mmap: make vma_wants_writenotify return bool, Hao Ge
[PATCH 1/1] fixup! increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
[PATCH v20 2/5] ring-buffer: Introducing ring-buffer mapping functions,
Vincent Donnefort
[PATCH v20 3/5] tracing: Allow user-space mapping of the ring-buffer, Vincent Donnefort
[akpm-mm:mm-unstable 313/322] include/linux/huge_mm.h:274:16: error: fields must have a constant size: 'variable length array in structure' extension will never be supported,
kernel test robot
[akpm-mm:mm-unstable 313/322] include/linux/huge_mm.h:274:23: error: variably modified 'stats' at file scope,
kernel test robot
[linux-next:master 1149/4242] sound/soc/amd/ps/pci-ps.c:271:undefined reference to `sdw_amd_probe',
kernel test robot
[linux-next:master] [lib/xarray] 5053ab0c89: WARNING:suspicious_RCU_usage, kernel test robot
[PATCH] mm/userfaultfd: Allow hugetlb change protection upon poison entry,
peterx
[syzbot] [mm?] WARNING in hugetlb_change_protection (2), syzbot
[GIT PULL] hotfixes for 6.9-rc3,
Andrew Morton
[PATCH] mm: Convert pagecache_isize_extended to use a folio,
Matthew Wilcox (Oracle)
[syzbot] [mm?] [hardening?] BUG: bad usercopy in do_handle_open,
syzbot
[PATCH] Documentation/admin-guide/sysctl/vm.rst adding the importance of NUMA-node count to documentation,
Matthew Cassell
[linux-next:pending-fixes] BUILD SUCCESS 24e5164b281bb347da5f23b80db40be8197ee5c8, kernel test robot
[linux-next:master] BUILD REGRESSION 8568bb2ccc278f344e6ac44af6ed010a90aa88dc,
kernel test robot
[PATCH 0/5] Clean up __folio_put(),
Matthew Wilcox (Oracle)
Re: [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling,
Klara Modin
[PATCH 0/2] selftests: Replace "Bail out" with "Error" in ksft_exit_fail_msg(),
Muhammad Usama Anjum
[linux-next:master 4238/4242] riscv32-linux-ld: section .data LMA [00369000,00907967] overlaps section .text LMA [0007899c,01a6a6af], kernel test robot
[PATCH] mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE but THP enabled,
Baolin Wang
[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify(),
Paolo Bonzini
Re: [PATCH 1/4] KVM: delete .change_pte MMU notifier callback, Will Deacon
[PATCH 3/4] mmu_notifier: remove the .change_pte() callback, Paolo Bonzini
[PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range(), Paolo Bonzini
[PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at(), Paolo Bonzini
Re: [PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify(), Andrew Morton
Re: [PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify(), Marc Zyngier
[PATCH v4 0/2] mm: add per-order mTHP alloc and swpout counters,
Barry Song
Linux choosing to swap despite having 250G of file memory available,
Frits Hoogland
[linux-next:master 4050/4242] loongarch64-linux-ld: kernel/bpf/verifier.c:20223:undefined reference to `__SCK__perf_snapshot_branch_stack', kernel test robot
[linux-next:master 2720/3921] lib/alloc_tag.c:142 alloc_tag_init() warn: passing zero to 'PTR_ERR',
Dan Carpenter
[linux-next:master 3911/4242] kernel/bpf/verifier.c:19160:44: sparse: sparse: cast truncates bits from constant value (fffffffc00000000 becomes 0), kernel test robot
[RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory,
Honggyu Kim
- [RFC PATCH v3 3/7] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes, Honggyu Kim
- [RFC PATCH v3 4/7] mm/migrate: add MR_DAMON to migrate_reason, Honggyu Kim
- [RFC PATCH v3 5/7] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion, Honggyu Kim
- [RFC PATCH v3 6/7] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion, Honggyu Kim
- [RFC PATCH v3 7/7] mm/damon: Add "damon_migrate_{hot,cold}" vmstat, Honggyu Kim
- [RFC PATCH v3 2/7] mm: make alloc_demote_folio externally invokable for migration, Honggyu Kim
- [RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode, Honggyu Kim
- Re: [RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory, Gregory Price
- Re: [RFC PATCH v3 0/7] DAMON based tiered memory management for CXL memory, SeongJae Park
[linux-next:master 4050/4242] verifier.c:undefined reference to `__SCK__perf_snapshot_branch_stack', kernel test robot
[PATCH v2 0/5] zswap same-filled and limit checking cleanups,
Yosry Ahmed
[linux-next:master 3790/3921] i2c-i801.c:undefined reference to `i2c_root_adapter', kernel test robot
[linux-next:master 2709/3921] WARNING: modpost: vmlinux: section mismatch in reference: (unknown)+0x1488 (section: __ex_table) -> .LASF136 (section: .debug_str), kernel test robot
[Patch v3] mm/memblock: remove empty dummy entry,
Wei Yang
Message not available
[PATCH v1 0/5] zswap same-filled and limit checking cleanups,
Yosry Ahmed
[akpm-mm:mm-unstable 43/300] arch/arc/include/asm/mmu-arcv2.h:82:9: error: implicit declaration of function 'write_aux_reg', kernel test robot
[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes,
Ho-Ren (Jack) Chuang
[Patch v2] mm/memblock: remove empty dummy entry,
Wei Yang
Machine check recovery broken in v6.9-rc1,
Tony Luck
[linux-next:master 2674/3921] mm/vmalloc.c:1079:3-9: preceding lock on line 1075 (fwd),
Julia Lawall
[linux-next:pending-fixes] BUILD SUCCESS 3f982ad8ef1680b87b757ebb12381aec254f5750, kernel test robot
[linux-next:master] BUILD REGRESSION 2b3d5988ae2cb5cd945ddbc653f0a71706231fdd, kernel test robot
[PATCH] userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVE,
Lokesh Gidra
[PATCH 1/1] mm: change inlined allocation helpers to account at the call site,
Suren Baghdasaryan
[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1,
David Hildenbrand
Re: [PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1, Matthew Wilcox
[PATCH 1/2] mm/cma: drop incorrect alignment check in cma_init_reserved_mem,
Frank van der Linden
[PATCH 0/2] selftests: add ksft_exit_fail_perror(),
Muhammad Usama Anjum
[PATCH net-next v9 0/9] net: intel: start The Great Code Dedup + Page Pool for iavf,
Alexander Lobakin
- [PATCH net-next v9 1/9] net: intel: introduce {,Intel} Ethernet common library, Alexander Lobakin
- [PATCH net-next v9 4/9] slab: introduce kvmalloc_array_node() and kvcalloc_node(), Alexander Lobakin
- [PATCH net-next v9 2/9] iavf: kill "legacy-rx" for good, Alexander Lobakin
- [PATCH net-next v9 6/9] page_pool: add DMA-sync-for-CPU inline helper, Alexander Lobakin
- [PATCH net-next v9 3/9] iavf: drop page splitting and recycling, Alexander Lobakin
- [PATCH net-next v9 8/9] iavf: pack iavf_ring more efficiently, Alexander Lobakin
- [PATCH net-next v9 9/9] iavf: switch to Page Pool, Alexander Lobakin
- [PATCH net-next v9 5/9] page_pool: constify some read-only function arguments, Alexander Lobakin
- [PATCH net-next v9 7/9] libeth: add Rx buffer management, Alexander Lobakin
[linux-next:master 2951/3921] ERROR: modpost: "__aeabi_d2ulz" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefined!, kernel test robot
Re: Some questions about shrink_folio_list,
Matthew Wilcox
[linux-next:master 3790/3921] ld.lld: error: undefined symbol: i2c_root_adapter, kernel test robot
[PATCH 0/3] Make {virt, phys, page, pfn} translation work with KFENCE for LoongArch,
Huacai Chen
[PATCH] kasan: hw_tags: include linux/vmalloc.h,
Arnd Bergmann
[PATCH v4 0/4] Memory management patches needed by Rust Binder,
Alice Ryhl
[akpm-mm:mm-unstable 300/300] include/linux/mmdebug.h:114:35: error: expected expression before 'do',
kernel test robot
[linux-next:master 2530/3921] powerpc64-linux-ld: warning: orphan section `.bss..Lubsan_data249' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data249', kernel test robot
mm/gup.c:679:22: error: call to '__compiletime_assert_382' declared with 'error' attribute: BUILD_BUG failed,
Miguel Ojeda
[linux-next:master 1084/1266] include/linux/mempool.h:105:9: error: '__section__' attribute only applies to functions, global variables, Objective-C methods, and Objective-C properties, kernel test robot
[PATCH v13 0/8] mm/gup: Introduce memfd_pin_folios() for pinning memfd folios,
Vivek Kasireddy
[PATCH v4 0/4] page_owner: Fix refcount imbalance and print fixup,
Oscar Salvador
- [PATCH v4 1/4] mm,page_owner: Update metadata for tail pages, Oscar Salvador
- [PATCH v4 4/4] mm,page_owner: Fix printing of stack records, Oscar Salvador
- [PATCH v4 2/4] mm,page_owner: Fix refcount imbalance, Oscar Salvador
- [PATCH v4 3/4] mm,page_owner: Fix accounting of pages when migrating, Oscar Salvador
- Re: [PATCH v4 0/4] page_owner: Fix refcount imbalance and print fixup, Vlastimil Babka
- Re: [PATCH v4 0/4] page_owner: Fix refcount imbalance and print fixup, Kefeng Wang
[PATCH v2 0/3] SLUB: improve filling cpu partial a bit in get_partial_node(),
xiongwei.song
[linux-next:master 3462/3504] mm/huge_memory.c:207:13: sparse: sparse: incorrect type in argument 2 (different base types), kernel test robot
[linux-next:master 2523/3504] arch/parisc/include/asm/cmpxchg.h:75:24: error: implicit declaration of function 'cmpxchg_emu_u16', kernel test robot
[linux-next:master 2524/3504] fs/nfs/nfs4idmap.c:576:13: sparse: sparse: incorrect type in argument 2 (different base types), kernel test robot
[syzbot] [mm?] inconsistent lock state in __mmap_lock_do_trace_acquire_returned,
syzbot
[PATCH v3 00/29] riscv control-flow integrity for usermode,
Deepak Gupta
[PATCH v3 07/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
[PATCH v3 11/29] riscv mm: manufacture shadow stack pte, Deepak Gupta
[PATCH v3 15/29] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
[PATCH v3 17/29] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
[PATCH v3 12/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
[PATCH v3 09/29] mm: abstract shadow stack vma behind `vma_is_shadow_stack`, Deepak Gupta
[PATCH v3 13/29] riscv mmu: write protect and shadow stack, Deepak Gupta
[PATCH v3 10/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
[PATCH v3 14/29] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
[PATCH v3 27/29] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
[PATCH v3 28/29] riscv: Documentation for shadow stack on riscv, Deepak Gupta
[PATCH v3 24/29] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
[PATCH v3 25/29] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
[PATCH v3 21/29] riscv/traps: Introduce software check exception, Deepak Gupta
[PATCH v3 20/29] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
[PATCH v3 18/29] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
[PATCH v3 08/29] mm: Define VM_SHADOW_STACK for RISC-V, Deepak Gupta
[PATCH v3 16/29] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
[PATCH v3 23/29] riscv signal: Save and restore of shadow stack for signal, Deepak Gupta
[PATCH v3 19/29] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
[PATCH v3 22/29] riscv sigcontext: adding cfi state field in sigcontext, Deepak Gupta
[PATCH v3 03/29] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv, Deepak Gupta
[PATCH v3 26/29] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
[PATCH v3 29/29] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
Re: [PATCH v3 00/29] riscv control-flow integrity for usermode, Charlie Jenkins
[PATCH v2 0/3] x86/mm/pat: fix VM_PAT handling in COW mappings,
David Hildenbrand
[linux-next:master 2524/3504] kernel/locking/rtmutex.c:218:9: error: incompatible pointer to integer conversion passing 'typeof (*(((__ai_ptr))))' (aka 'struct task_struct *') to parameter of type 'uintptr_t' (aka 'unsigned long'),
kernel test robot
[PATCH] fixup! selftests/mm: run_vmtests.sh: fix hugetlb mem size calculation,
peterx
[PATCH] fix-proc-page, Matthew Wilcox (Oracle)
[PATCH 0/7] khugepaged folio conversions,
Matthew Wilcox (Oracle)
[PATCH 0/4] Use folio APIs in procfs,
Matthew Wilcox (Oracle)
[linux-next:master] BUILD REGRESSION 727900b675b749c40ba1f6669c7ae5eb7eb8e837, kernel test robot
[PATCH] mm: page_alloc: use the correct THP order for THP PCP,
Baolin Wang
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]