Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH v3 03/11] filemap: allocate mapping_min_order folios in the page cache, (continued)
- [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded(), Pankaj Raghav (Samsung)
- [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes, Pankaj Raghav (Samsung)
- [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead, Pankaj Raghav (Samsung)
- [PATCH v3 06/11] readahead: round up file_ra_state->ra_pages to mapping_min_nrpages, Pankaj Raghav (Samsung)
- [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement, Pankaj Raghav (Samsung)
- [PATCH v3 11/11] xfs: enable block size larger than page size support, Pankaj Raghav (Samsung)
- [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count(), Pankaj Raghav (Samsung)
- [PATCH v3 09/11] xfs: expose block size in stat, Pankaj Raghav (Samsung)
- [PATCH v3 08/11] iomap: fix iomap_dio_zero() for fs bs > system page size, Pankaj Raghav (Samsung)
- Re: [PATCH v3 00/11] enable bs > ps in XFS, Matthew Wilcox
- [linux-next:master 13138/13397] sound/usb/stream.c:306:13: error: use of undeclared identifier 'chmaps'; did you mean 'chmap'?, kernel test robot
- [linux-next:master 13138/13397] sound/usb/stream.c:306:34: error: 'chmaps' undeclared; did you mean 'chmap'?, kernel test robot
- [linux-next:master 12842/12944] powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data772' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data772', kernel test robot
- [PATCH v10 00/12] Support page table check PowerPC,
Rohan McLure
- Message not available
- Message not available
[linux-next:pending-fixes] BUILD SUCCESS 60fac05b309de9d90a76c1658b2aa2edba68f5d4, kernel test robot
[PATCH] vmstat: Keep count of the maximum page reached by the kernel stack,
Pasha Tatashin
Splitting pinned folios,
Matthew Wilcox
[PATCH] filemap: replace pte_offset_map() with pte_offset_map_nolock(),
Peng Zhang
[PATCH v3 00/12] Cover a guard gap corner case,
Rick Edgecombe
- [PATCH v3 04/12] thp: Add thp_get_unmapped_area_vmflags(), Rick Edgecombe
- [PATCH v3 01/12] mm: Switch mm->get_unmapped_area() to a flag, Rick Edgecombe
- [PATCH v3 05/12] csky: Use initializer for struct vm_unmapped_area_info, Rick Edgecombe
- [PATCH v3 02/12] mm: Introduce arch_get_unmapped_area_vmflags(), Rick Edgecombe
- [PATCH v3 09/12] mm: Take placement mappings gap into account, Rick Edgecombe
- [PATCH v3 06/12] parisc: Use initializer for struct vm_unmapped_area_info, Rick Edgecombe
- [PATCH v3 07/12] powerpc: Use initializer for struct vm_unmapped_area_info, Rick Edgecombe
- [PATCH v3 12/12] selftests/x86: Add placement guard gap test for shstk, Rick Edgecombe
- [PATCH v3 10/12] x86/mm: Implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGS, Rick Edgecombe
- [PATCH v3 11/12] x86/mm: Care about shadow stack guard gap during placement, Rick Edgecombe
- [PATCH v3 03/12] mm: Use get_unmapped_area_vmflags(), Rick Edgecombe
- [PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info, Rick Edgecombe
[linux-next:master 1546/13337] powerpc-linux-ld: warning: orphan section `.bss..Lubsan_data31' from `kernel/ptrace.o' being placed in section `.bss..Lubsan_data31', kernel test robot
[PATCH v1] x86/mm/pat: fix VM_PAT handling in COW mappings,
David Hildenbrand
[PATCH v6] zswap: replace RB tree with xarray,
Chris Li
[linux-next:master] BUILD REGRESSION a1184cae56bcb96b86df3ee0377cec507a3f56e0, kernel test robot
[PATCH v2 1/3] x86/mm: Use IPIs to synchronize LAM enablement,
Yosry Ahmed
[PATCH V2 1/2] mm: zswap: optimize zswap pool size tracking,
Johannes Weiner
[PATCH v2] mm/slub: Simplify get_partial_node(),
sxwjean
[linux-next:master 12968/13337] drivers/gpu/drm/i915/display/intel_bios.c:3417:10: error: call to undeclared function 'intel_opregion_vbt_present'; ISO C99 and later do not support implicit function declarations, kernel test robot
[GIT PULL] slab updates for 6.9,
Vlastimil Babka
[PATCH v4 00/15] Fast kernel headers: split linux/mm.h,
Max Kellermann
- [PATCH v4 07/15] linux/mm.h: move folio_size(), ... to mm/folio_size.h, Max Kellermann
- [PATCH v4 12/15] linux/mm.h: move pfmemalloc-related functions to pfmemalloc.h, Max Kellermann
- [PATCH v4 13/15] linux/mm.h: move is_vmalloc_addr() to mm/vmalloc_addr.h, Max Kellermann
- [PATCH v4 11/15] linux/mm.h: move page_zone_id() and more to mm/folio_zone.h, Max Kellermann
- [PATCH v4 09/15] linux/mm.h: move devmap-related declarations to mm/devmap_managed.h, Max Kellermann
- [PATCH v4 08/15] linux/mm.h: move folio_next() to mm/folio_next.h, Max Kellermann
- [PATCH v4 02/15] include/drm/drm_gem.h: add poll_table_struct forward declaration, Max Kellermann
- [PATCH v4 03/15] include/scsi/scsicam.h: forward-declare struct block_device, Max Kellermann
- [PATCH v4 01/15] drivers: add missing includes on linux/mm.h (and others), Max Kellermann
- [PATCH v4 14/15] linux/mm.h: move high_memory to mm/high_memory.h, Max Kellermann
- [PATCH v4 05/15] linux/mm.h: move section functions to mm/page_section.h, Max Kellermann
- [PATCH v4 15/15] include: reduce dependencies on linux/mm.h, Max Kellermann
- [PATCH v4 10/15] linux/mm.h: move usage count functions to mm/folio_usage.h, Max Kellermann
- [PATCH v4 04/15] linux/mm.h: move page_kasan_tag() to mm/page_kasan_tag.h, Max Kellermann
- [PATCH v4 06/15] linux/mm.h: move page_address() and others to mm/page_address.h, Max Kellermann
- Re: [PATCH v4 00/15] Fast kernel headers: split linux/mm.h, David Hildenbrand
[PATCH] memtest: use {READ,WRITE}_ONCE in memory scanning,
Qiang Zhang
[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes,
Ho-Ren (Jack) Chuang
[PATCH 1/3] x86/mm: Use IPIs to synchronize LAM enablement,
Yosry Ahmed
[PATCH] mm: Always initialise folio->_deferred_list,
Matthew Wilcox (Oracle)
[PATCH] lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure, Duoming Zhou
[PATCH] mm: zswap: remove unnecessary check in zswap_find_zpool(),
Yosry Ahmed
[GIT PULL] execve updates for v6.9-rc1,
Kees Cook
Re: [PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity(),
Darrick J. Wong
[PATCH v5] zswap: replace RB tree with xarray,
Chris Li
[RFC PATCH v2 0/4] mm/damon: add a DAMOS filter type for page granularity access recheck,
SeongJae Park
[PATCH v2] mm/migrate: put dest folio on deferred split list if source was there.,
Zi Yan
[PATCH] mm/migrate: put dest folio on deferred split list if source was there.,
Zi Yan
[PATCH] percpu: clean up all mappings when pcpu_map_pages() fails,
Yosry Ahmed
[PATCH v2] mm: Remove folio from deferred split list before uncharging it,
Matthew Wilcox (Oracle)
Re: [syzbot] [ntfs3?] WARNING in do_open_execat,
Jan Kara
[RFC 00/14] Dynamic Kernel Stacks,
Pasha Tatashin
- [RFC 02/14] fork: Clean-up ifdef logic around stack allocation, Pasha Tatashin
- [RFC 01/14] task_stack.h: remove obsolete __HAVE_ARCH_KSTACK_END check, Pasha Tatashin
- [RFC 03/14] fork: Clean-up naming of vm_strack/vm_struct variables in vmap stacks code, Pasha Tatashin
- [RFC 04/14] fork: Remove assumption that vm_area->nr_pages equals to THREAD_SIZE, Pasha Tatashin
- [RFC 05/14] fork: check charging success before zeroing stack, Pasha Tatashin
- [RFC 08/14] fork: separate vmap stack alloction and free calls, Pasha Tatashin
- [RFC 09/14] mm/vmalloc: Add a get_vm_area_node() and vmap_pages_range_noflush() public functions, Pasha Tatashin
- [RFC 07/14] fork: use the first page in stack to store vm_stack in cached_stacks, Pasha Tatashin
- [RFC 06/14] fork: zero vmap stack using clear_page() instead of memset(), Pasha Tatashin
- [RFC 13/14] task_stack.h: Add stack_not_used() support for dynamic stack, Pasha Tatashin
- [RFC 14/14] fork: Dynamic Kernel Stack accounting, Pasha Tatashin
- [RFC 11/14] x86: add support for Dynamic Kernel Stacks, Pasha Tatashin
- [RFC 10/14] fork: Dynamic Kernel Stacks, Pasha Tatashin
- [RFC 12/14] task_stack.h: Clean-up stack_not_used() implementation, Pasha Tatashin
- Re: [RFC 00/14] Dynamic Kernel Stacks, Mateusz Guzik
- Re: [RFC 00/14] Dynamic Kernel Stacks, H. Peter Anvin
[PATCH 1/2] mm: zswap: optimize zswap pool size tracking,
Johannes Weiner
[PATCH v4 0/6] Swap-out mTHP without splitting,
Ryan Roberts
Re: [PATCH v4 0/6] Swap-out mTHP without splitting, Huang, Ying
Re: [PATCH v4 0/6] Swap-out mTHP without splitting, Ryan Roberts
[PATCH] mm/slub: Simplify get_partial_node(),
sxwjean
WARNING: modpost: "__ashldi3" [drivers/usb/host/xhci-hcd.ko] has no CRC!, kernel test robot
[PATCH] mm: kmsan: fix instrumentation recursion on preempt_count,
Changbin Du
[PATCH v3 0/4] Memory management patches needed by Rust Binder,
Alice Ryhl
Re: [syzbot] [udf?] KASAN: slab-use-after-free Read in udf_free_blocks, Jan Kara
[PATCH -v3] mm: swap: fix race between free_swap_and_cache() and swapoff(),
Huang Ying
Re: [PATCH v1 12/13] tools headers: Sync compiler.h headers,
kernel test robot
[PATCH] mm: Remove folio from deferred split list before uncharging it, Matthew Wilcox (Oracle)
[linux-next:master 12265/12944] arch/arm64/include/asm/pgtable.h:904:16: error: implicit declaration of function 'pud_leaf'; did you mean 'pmd_leaf'?,
kernel test robot
[PATCH] exec: Simplify remove_arg_zero() error path,
Kees Cook
BUG selftests/mm],
Mirsad Todorovac
[syzbot] [mm?] [input?] [usb?] INFO: rcu detected stall in asm_exc_page_fault,
syzbot
[syzbot] [mm?] WARNING in try_to_migrate_one (2),
syzbot
[PATCH] mm/slub: mark racy accesses on slab->slabs,
linke li
[PATCH] mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area(), Baoquan He
[linux-next:master 10291/12944] drivers/gpio/gpio-nomadik.c:462:20: error: static declaration of 'nmk_gpio_dbg_show_one' follows non-static declaration, kernel test robot
[linux-next:master 12265/12944] arch/riscv/include/asm/pgtable.h:735:16: error: implicit declaration of function 'pud_leaf'; did you mean 'pmd_leaf'?, kernel test robot
[linux-next:master 1444/12944] /usr/bin/ld: cannot find ../lib/api/libapi.a: No such file or directory,
kernel test robot
[linux-next:master 12610/12944] arch/mips/ralink/timer.c:136:34: error: array type has incomplete element type 'struct of_device_id', kernel test robot
[linux-next:master] BUILD REGRESSION 8ffc8b1bbd505e27e2c8439d326b6059c906c9dd,
kernel test robot
[linux-next:pending-fixes] BUILD SUCCESS 4b587a04fd31ed30f5578c2e1455b14ae7a5d069, kernel test robot
Unmapping KVM Guest Memory from Host Kernel,
Gowans, James
Re: [PATCH 8/8] ring-buffer: Validate boot range memory events, kernel test robot
[PATCH v2 0/2] Allow migrate on protnone reference with MPOL_PREFERRED_MANY policy,
Donet Tom
[linux-next:master 9129/12944] drivers/mtd/ubi/nvmem.c:34:9: error: incompatible pointer types passing 'int *' to parameter of type 'uint64_t *' (aka 'unsigned long long *'), kernel test robot
arm64: WARNING: at mm/vmalloc.c:315 ioremap_page_range,
Naresh Kamboju
Re: [PATCH 5/8] ring-buffer: Add ring_buffer_meta data,
kernel test robot
[PATCH v2] mm: prohibit the last subpage from reusing the entire large folio,
Barry Song
[PATCH] mm: prohibit the last subpage from reusing the entire large folio,
Barry Song
[PATCH 1/1] mm/khugepaged: reduce process visible downtime by pre-zeroing hugepage,
Lance Yang
ZONE_DEVICE refcounting,
Alistair Popple
[BUG] kmsan: instrumentation recursion problems,
Changbin Du
Experience and Share Structural Designs On-the-Go with Modelo, Modelo Team
[PATCH] mm/slub: Make __ksize() faster,
Kent Overstreet
[PATCH v2 0/2] reclaim contended folios asynchronously instead of promoting them,
lipeifeng
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]