summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb: fix the name of hugetlb CMABarry Song2020-06-211-1/+3
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm/hugetlb: fix a typos in commentsEthon Paul2020-06-041-8/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-031-50/+158
|\
| * mm/hugetlb: avoid unnecessary check on pud and pmd entry in huge_pte_offsetLi Xinhai2020-06-031-17/+11
| * hugetlbfs: fix changes to command line processingMike Kravetz2020-06-031-16/+4
| * hugetlbfs: clean up command line processingMike Kravetz2020-06-031-31/+128
| * hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-3/+6
| * hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-6/+17
| * hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-3/+18
* | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-5/+4
|\ \ | |/ |/|
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-5/+4
* | mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng2020-04-211-6/+8
|/
* mm: hugetlb: optionally allocate gigantic hugepages using cmaRoman Gushchin2020-04-101-0/+109
* mm/hugetlb: add missing annotation for gather_surplus_pages()Jules Irenge2020-04-071-0/+1
* mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()Vlastimil Babka2020-04-021-1/+1
* mm/hugetlb.c: clean code by removing unnecessary initializationMateusz Nosek2020-04-021-1/+1
* hugetlb: support file_region coalescing againMina Almasry2020-04-021-0/+44
* hugetlb_cgroup: support noreserve mappingsMina Almasry2020-04-021-1/+26
* hugetlb_cgroup: add accounting for shared mappingsMina Almasry2020-04-021-54/+94
* hugetlb: disable region_add file_region coalescingMina Almasry2020-04-021-108/+228
* hugetlb_cgroup: add reservation accounting for private mappingsMina Almasry2020-04-021-3/+44
* hugetlb_cgroup: add interface for charge/uncharge hugetlb reservationsMina Almasry2020-04-021-0/+2
* hugetlbfs: Use i_mmap_rwsem to address page fault/truncate raceMike Kravetz2020-04-021-12/+11
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2020-04-021-11/+145
* mm/gup: allow to react to fatal signalsPeter Xu2020-04-021-1/+2
* mm/gup: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-2/+4
* mm/gup: rename "nonblocking" to "locked" where properPeter Xu2020-04-021-4/+4
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-021-0/+6
* mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-021-18/+36
* mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-041-1/+50
* mm/hugetlb: avoid looping to the same hugepage if !pages and !vmasZhigang Lu2019-12-011-0/+15
* hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()Wei Yang2019-12-011-6/+4
* hugetlb: remove duplicated codeMina Almasry2019-12-011-62/+57
* hugetlb: region_chg provides only cache entryMina Almasry2019-12-011-52/+11
* hugetlbfs: take read_lock on i_mmap for PMD sharingWaiman Long2019-12-011-2/+2
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2019-12-011-5/+5
* mm/page_alloc: add alloc_contig_pages()Anshuman Khandual2019-12-011-75/+2
* hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand2019-10-191-3/+2
* hugetlbfs: don't retry when pool page allocations start to failMike Kravetz2019-09-241-10/+79
* hugetlbfs: fix hugetlb page migration/fault race causing SIGBUSMike Kravetz2019-08-131-0/+19
* mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2019-06-291-9/+20
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* hugetlbfs: always use address space in inode for resv_map pointerMike Kravetz2019-05-141-1/+18
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-4/+4
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-4/+8
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-141-16/+6
* hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-05-141-5/+16
* mm/hugetlb: get rid of NODEMASK_ALLOCOscar Salvador2019-05-141-25/+11