summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-16/+2
|\
| * tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-15/+1
| * tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-1/+1
* | mm: hugetlb: fix missing put_page in gather_surplus_pages()Muchun Song2021-02-051-1/+4
* | mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-051-2/+1
* | mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-051-2/+2
* | mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-02-051-0/+39
* | mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-051-1/+1
|/
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-121-1/+1
* mm/hugetlb: fix deadlock in hugetlb_cow error pathMike Kravetz2020-12-291-1/+21
* mm: use sysfs_emit for struct kobject * usesJoe Perches2020-12-151-6/+7
* hugetlb: fix an error code in hugetlb_reserve_pages()Dan Carpenter2020-12-151-0/+1
* mm,hugetlb: remove unneeded initializationOscar Salvador2020-12-151-2/+0
* mm: hugetlb: fix type of delta parameter and related local variables in gathe...Liu Xiang2020-12-151-3/+4
* mm/hugetlb.c: just use put_page_testzero() instead of page_count()Hui Su2020-12-151-2/+1
* vm_ops: rename .split() callback to .may_split()Dmitry Safonov2020-12-151-1/+1
* 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
|\