summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-11mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz1-0/+66
2016-10-08mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-2/+2
2016-10-08mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-1/+1
2016-10-08mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer1-3/+9
2016-10-08mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer1-5/+21
2016-10-08mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer1-6/+7
2016-08-12mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang1-0/+1
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+9
2016-08-03mm, hugetlb: fix huge_pte_alloc BUG_ONMichal Hocko1-1/+1
2016-08-03mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He1-0/+4
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V1-1/+9
2016-07-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2016-07-29mm: hwpoison: remove incorrect commentsNaoya Horiguchi1-1/+0
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-33/+21
2016-07-27mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V1-1/+1
2016-07-27mm/hugetlb: simplify hugetlb unmapAneesh Kumar K.V1-33/+21
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+3
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins1-1/+1
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer1-1/+3
2016-07-01Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro1-4/+42
2016-06-25mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer1-0/+1
2016-06-25hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov1-2/+1
2016-06-10mm/hugetlb: fix huge page reserve accounting for private mappingsMike Kravetz1-2/+40
2016-05-30file_inode(f)->i_mapping is f->f_mappingAl Viro1-1/+1
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2016-05-21/dev/dax, core: file operations and dax-mmapDan Williams1-0/+1
2016-05-20mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim1-3/+6
2016-05-20mm/hugetlb.c: use first_memory_nodeAndrew Morton1-2/+2
2016-05-20mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar1-1/+13
2016-05-20mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz1-2/+4
2016-05-20include/linux/nodemask.h: create next_node_in() helperAndrew Morton1-3/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-03-18mm: convert pr_warning to pr_warnJoe Perches1-3/+2
2016-03-10mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersJan Stancek1-2/+2
2016-03-10mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas1-1/+1
2016-02-19mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar1-2/+4
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-1/+1
2016-02-06mm/hugetlb: fix gigantic page initialization/allocationMike Kravetz1-2/+3
2016-01-16mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-2/+2
2016-01-16mm: drop tail page refcountingKirill A. Shutemov1-1/+1
2016-01-16rmap: add argument to charge compound pageKirill A. Shutemov1-2/+2
2016-01-16page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-15hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker1-38/+1
2015-12-12mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz1-2/+12
2015-12-12mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi1-4/+4
2015-12-12mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi1-1/+4
2015-11-11hugetlb: trivial comment fixNaoya Horiguchi1-2/+2
2015-11-07mm: use 'unsigned int' for page orderKirill A. Shutemov1-9/+10
2015-11-07mm: make compound_head() robustKirill A. Shutemov1-6/+2