summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-02-09ipc/shm: introduce new do_vma_munmap() to munmapLiam 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-09mm/mmap: convert brk to use vma iteratorLiam R. Howlett
2023-02-09mm: expand vma iterator interfaceLiam R. Howlett
2023-02-02fs: convert writepage_t callback to pass a folioMatthew 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-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: bump memory failure stats to pglist_dataJiaqi Yan
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan
2023-02-02mm: multi-gen LRU: simplify lru_gen_look_around()T.J. Alumbaugh
2023-02-02mm: multi-gen LRU: improve walk_pmd_range()T.J. Alumbaugh
2023-02-02mm: multi-gen LRU: improve lru_gen_exit_memcg()T.J. Alumbaugh
2023-02-02mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh
2023-02-02mm: multi-gen LRU: section for Bloom filtersT.J. Alumbaugh
2023-02-02mm: multi-gen LRU: section for rmap/PT walk feedbackT.J. Alumbaugh
2023-02-02mm: multi-gen LRU: section for working set protectionT.J. Alumbaugh
2023-02-02mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang
2023-02-02mm/damon/core-test: add a test for damon_update_monitoring_results()SeongJae Park
2023-02-02mm/damon/core: update monitoring results for new monitoring attributesSeongJae Park
2023-02-02mm/kmemleak: fix UAF bug in kmemleak_scan()Waiman Long
2023-02-02mm/kmemleak: simplify kmemleak_cond_resched() usageWaiman Long
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
2023-02-02mm/cma: fix potential memory loss on cma_declare_contiguous_nidLevi Yun
2023-02-02swap_state: update shadow_nodes for anonymous pageYang Yang