summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: remove prep_compound_huge_page cleanupMike Kravetz2021-07-141-19/+10
* mm/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu2021-07-141-5/+2
* mm/hugetlb: use helper huge_page_order and pages_per_huge_pageMiaohe Lin2021-07-141-2/+2
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-301-4/+1
* mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-101-2/+12
* mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin2021-05-191-2/+9
* hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin2021-03-301-4/+37
* mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai2021-03-071-10/+12
* hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz2021-03-041-2/+4
* mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun2021-03-041-2/+2
* mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin2021-03-041-1/+3
* mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-101-2/+1
* mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-101-2/+2
* mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-02-101-0/+39
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+1
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-191-1/+1
* mm/hugetlb: fix deadlock in hugetlb_cow error pathMike Kravetz2021-01-061-1/+21
* hugetlb: fix an error code in hugetlb_reserve_pages()Dan Carpenter2020-12-301-0/+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