kasan: rename kasan_set_*_info to kasan_save_*_info
[platform/kernel/linux-starfive.git] / mm /
2022-10-03 Andrey Konovalovkasan: rename kasan_set_*_info to kasan_save_*_info
2022-10-03 Andrey Konovalovkasan: check KASAN_NO_FREE_META in __kasan_metadata_size
2022-10-03 Vishal Moola (Oracle)filemap: convert filemap_range_has_writeback() to use...
2022-10-03 Kaixu Xiamm/damon/sysfs: simplify the judgement whether kdamonds...
2022-10-03 Li zemingmm/hugetlb.c: remove unnecessary initialization of...
2022-10-03 Matthew Wilcox ... mm: convert lock_page_or_retry() to folio_lock_or_retry()
2022-10-03 Matthew Wilcox ... rmap: remove page_unlock_anon_vma_read()
2022-10-03 Matthew Wilcox ... mm: convert page_get_anon_vma() to folio_get_anon_vma()
2022-10-03 Matthew Wilcox ... huge_memory: convert unmap_page() to unmap_folio()
2022-10-03 Matthew Wilcox ... huge_memory: convert split_huge_page_to_list() to use...
2022-10-03 Matthew Wilcox ... migrate: convert unmap_and_move_huge_page() to use...
2022-10-03 Matthew Wilcox ... migrate: convert __unmap_and_move() to use folios
2022-10-03 Matthew Wilcox ... rmap: convert page_move_anon_rmap() to use a folio
2022-10-03 Matthew Wilcox ... mm: remove try_to_free_swap()
2022-10-03 Matthew Wilcox ... memcg: convert mem_cgroup_swap_full() to take a folio
2022-10-03 Matthew Wilcox ... mm: convert do_swap_page() to use folio_free_swap()
2022-10-03 Matthew Wilcox ... ksm: use a folio in replace_page()
2022-10-03 Matthew Wilcox ... madvise: convert madvise_free_pte_range() to use a...
2022-10-03 Matthew Wilcox ... huge_memory: convert do_huge_pmd_wp_page() to use a...
2022-10-03 Matthew Wilcox ... mm: convert do_wp_page() to use a folio
2022-10-03 Matthew Wilcox ... swap: convert swap_writepage() to use a folio
2022-10-03 Matthew Wilcox ... swap_state: convert free_swap_cache() to use a folio
2022-10-03 Matthew Wilcox ... mm: remove lookup_swap_cache()
2022-10-03 Matthew Wilcox ... mm: convert do_swap_page() to use swap_cache_get_folio()
2022-10-03 Matthew Wilcox ... swapfile: convert unuse_pte_range() to use a folio
2022-10-03 Matthew Wilcox ... swapfile: convert __try_to_reclaim_swap() to use a...
2022-10-03 Matthew Wilcox ... swapfile: convert try_to_unuse() to use a folio
2022-10-03 Matthew Wilcox ... shmem: remove shmem_getpage()
2022-10-03 Matthew Wilcox ... userfaultfd: convert mcontinue_atomic_pte() to use...
2022-10-03 Matthew Wilcox ... khugepaged: call shmem_get_folio()
2022-10-03 Matthew Wilcox ... shmem: convert shmem_get_link() to use a folio
2022-10-03 Matthew Wilcox ... shmem: convert shmem_symlink() to use a folio
2022-10-03 Matthew Wilcox ... shmem: convert shmem_fallocate() to use a folio
2022-10-03 Matthew Wilcox ... shmem: convert shmem_file_read_iter() to use shmem_get_...
2022-10-03 Matthew Wilcox ... shmem: convert shmem_write_begin() to use shmem_get_folio()
2022-10-03 Matthew Wilcox ... shmem: convert shmem_get_partial_folio() to use shmem_g...
2022-10-03 Matthew Wilcox ... shmem: add shmem_get_folio()
2022-10-03 Matthew Wilcox ... shmem: convert shmem_read_mapping_page_gfp() to use...
2022-10-03 Matthew Wilcox ... shmem: convert shmem_fault() to use shmem_get_folio_gfp()
2022-10-03 Matthew Wilcox ... shmem: convert shmem_getpage_gfp() to shmem_get_folio_gfp()
2022-10-03 Matthew Wilcox ... shmem: eliminate struct page from shmem_swapin_folio()
2022-10-03 Matthew Wilcox ... swap: add swap_cache_get_folio()
2022-10-03 Matthew Wilcox ... shmem: convert shmem_replace_page() to shmem_replace_fo...
2022-10-03 Matthew Wilcox ... shmem: convert shmem_mfill_atomic_pte() to use a folio
2022-10-03 Matthew Wilcox ... memcg: convert mem_cgroup_swapin_charge_page() to mem_c...
2022-10-03 Matthew Wilcox ... mm: convert do_swap_page()'s swapcache variable to...
2022-10-03 Matthew Wilcox ... mm: convert do_swap_page() to use a folio
2022-10-03 Matthew Wilcox ... mm/swap: convert put_swap_page() to put_swap_folio()
2022-10-03 Matthew Wilcox ... mm/swap: convert add_to_swap_cache() to take a folio
2022-10-03 Matthew Wilcox ... mm/swap: convert __read_swap_cache_async() to use a...
2022-10-03 Matthew Wilcox ... mm/swapfile: convert try_to_free_swap() to folio_free_s...
2022-10-03 Matthew Wilcox ... mm/swapfile: remove page_swapcount()
2022-10-03 Matthew Wilcox ... shmem: convert shmem_replace_page() to use folios throu...
2022-10-03 Matthew Wilcox ... shmem: convert shmem_delete_from_page_cache() to take...
2022-10-03 Matthew Wilcox ... shmem: convert shmem_writepage() to use a folio throughout
2022-10-03 Matthew Wilcox ... mm: add folio_add_lru_vma()
2022-10-03 Matthew Wilcox ... mm: add split_folio()
2022-10-03 Matthew Wilcox ... mm/vmscan: fix a lot of comments
2022-10-03 Qi Zhengksm: convert to use common struct mm_slot
2022-10-03 Qi Zhengksm: convert ksm_mm_slot.link to ksm_mm_slot.hash
2022-10-03 Qi Zhengksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_node
2022-10-03 Qi Zhengksm: add the ksm prefix to the names of the ksm private...
2022-10-03 Qi Zhengmm: thp: convert to use common struct mm_slot
2022-10-03 Qi Zhengmm: introduce common struct mm_slot
2022-09-27 xu xinksm: count allocated ksm rmap_items for each process
2022-09-27 Michal Hockomm: reduce noise in show_mem for lowmem allocations
2022-09-27 David Hildenbrandmm/gup: use gup_can_follow_protnone() also in GUP-fast
2022-09-27 David Hildenbrandmm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
2022-09-27 Haiyue Wangmm: fix the handling Non-LRU pages returned by follow_page
2022-09-27 Jakub Matěnamm: add merging after mremap resize
2022-09-27 Jakub Matěnamm: refactor of vma_merge()
2022-09-27 Suren Baghdasaryanmm: delete unused MMF_OOM_VICTIM flag
2022-09-27 Suren Baghdasaryanmm: drop oom code from exit_mmap
2022-09-27 Liam Howlettmm/mlock: drop dead code in count_mm_mlocked_page_nr()
2022-09-27 Liam R. Howlettmm/mmap.c: pass in mapping to __vma_link_file()
2022-09-27 Liam R. Howlettmm/mmap: drop range_has_overlap() function
2022-09-27 Liam R. Howlettmm: remove the vma linked list
2022-09-27 Liam R. Howlettmm/vmscan: use vma iterator instead of vm_next
2022-09-27 Matthew Wilcox ... nommu: remove uses of VMA linked list
2022-09-27 Liam R. Howlettmm/swapfile: use vma iterator instead of vma linked...
2022-09-27 Matthew Wilcox ... mm/pagewalk: use vma_find() instead of vma linked list
2022-09-27 Liam R. Howlettmm/oom_kill: use vma iterators instead of vma linked...
2022-09-27 Liam R. Howlettmm/msync: use vma_find() instead of vma linked list
2022-09-27 Liam R. Howlettmm/mremap: use vma_find_intersection() instead of vma...
2022-09-27 Liam R. Howlettmm/mprotect: use maple tree navigation instead of VMA...
2022-09-27 Matthew Wilcox ... mm/mlock: use vma iterator and maple state instead...
2022-09-27 Liam R. Howlettmm/mempolicy: use vma iterator & maple state instead...
2022-09-27 Liam R. Howlettmm/memcontrol: stop using mm->highest_vm_end
2022-09-27 Liam R. Howlettmm/madvise: use vma_find() instead of vma linked list
2022-09-27 Matthew Wilcox ... mm/ksm: use vma iterators instead of vma linked list
2022-09-27 Matthew Wilcox ... mm/khugepaged: stop using vma linked list
2022-09-27 Liam R. Howlettmm/gup: use maple tree navigation instead of linked...
2022-09-27 Liam R. Howlettuserfaultfd: use maple tree iterator to iterate VMAs
2022-09-27 Liam R. Howlettmm/mmap: change do_brk_munmap() to use do_mas_align_mun...
2022-09-27 Liam R. Howlettmm/mmap: reorganize munmap to use maple states
2022-09-27 Liam R. Howlettmm/mmap: move mmap_region() below do_munmap()
2022-09-27 Liam R. Howlettmm: remove vmacache
2022-09-27 Liam R. Howlettmm/mmap: use advanced maple tree API for mmap_region()
2022-09-27 Liam R. Howlettmm: use maple tree operations for find_vma_intersection()
2022-09-27 Liam R. Howlettmm/mmap: change do_brk_flags() to expand existing VMA...
next