summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-02-10mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett1-116/+72
2023-02-10mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett2-95/+150
2023-02-10mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett1-5/+8
2023-02-10mm: change munmap splitting order and move_vma()Liam R. Howlett2-27/+19
2023-02-10mmap: clean up mmap_region() unrollingLiam R. Howlett1-27/+18
2023-02-10mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2-7/+7
2023-02-10mm: pass vma iterator through to __vma_adjust()Liam R. Howlett1-8/+14
2023-02-10mm: remove unnecessary write to vma iterator in __vma_adjust()Liam R. Howlett1-4/+6
2023-02-10madvise: use split_vma() instead of __split_vma()Liam R. Howlett1-7/+3
2023-02-10mm: pass through vma iterator to __vma_adjust()Liam R. Howlett1-16/+15
2023-02-10mmap: convert __vma_adjust() to use vma iteratorLiam R. Howlett1-62/+13
2023-02-10mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree storeLiam R. Howlett1-6/+14
2023-02-10mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett7-78/+43
2023-02-10nommu: pass through vma iterator to shrink_vma()Liam R. Howlett1-46/+17
2023-02-10nommu: convert nommu to using the vma iteratorLiam R. Howlett1-48/+31
2023-02-10mm/mremap: use vmi version of vma_merge()Liam R. Howlett1-4/+7
2023-02-10mmap: use vmi version of vma_merge()Liam R. Howlett1-3/+5
2023-02-10mmap: pass through vmi iterator to __split_vma()Liam R. Howlett1-2/+2
2023-02-10madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett1-4/+5
2023-02-10mempolicy: convert to vma iteratorLiam R. Howlett1-17/+8
2023-02-10mlock: convert mlock to vma iteratorLiam R. Howlett1-29/+28
2023-02-10mm: change mprotect_fixup to vma iteratorLiam R. Howlett1-25/+22
2023-02-10ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett1-20/+18
2023-02-10mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett1-0/+44
2023-02-10mmap: convert vma_expand() to use vma iteratorLiam R. Howlett1-5/+4
2023-02-10mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett2-45/+38
2023-02-10mm/mmap: remove preallocation from do_mas_align_munmap()Liam R. Howlett1-8/+6
2023-02-10mmap: convert vma_link() vma iteratorLiam R. Howlett1-3/+3
2023-02-10mm/mmap: convert brk to use vma iteratorLiam R. Howlett1-25/+23
2023-02-10mm: expand vma iterator interfaceLiam R. Howlett2-0/+82
2023-02-10mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2-6/+13
2023-02-10mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang3-8/+22
2023-02-10kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy3-1/+21
2023-02-08mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available earlyThomas Gleixner2-12/+15
2023-02-07Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson1-7/+1
2023-02-06mm/slub: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-04mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee1-1/+1
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds11-108/+286
2023-02-03swap: use bvec_set_page to initialize bvecsChristoph Hellwig1-6/+2
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig1-1/+1
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-3/+3
2023-02-03block: remove ->rw_pageChristoph Hellwig2-22/+33
2023-02-03mm: factor out a swap_writepage_bdev helperChristoph Hellwig1-14/+19
2023-02-03mm: remove the __swap_writepage return valueChristoph Hellwig2-15/+10
2023-02-03mm: use an on-stack bio for synchronous swapinChristoph Hellwig1-31/+38
2023-02-03mm: factor out a swap_readpage_bdev helperChristoph Hellwig1-33/+35
2023-02-03mm: remove the swap_readpage return valueChristoph Hellwig2-16/+8
2023-02-03mm: refactor va_remove_mappingsChristoph Hellwig1-19/+8
2023-02-03mm: split __vunmapChristoph Hellwig1-43/+41
2023-02-03mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig1-9/+9