summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc/shm: use the vma iterator for munmap callsLiam R. Howlett2023-02-091-6/+5
* mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett2023-02-092-1/+54
* mmap: convert vma_expand() to use vma iteratorLiam R. Howlett2023-02-091-5/+4
* mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett2023-02-093-46/+39
* mm/mmap: remove preallocation from do_mas_align_munmap()Liam R. Howlett2023-02-091-8/+6
* mmap: convert vma_link() vma iteratorLiam R. Howlett2023-02-091-3/+3
* kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett2023-02-091-11/+8
* mm/mmap: convert brk to use vma iteratorLiam R. Howlett2023-02-091-25/+23
* mm: expand vma iterator interfaceLiam R. Howlett2023-02-094-7/+125
* maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett2023-02-091-1/+5
* maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett2023-02-091-0/+3
* test_maple_tree: test modifications while iteratingLiam R. Howlett2023-02-091-0/+72
* maple_tree: reduce user error potentialLiam R. Howlett2023-02-091-0/+10
* maple_tree: fix potential rcu issueLiam R. Howlett2023-02-091-1/+1
* maple_tree: add mas_init() functionLiam R. Howlett2023-02-091-0/+11
* mm: fix memcpy_from_file_folio() integer underflowMatthew Wilcox (Oracle)2023-02-091-2/+3
* arm/mm: fix swp type masking in __swp_entry()David Hildenbrand2023-02-091-1/+1
* mpage: convert __mpage_writepage() to use a folio more fullyMatthew Wilcox (Oracle)2023-02-021-24/+22
* fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-0211-44/+44
* mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)2023-02-022-0/+30
* block: remove ->rw_pageChristoph Hellwig2023-02-028-217/+44
* mm: factor out a swap_writepage_bdev helperChristoph Hellwig2023-02-021-14/+19
* mm: remove the __swap_writepage return valueChristoph Hellwig2023-02-022-15/+10
* mm: use an on-stack bio for synchronous swapinChristoph Hellwig2023-02-021-31/+38
* mm: factor out a swap_readpage_bdev helperChristoph Hellwig2023-02-021-33/+35
* mm: remove the swap_readpage return valueChristoph Hellwig2023-02-022-16/+8
* mpage: stop using bdev_{read,write}_pageChristoph Hellwig2023-02-021-10/+0
* mm: refactor va_remove_mappingsChristoph Hellwig2023-02-021-19/+8
* mm: split __vunmapChristoph Hellwig2023-02-021-43/+41
* mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig2023-02-021-9/+9
* mm: use remove_vm_area in __vunmapChristoph Hellwig2023-02-021-21/+12
* mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig2023-02-021-6/+4
* mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig2023-02-021-1/+1
* mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig2023-02-021-53/+51
* mm: remove __vfree_deferredChristoph Hellwig2023-02-021-26/+17
* mm: remove __vfreeChristoph Hellwig2023-02-021-12/+6
* mm: reject vmap with VM_FLUSH_RESET_PERMSChristoph Hellwig2023-02-021-0/+3
* mm, compaction: finish pageblocks on complete migration failureMel Gorman2023-02-021-8/+22
* mm, compaction: finish scanning the current pageblock if requestedMel Gorman2023-02-021-0/+7
* mm, compaction: check if a page has been captured before draining PCP pagesMel Gorman2023-02-021-6/+6
* mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman2023-02-022-13/+17
* mm/gup.c: fix typo in commentsJongwoo Han2023-02-021-1/+1
* kasan: reset page tags properly with samplingAndrey Konovalov2023-02-021-5/+6
* mm/sparse: fix "unused function 'pgdat_to_phys'" warningMike Rapoport2023-02-021-1/+1
* mm/page_owner: record single timestamp value for high order allocationsHyeonggon Yoo2023-02-021-1/+2
* mm: memory-failure: document memory failure statsJiaqi Yan2023-02-021-0/+39
* mm: memory-failure: bump memory failure stats to pglist_dataJiaqi Yan2023-02-021-0/+36
* mm: memory-failure: add memory failure stats to sysfsJiaqi Yan2023-02-024-0/+71
* mm: multi-gen LRU: simplify lru_gen_look_around()T.J. Alumbaugh2023-02-021-50/+23
* mm: multi-gen LRU: improve walk_pmd_range()T.J. Alumbaugh2023-02-021-20/+20