aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-15mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANYAneesh Kumar K.V1-2/+3
2022-01-15mm/page_isolation: unset migratetype directly for non Buddy pageChen Wandun1-1/+1
2022-01-15vmscan: make drop_slab_node staticGang Li2-2/+1
2022-01-15userfaultfd/selftests: clean up hugetlb allocation codeMike Kravetz1-9/+6
2022-01-15selftests/uffd: allow EINTR/EAGAINPeter Xu1-2/+5
2022-01-15selftests/vm: make charge_reserved_hugetlb.sh work with existing cgroup settingWaiman Long3-23/+34
2022-01-15mm/vmstat: add events for THP max_ptes_* exceedsYang Yang3-0/+13
2022-01-15mm, hugepages: make memory size variable in hugepage-mremap selftestYosry Ahmed2-17/+31
2022-01-15hugetlb: add hugetlb.*.numa_stat fileMina Almasry5-12/+141
2022-01-15mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pagesBaoquan He1-1/+3
2022-01-15dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He1-2/+2
2022-01-15mm_zone: add function to check if managed dma zone existsBaoquan He2-0/+24
2022-01-15mm/page_alloc.c: modify the comment section for alloc_contig_pages()Anshuman Khandual1-2/+2
2022-01-15include/linux/gfp.h: further document GFP_DMA32Miles Chen1-1/+3
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko3-7/+7
2022-01-15mm: page_alloc: fix building error on -Werror=array-compareXiongwei Song1-1/+1
2022-01-15mm: fix boolreturn.cocci warningChangcheng Deng1-1/+1
2022-01-15mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan2-2/+3
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown14-37/+56
2022-01-15mm: make slab and vmalloc allocators __GFP_NOLOCKDEP awareMichal Hocko1-1/+1
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko8-50/+15
2022-01-15mm/vmalloc: be more explicit about supported gfp flags.Michal Hocko1-6/+8
2022-01-15mm/vmalloc: add support for __GFP_NOFAILMichal Hocko1-5/+17
2022-01-15mm/vmalloc: alloc GFP_NO{FS,IO} for vmallocMichal Hocko1-2/+21
2022-01-15mm/dmapool.c: revert "make dma pool to use kmalloc_node"Christian König1-1/+1
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)4-29/+15
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()Matthew Wilcox (Oracle)1-20/+12
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)5-13/+7
2022-01-15x86: mm: add x86_64 support for page table checkPasha Tatashin2-2/+28
2022-01-15mm: page table checkPasha Tatashin10-0/+519
2022-01-15mm: ptep_clear() page table helperPasha Tatashin4-13/+15
2022-01-15mm: change page type prior to adding page table entryPasha Tatashin4-12/+12
2022-01-15docs/vm: add vmalloced-kernel-stacks documentShuah Khan2-0/+154
2022-01-15mm/oom_kill: allow process_mrelease to run under mmap_lock protectionSuren Baghdasaryan1-12/+15
2022-01-15mm: document locking restrictions for vm_operations_struct::closeSuren Baghdasaryan1-0/+4
2022-01-15mm: protect free_pgtables with mmap_lock write lock in exit_mmapSuren Baghdasaryan1-8/+8
2022-01-15mm: move tlb_flush_pending inline helpers to mm_inline.hArnd Bergmann9-130/+137
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann7-48/+55
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan2-7/+44
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross14-34/+324
2022-01-15mm: rearrange madvise code to allow for reuseColin Cross1-160/+178
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng22-168/+134
2022-01-15tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleanerchiminghao1-7/+2
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt4-2/+36
2022-01-15mm/memcg: use struct_size() helper in kzalloc()Wang Weiyang1-5/+1
2022-01-15memcg: better bounds on the memcg stats updatesShakeel Butt1-7/+13
2022-01-15mm/memcg: add oom_group_kill memory eventDan Schatzberg4-0/+7
2022-01-15mm/page_counter: remove an incorrect call to propagate_protected_usage()Donghai Qiao1-1/+0
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song3-7/+2
2022-01-15mm/frontswap.c: use non-atomic '__set_bit()' when possibleChristophe JAILLET1-2/+2