aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-16/+2
2021-02-05mm: hugetlb: fix missing put_page in gather_surplus_pages()Gravatar Muchun Song 1-1/+4
2021-02-05mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeGravatar Muchun Song 1-2/+1
2021-02-05mm: hugetlb: fix a race between isolating and freeing pageGravatar Muchun Song 1-2/+2
2021-02-05mm: hugetlb: fix a race between freeing and dissolving the pageGravatar Muchun Song 1-0/+39
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageGravatar Muchun Song 1-1/+1
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Gravatar Will Deacon 1-15/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Gravatar Will Deacon 1-1/+1
2021-01-12mm/hugetlb: fix potential missing huge page size infoGravatar Miaohe Lin 1-1/+1
2020-12-29mm/hugetlb: fix deadlock in hugetlb_cow error pathGravatar Mike Kravetz 1-1/+21
2020-12-15mm: use sysfs_emit for struct kobject * usesGravatar Joe Perches 1-6/+7
2020-12-15hugetlb: fix an error code in hugetlb_reserve_pages()Gravatar Dan Carpenter 1-0/+1
2020-12-15mm,hugetlb: remove unneeded initializationGravatar Oscar Salvador 1-2/+0
2020-12-15mm: hugetlb: fix type of delta parameter and related local variables in gathe...Gravatar Liu Xiang 1-3/+4
2020-12-15mm/hugetlb.c: just use put_page_testzero() instead of page_count()Gravatar Hui Su 1-2/+1
2020-12-15vm_ops: rename .split() callback to .may_split()Gravatar Dmitry Safonov 1-1/+1
2020-12-11mm/hugetlb: clear compound_nr before freeing gigantic pagesGravatar Gerald Schaefer 1-0/+1
2020-11-14hugetlbfs: fix anon huge page migration raceGravatar Mike Kravetz 1-85/+5
2020-11-02hugetlb_cgroup: fix reservation accountingGravatar Mike Kravetz 1-9/+11
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+2
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+10
2020-10-13hugetlb: add lockdep check for i_mmap_rwsem held in huge_pmd_shareGravatar Mike Kravetz 1-4/+11
2020-10-13mm/hugetlb: take the free hpage during the iteration directlyGravatar Wei Yang 1-13/+9
2020-10-13mm/hugetlb: narrow the hugetlb_lock protection area during preparing huge pageGravatar Wei Yang 1-1/+1
2020-10-13mm/hugetlb: a page from buddy is not on any listGravatar Wei Yang 1-1/+1
2020-10-13mm/hugetlb: count file_region to be added when regions_needed != NULLGravatar Wei Yang 1-16/+17
2020-10-13mm/hugetlb: use list_splice to merge two list at onceGravatar Wei Yang 1-5/+2
2020-10-13mm/hugetlb: remove VM_BUG_ON(!nrg) in get_file_region_entry_from_cache()Gravatar Wei Yang 1-1/+0
2020-10-13mm/hugetlb: not necessary to coalesce regions recursivelyGravatar Wei Yang 1-5/+1
2020-10-13mm/hugetlb.c: remove the unnecessary non_swap_entry()Gravatar Baoquan He 1-2/+2
2020-10-13mm/hugetlb.c: make is_hugetlb_entry_hwpoisoned return boolGravatar Baoquan He 1-4/+4
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitGravatar Joe Perches 1-8/+10
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Gravatar Christoph Hellwig 1-12/+37
2020-09-05mm/hugetlb: fix a race between hugetlb sysctl handlersGravatar Muchun Song 1-6/+20
2020-09-05mm/hugetlb: try preferred node first when alloc gigantic page from cmaGravatar Li Xinhai 1-6/+17
2020-09-01mm: cma: use CMA_MAX_NAME to define the length of cma name arrayGravatar Barry Song 1-2/+2
2020-08-12mm/hugetlb: make hugetlb migration callback CMA awareGravatar Joonsoo Kim 1-2/+9
2020-08-12mm/hugetlb: unify migration callbacksGravatar Joonsoo Kim 1-33/+2
2020-08-12mm/hugetlb.c: delete duplicated wordsGravatar Randy Dunlap 1-2/+2
2020-08-12mm: hugetlb: fix the name of hugetlb CMAGravatar Barry Song 1-1/+3
2020-08-12hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemGravatar Mike Kravetz 1-8/+7
2020-08-12mm/hugetlb: add mempolicy check in the reservation routineGravatar Muchun Song 1-4/+18
2020-08-07mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possibleGravatar Peter Xu 1-14/+10
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-0/+1
2020-07-24mm/hugetlb: avoid hardcoding while checking if cma is enabledGravatar Barry Song 1-5/+10
2020-07-03mm/hugetlb.c: fix pages per hugetlb calculationGravatar Mike Kravetz 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-04mm/hugetlb: fix a typos in commentsGravatar Ethon Paul 1-8/+8
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-50/+158