summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2017-06-02mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse
2017-03-31mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz
2017-03-31mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()Naoya Horiguchi
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24mm: alloc_contig_range: allow to specify GFP maskLucas Stach
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappingsMike Kravetz
2017-02-22userfaultfd: hugetlbfs: gup: support VM_FAULT_RETRYAndrea Arcangeli
2017-02-22userfaultfd: hugetlbfs: add userfaultfd hugetlb hookMike Kravetz
2017-02-22userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processingMike Kravetz
2017-02-22userfaultfd: hugetlbfs: add hugetlb_mcopy_atomic_pte for userfaultfd supportMike Kravetz
2017-01-10mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V
2016-12-12mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V
2016-12-12mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V
2016-11-11mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie
2016-10-07mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer
2016-10-07mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer
2016-08-11mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-08-02mm, hugetlb: fix huge_pte_alloc BUG_ONMichal Hocko
2016-08-02mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V
2016-07-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-28mm: hwpoison: remove incorrect commentsNaoya Horiguchi
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V
2016-07-26mm/hugetlb: simplify hugetlb unmapAneesh Kumar K.V
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-06-24mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer
2016-06-24hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov
2016-06-09mm/hugetlb: fix huge page reserve accounting for private mappingsMike Kravetz
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-05-20/dev/dax, core: file operations and dax-mmapDan Williams
2016-05-19mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim
2016-05-19mm/hugetlb.c: use first_memory_nodeAndrew Morton
2016-05-19mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar
2016-05-19mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov