summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2021-12-08hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz
2021-12-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit
2021-07-11mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-03hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz
2021-05-22mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin
2021-03-07mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai
2021-03-07hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz
2021-03-03mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song
2021-03-03mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin
2021-02-10mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song
2021-02-10mm: hugetlb: fix a race between isolating and freeing pageMuchun Song
2021-02-10mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song
2021-01-23mm/hugetlb: fix potential missing huge page size infoMiaohe Lin
2020-09-12mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song
2020-08-26mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu
2019-06-22hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz
2019-06-11mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds
2019-05-31hugetlb: use same fault hash key for shared and private mappingsMike Kravetz
2019-03-13hugetlbfs: fix races and page leaks during migrationMike Kravetz
2018-12-08hugetlbfs: check for pgoff value overflowMike Kravetz
2018-12-08mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-13hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews
2017-12-05mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams
2017-04-08mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-01-19mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-01-12mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V
2016-11-11mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie
2016-10-07mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer
2016-10-07mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer
2016-08-11mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-08-02mm, hugetlb: fix huge_pte_alloc BUG_ONMichal Hocko
2016-08-02mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-28mm: hwpoison: remove incorrect commentsNaoya Horiguchi
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V
2016-07-26mm/hugetlb: simplify hugetlb unmapAneesh Kumar K.V
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro