summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-10-12kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko
2022-10-12mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas
2022-10-12mm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled inPeter Xu
2022-10-12mm/mmap: preallocate maple nodes for brk vma expansionLiam Howlett
2022-10-12mmap: fix copy_vma() failure pathLiam Howlett
2022-10-12mm/compaction: fix set skip in fast_find_migrateblockChuyi Zhou
2022-10-12mm/hugetlb.c: make __hugetlb_vma_unlock_write_put() staticAndrew Morton
2022-10-07hugetlb: allocate vma lock for all sharable vmasMike Kravetz
2022-10-07hugetlb: take hugetlb vma_lock when clearing vma_lock->vma pointerMike Kravetz
2022-10-07hugetlb: fix vma lock handling during split vma and range unmappingMike Kravetz
2022-10-07mglru: mm/vmscan.c: fix imprecise commentsYu Zhao
2022-10-07mm/mglru: don't sync disk for each aging cycleYu Zhao
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner
2022-10-03mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner
2022-10-03mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner
2022-10-03mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner
2022-10-03mm/secretmem: remove reduntant return valueXiu Jianfeng
2022-10-03mm/hugetlb: add available_huge_pages() funcXin Hao
2022-10-03mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe
2022-10-03mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-03mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe
2022-10-03mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe
2022-10-03mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe
2022-10-03mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe
2022-10-03mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin
2022-10-03mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song
2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-03mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao
2022-10-03mm/page_alloc: update comments for rmqueue()Ran Xiaokai
2022-10-03mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia
2022-10-03hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz
2022-10-03mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin
2022-10-03mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin
2022-10-03mm/page_alloc: init local variable buddy_pfnMiaohe Lin
2022-10-03mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin
2022-10-03mm/page_alloc: make boot_nodestats staticMiaohe Lin
2022-10-03mm/page_alloc: use local variable zone_idx directlyMiaohe Lin
2022-10-03mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin
2022-10-03mm/page_alloc: fix freeing static percpu memoryMiaohe Lin
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin
2022-10-03mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin
2022-10-03mm/page_alloc: make zone_pcp_update() staticMiaohe Lin
2022-10-03mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin
2022-10-03mm/page_table_check: fix typosChih-En Lin
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng
2022-10-03mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang
2022-10-03mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia