summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce Reported pagesAlexander Duyck2020-04-075-4/+398
* mm: add function __putback_isolated_pageAlexander Duyck2020-04-073-4/+23
* mm: use zone and order instead of free area in free_list manipulatorsAlexander Duyck2020-04-071-18/+49
* mm: adjust shuffle code to allow for future coalescingAlexander Duyck2020-04-073-35/+54
* mm: code cleanup for MADV_FREEHuang Ying2020-04-0710-30/+30
* mm/ksm.c: update get_user_pages() argument in commentLi Chen2020-04-071-1/+1
* mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)2020-04-076-35/+26
* mm, thp: track fallbacks due to failed memcg charges separatelyDavid Rientjes2020-04-073-1/+7
* mm, shmem: add vmstat for hugepage fallbackDavid Rientjes2020-04-072-4/+7
* mm/migrate.c: migrate PG_readahead flagYang Shi2020-04-071-0/+8
* mm/migrate.c: unify "not queued for migration" handling in do_pages_move()Wei Yang2020-04-071-8/+6
* mm/migrate.c: check pagelist in move_pages_and_store_status()Wei Yang2020-04-071-6/+3
* mm/migrate.c: wrap do_move_pages_to_node() and store_status()Wei Yang2020-04-071-32/+29
* mm/migrate.c: no need to check for i > start in do_pages_move()Wei Yang2020-04-071-5/+3
* mm/vmalloc: fix a typo in commentQiujun Huang2020-04-071-1/+1
* mm/vma: replace all remaining open encodings with vma_is_anonymous()Anshuman Khandual2020-04-071-1/+2
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-074-11/+4
* Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"Li Xinhai2020-04-071-13/+0
* mm, memcg: bypass high reclaim iteration for cgroup hierarchy rootChris Down2020-04-071-1/+2
* Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-042-17/+54
|\
| * Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie2020-04-032-17/+54
| |\
| | * mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entriesThomas Hellstrom (VMware)2020-03-241-6/+32
| | * mm: Split huge pages on write-notify or COWThomas Hellstrom (VMware)2020-03-241-8/+19
| | * mm: Introduce vma_is_special_hugeThomas Hellstrom (VMware)2020-03-241-3/+3
* | | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-04-031-1/+1
|\ \ \
| * | | kernfs: Add removed_size out param for simple_xattr_setDaniel Xu2020-03-161-1/+1
* | | | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2020-04-022-2/+2
|\ \ \ \
| * | | | percpu: update copyright emails to dennis@kernel.orgDennis Zhou2020-04-012-2/+2
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-0247-917/+2275
|\ \ \ \ \
| * | | | | mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()Vlastimil Babka2020-04-021-1/+1
| * | | | | mm/hugetlb.c: clean code by removing unnecessary initializationMateusz Nosek2020-04-021-1/+1
| * | | | | hugetlb: support file_region coalescing againMina Almasry2020-04-021-0/+44
| * | | | | hugetlb_cgroup: support noreserve mappingsMina Almasry2020-04-021-1/+26
| * | | | | hugetlb_cgroup: add accounting for shared mappingsMina Almasry2020-04-022-54/+109
| * | | | | hugetlb: disable region_add file_region coalescingMina Almasry2020-04-021-108/+228
| * | | | | hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry2020-04-022-37/+51
| * | | | | mm/hugetlb_cgroup: fix hugetlb_cgroup migrationMina Almasry2020-04-021-0/+2
| * | | | | hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry2020-04-022-30/+146
| * | | | | hugetlb_cgroup: add hugetlb_cgroup reservation counterMina Almasry2020-04-021-13/+102
| * | | | | hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2020-04-021-12/+11
| * | | | | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-04-025-19/+219
| * | | | | mm/memblock.c: remove redundant assignment to variable max_addrColin Ian King2020-04-021-1/+1
| * | | | | mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap2020-04-021-1/+5
| * | | | | mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()Yang Shi2020-04-021-1/+1
| * | | | | mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai2020-04-021-0/+28
| * | | | | mm/mempolicy: support MPOL_MF_STRICT for huge page mappingLi Xinhai2020-04-021-4/+33
| * | | | | mm/compaction.c: clean code by removing unnecessary assignmentMateusz Nosek2020-04-021-1/+0
| * | | | | mm/compaction: Disable compact_unevictable_allowed on RTSebastian Andrzej Siewior2020-04-021-0/+4
| * | | | | mm, compaction: fully assume capture is not NULL in compact_zone_order()Vlastimil Babka2020-04-021-2/+2
| * | | | | mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel2020-04-022-11/+20