Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH 03/20] mm: zswap: move zswap_invalidate_entry() to related functions, (continued)
- [PATCH 0/9] mm/damon: make DAMON debugfs interface deprecation unignorable,
SeongJae Park
- [PATCH] mm/slub: remove parameter 'flags' in create_kmalloc_caches(),
Zheng Yejian
- [PATCH] mm: zswap: fix objcg use-after-free in entry destruction,
Johannes Weiner
- [linux-next:master 2547/2825] mm/mempolicy.c:3131:17: sparse: sparse: incorrect type in argument 1 (different address spaces),
kernel test robot
- [linux-next:master 1016/2825] make[2]: *** kselftest/livepatch/test_modules: No such file or directory. Stop.,
kernel test robot
- [PATCH 0/3] fix and extend zswap kselftests,
Nhat Pham
- [PATCH v7 0/1] mm: report per-page metadata information,
Sourav Panda
- [linux-next:master 1465/2825] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:557:13: warning: variable 'r' set but not used, kernel test robot
- [linux-next:master 2549/2825] mm/mempolicy.c:2438:17: sparse: sparse: incorrect type in argument 2 (different address spaces),
kernel test robot
- [RFC PATCH 0/7] Introduce cache_is_aliasing() to fix DAX regression,
Mathieu Desnoyers
- [LSF/MM/BPF TOPIC] DAMON Updates and Plans: Automation of DAMON tuning, tiering, and VM guest scaling,
SeongJae Park
- [PATCH v2 0/3] per-vma locks in userfaultfd,
Lokesh Gidra
- [PATCH v3 0/7] swapin refactor for optimization and unified readahead,
Kairui Song
- [linux-next:master] BUILD REGRESSION 596764183be8ebb13352b281a442a1f1151c9b06, kernel test robot
- [PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP,
David Hildenbrand
- [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte(), David Hildenbrand
- [PATCH v1 4/9] mm/memory: factor out zapping folio pte into zap_present_folio_pte(), David Hildenbrand
- [PATCH v1 7/9] mm/mmu_gather: add __tlb_remove_folio_pages(), David Hildenbrand
- [PATCH v1 8/9] mm/mmu_gather: add tlb_remove_tlb_entries(), David Hildenbrand
- [PATCH v1 3/9] mm/memory: further separate anon and pagecache folio handling in zap_present_pte(), David Hildenbrand
- [PATCH v1 9/9] mm/memory: optimize unmap/zap with PTE-mapped THP, David Hildenbrand
- [PATCH v1 6/9] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP, David Hildenbrand
- [PATCH v1 5/9] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size(), David Hildenbrand
- [PATCH v1 2/9] mm/memory: handle !page case in zap_present_pte() separately, David Hildenbrand
- Re: [PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP, Yin Fengwei
- put the xfs xfile abstraction on a diet v3,
Christoph Hellwig
- [PATCH 01/20] mm: move mapping_set_update out of <linux/swap.h>, Christoph Hellwig
- [PATCH 02/20] shmem: move shmem_mapping out of line, Christoph Hellwig
- [PATCH 03/20] shmem: set a_ops earlier in shmem_symlink, Christoph Hellwig
- [PATCH 05/20] shmem: export shmem_get_folio, Christoph Hellwig
- [PATCH 06/20] shmem: export shmem_kernel_file_setup, Christoph Hellwig
- [PATCH 04/20] shmem: move the shmem_mapping assert into shmem_get_folio_gfp, Christoph Hellwig
- [PATCH 07/20] shmem: document how to "persist" data when using shmem_*file_setup, Christoph Hellwig
- [PATCH 08/20] xfs: remove xfile_stat, Christoph Hellwig
- [PATCH 09/20] xfs: remove the xfile_pread/pwrite APIs, Christoph Hellwig
- [PATCH 10/20] xfs: don't try to handle non-update pages in xfile_obj_load, Christoph Hellwig
- [PATCH 11/20] xfs: shmem_file_setup can't return NULL, Christoph Hellwig
- [PATCH 12/20] xfs: don't modify file and inode flags for shmem files, Christoph Hellwig
- [PATCH 13/20] xfs: don't allow highmem pages in xfile mappings, Christoph Hellwig
- [PATCH 14/20] xfs: use shmem_get_folio in xfile_obj_store, Christoph Hellwig
- [PATCH 15/20] xfs: use shmem_get_folio in in xfile_load, Christoph Hellwig
- [PATCH 16/20] xfs: add file_{get,put}_folio, Christoph Hellwig
- [PATCH 17/20] xfs: remove xfarray_sortinfo.page_kaddr, Christoph Hellwig
- [PATCH 18/20] xfs: fix a comment in xfarray.c, Christoph Hellwig
- [PATCH 19/20] xfs: convert xfarray_pagesort to deal with large folios, Christoph Hellwig
- [PATCH 20/20] xfs: remove xfile_{get,put}_page, Christoph Hellwig
- [PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP,
David Hildenbrand
- [PATCH v3 02/15] arm/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v3 03/15] nios2/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v3 05/15] riscv/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v3 09/15] arm/mm: use pte_next_pfn() in set_ptes(), David Hildenbrand
- [PATCH v3 12/15] mm/memory: pass PTE to copy_present_pte(), David Hildenbrand
- [PATCH v3 13/15] mm/memory: optimize fork() with PTE-mapped THP, David Hildenbrand
- [PATCH v3 15/15] mm/memory: ignore writable bit in folio_pte_batch(), David Hildenbrand
- [PATCH v3 10/15] powerpc/mm: use pte_next_pfn() in set_ptes(), David Hildenbrand
- [PATCH v3 06/15] s390/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v3 04/15] powerpc/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v3 14/15] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch(), David Hildenbrand
- [PATCH v3 07/15] sparc/pgtable: define PFN_PTE_SHIFT, David Hildenbrand
- [PATCH v3 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte(), David Hildenbrand
- [PATCH v3 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes(), David Hildenbrand
- [PATCH v3 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary, David Hildenbrand
- Re: [PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP, Ryan Roberts
- Re: [PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP, patchwork-bot+linux-riscv
- [PATCH v10 0/6]arm64: add machine check safe support,
Tong Tiangen
- [PATCH] shmem: Properly report quota mount options,
Jan Kara
- [linux-next:pending-fixes] BUILD SUCCESS d0322f611f9c83a5b2a1e22f2a9edd853de4a581, kernel test robot
- [davidhildenbrand:fork_rmap_batching_mm_unstable 104/141] make[4]: *** No rule to make target 'kernel/elfcorehdr.o', needed by 'kernel/built-in.a'.,
kernel test robot
- [LSF/MM/BPF TOPIC] MM: Mapcount Madness,
David Hildenbrand
- [PATCH] selftests/mm: run_vmtests.sh: add hugetlb test category,
Breno Leitao
- [syzbot] [mm?] kernel BUG in validate_mm (3),
syzbot
- [PATCH v2 1/2] stackdepot: use variable size records for non-evictable entries,
Marco Elver
- [PATCH 0/2] netfs: Miscellaneous fixes,
David Howells
- [PATCH] mm/mmap: remove the mm parameter in vma_complete(),
Yajun Deng
- WARNING in shmem_release_dquot,
Ubisectech Sirius
- [GIT PULL] hotfixes for 6.8-rc3,
Andrew Morton
- [linux-next:master 1576/1892] s390-linux-ld: drivers/of/kexec.c:399:undefined reference to `crashk_res',
kernel test robot
- [PATCH rfc 0/9] mm: migrate: support poison recover from migrate folio,
Kefeng Wang
- [PATCH] mm/debug_vm_pgtable: Fix BUG_ON with pud advanced test,
Aneesh Kumar K.V (IBM)
- [PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check,
Lance Yang
- [LSF/MM/BPF TOPIC] Reclaiming & documenting page flags,
Matthew Wilcox
- [syzbot] [ext4?] [nilfs?] INFO: task hung in migrate_pages_batch,
syzbot
- [RFC PATCH] mm/readahead: readahead aggressively if read drops in willneed range,
Ming Lei
- [PATCH v2 0/3] mm/zswap: fix race between lru writeback and swapoff,
Chengming Zhou
- [PATCH -fixes] riscv: Flush the tlb when a page directory is freed,
Alexandre Ghiti
- [GIT PULL] memblock: fix crash when reserved memory is not added to memory,
Mike Rapoport
- [davidhildenbrand:rmap_batching 86/136] mm/mempolicy.c:3135:17: sparse: sparse: incorrect type in argument 1 (different address spaces), kernel test robot
- [linux-next:master 1570/1892] make[4]: *** No rule to make target 'kernel/elfcorehdr.o', needed by 'kernel/built-in.a'.,
kernel test robot
- drivers/media/dvb-frontends/cxd2841er.c:3376:12: warning: stack frame size (11032) exceeds limit (8192) in 'cxd2841er_set_frontend_tc', kernel test robot
- [LSF/MM/BPF TOPIC] Memory allocation profiling, Suren Baghdasaryan
- [RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo,
Zhang Yi
- [PATCH v3 02/26] ext4: convert to exclusive lock while inserting delalloc extents, Zhang Yi
- [PATCH v3 01/26] ext4: refactor ext4_da_map_blocks(), Zhang Yi
- [PATCH v3 06/26] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type, Zhang Yi
- [RFC PATCH v3 07/26] iomap: don't increase i_size if it's not a write operation, Zhang Yi
- [PATCH v3 04/26] ext4: add a hole extent entry in cache after punch, Zhang Yi
- [RFC PATCH v3 08/26] iomap: add pos and dirty_len into trace_iomap_writepage_map, Zhang Yi
- [RFC PATCH v3 09/26] ext4: allow inserting delalloc extents with multi-blocks, Zhang Yi
- [RFC PATCH v3 11/26] ext4: also mark extent as delalloc if it's been unwritten, Zhang Yi
- [RFC PATCH v3 13/26] ext4: use reserved metadata blocks when splitting extent in endio, Zhang Yi
- [RFC PATCH v3 10/26] ext4: correct delalloc extent length, Zhang Yi
- [RFC PATCH v3 12/26] ext4: factor out bh handles to ext4_da_get_block_prep(), Zhang Yi
- [RFC PATCH v3 15/26] ext4: introduce seq counter for extent entry, Zhang Yi
- [RFC PATCH v3 16/26] ext4: add a new iomap aops for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v3 17/26] ext4: implement buffered read iomap path, Zhang Yi
- [RFC PATCH v3 14/26] ext4: factor out ext4_map_{create|query}_blocks(), Zhang Yi
- [RFC PATCH v3 18/26] ext4: implement buffered write iomap path, Zhang Yi
- [RFC PATCH v3 19/26] ext4: implement writeback iomap path, Zhang Yi
- [RFC PATCH v3 20/26] ext4: implement mmap iomap path, Zhang Yi
- [RFC PATCH v3 21/26] ext4: implement zero_range iomap path, Zhang Yi
- [RFC PATCH v3 22/26] ext4: writeback partial blocks before zero range, Zhang Yi
- [RFC PATCH v3 23/26] ext4: fall back to buffer_head path for defrag, Zhang Yi
- [RFC PATCH v3 24/26] ext4: partially enable iomap for regular file's buffered IO path, Zhang Yi
- [RFC PATCH v3 25/26] filemap: support disable large folios on active inode, Zhang Yi
- [RFC PATCH v3 26/26] ext4: enable large folio for regular file with iomap buffered IO path, Zhang Yi
- Re: [RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo, Darrick J. Wong
[syzbot] [mm?] BUG: unable to handle kernel paging request in bpf_probe_read_compat_str,
syzbot
[PATCH v2] mm: memcg: Don't periodically flush stats when memcg is disabled,
T.J. Mercier
[PATCH 1/2] mm: introduce memalloc_flags_{save,restore},
Kent Overstreet
[PATCH] mm: memcg: Don't periodically flush stats when memcg is disabled,
T.J. Mercier
[REGRESSION] v5.13: FS_DAX unavailable on 32-bit ARM,
Mathieu Desnoyers
[PATCH 1/3] userfaultfd: move userfaultfd_ctx struct to header file,
Lokesh Gidra
[Linux Kernel Bug][mm/gup] 3 Warning Crashes: kmalloc bug in gup_test_ioctl, is_valid_gup_args, pin_user_pages_fast,
Chenyuan Yang
[syzbot] [mm?] kernel BUG in resv_map_release, syzbot
[PATCH] kswapd: Replace try_to_freeze to kthread_freezable_should_stop.,
Levi Yun
[PATCH v5 0/7] hugetlb: parallelize hugetlb page init on boot,
Gang Li
put the xfs xfile abstraction on a diet v2,
Christoph Hellwig
- [PATCH 01/21] mm: move mapping_set_update out of <linux/swap.h>, Christoph Hellwig
- [PATCH 02/21] shmem: move shmem_mapping out of line, Christoph Hellwig
- [PATCH 03/21] shmem: set a_ops earlier in shmem_symlink, Christoph Hellwig
- [PATCH 04/21] shmem: move the shmem_mapping assert into shmem_get_folio_gfp, Christoph Hellwig
- [PATCH 05/21] shmem: export shmem_get_folio, Christoph Hellwig
- [PATCH 06/21] shmem: export shmem_kernel_file_setup, Christoph Hellwig
- [PATCH 07/21] shmem: document how to "persist" data when using shmem_*file_setup, Christoph Hellwig
- [PATCH 08/21] xfs: remove xfile_stat, Christoph Hellwig
- [PATCH 09/21] xfs: remove the xfile_pread/pwrite APIs, Christoph Hellwig
- [PATCH 10/21] xfs: don't try to handle non-update pages in xfile_obj_load, Christoph Hellwig
- [PATCH 11/21] xfs: shmem_file_setup can't return NULL, Christoph Hellwig
- [PATCH 12/21] xfs: don't modify file and inode flags for shmem files, Christoph Hellwig
- [PATCH 13/21] xfs: don't allow highmem pages in xfile mappings, Christoph Hellwig
- [PATCH 14/21] xfs: use shmem_get_folio in xfile_obj_store, Christoph Hellwig
- [PATCH 15/21] xfs: use shmem_get_folio in in xfile_load, Christoph Hellwig
- [PATCH 16/21] xfs: improve detection of lost xfile contents, Christoph Hellwig
- [PATCH 17/21] xfs: add file_{get,put}_folio, Christoph Hellwig
- [PATCH 18/21] xfs: remove xfarray_sortinfo.page_kaddr, Christoph Hellwig
- [PATCH 19/21] xfs: fix a comment in xfarray.c, Christoph Hellwig
- [PATCH 20/21] xfs: convert xfarray_pagesort to deal with large folios, Christoph Hellwig
- [PATCH 21/21] xfs: remove xfile_{get,put}_page, Christoph Hellwig
- Re: put the xfs xfile abstraction on a diet v2, Matthew Wilcox
- Re: put the xfs xfile abstraction on a diet v2, Matthew Wilcox
[PATCH] mempolicy: check home_node is in the nodes of policy,
Chunsheng Luo
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]