aboutsummaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-07mm: remove unnecessary condition in remove_inode_hugepagesGravatar zhong jiang 1-2/+2
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEGravatar Yisheng Xie 1-1/+1
2016-10-07mm/hugetlb: improve locking in dissolve_free_huge_pages()Gravatar Gerald Schaefer 1-3/+9
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGravatar Gerald Schaefer 1-5/+21
2016-10-07mm/hugetlb: fix memory offline with hugepage size > memory block sizeGravatar Gerald Schaefer 1-6/+7
2016-08-11mm/hugetlb: fix incorrect hugepages count during mem hotplugGravatar zhong jiang 1-0/+1
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+9
2016-08-02mm, hugetlb: fix huge_pte_alloc BUG_ONGravatar Michal Hocko 1-1/+1
2016-08-02mm/hugetlb: avoid soft lockup in set_max_huge_pages()Gravatar Jia He 1-0/+4
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeGravatar Aneesh Kumar K.V 1-1/+9
2016-07-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2016-07-28mm: hwpoison: remove incorrect commentsGravatar Naoya Horiguchi 1-1/+0
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-33/+21
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Gravatar Aneesh Kumar K.V 1-1/+1
2016-07-26mm/hugetlb: simplify hugetlb unmapGravatar Aneesh Kumar K.V 1-33/+21
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+3
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Gravatar Hugh Dickins 1-1/+1
2016-07-06s390/mm: add support for 2GB hugepagesGravatar Gerald Schaefer 1-1/+3
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Gravatar Al Viro 1-4/+42
2016-06-24mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGravatar Gerald Schaefer 1-0/+1
2016-06-24hugetlb: fix nr_pmds accounting with shared page tablesGravatar Kirill A. Shutemov 1-2/+1
2016-06-09mm/hugetlb: fix huge page reserve accounting for private mappingsGravatar Mike Kravetz 1-2/+40
2016-05-29file_inode(f)->i_mapping is f->f_mappingGravatar Al Viro 1-1/+1
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2016-05-20/dev/dax, core: file operations and dax-mmapGravatar Dan Williams 1-0/+1
2016-05-19mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Gravatar Joonsoo Kim 1-3/+6
2016-05-19mm/hugetlb.c: use first_memory_nodeGravatar Andrew Morton 1-2/+2
2016-05-19mm/hugetlb: introduce hugetlb_bad_size()Gravatar Vaishali Thakkar 1-1/+13
2016-05-19mm/hugetlb: optimize minimum size (min_size) accountingGravatar Mike Kravetz 1-2/+4
2016-05-19include/linux/nodemask.h: create next_node_in() helperGravatar Andrew Morton 1-3/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2016-03-17mm: convert pr_warning to pr_warnGravatar Joe Perches 1-3/+2
2016-03-09mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersGravatar Jan Stancek 1-2/+2
2016-03-09mm/hugetlb: hugetlb_no_page: rate-limit warning messageGravatar Geoffrey Thomas 1-1/+1
2016-02-18mm/hugetlb.c: fix incorrect proc nr_hugepages valueGravatar Vaishali Thakkar 1-2/+4
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesGravatar Vlastimil Babka 1-1/+1
2016-02-05mm/hugetlb: fix gigantic page initialization/allocationGravatar Mike Kravetz 1-2/+3
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsGravatar Kirill A. Shutemov 1-2/+2
2016-01-15mm: drop tail page refcountingGravatar Kirill A. Shutemov 1-1/+1
2016-01-15rmap: add argument to charge compound pageGravatar Kirill A. Shutemov 1-2/+2
2016-01-15page-flags: define PG_reserved behavior on compound pagesGravatar Kirill A. Shutemov 1-1/+1
2016-01-14hugetlb: make mm and fs code explicitly non-modularGravatar Paul Gortmaker 1-38/+1
2015-12-12mm/hugetlb.c: fix resv map memory leak for placeholder entriesGravatar Mike Kravetz 1-2/+12
2015-12-12mm: hugetlb: call huge_pte_alloc() only if ptep is nullGravatar Naoya Horiguchi 1-4/+4
2015-12-12mm: hugetlb: fix hugepage memory leak caused by wrong reserve countGravatar Naoya Horiguchi 1-1/+4
2015-11-10hugetlb: trivial comment fixGravatar Naoya Horiguchi 1-2/+2
2015-11-06mm: use 'unsigned int' for page orderGravatar Kirill A. Shutemov 1-9/+10
2015-11-06mm: make compound_head() robustGravatar Kirill A. Shutemov 1-6/+2
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageGravatar Kirill A. Shutemov 1-4/+4