summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hugetlbfs: fix potential over/underflow setting node specific nr_hugepagesMike Kravetz2019-05-141-7/+34
* hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-16/+38
* mm/hugetlb.c: don't put_page in lock of hugetlb_lockKai Shen2019-05-141-1/+2
* Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-1/+1
|\
| * asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-1/+1
* | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-0/+13
|\ \ | |/ |/|
| * mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2019-04-141-0/+13
* | mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V2019-03-051-2/+2
* | mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V2019-03-051-3/+5
* | mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2019-03-051-1/+1
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
|/