summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kmsan: fix memcpy testsAlexander Potapenko2022-12-121-0/+3
* mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang2022-12-121-0/+1
* mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld2022-12-121-0/+1
* selftests/vm: ksm_functional_tests: fixes for 32bitDavid Hildenbrand2022-12-122-3/+3
* selftests/vm: cow: fix compile warning on 32bitDavid Hildenbrand2022-12-121-2/+2
* selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitionsDavid Hildenbrand2022-12-121-0/+7
* mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand2022-12-121-3/+7
* mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins2022-12-121-9/+33
* mm: memcg: fix swapcached stat accountingHugh Dickins2022-12-122-2/+7
* mm: add nodes= arg to memory.reclaimMina Almasry2022-12-124-21/+68
* mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry2022-12-121-3/+22
* selftests: cgroup: make sure reclaim target memcg is unprotectedYosry Ahmed2022-12-121-0/+11
* selftests: cgroup: refactor proactive reclaim code to reclaim_until()Yosry Ahmed2022-12-121-36/+44
* mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed2022-12-122-15/+27
* mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple2022-12-121-3/+3
* omfs: remove ->writepageChristoph Hellwig2022-12-121-6/+1
* jfs: remove ->writepageChristoph Hellwig2022-12-121-6/+1
* hpfs: remove ->writepageChristoph Hellwig2022-12-121-7/+2
* hfsplus: remove ->writepageChristoph Hellwig2022-12-121-1/+1
* hfs: remove ->writepageChristoph Hellwig2022-12-121-1/+1
* fat: remove ->writepageChristoph Hellwig2022-12-121-7/+2
* extfat: remove ->writepageChristoph Hellwig2022-12-121-7/+2
* mm/page_alloc: update comments in __free_pages_ok()Deyan Wang2022-12-121-0/+5
* xfs: remove restrictions for fsdax and reflinkShiyang Ruan2022-12-122-8/+0
* fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-123-2/+60
* xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan2022-12-121-2/+2
* fsdax: dedupe: iter two files at the same timeShiyang Ruan2022-12-121-8/+8
* fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2022-12-122-13/+8
* fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan2022-12-121-30/+49
* fsdax: invalidate pages when CoWShiyang Ruan2022-12-121-4/+13
* fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan2022-12-123-18/+27
* selftests/damon: test removed scheme sysfs dir access bugSeongJae Park2022-12-122-1/+59
* kasan: fail non-kasan KUnit tests on KASAN reportsAndrey Konovalov2022-12-123-0/+69
* mm/hugetlb: change hugetlb allocation functions to return a folioSidhartha Kumar2022-12-121-70/+64
* mm/hugetlb: convert hugetlb prep functions to foliosSidhartha Kumar2022-12-121-33/+30
* mm/hugetlb: convert free_gigantic_page() to foliosSidhartha Kumar2022-12-121-12/+17
* mm/hugetlb: convert enqueue_huge_page() to foliosSidhartha Kumar2022-12-121-11/+11
* mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()Sidhartha Kumar2022-12-121-21/+21
* mm/hugetlb: convert update_and_free_page() to foliosSidhartha Kumar2022-12-121-14/+16
* mm/hugetlb: convert remove_hugetlb_page() to foliosSidhartha Kumar2022-12-121-23/+25
* mm/hugetlb: convert dissolve_free_huge_page() to foliosSidhartha Kumar2022-12-121-10/+10
* mm/hugetlb: convert destroy_compound_gigantic_page() to foliosSidhartha Kumar2022-12-121-22/+21
* mm: add folio dtor and order setter functionsSidhartha Kumar2022-12-122-3/+24
* folio-compat: remove lru_cache_add()Vishal Moola (Oracle)2022-12-124-9/+5
* khugepage: replace lru_cache_add() with folio_add_lru()Vishal Moola (Oracle)2022-12-121-4/+7
* userfaultfd: replace lru_cache functions with folio_add functionsVishal Moola (Oracle)2022-12-121-2/+4
* fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)2022-12-121-27/+28
* filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-123-29/+27
* LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPFeiyang Chen2022-12-121-0/+1
* mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen2022-12-125-143/+132