summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin2021-03-251-4/+37
* hugetlb: do early cow when page pinned on src mmPeter Xu2021-03-131-4/+62
* mm: use is_cow_mapping() across tree where properPeter Xu2021-03-131-3/+1
* hugetlb: break earlier in add_reservation_in_range() when we canPeter Xu2021-03-131-1/+1
* hugetlb: dedup the code to add a new file_regionPeter Xu2021-03-131-24/+27
* mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz2021-02-241-23/+14
* hugetlb: fix uninitialized subpool pointerMike Kravetz2021-02-241-0/+1
* hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz2021-02-241-19/+4
* hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz2021-02-241-29/+7
* hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz2021-02-241-34/+11
* hugetlb: use page.private for hugetlb specific page flagsMike Kravetz2021-02-241-23/+25
* mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun2021-02-241-2/+2
* hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz2021-02-241-2/+4
* mm/hugetlb: use helper huge_page_size() to get hugepage sizeMiaohe Lin2021-02-241-8/+6
* mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()Miaohe Lin2021-02-241-1/+0
* mm/hugetlb: use helper function range_in_vma() in page_table_shareable()Miaohe Lin2021-02-241-1/+1
* mm/hugetlb.c: fix typos in commentsZhiyuan Dai2021-02-241-1/+1
* mm/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu2021-02-241-5/+2
* mm/hugetlb: fix some comment typosMiaohe Lin2021-02-241-3/+3
* mm/hugetlb: refactor subpage recordingJoao Martins2021-02-241-21/+28
* mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins2021-02-241-19/+24
* mm/hugetlb: simplify the calculation of variablesJiapeng Zhong2021-02-241-2/+1
* mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabledMiaohe Lin2021-02-241-3/+13
* mm/hugetlb: use helper huge_page_order and pages_per_huge_pageMiaohe Lin2021-02-241-2/+2
* mm/hugetlb: avoid unnecessary hugetlb_acct_memory() callMiaohe Lin2021-02-241-0/+3
* mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai2021-02-241-10/+12
* mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin2021-02-241-1/+3
* 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
|\ \ \