summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-11mm: fix typo in struct pglist_data code commentWang Yong
2022-12-11kmsan: fix memcpy testsAlexander Potapenko
2022-12-11mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang
2022-12-11mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld
2022-12-11selftests/vm: ksm_functional_tests: fixes for 32bitDavid Hildenbrand
2022-12-11selftests/vm: cow: fix compile warning on 32bitDavid Hildenbrand
2022-12-11selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitionsDavid Hildenbrand
2022-12-11mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand
2022-12-11mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins
2022-12-11mm: memcg: fix swapcached stat accountingHugh Dickins
2022-12-11mm: add nodes= arg to memory.reclaimMina Almasry
2022-12-11mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry
2022-12-11selftests: cgroup: make sure reclaim target memcg is unprotectedYosry Ahmed
2022-12-11selftests: cgroup: refactor proactive reclaim code to reclaim_until()Yosry Ahmed
2022-12-11mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed
2022-12-11mm/mmap: properly unaccount memory on mas_preallocate() failureAlistair Popple
2022-12-11omfs: remove ->writepageChristoph Hellwig
2022-12-11jfs: remove ->writepageChristoph Hellwig
2022-12-11hpfs: remove ->writepageChristoph Hellwig
2022-12-11hfsplus: remove ->writepageChristoph Hellwig
2022-12-11hfs: remove ->writepageChristoph Hellwig
2022-12-11fat: remove ->writepageChristoph Hellwig
2022-12-11extfat: remove ->writepageChristoph Hellwig
2022-12-11mm/page_alloc: update comments in __free_pages_ok()Deyan Wang
2022-12-11xfs: remove restrictions for fsdax and reflinkShiyang Ruan
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan
2022-12-11xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan
2022-12-11fsdax: dedupe: iter two files at the same timeShiyang Ruan
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan
2022-12-11fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan
2022-12-11fsdax: invalidate pages when CoWShiyang Ruan
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan
2022-12-11selftests/damon: test removed scheme sysfs dir access bugSeongJae Park
2022-12-11kasan: fail non-kasan KUnit tests on KASAN reportsAndrey Konovalov
2022-12-11mm/hugetlb: change hugetlb allocation functions to return a folioSidhartha Kumar
2022-12-11mm/hugetlb: convert hugetlb prep functions to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert free_gigantic_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert enqueue_huge_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()Sidhartha Kumar
2022-12-11mm/hugetlb: convert update_and_free_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert remove_hugetlb_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert dissolve_free_huge_page() to foliosSidhartha Kumar
2022-12-11mm/hugetlb: convert destroy_compound_gigantic_page() to foliosSidhartha Kumar
2022-12-11mm: add folio dtor and order setter functionsSidhartha Kumar
2022-12-11folio-compat: remove lru_cache_add()Vishal Moola (Oracle)
2022-12-11khugepage: replace lru_cache_add() with folio_add_lru()Vishal Moola (Oracle)
2022-12-11userfaultfd: replace lru_cache functions with folio_add functionsVishal Moola (Oracle)
2022-12-11fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)
2022-12-11LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPFeiyang Chen