summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-09mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng
2023-02-09mm: hwpoison: support recovery from ksm_might_need_to_copy()Kefeng Wang
2023-02-09kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy
2023-02-08mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available earlyThomas Gleixner
2023-02-07Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson
2023-02-06mm/slub: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-03mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds
2023-02-03swap: use bvec_set_page to initialize bvecsChristoph Hellwig
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig
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