summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz2017-03-311-1/+3
* mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi2017-03-311-2/+4
* mm: convert generic code to 5-level pagingKirill A. Shutemov2017-03-091-11/+18
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* mm: alloc_contig_range: allow to specify GFP maskLucas Stach2017-02-241-1/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+1
* userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappingsMike Kravetz2017-02-221-2/+24
* userfaultfd: hugetlbfs: gup: support VM_FAULT_RETRYAndrea Arcangeli2017-02-221-8/+40
* userfaultfd: hugetlbfs: add userfaultfd hugetlb hookMike Kravetz2017-02-221-0/+33
* userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processingMike Kravetz2017-02-221-1/+1
* userfaultfd: hugetlbfs: add hugetlb_mcopy_atomic_pte for userfaultfd supportMike Kravetz2017-02-221-0/+81
* mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-101-9/+28
* mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+5
* mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-121-1/+1
* mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V2016-12-121-4/+2
* mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V2016-12-121-5/+7
* mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz2016-11-111-0/+66
* 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
OpenPOWER on IntegriCloud