summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park3-0/+23
2022-07-03Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme actionSeongJae Park1-0/+1
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionSeongJae Park5-0/+67
2022-07-03mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handlingSeongJae Park1-6/+14
2022-07-03mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'dam...SeongJae Park1-14/+50
2022-07-03mm/swap: remove swap_cache_info statisticsMiaohe Lin1-17/+0
2022-07-03mm/swapfile: fix possible data races of inuse_pagesMiaohe Lin1-4/+4
2022-07-03lib/test_vmalloc: switch to prandom_u32()Uladzislau Rezki (Sony)1-7/+8
2022-07-03mm/vmalloc: extend __find_vmap_area() with one more argumentUladzislau Rezki (Sony)1-4/+4
2022-07-03mm/vmalloc: initialize VA's list node after unlinkUladzislau Rezki (Sony)1-1/+1
2022-07-03mm/vmalloc: extend __alloc_vmap_area() with extra argumentsUladzislau Rezki (Sony)1-13/+17
2022-07-03mm/vmalloc: make link_va()/unlink_va() common to different rb_rootUladzislau Rezki (Sony)1-12/+48
2022-07-03mm: shrinkers: add scan interface for shrinker debugfsRoman Gushchin2-4/+109
2022-07-03tools: add memcg_shrinker.pyRoman Gushchin1-0/+71
2022-07-03mm: docs: document shrinker debugfsRoman Gushchin2-0/+105
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin39-45/+167
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin5-3/+200
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin2-0/+44
2022-07-03mm/mempolicy: fix get_nodes out of bound accessTianyu Li1-1/+1
2022-07-03mm/hugetlb: remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_...Baolin Wang1-2/+0
2022-07-03kasan: fix zeroing vmalloc memory with HW_TAGSAndrey Konovalov2-14/+28
2022-07-03mm: introduce clear_highpage_kasan_taggedAndrey Konovalov2-6/+12
2022-07-03mm: rename kernel_init_free_pages to kernel_init_pagesAndrey Konovalov1-3/+3
2022-07-03mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park1-2/+2
2022-07-03mm/damon/reclaim: make 'enabled' checking timer simplerSeongJae Park1-8/+1
2022-07-03mm/damon/sysfs: deduplicate inputs applyingSeongJae Park1-35/+24
2022-07-03mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park1-13/+14
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hSeongJae Park3-15/+14
2022-07-03Docs/admin-guide/damon/reclaim: remove a paragraph that been obsolete due to ...SeongJae Park1-6/+0
2022-07-03mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin3-10/+29
2022-07-03mm/migration: return errno when isolate_huge_page failedMiaohe Lin7-16/+16
2022-07-03mm/migration: remove unneeded lock page and PageMovable checkMiaohe Lin1-7/+2
2022-07-03mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Yang Shi2-3/+7
2022-07-03mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKYang Shi1-2/+2
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport107-93/+89
2022-06-27Merge branch 'master' into mm-stableakpm660-5636/+8399
2022-06-26Linux 5.19-rc4v5.19-rc4Linus Torvalds1-1/+1
2022-06-26Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds37-193/+205
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds15-35/+117
2022-06-26Merge tag 'perf-tools-fixes-for-v5.19-2022-06-26' of git://git.kernel.org/pub...Linus Torvalds11-104/+369
2022-06-26Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-30/+158
2022-06-26Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Linus Torvalds1-3/+2
2022-06-26Merge tag 'for-5.19/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-31/+21
2022-06-26Merge tag 'for-5.19/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-3/+9
2022-06-26Merge tag 'xtensa-20220626' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds3-1/+3
2022-06-26Merge tag 'powerpc-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds13-40/+83
2022-06-26Merge tag 'kbuild-fixes-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-4/+13
2022-06-26Merge tag 'exfat-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2022-06-26Merge tag '5.19-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-139/+366
2022-06-26tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo1-0/+13