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