summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)2-0/+30
2023-02-03block: remove ->rw_pageChristoph Hellwig8-217/+44
2023-02-03mm: factor out a swap_writepage_bdev helperChristoph Hellwig1-14/+19
2023-02-03mm: remove the __swap_writepage return valueChristoph Hellwig2-15/+10
2023-02-03mm: use an on-stack bio for synchronous swapinChristoph Hellwig1-31/+38
2023-02-03mm: factor out a swap_readpage_bdev helperChristoph Hellwig1-33/+35
2023-02-03mm: remove the swap_readpage return valueChristoph Hellwig2-16/+8
2023-02-03mpage: stop using bdev_{read,write}_pageChristoph Hellwig1-10/+0
2023-02-03mm: refactor va_remove_mappingsChristoph Hellwig1-19/+8
2023-02-03mm: split __vunmapChristoph Hellwig1-43/+41
2023-02-03mm: move debug checks from __vunmap to remove_vm_areaChristoph Hellwig1-9/+9
2023-02-03mm: use remove_vm_area in __vunmapChristoph Hellwig1-21/+12
2023-02-03mm: move __remove_vm_area out of va_remove_mappingsChristoph Hellwig1-6/+4
2023-02-03mm: call vfree instead of __vunmap from delayed_vfree_workChristoph Hellwig1-1/+1
2023-02-03mm: move vmalloc_init and free_work down in vmalloc.cChristoph Hellwig1-53/+51
2023-02-03mm: remove __vfree_deferredChristoph Hellwig1-26/+17
2023-02-03mm: remove __vfreeChristoph Hellwig1-12/+6
2023-02-03mm: reject vmap with VM_FLUSH_RESET_PERMSChristoph Hellwig1-0/+3
2023-02-03mm, compaction: finish pageblocks on complete migration failureMel Gorman1-8/+22
2023-02-03mm, compaction: finish scanning the current pageblock if requestedMel Gorman1-0/+7
2023-02-03mm, compaction: check if a page has been captured before draining PCP pagesMel Gorman1-6/+6
2023-02-03mm, compaction: rename compact_control->rescan to finish_pageblockMel Gorman2-13/+17
2023-02-03mm/gup.c: fix typo in commentsJongwoo Han1-1/+1
2023-02-03kasan: reset page tags properly with samplingAndrey Konovalov1-5/+6
2023-02-03mm/sparse: fix "unused function 'pgdat_to_phys'" warningMike Rapoport1-1/+1
2023-02-03mm/page_owner: record single timestamp value for high order allocationsHyeonggon Yoo1-1/+2
2023-02-03mm: memory-failure: document memory failure statsJiaqi Yan1-0/+39
2023-02-03mm: memory-failure: bump memory failure stats to pglist_dataJiaqi Yan1-0/+36
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan4-0/+71
2023-02-03mm: multi-gen LRU: simplify lru_gen_look_around()T.J. Alumbaugh1-50/+23
2023-02-03mm: multi-gen LRU: improve walk_pmd_range()T.J. Alumbaugh1-20/+20
2023-02-03mm: multi-gen LRU: improve lru_gen_exit_memcg()T.J. Alumbaugh1-0/+5
2023-02-03mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh5-143/+178
2023-02-03mm: multi-gen LRU: section for Bloom filtersT.J. Alumbaugh2-88/+108
2023-02-03mm: multi-gen LRU: section for rmap/PT walk feedbackT.J. Alumbaugh2-0/+18
2023-02-03mm: multi-gen LRU: section for working set protectionT.J. Alumbaugh2-0/+19
2023-02-03mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang2-71/+72
2023-02-03mm/damon/core-test: add a test for damon_update_monitoring_results()SeongJae Park1-0/+30
2023-02-03mm/damon/core: update monitoring results for new monitoring attributesSeongJae Park1-0/+71
2023-02-03mm/damon: update comments in damon.h for damon_attrsSeongJae Park1-3/+3
2023-02-03mm/kmemleak: fix UAF bug in kmemleak_scan()Waiman Long1-6/+29
2023-02-03mm/kmemleak: simplify kmemleak_cond_resched() usageWaiman Long1-36/+12
2023-02-03kselftest: vm: add tests for memory-deny-write-executeKees Cook2-0/+198
2023-02-03mm: implement memory-deny-write-execute as a prctlJoey Gouly6-1/+93
2023-02-03tools/mm: allow users to provide additional cflags/ldflagsHerton R. Krzesinski1-2/+2
2023-02-03Documentation: mm: use `s/higmem/highmem/` fix typo for highmemDeming Wang1-1/+1
2023-02-03mm/cma: fix potential memory loss on cma_declare_contiguous_nidLevi Yun1-12/+12
2023-02-03swap_state: update shadow_nodes for anonymous pageYang Yang3-9/+21
2023-02-03mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar3-18/+18
2023-02-03zsmalloc: set default zspage chain size to 8Sergey Senozhatsky1-1/+1