summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/z3fold: throw warning on failure of trylock_page in z3fold_allocMiaohe Lin2022-05-271-4/+3
* mm/z3fold: remove buggy use of stale list for allocationMiaohe Lin2022-05-271-22/+1
* mm/z3fold: fix possible null pointer dereferencingMiaohe Lin2022-05-271-1/+11
* mm/z3fold: fix sheduling while atomicMiaohe Lin2022-05-271-2/+1
* mm: split free page with properly free memory accounting and without raceZi Yan2022-05-273-9/+29
* mm: page-isolation: skip isolated pageblock in start_isolate_page_range()Zi Yan2022-05-271-8/+18
* mm: kfence: use PAGE_ALIGNED helperKefeng Wang2022-05-251-3/+2
* selftests: vm: add the "settings" file with timeout variablePatrick Wang2022-05-251-0/+1
* selftests: vm: add "test_hmm.sh" to TEST_FILESPatrick Wang2022-05-251-0/+1
* selftests: vm: check numa_available() before operating "merge_across_nodes" i...Patrick Wang2022-05-251-3/+6
* selftests: vm: add migration to the .gitignoreMuhammad Usama Anjum2022-05-251-0/+1
* selftests/vm/pkeys: fix typo in commentJulia Lawall2022-05-251-1/+1
* ksm: fix typo in commentJulia Lawall2022-05-251-1/+1
* selftests: vm: add process_mrelease testsSuren Baghdasaryan2022-05-254-0/+204
* Revert "mm/vmscan: never demote for memcg reclaim"Johannes Weiner2022-05-251-7/+2
* mm/kfence: print disabling or re-enabling messageJackie Liu2022-05-251-1/+5
* include/trace/events/percpu.h: cleanup for "percpu: improve percpu_alloc_perc...Vasily Averin2022-05-251-2/+2
* include/trace/events/mmflags.h: cleanup for "tracing: incorrect gfp_t convers...Vasily Averin2022-05-251-41/+43
* mm: fix a potential infinite loop in start_isolate_page_range()Zi Yan2022-05-252-13/+46
* MAINTAINERS: add Muchun as co-maintainer for HugeTLBMuchun Song2022-05-251-1/+5
* zram: fix Kconfig dependency warningRandy Dunlap2022-05-251-1/+1
* mm/shmem: fix shmem folio swapoff hangHugh Dickins2022-05-251-2/+1
* cgroup: fix an error handling path in alloc_pagecache_max_30M()Christophe JAILLET2022-05-251-1/+1
* mm: damon: use HPAGE_PMD_SIZEKefeng Wang2022-05-193-4/+3
* tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolateVasily Averin2022-05-191-2/+2
* nodemask.h: fix compilation error with GCC12Christophe de Dinechin2022-05-191-7/+6
* mm: fix missing handler for __GFP_NOWARNQi Zheng2022-05-195-8/+33
* mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()Wonhyuk Yang2022-05-192-13/+14
* mm/page_owner.c: add missing __initdata attributeFanjun Kong2022-05-191-1/+1
* tmpfs: fix undefined-behaviour in shmem_reconfigure()Luo Meng2022-05-191-0/+4
* mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng2022-05-191-1/+1
* mm: don't be stuck to rmap lock on reclaim pathMinchan Kim2022-05-198-28/+87
* zswap: memcg accountingJohannes Weiner2022-05-194-15/+302
* mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2022-05-196-7/+32
* mm: Kconfig: simplify zswap configurationJohannes Weiner2022-05-192-31/+27
* mm: Kconfig: group swap, slab, hotplug and thp options into submenusJohannes Weiner2022-05-191-217/+230
* mm: Kconfig: move swap and slab config options to the MM sectionJohannes Weiner2022-05-192-123/+123
* Documentation: filesystems: proc: update meminfo sectionJohannes Weiner2022-05-191-56/+92
* mm/swap: fix comment about swap extentMiaohe Lin2022-05-192-11/+8
* mm/swap: fix the comment of get_kernel_pagesMiaohe Lin2022-05-191-4/+4
* mm/swap: clean up the comment of find_next_to_unuseMiaohe Lin2022-05-191-3/+3
* mm/swap: fix the obsolete comment for SWP_TYPE_SHIFTMiaohe Lin2022-05-191-2/+2
* mm/swap: add helper swap_offset_available()Miaohe Lin2022-05-191-16/+18
* mm/swap: avoid calling swp_swap_info when try to check SWP_STABLE_WRITESMiaohe Lin2022-05-191-1/+1
* mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin2022-05-193-9/+2
* mm/swap: remove unneeded p != NULL check in __swap_duplicateMiaohe Lin2022-05-191-2/+1
* mm/swap: remove buggy cache->nr check in refill_swap_slots_cacheMiaohe Lin2022-05-191-1/+1
* mm/swap: print bad swap offset entry in get_swap_deviceMiaohe Lin2022-05-191-0/+1
* mm/swap: remove unneeded return value of free_swap_slotMiaohe Lin2022-05-192-4/+2
* mm/swap: fold __swap_info_get() into its sole callerMiaohe Lin2022-05-191-18/+6