summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-051-6/+20
* mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai2020-09-051-6/+17
* mm/hugetlb: make hugetlb migration callback CMA awareJoonsoo Kim2020-08-121-2/+9
* mm/hugetlb: unify migration callbacksJoonsoo Kim2020-08-121-33/+2
* mm/hugetlb.c: delete duplicated wordsRandy Dunlap2020-08-121-2/+2
* mm: hugetlb: fix the name of hugetlb CMABarry Song2020-08-121-1/+3
* hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz2020-08-121-8/+7
* mm/hugetlb: add mempolicy check in the reservation routineMuchun Song2020-08-121-4/+18
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-071-14/+10
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-0/+1
* mm/hugetlb: avoid hardcoding while checking if cma is enabledBarry Song2020-07-241-5/+10
* mm/hugetlb.c: fix pages per hugetlb calculationMike Kravetz2020-07-031-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm/hugetlb: fix a typos in commentsEthon Paul2020-06-041-8/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-50/+158
|\
| * mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offsetLi Xinhai2020-06-031-17/+11
| * hugetlbfs: fix changes to command line processingMike Kravetz2020-06-031-16/+4
| * hugetlbfs: clean up command line processingMike Kravetz2020-06-031-31/+128
| * hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-3/+6
| * hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-6/+17
| * hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-3/+18
* | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-5/+4
|\ \ | |/ |/|
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-5/+4
* | mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng2020-04-211-6/+8
|/
* mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+109
* mm/hugetlb: add missing annotation for gather_surplus_pages()Jules Irenge2020-04-071-0/+1
* 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-021-54/+94
* hugetlb: disable region_add file_region coalescingMina Almasry2020-04-021-108/+228
* hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry2020-04-021-3/+44
* hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry2020-04-021-0/+2
* 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-021-11/+145
* mm/gup: allow to react to fatal signalsPeter Xu2020-04-021-1/+2
* mm/gup: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-2/+4
* mm/gup: rename "nonblocking" to "locked" where properPeter Xu2020-04-021-4/+4
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-021-0/+6
* mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-021-18/+36
* mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-041-1/+50
* mm/hugetlb: avoid looping to the same hugepage if !pages and !vmasZhigang Lu2019-12-011-0/+15
* hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Wei Yang2019-12-011-6/+4
* hugetlb: remove duplicated codeMina Almasry2019-12-011-62/+57
* hugetlb: region_chg provides only cache entryMina Almasry2019-12-011-52/+11
* hugetlbfs: take read_lock on i_mmap for PMD sharingWaiman Long2019-12-011-2/+2
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2019-12-011-5/+5
* mm/page_alloc: add alloc_contig_pages()Anshuman Khandual2019-12-011-75/+2