summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hugetlbfs: fix off-by-one error in hugetlb_vmdelete_list()Sean Christopherson2022-01-151-3/+4
* mm, oom: OOM sysrq should always kill a processJann Horn2022-01-151-1/+1
* mm/mempolicy: fix all kernel-doc warningsRandy Dunlap2022-01-151-2/+3
* mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-1521-2/+27
* mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V2022-01-153-1/+95
* mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANYAneesh Kumar K.V2022-01-151-2/+3
* mm/page_isolation: unset migratetype directly for non Buddy pageChen Wandun2022-01-151-1/+1
* vmscan: make drop_slab_node staticGang Li2022-01-152-2/+1
* userfaultfd/selftests: clean up hugetlb allocation codeMike Kravetz2022-01-151-9/+6
* selftests/uffd: allow EINTR/EAGAINPeter Xu2022-01-151-2/+5
* selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup settingWaiman Long2022-01-153-23/+34
* mm/vmstat: add events for THP max_ptes_* exceedsYang Yang2022-01-153-0/+13
* mm, hugepages: make memory size variable in hugepage-mremap selftestYosry Ahmed2022-01-152-17/+31
* hugetlb: add hugetlb.*.numa_stat fileMina Almasry2022-01-155-12/+141
* mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pagesBaoquan He2022-01-151-1/+3
* dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He2022-01-151-2/+2
* mm_zone: add function to check if managed dma zone existsBaoquan He2022-01-152-0/+24
* mm/page_alloc.c: modify the comment section for alloc_contig_pages()Anshuman Khandual2022-01-151-2/+2
* include/linux/gfp.h: further document GFP_DMA32Miles Chen2022-01-151-1/+3
* mm: drop node from alloc_pages_vmaMichal Hocko2022-01-153-7/+7
* mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song2022-01-151-1/+1
* mm: fix boolreturn.cocci warningChangcheng Deng2022-01-151-1/+1
* mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan2022-01-152-2/+3
* mm: introduce memalloc_retry_wait()NeilBrown2022-01-1514-37/+56
* mm: make slab and vmalloc allocators __GFP_NOLOCKDEP awareMichal Hocko2022-01-151-1/+1
* mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko2022-01-158-50/+15
* mm/vmalloc: be more explicit about supported gfp flags.Michal Hocko2022-01-151-6/+8
* mm/vmalloc: add support for __GFP_NOFAILMichal Hocko2022-01-151-5/+17
* mm/vmalloc: alloc GFP_NO{FS,IO} for vmallocMichal Hocko2022-01-151-2/+21
* mm/dmapool.c: revert "make dma pool to use kmalloc_node"Christian König2022-01-151-1/+1
* mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)2022-01-154-29/+15
* mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()Matthew Wilcox (Oracle)2022-01-151-20/+12
* mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)2022-01-155-13/+7
* x86: mm: add x86_64 support for page table checkPasha Tatashin2022-01-152-2/+28
* mm: page table checkPasha Tatashin2022-01-1510-0/+519
* mm: ptep_clear() page table helperPasha Tatashin2022-01-154-13/+15
* mm: change page type prior to adding page table entryPasha Tatashin2022-01-154-12/+12
* docs/vm: add vmalloced-kernel-stacks documentShuah Khan2022-01-152-0/+154
* mm/oom_kill: allow process_mrelease to run under mmap_lock protectionSuren Baghdasaryan2022-01-151-12/+15
* mm: document locking restrictions for vm_operations_struct::closeSuren Baghdasaryan2022-01-151-0/+4
* mm: protect free_pgtables with mmap_lock write lock in exit_mmapSuren Baghdasaryan2022-01-151-8/+8
* mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann2022-01-159-130/+137
* mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-157-48/+55
* mm: add anonymous vma name refcountingSuren Baghdasaryan2022-01-152-7/+44
* mm: add a field to store names for private anonymous memoryColin Cross2022-01-1514-34/+324
* mm: rearrange madvise code to allow for reuseColin Cross2022-01-151-160/+178
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-1522-168/+134
* tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleanerchiminghao2022-01-151-7/+2
* memcg: add per-memcg vmalloc statShakeel Butt2022-01-154-2/+36
* mm/memcg: use struct_size() helper in kzalloc()Wang Weiyang2022-01-151-5/+1