summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: clear compound_nr before freeing gigantic pagesGerald Schaefer2020-12-111-0/+1
* hugetlbfs: fix anon huge page migration raceMike Kravetz2020-11-141-85/+5
* hugetlb_cgroup: fix reservation accountingMike Kravetz2020-11-021-9/+11
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-2/+2
|\
| * Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-251-12/+37
| |\
| * | mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song2020-09-011-2/+2
* | | Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-141-8/+10
|\ \ \
| * | | mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches2020-10-021-8/+10
| | |/ | |/|
* | | hugetlb: add lockdep check for i_mmap_rwsem held in huge_pmd_shareMike Kravetz2020-10-131-4/+11
* | | mm/hugetlb: take the free hpage during the iteration directlyWei Yang2020-10-131-13/+9
* | | mm/hugetlb: narrow the hugetlb_lock protection area during preparing huge pageWei Yang2020-10-131-1/+1
* | | mm/hugetlb: a page from buddy is not on any listWei Yang2020-10-131-1/+1
* | | mm/hugetlb: count file_region to be added when regions_needed != NULLWei Yang2020-10-131-16/+17
* | | mm/hugetlb: use list_splice to merge two list at onceWei Yang2020-10-131-5/+2
* | | mm/hugetlb: remove VM_BUG_ON(!nrg) in get_file_region_entry_from_cache()Wei Yang2020-10-131-1/+0
* | | mm/hugetlb: not necessary to coalesce regions recursivelyWei Yang2020-10-131-5/+1
* | | mm/hugetlb.c: remove the unnecessary non_swap_entry()Baoquan He2020-10-131-2/+2
* | | mm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return boolBaoquan He2020-10-131-4/+4
|/ /
* | 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