summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin2022-07-032-6/+6
| * | | | mm/khugepaged: remove unneeded return value of khugepaged_add_pte_mapped_thp()Miaohe Lin2022-07-031-3/+2
| * | | | mm/khugepaged: use helper macro __ATTR_RWMiaohe Lin2022-07-031-37/+30
| * | | | mm/khugepaged: minor cleanup for collapse_fileMiaohe Lin2022-07-031-5/+5
| * | | | mm/khugepaged: trivial typo and codestyle cleanupMiaohe Lin2022-07-031-7/+7
| * | | | mm/khugepaged: stop swapping in page when VM_FAULT_RETRY occursMiaohe Lin2022-07-031-18/+14
| * | | | mm/khugepaged: remove unneeded shmem_huge_enabled() checkMiaohe Lin2022-07-031-2/+0
| * | | | mm: sparsemem: drop unexpected word 'a' in commentsXueBing Chen2022-07-031-1/+1
| * | | | mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng2022-07-032-13/+6
| * | | | mm/page_alloc: make the annotations of available memory more accurateYang Yang2022-07-031-3/+3
| * | | | mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li2022-07-032-2/+2
| * | | | mm: rmap: simplify the hugetlb handling when unmapping or migrationBaolin Wang2022-07-031-46/+44
| * | | | mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin2022-07-031-5/+5
| * | | | mm: hugetlb: remove minimum_order variableMuchun Song2022-07-031-11/+7
| * | | | mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song2022-07-032-24/+69
| * | | | mm: memory_hotplug: enumerate all supported section flagsMuchun Song2022-07-032-1/+7
| * | | | mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)2022-07-033-15/+16
| * | | | mm/swap: convert delete_from_swap_cache() to take a folioMatthew Wilcox (Oracle)2022-07-035-15/+16
| * | | | mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)2022-07-032-4/+4
| * | | | mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)2022-07-033-3/+11
| * | | | mm/swap: convert __page_cache_release() to use a folioMatthew Wilcox (Oracle)2022-07-031-17/+16
| * | | | mm/swap: convert __put_compound_page() to __folio_put_large()Matthew Wilcox (Oracle)2022-07-031-7/+7
| * | | | mm/swap: convert __put_single_page() to __folio_put_small()Matthew Wilcox (Oracle)2022-07-031-5/+5
| * | | | mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)2022-07-031-7/+7
| * | | | mm/swap: convert put_pages_list to use foliosMatthew Wilcox (Oracle)2022-07-031-8/+8
| * | | | mm/swap: convert release_pages to use a folio internallyMatthew Wilcox (Oracle)2022-07-031-18/+16
| * | | | mm/swap: convert try_to_free_swap to use a folioMatthew Wilcox (Oracle)2022-07-031-12/+11
| * | | | mm/swap: optimise lru_add_drain_cpu()Matthew Wilcox (Oracle)2022-07-031-4/+5
| * | | | mm/swap: pull the CPU conditional out of __lru_add_drain_all()Matthew Wilcox (Oracle)2022-07-031-8/+16
| * | | | mm/swap: rename lru_pvecs to cpu_fbatchesMatthew Wilcox (Oracle)2022-07-031-44/+46
| * | | | mm/swap: convert activate_page to a folio_batchMatthew Wilcox (Oracle)2022-07-031-65/+16
| * | | | mm/swap: convert lru_lazyfree to a folio_batchMatthew Wilcox (Oracle)2022-07-031-25/+26
| * | | | mm/swap: convert lru_deactivate to a folio_batchMatthew Wilcox (Oracle)2022-07-031-18/+20
| * | | | mm/swap: convert lru_deactivate_file to a folio_batchMatthew Wilcox (Oracle)2022-07-031-43/+39
| * | | | mm/swap: convert lru_add to a folio_batchMatthew Wilcox (Oracle)2022-07-031-49/+26
| * | | | mm/swap: make __pagevec_lru_add staticMatthew Wilcox (Oracle)2022-07-031-63/+63
| * | | | mm/swap: add folio_batch_move_lru()Matthew Wilcox (Oracle)2022-07-031-22/+56
| * | | | mm/vmscan: convert reclaim_pages() to use a folioMatthew Wilcox (Oracle)2022-07-031-13/+12
| * | | | mm/vmscan: convert shrink_active_list() to use a folioMatthew Wilcox (Oracle)2022-07-031-32/+29
| * | | | mm/vmscan: convert move_pages_to_lru() to use a folioMatthew Wilcox (Oracle)2022-07-031-27/+27
| * | | | mm/vmscan: convert isolate_lru_pages() to use a folioMatthew Wilcox (Oracle)2022-07-031-33/+33
| * | | | mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)2022-07-031-11/+11
| * | | | mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand2022-07-031-15/+62
| * | | | mm/damon: introduce DAMON-based LRU-lists SortingSeongJae Park2022-07-033-0/+555
| * | | | mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park2022-07-032-0/+21
| * | | | mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park2022-07-034-0/+65
| * | | | mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handlingSeongJae Park2022-07-031-6/+14
| * | | | mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'dam...SeongJae Park2022-07-031-14/+50
| * | | | mm/swap: remove swap_cache_info statisticsMiaohe Lin2022-07-031-17/+0
| * | | | mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin2022-07-031-4/+4