]> Git Repo - linux.git/history - mm
mm/mmap: remove __vma_adjust()
[linux.git] / mm /
2023-02-10 Liam R. Howlettmm/mmap: remove __vma_adjust()
2023-02-10 Liam R. Howlettmm/mmap: convert do_brk_flags() to use vma_prepare...
2023-02-10 Liam R. Howlettmm/mmap: introduce dup_vma_anon() helper
2023-02-10 Liam R. Howlettmm/mmap: don't use __vma_adjust() in shift_arg_pages()
2023-02-10 Liam R. Howlettmm/mremap: convert vma_adjust() to vma_expand()
2023-02-10 Liam R. Howlettmm: don't use __vma_adjust() in __split_vma()
2023-02-10 Liam R. Howlettmm/mmap: introduce init_vma_prep() and init_multi_vma_p...
2023-02-10 Liam R. Howlettmm/mmap: use vma_prepare() and vma_complete() in vma_ex...
2023-02-10 Liam R. Howlettmm/mmap: refactor locking out of __vma_adjust()
2023-02-10 Liam R. Howlettmm/mmap: move anon_vma setting in __vma_adjust()
2023-02-10 Liam R. Howlettmm: change munmap splitting order and move_vma()
2023-02-10 Liam R. Howlettmmap: clean up mmap_region() unrolling
2023-02-10 Liam R. Howlettmm: add vma iterator to vma_adjust() arguments
2023-02-10 Liam R. Howlettmm: pass vma iterator through to __vma_adjust()
2023-02-10 Liam R. Howlettmm: remove unnecessary write to vma iterator in __vma_a...
2023-02-10 Liam R. Howlettmadvise: use split_vma() instead of __split_vma()
2023-02-10 Liam R. Howlettmm: pass through vma iterator to __vma_adjust()
2023-02-10 Liam R. Howlettmmap: convert __vma_adjust() to use vma iterator
2023-02-10 Liam R. Howlettmm/damon/vaddr-test.h: stop using vma_mas_store() for...
2023-02-10 Liam R. Howlettmm: switch vma_merge(), split_vma(), and __split_vma...
2023-02-10 Liam R. Howlettnommu: pass through vma iterator to shrink_vma()
2023-02-10 Liam R. Howlettnommu: convert nommu to using the vma iterator
2023-02-10 Liam R. Howlettmm/mremap: use vmi version of vma_merge()
2023-02-10 Liam R. Howlettmmap: use vmi version of vma_merge()
2023-02-10 Liam R. Howlettmmap: pass through vmi iterator to __split_vma()
2023-02-10 Liam R. Howlettmadvise: use vmi iterator for __split_vma() and vma_merge()
2023-02-10 Liam R. Howlettmempolicy: convert to vma iterator
2023-02-10 Liam R. Howlettmlock: convert mlock to vma iterator
2023-02-10 Liam R. Howlettmm: change mprotect_fixup to vma iterator
2023-02-10 Liam R. Howlettipc/shm: introduce new do_vma_munmap() to munmap
2023-02-10 Liam R. Howlettmm: add temporary vma iterator versions of vma_merge...
2023-02-10 Liam R. Howlettmmap: convert vma_expand() to use vma iterator
2023-02-10 Liam R. Howlettmmap: change do_mas_munmap and do_mas_aligned_munmap...
2023-02-10 Liam R. Howlettmm/mmap: remove preallocation from do_mas_align_munmap()
2023-02-10 Liam R. Howlettmmap: convert vma_link() vma iterator
2023-02-10 Liam R. Howlettmm/mmap: convert brk to use vma iterator
2023-02-10 Liam R. Howlettmm: expand vma iterator interface
2023-02-03 Matthew Wilcox ... fs: convert writepage_t callback to pass a folio
2023-02-03 Christoph Hellwigblock: remove ->rw_page
2023-02-03 Christoph Hellwigmm: factor out a swap_writepage_bdev helper
2023-02-03 Christoph Hellwigmm: remove the __swap_writepage return value
2023-02-03 Christoph Hellwigmm: use an on-stack bio for synchronous swapin
2023-02-03 Christoph Hellwigmm: factor out a swap_readpage_bdev helper
2023-02-03 Christoph Hellwigmm: remove the swap_readpage return value
2023-02-03 Christoph Hellwigmm: refactor va_remove_mappings
2023-02-03 Christoph Hellwigmm: split __vunmap
2023-02-03 Christoph Hellwigmm: move debug checks from __vunmap to remove_vm_area
2023-02-03 Christoph Hellwigmm: use remove_vm_area in __vunmap
2023-02-03 Christoph Hellwigmm: move __remove_vm_area out of va_remove_mappings
2023-02-03 Christoph Hellwigmm: call vfree instead of __vunmap from delayed_vfree_work
2023-02-03 Christoph Hellwigmm: move vmalloc_init and free_work down in vmalloc.c
2023-02-03 Christoph Hellwigmm: remove __vfree_deferred
2023-02-03 Christoph Hellwigmm: remove __vfree
2023-02-03 Christoph Hellwigmm: reject vmap with VM_FLUSH_RESET_PERMS
2023-02-03 Mel Gormanmm, compaction: finish pageblocks on complete migration...
2023-02-03 Mel Gormanmm, compaction: finish scanning the current pageblock...
2023-02-03 Mel Gormanmm, compaction: check if a page has been captured befor...
2023-02-03 Mel Gormanmm, compaction: rename compact_control->rescan to finis...
2023-02-03 Jongwoo Hanmm/gup.c: fix typo in comments
2023-02-03 Andrey Konovalovkasan: reset page tags properly with sampling
2023-02-03 Mike Rapoportmm/sparse: fix "unused function 'pgdat_to_phys'" warning
2023-02-03 Hyeonggon Yoomm/page_owner: record single timestamp value for high...
2023-02-03 Jiaqi Yanmm: memory-failure: bump memory failure stats to pglist...
2023-02-03 Jiaqi Yanmm: memory-failure: add memory failure stats to sysfs
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: simplify lru_gen_look_around()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: improve walk_pmd_range()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: improve lru_gen_exit_memcg()
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for memcg LRU
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for Bloom filters
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for rmap/PT walk feedback
2023-02-03 T.J. Alumbaughmm: multi-gen LRU: section for working set protection
2023-02-03 Zhaoyang Huangmm: move KMEMLEAK's Kconfig items from lib to mm
2023-02-03 SeongJae Parkmm/damon/core-test: add a test for damon_update_monitor...
2023-02-03 SeongJae Parkmm/damon/core: update monitoring results for new monito...
2023-02-03 Waiman Longmm/kmemleak: fix UAF bug in kmemleak_scan()
2023-02-03 Waiman Longmm/kmemleak: simplify kmemleak_cond_resched() usage
2023-02-03 Joey Goulymm: implement memory-deny-write-execute as a prctl
2023-02-03 Levi Yunmm/cma: fix potential memory loss on cma_declare_contig...
2023-02-03 Yang Yangswap_state: update shadow_nodes for anonymous page
2023-02-03 Sidhartha Kumarmm/hugetlb: convert get_hwpoison_huge_page() to folios
2023-02-03 Sergey Senozhatskyzsmalloc: set default zspage chain size to 8
2023-02-03 Sergey Senozhatskyzsmalloc: make zspage chain size configurable
2023-02-03 Sergey Senozhatskyzsmalloc: skip chain size calculation for pow_of_2...
2023-02-03 Sergey Senozhatskyzsmalloc: rework zspage chain size selection
2023-02-03 Anshuman Khandualmm/page_alloc: use deferred_pages_enabled() wherever...
2023-02-03 Pasha Tatashinmm/page_ext: init page_ext early if there are no deferr...
2023-02-03 Huaisheng Yemm/damon/core: skip apply schemes if empty
2023-02-03 Colin Ian Kingmm/secretmem: remove redundant initiialization of point...
2023-02-03 Matthew Wilcox ... readahead: convert readahead_expand() to use a folio
2023-02-03 Matthew Wilcox ... filemap: convert filemap_range_has_page() to use a...
2023-02-03 Matthew Wilcox ... filemap: convert filemap_map_pmd() to take a folio
2023-02-03 Matthew Wilcox ... rmap: add folio parameter to __page_set_anon_rmap()
2023-02-03 Matthew Wilcox ... mm: clean up mlock_page / munlock_page references in...
2023-02-03 Matthew Wilcox ... mm: remove munlock_vma_page()
2023-02-03 Matthew Wilcox ... mm: remove mlock_vma_page()
2023-02-03 Matthew Wilcox ... mm: remove page_evictable()
2023-02-03 Matthew Wilcox ... mm: convert mem_cgroup_css_from_page() to mem_cgroup_cs...
2023-02-03 Matthew Wilcox ... mm/fs: convert inode_attach_wb() to take a folio
2023-02-03 Matthew Wilcox ... mm: use a folio in copy_present_pte()
2023-02-03 Matthew Wilcox ... mm: use a folio in copy_pte_range()
next
This page took 0.091038 seconds and 7 git commands to generate.