summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: fix huge_pmd_unshare address updateMike Kravetz2022-06-141-1/+8
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-11-261-4/+19
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-301-4/+1
* mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-101-2/+12
* mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin2021-05-191-2/+9
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-03-301-5/+5
* mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai2021-03-071-10/+12
* hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz2021-03-041-2/+4
* mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin2021-03-041-1/+3
* mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-101-2/+1
* mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-101-2/+2
* mm: hugetlb: fix a race between freeing and dissolving the pageMuchun Song2021-02-101-0/+39
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-101-1/+1
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-191-1/+1
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-091-6/+20
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-261-14/+10
* mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng2020-04-291-6/+8
* mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-091-1/+50
* 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
|/
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-011-3/+13
* mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAITAndrea Arcangeli2019-02-011-1/+2
* hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz2019-01-081-49/+15
* hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz2019-01-081-10/+11
* mm/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
* hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz2018-12-281-11/+10
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2018-12-281-15/+49
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-27/+25
* hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page()Yongkai Wu2018-12-141-2/+3
* userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli2018-11-301-1/+1