summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-4/+1
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-06-031-4/+4
* mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin2021-05-221-2/+9
* 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-071-2/+4
* mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-03-031-0/+39
* mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin2021-03-031-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: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+1
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-231-1/+1
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-121-6/+20
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-261-14/+10
* hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-06-221-5/+16
* mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2019-06-111-1/+15
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-311-14/+5
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-131-2/+12
* hugetlbfs: check for pgoff value overflowMike Kravetz2018-12-081-0/+6
* mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2018-12-081-1/+3
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-11-211-2/+35
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-211-4/+19
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-11-131-0/+6
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-111-0/+1
* mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-12-051-0/+8
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-04-081-2/+4
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-191-9/+28
* mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V2017-01-121-5/+7
* mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz2016-11-111-0/+66
* mm: remove unnecessary condition in remove_inode_hugepageszhong jiang2016-10-071-2/+2
* mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie2016-10-071-1/+1
* mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer2016-10-071-3/+9
* mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2016-10-071-5/+21
* mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer2016-10-071-6/+7
* mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang2016-08-111-0/+1
* Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-051-1/+9
|\
| * powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V2016-08-011-1/+9
* | mm, hugetlb: fix huge_pte_alloc BUG_ONMichal Hocko2016-08-021-1/+1
* | mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-08-021-0/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-281-1/+0
|\
| * mm: hwpoison: remove incorrect commentsNaoya Horiguchi2016-07-281-1/+0
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-281-1/+1
|\ \ | |/ |/|
| * Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-301-4/+42
| |\
| * | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-291-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-33/+21
|\ \ \
| * | | mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-261-1/+1
| * | | mm/hugetlb: simplify hugetlb unmapAneesh Kumar K.V2016-07-261-33/+21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-07-261-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | s390/mm: add support for 2GB hugepagesGerald Schaefer2016-07-061-1/+3
* | | | mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins2016-07-151-1/+1
| |_|/ |/| |
* | | mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer2016-06-241-0/+1