aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/kunit (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03docs: cgroup-v1: Document the cpuset_v2_mode mount optionWaiman Long2-2/+17
2020-04-03Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo3-19/+17
2020-04-02x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai1-0/+1
2020-04-02include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THPMatthew Wilcox (Oracle)1-1/+5
2020-04-02mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFSChristophe Leroy1-11/+8
2020-04-02selftests/vm: fix map_hugetlb length used for testing read and writeChristophe Leroy1-7/+7
2020-04-02mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()Vlastimil Babka1-1/+1
2020-04-02mm/hugetlb.c: clean code by removing unnecessary initializationMateusz Nosek1-1/+1
2020-04-02hugetlb_cgroup: add hugetlb_cgroup reservation docsMina Almasry1-11/+92
2020-04-02hugetlb_cgroup: add hugetlb_cgroup reservation testsMina Almasry6-0/+1086
2020-04-02hugetlb: support file_region coalescing againMina Almasry1-0/+44
2020-04-02hugetlb_cgroup: support noreserve mappingsMina Almasry1-1/+26
2020-04-02hugetlb_cgroup: add accounting for shared mappingsMina Almasry4-54/+155
2020-04-02hugetlb: disable region_add file_region coalescingMina Almasry1-108/+228
2020-04-02hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry4-40/+99
2020-04-02mm/hugetlb_cgroup: fix hugetlb_cgroup migrationMina Almasry1-0/+2
2020-04-02hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry3-48/+251
2020-04-02hugetlb_cgroup: add hugetlb_cgroup reservation counterMina Almasry2-15/+104
2020-04-02hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2-20/+31
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz8-19/+234
2020-04-02mm/memblock.c: remove redundant assignment to variable max_addrColin Ian King1-1/+1
2020-04-02mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap1-1/+5
2020-04-02mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()Yang Shi1-1/+1
2020-04-02mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai2-28/+29
2020-04-02mm/mempolicy: support MPOL_MF_STRICT for huge page mappingLi Xinhai1-4/+33
2020-04-02mm/compaction.c: clean code by removing unnecessary assignmentMateusz Nosek1-1/+0
2020-04-02mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior3-1/+35
2020-04-02mm/compaction: really limit compact_unevictable_allowed to 0 and 1Sebastian Andrzej Siewior1-1/+1
2020-04-02mm, compaction: fully assume capture is not NULL in compact_zone_order()Vlastimil Babka1-2/+2
2020-04-02mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel2-11/+20
2020-04-02mm,compaction,cma: add alloc_contig flag to compact_controlRik van Riel2-0/+2
2020-04-02selftests: vm: drop dependencies on page flags from mlock2 testsMichal Hocko1-196/+37
2020-04-02mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assignmentMateusz Nosek1-1/+0
2020-04-02mm/vmscan.c: make may_enter_fs bool in shrink_page_list()Kirill Tkhai1-3/+2
2020-04-02mm/vmscan.c: clean code by removing unnecessary assignmentMateusz Nosek1-3/+1
2020-04-02mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai1-19/+26
2020-04-02mm/vmscan.c: remove cpu online notification for nowWei Yang1-26/+1
2020-04-02mm: vmscan: replace open codings to NUMA_NO_NODEYang Shi1-3/+3
2020-04-02mm: vmpressure: use mem_cgroup_is_root APIYang Shi1-1/+1
2020-04-02mm: vmpressure: don't need call kfree if kstrndup failsYang Shi1-4/+2
2020-04-02mm/page_alloc: simplify page_is_buddy() for better code readabilitychenqiwu1-20/+13
2020-04-02mm/page_alloc.c: micro-optimisation Remove unnecessary branchMateusz Nosek1-2/+1
2020-04-02mm/page_alloc.c: use free_area_empty() instead of open-codingchenqiwu1-2/+1
2020-04-02mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek2-9/+15
2020-04-02mm/page_alloc: increase default min_free_kbytes boundJoel Savitz1-2/+2
2020-04-02kasan: add test for invalid size in memmoveWalter Wu1-0/+19
2020-04-02kasan: detect negative size in memory operation functionWalter Wu8-21/+54
2020-04-02mm/sparse.c: allocate memmap preferring the given nodeBaoquan He1-2/+2
2020-04-02mm/sparse.c: use kvmalloc/kvfree to alloc/free memmap for the classic sparseBaoquan He1-24/+3
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu5-6/+6