summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | mm,compaction,cma: add alloc_contig flag to compact_controlRik van Riel2020-04-022-0/+2
| * | | | | mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assig...Mateusz Nosek2020-04-021-1/+0
| * | | | | mm/vmscan.c: make may_enter_fs bool in shrink_page_list()Kirill Tkhai2020-04-021-3/+2
| * | | | | mm/vmscan.c: clean code by removing unnecessary assignmentMateusz Nosek2020-04-021-3/+1
| * | | | | mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai2020-04-021-19/+26
| * | | | | mm/vmscan.c: remove cpu online notification for nowWei Yang2020-04-021-26/+1
| * | | | | mm: vmscan: replace open codings to NUMA_NO_NODEYang Shi2020-04-021-3/+3
| * | | | | mm: vmpressure: use mem_cgroup_is_root APIYang Shi2020-04-021-1/+1
| * | | | | mm: vmpressure: don't need call kfree if kstrndup failsYang Shi2020-04-021-4/+2
| * | | | | mm/page_alloc: simplify page_is_buddy() for better code readabilitychenqiwu2020-04-021-20/+13
| * | | | | mm/page_alloc.c: micro-optimisation Remove unnecessary branchMateusz Nosek2020-04-021-2/+1
| * | | | | mm/page_alloc.c: use free_area_empty() instead of open-codingchenqiwu2020-04-021-2/+1
| * | | | | mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek2020-04-022-9/+15
| * | | | | mm/page_alloc: increase default min_free_kbytes boundJoel Savitz2020-04-021-2/+2
| * | | | | kasan: detect negative size in memory operation functionWalter Wu2020-04-027-20/+53
| * | | | | mm/sparse.c: allocate memmap preferring the given nodeBaoquan He2020-04-021-2/+2
| * | | | | mm/sparse.c: use kvmalloc/kvfree to alloc/free memmap for the classic sparseBaoquan He2020-04-021-24/+3
| * | | | | mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu2020-04-022-2/+2
| * | | | | mm/sparsemem: get address to page struct instead of address to pfnWei Yang2020-04-021-1/+1