summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-10ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett3-25/+27
2023-02-10ipc/shm: use the vma iterator for munmap callsLiam R. Howlett1-6/+5
2023-02-10mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett2-1/+54
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. Howlett3-46/+39
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-10kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett1-11/+8
2023-02-10mm/mmap: convert brk to use vma iteratorLiam R. Howlett1-25/+23
2023-02-10mm: expand vma iterator interfaceLiam R. Howlett4-7/+125
2023-02-10maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett1-1/+5
2023-02-10maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett1-0/+3
2023-02-10test_maple_tree: test modifications while iteratingLiam R. Howlett1-0/+72
2023-02-10maple_tree: reduce user error potentialLiam R. Howlett1-0/+10
2023-02-10maple_tree: fix potential rcu issueLiam R. Howlett1-1/+1
2023-02-10maple_tree: add mas_init() functionLiam R. Howlett1-0/+11
2023-02-10mm: fix memcpy_from_file_folio() integer underflowMatthew Wilcox (Oracle)1-2/+3
2023-02-10arm/mm: fix swp type masking in __swp_entry()David Hildenbrand1-1/+1
2023-02-03mpage: convert __mpage_writepage() to use a folio more fullyMatthew Wilcox (Oracle)1-24/+22
2023-02-03fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)11-44/+44
2023-02-03mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)2-0/+30
2023-02-03block: remove ->rw_pageChristoph Hellwig8-217/+44
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-03mpage: stop using bdev_{read,write}_pageChristoph Hellwig1-10/+0
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: document memory failure statsJiaqi Yan1-0/+39
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 Yan4-0/+71
2023-02-03mm: multi-gen LRU: simplify lru_gen_look_around()T.J. Alumbaugh1-50/+23