summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-24mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer1-0/+1
2016-06-24hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov1-2/+1
2016-06-09mm/hugetlb: fix huge page reserve accounting for private mappingsMike Kravetz1-2/+40
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2016-05-20/dev/dax, core: file operations and dax-mmapDan Williams1-0/+1
2016-05-19mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim1-3/+6
2016-05-19mm/hugetlb.c: use first_memory_nodeAndrew Morton1-2/+2
2016-05-19mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar1-1/+13
2016-05-19mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz1-2/+4
2016-05-19include/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-17mm: convert pr_warning to pr_warnJoe Perches1-3/+2
2016-03-09mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersJan Stancek1-2/+2
2016-03-09mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas1-1/+1
2016-02-18mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar1-2/+4
2016-02-05mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-1/+1
2016-02-05mm/hugetlb: fix gigantic page initialization/allocationMike Kravetz1-2/+3
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov1-2/+2
2016-01-15mm: drop tail page refcountingKirill A. Shutemov1-1/+1
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-2/+2
2016-01-15page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-14hugetlb: 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-10hugetlb: trivial comment fixNaoya Horiguchi1-2/+2
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov1-9/+10
2015-11-06mm: make compound_head() robustKirill A. Shutemov1-6/+2
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov1-4/+4
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson1-2/+2
2015-11-05mm, hugetlbfs: optimize when NUMA=nDave Hansen1-5/+13
2015-11-05mm, hugetlb: use memory policy when availableDave Hansen1-12/+104
2015-11-05mm/hugetlb: make node_hstates array staticAlexander Kuleshov1-1/+1
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi1-0/+9
2015-10-01mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-2/+2
2015-09-08hugetlbfs: add hugetlbfs_fallocate()Mike Kravetz1-1/+1
2015-09-08hugetlbfs: New huge_add_to_page_cache helper routineMike Kravetz1-9/+18
2015-09-08mm/hugetlb: alloc_huge_page handle areas hole punched by fallocateMike Kravetz1-15/+39
2015-09-08mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punchMike Kravetz1-2/+13
2015-09-08hugetlbfs: truncate_hugepages() takes a range of pagesMike Kravetz1-3/+37
2015-09-08mm/hugetlb: expose hugetlb fault mutex for use by fallocateMike Kravetz1-10/+10
2015-09-08mm/hugetlb: add region_del() to delete a specific range of entriesMike Kravetz1-37/+85
2015-09-08mm/hugetlb: add cache of descriptors to resv_map for region_addMike Kravetz1-22/+152
2015-09-04mm/hugetlb.c: make vma_has_reserves() return boolNicholas Krause1-6/+6
2015-09-04mm/hugetlb.c: make vma_shareable() return boolNicholas Krause1-3/+3
2015-06-25mm/hugetlb: remove unused arch hook prepare/release_hugepageDominik Dingel1-10/+0
2015-06-24mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz1-4/+35
2015-06-24mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz1-24/+48
2015-06-24mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz1-2/+50