summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov2016-06-241-2/+1
|/ /
* | mm/hugetlb: fix huge page reserve accounting for private mappingsMike Kravetz2016-06-091-2/+40
|/
* Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-231-0/+1
|\
| * /dev/dax, core: file operations and dax-mmapDan Williams2016-05-201-0/+1
* | mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim2016-05-191-3/+6
* | mm/hugetlb.c: use first_memory_nodeAndrew Morton2016-05-191-2/+2
* | mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar2016-05-191-1/+13
* | mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz2016-05-191-2/+4
* | include/linux/nodemask.h: create next_node_in() helperAndrew Morton2016-05-191-3/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-4/+4
* mm: convert pr_warning to pr_warnJoe Perches2016-03-171-3/+2
* mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersJan Stancek2016-03-091-2/+2
* mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas2016-03-091-1/+1
* mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar2016-02-181-2/+4
* mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2016-02-051-1/+1
* mm/hugetlb: fix gigantic page initialization/allocationMike Kravetz2016-02-051-2/+3
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-151-2/+2
* mm: drop tail page refcountingKirill A. Shutemov2016-01-151-1/+1
* rmap: add argument to charge compound pageKirill A. Shutemov2016-01-151-2/+2
* page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov2016-01-151-1/+1
* hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker2016-01-141-38/+1
* mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz2015-12-121-2/+12
* mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi2015-12-121-4/+4
* mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi2015-12-121-1/+4
* hugetlb: trivial comment fixNaoya Horiguchi2015-11-101-2/+2
* mm: use 'unsigned int' for page orderKirill A. Shutemov2015-11-061-9/+10
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-6/+2
* mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2015-11-061-4/+4
OpenPOWER on IntegriCloud