Linux Kernel Memory Management
[Prev Page][Next Page]
[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
[linux-next:master 3501/3504] riscv32-linux-ld: section .data LMA [001f9000,009465d7] overlaps section .text LMA [000a7e84,0177d68b],
kernel test robot
[PATCH v6 0/6] Swap-out mTHP without splitting,
Ryan Roberts
Message not available
[PATCH v6 3/6] mm: swap: Simplify struct percpu_cluster, Ryan Roberts
[PATCH v6 4/6] mm: swap: Allow storage of all mTHP orders, Ryan Roberts
[PATCH v6 5/6] mm: vmscan: Avoid split during shrink_folio_list(), Ryan Roberts
[PATCH v6 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD, Ryan Roberts
[linux-next:pending-fixes] BUILD SUCCESS 5a8e64cdf886935b487d4eb868983d95d5bd5a8c, kernel test robot
[PATCH] mm/memblock: remove empty dummy entry,
Wei Yang
[PATCH v3 0/2] support multi-size THP numa balancing,
Baolin Wang
[PATCH v2 0/7] arch/mm/fault: accelerate pagefault when badaccess,
Kefeng Wang
[linux-next:master] [fs] 1b43c46297: kernel_BUG_at_mm/usercopy.c,
kernel test robot
[linux-next:master 3307/3504] fs/smb/client/file.c:728:12: warning: variable 'rc' is used uninitialized whenever 'if' condition is false, kernel test robot
[linux-next:master 2805/3504] mm/kasan/hw_tags.c:280:16: error: implicit declaration of function 'find_vm_area'; did you mean 'find_vma_prev'?, kernel test robot
[PATCH v3] mm: add per-order mTHP alloc_success and alloc_fail counters,
Barry Song
[linux-next:master 3057/3220] dcn20_fpu.c:undefined reference to `__aeabi_l2d', kernel test robot
[PATCH 0/3] mm/gup: fixups for hugetlb gup rework series,
peterx
[linux-next:master] BUILD REGRESSION c0b832517f627ead3388c6f0c74e8ac10ad5774b, kernel test robot
[RFC PATCH net-next v8 07/14] page_pool: devmem support,
Mina Almasry
[RFC PATCH net-next v8 06/14] page_pool: convert to use netmem,
Mina Almasry
[PATCH] mm: Remove struct page from get_shadow_from_swap_cache,
Matthew Wilcox (Oracle)
[PATCH 0/4] Remove page_idle and page_young wrappers,
Matthew Wilcox (Oracle)
[syzbot] [mm?] KCSAN: data-race in __delete_from_swap_cache / folio_mapping (3),
syzbot
[PATCH] hugetlb: Convert alloc_buddy_hugetlb_folio to use a folio,
Matthew Wilcox (Oracle)
DAMON Quaterly News Letter (2024 Q1), SeongJae Park
[PATCH 1/1] mm/mempool: Documentation: add missing mempool_create_node documentation, Suren Baghdasaryan
[PATCH 1/1] fixup! fix missing vmalloc.h includes,
Suren Baghdasaryan
[syzbot] [mm?] WARNING: bad unlock balance in madvise_cold_or_pageout_pte_range,
syzbot
[PATCH] mm/ksm: fix missing comma in comment, Yu-Cheng Chen
[PATCH 0/3] memblock tests: fix build error,
Wei Yang
[linux-next:master 2555/3220] arch/csky/include/asm/cmpxchg.h:138:25: error: implicit declaration of function 'cmpxchg_emu_u8',
kernel test robot
[PATCH v1 0/3] mm/gup: consistently call it GUP-fast,
David Hildenbrand
[PATCH v4 0/2] mm/madvise: enhance lazyfreeing with mTHP in madvise_free,
Lance Yang
[linux-next:pending-fixes] BUILD SUCCESS 0fc83069bcaee78f60b8511d9453a9441963a072, kernel test robot
[linux-next:master 2055/3220] ERROR: modpost: "__drm_atomic_helper_private_obj_duplicate_state" [drivers/gpu/drm/display/drm_display_helper.ko] undefined!, kernel test robot
[linux-next:master 2559/3220] arch/riscv/include/asm/cmpxchg.h:329:23: warning: assignment to 'const struct gre_protocol *' from 'uintptr_t' {aka 'long unsigned int'} makes pointer from integer without a cast, kernel test robot
[PATCH][next] selftest/mm: Fix spelling mistake "skiped" -> "skipped", Colin Ian King
[syzbot] [cgroups?] [mm?] WARNING in __mod_memcg_lruvec_state,
syzbot
[linux-next:master 2055/3220] ld.lld: error: undefined symbol: __drm_atomic_helper_private_obj_duplicate_state, kernel test robot
[PATCH 0/4] large folios swap-in: handle refault cases first,
Barry Song
[linux-next:master 2559/3220] arch/riscv/include/asm/cmpxchg.h:329:23: warning: assignment to 'struct tty_struct *' from 'uintptr_t' {aka 'long unsigned int'} makes pointer from integer without a cast,
kernel test robot
[syzbot] [mm?] general protection fault in shmem_get_next_id,
syzbot
[PATCH] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts,
Vishal Verma
[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault (2),
syzbot
[PATCH v12 00/11] Support page table check PowerPC,
Rohan McLure
Re: [PATCH v12 00/11] Support page table check PowerPC, Pasha Tatashin
Message not available
Message not available
Message not available
Re: [PATCH v12 00/11] Support page table check PowerPC, LEROY Christophe
[linux-next:master] [lib/xarray] e6c71d0899: WARNING:suspicious_RCU_usage, kernel test robot
[PATCH] slub: fix slub segmentation,
Ming Yang
[PATCH] mm/ksm: remove redundant code in ksm_fork,
Jinjiang Tu
[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes,
Ho-Ren (Jack) Chuang
[PATCH] stackdepot: Rename pool_index to pool_index_plus_1,
Peter Collingbourne
[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting,
James Houghton
[PATCH v2 0/3] Hugetlb fault path to use struct vm_fault,
Vishal Moola (Oracle)
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]