summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-10-03shmem: convert shmem_symlink() to use a folioMatthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_fallocate() to use a folioMatthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_file_read_iter() to use shmem_get_folio()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_write_begin() to use shmem_get_folio()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_get_partial_folio() to use shmem_get_folio()Matthew Wilcox (Oracle)
2022-10-03shmem: add shmem_get_folio()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_read_mapping_page_gfp() to use shmem_get_folio_gfp()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_fault() to use shmem_get_folio_gfp()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_getpage_gfp() to shmem_get_folio_gfp()Matthew Wilcox (Oracle)
2022-10-03shmem: eliminate struct page from shmem_swapin_folio()Matthew Wilcox (Oracle)
2022-10-03swap: add swap_cache_get_folio()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_replace_page() to shmem_replace_folio()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_mfill_atomic_pte() to use a folioMatthew Wilcox (Oracle)
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)
2022-10-03mm: convert do_swap_page()'s swapcache variable to a folioMatthew Wilcox (Oracle)
2022-10-03mm: convert do_swap_page() to use a folioMatthew Wilcox (Oracle)
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)
2022-10-03mm/swap: convert add_to_swap_cache() to take a folioMatthew Wilcox (Oracle)
2022-10-03mm/swap: convert __read_swap_cache_async() to use a folioMatthew Wilcox (Oracle)
2022-10-03mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)
2022-10-03mm/swapfile: remove page_swapcount()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_delete_from_page_cache() to take a folioMatthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_writepage() to use a folio throughoutMatthew Wilcox (Oracle)
2022-10-03mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)
2022-10-03mm: add split_folio()Matthew Wilcox (Oracle)
2022-10-03mm/vmscan: fix a lot of commentsMatthew Wilcox (Oracle)
2022-10-03ksm: convert to use common struct mm_slotQi Zheng
2022-10-03ksm: convert ksm_mm_slot.link to ksm_mm_slot.hashQi Zheng
2022-10-03ksm: convert ksm_mm_slot.mm_list to ksm_mm_slot.mm_nodeQi Zheng
2022-10-03ksm: add the ksm prefix to the names of the ksm private structuresQi Zheng
2022-10-03mm: thp: convert to use common struct mm_slotQi Zheng
2022-10-03mm: introduce common struct mm_slotQi Zheng
2022-10-01Merge tag 'mm-hotfixes-stable-2022-09-30' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-09-30damon/sysfs: fix possible memleak on damon_sysfs_add_targetLevi Yun
2022-09-30mm: fix BUG splat with kvmalloc + GFP_ATOMICFlorian Westphal
2022-09-30Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-nextVlastimil Babka
2022-09-30mm/slub: fix a slab missed to be freed problemFeng Tang
2022-09-29kfence: use better stack hash seedJason A. Donenfeld
2022-09-29Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-nextVlastimil Babka
2022-09-29Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextVlastimil Babka
2022-09-29Merge branch 'slab/for-6.1/trivial' into slab/for-nextVlastimil Babka
2022-09-29slab: Introduce kmalloc_size_roundup()Kees Cook
2022-09-29slab: Remove __malloc attribute from realloc functionsKees Cook
2022-09-26ksm: count allocated ksm rmap_items for each processxu xin
2022-09-26mm: reduce noise in show_mem for lowmem allocationsMichal Hocko
2022-09-26mm/gup: use gup_can_follow_protnone() also in GUP-fastDavid Hildenbrand
2022-09-26mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()David Hildenbrand
2022-09-26mm: fix the handling Non-LRU pages returned by follow_pageHaiyue Wang
2022-09-26mm: add merging after mremap resizeJakub Matěna