summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-09mlock: convert mlock to vma iteratorLiam R. Howlett
2023-02-09mm: change mprotect_fixup to vma iteratorLiam R. Howlett
2023-02-09userfaultfd: use vma iteratorLiam R. Howlett
2023-02-09ipc/shm: introduce new do_vma_munmap() to munmapLiam R. Howlett
2023-02-09ipc/shm: use the vma iterator for munmap callsLiam R. Howlett
2023-02-09mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...Liam R. Howlett
2023-02-09mmap: convert vma_expand() to use vma iteratorLiam R. Howlett
2023-02-09mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett
2023-02-09mm/mmap: remove preallocation from do_mas_align_munmap()Liam R. Howlett
2023-02-09mmap: convert vma_link() vma iteratorLiam R. Howlett
2023-02-09kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett
2023-02-09mm/mmap: convert brk to use vma iteratorLiam R. Howlett
2023-02-09mm: expand vma iterator interfaceLiam R. Howlett
2023-02-09maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett
2023-02-09maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett
2023-02-09test_maple_tree: test modifications while iteratingLiam R. Howlett
2023-02-09maple_tree: reduce user error potentialLiam R. Howlett
2023-02-09maple_tree: fix potential rcu issueLiam R. Howlett
2023-02-09maple_tree: add mas_init() functionLiam R. Howlett
2023-02-09mm: fix memcpy_from_file_folio() integer underflowMatthew Wilcox (Oracle)
2023-02-09arm/mm: fix swp type masking in __swp_entry()David Hildenbrand
2023-02-02mpage: convert __mpage_writepage() to use a folio more fullyMatthew Wilcox (Oracle)
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-02-02mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-02-02mm: factor out a swap_writepage_bdev helperChristoph Hellwig
2023-02-02mm: remove the __swap_writepage return valueChristoph Hellwig
2023-02-02mm: use an on-stack bio for synchronous swapinChristoph Hellwig
2023-02-02mm: factor out a swap_readpage_bdev helperChristoph Hellwig
2023-02-02mm: remove the swap_readpage return valueChristoph Hellwig
2023-02-02mpage: stop using bdev_{read,write}_pageChristoph Hellwig
2023-02-02mm: refactor va_remove_mappingsChristoph Hellwig
2023-02-02mm: split __vunmapChristoph Hellwig
2023-02-02mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig
2023-02-02mm: use remove_vm_area in __vunmapChristoph Hellwig
2023-02-02mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig
2023-02-02mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig
2023-02-02mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig
2023-02-02mm: remove __vfree_deferredChristoph Hellwig
2023-02-02mm: remove __vfreeChristoph Hellwig
2023-02-02mm: reject vmap with VM_FLUSH_RESET_PERMSChristoph Hellwig
2023-02-02mm, compaction: finish pageblocks on complete migration failureMel Gorman
2023-02-02mm, compaction: finish scanning the current pageblock if requestedMel Gorman
2023-02-02mm, compaction: check if a page has been captured before draining PCP pagesMel Gorman
2023-02-02mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman
2023-02-02mm/gup.c: fix typo in commentsJongwoo Han
2023-02-02kasan: reset page tags properly with samplingAndrey Konovalov
2023-02-02mm/sparse: fix "unused function 'pgdat_to_phys'" warningMike Rapoport
2023-02-02mm/page_owner: record single timestamp value for high order allocationsHyeonggon Yoo
2023-02-02mm: memory-failure: document memory failure statsJiaqi Yan