summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-02-03mm: use remove_vm_area in __vunmapChristoph Hellwig1-21/+12
2023-02-03mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig1-6/+4
2023-02-03mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig1-1/+1
2023-02-03mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig1-53/+51
2023-02-03mm: remove __vfree_deferredChristoph Hellwig1-26/+17
2023-02-03mm: remove __vfreeChristoph Hellwig1-12/+6
2023-02-03mm: reject vmap with VM_FLUSH_RESET_PERMSChristoph Hellwig1-0/+3
2023-02-03mm, compaction: finish pageblocks on complete migration failureMel Gorman1-8/+22
2023-02-03mm, compaction: finish scanning the current pageblock if requestedMel Gorman1-0/+7
2023-02-03mm, compaction: check if a page has been captured before draining PCP pagesMel Gorman1-6/+6
2023-02-03mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman2-13/+17
2023-02-03mm/gup.c: fix typo in commentsJongwoo Han1-1/+1
2023-02-03kasan: reset page tags properly with samplingAndrey Konovalov1-5/+6
2023-02-03mm/sparse: fix "unused function 'pgdat_to_phys'" warningMike Rapoport1-1/+1
2023-02-03mm/page_owner: record single timestamp value for high order allocationsHyeonggon Yoo1-1/+2
2023-02-03mm: memory-failure: bump memory failure stats to pglist_dataJiaqi Yan1-0/+36
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan1-0/+35
2023-02-03mm: multi-gen LRU: simplify lru_gen_look_around()T.J. Alumbaugh1-50/+23
2023-02-03mm: multi-gen LRU: improve walk_pmd_range()T.J. Alumbaugh1-20/+20
2023-02-03mm: multi-gen LRU: improve lru_gen_exit_memcg()T.J. Alumbaugh1-0/+5