summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
Commit message (Expand)AuthorAgeFilesLines
* mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel2022-11-031-1/+1
* hugetlb: fix huge_pmd_unshare address updateMike Kravetz2022-06-141-1/+8
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-011-4/+19
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-07-111-4/+1
* mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-101-2/+12
* hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz2021-06-031-5/+5
* mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin2021-05-221-2/+9
* 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-071-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
* hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand2019-10-291-3/+2
* mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2019-07-031-9/+20
* hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-06-151-5/+16
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-221-16/+6
* mm/hugetlb.c: don't put_page in lock of hugetlb_lockKai Shen2019-05-221-1/+2
* mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2019-05-041-0/+13
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-051-3/+13
* mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAITAndrea Arcangeli2019-02-061-1/+2
* userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli2018-12-081-1/+1
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-211-4/+19
* hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-11-131-0/+6
* hugetlb: take PMD sharing into account when flushing tlb/cachesMike Kravetz2018-10-051-9/+44
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-10-051-2/+35
* mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-231-16/+13
* mm: fix race on soft-offlining free huge pagesNaoya Horiguchi2018-08-231-6/+5
* mm/hugetlb.c: don't zero 1GiB bootmem pagesCannon Matthews2018-08-171-1/+2
* mm/hugetlb: remove gigantic page support for HIGHMEMMike Kravetz2018-08-171-8/+1
* mm, hugetlbfs: pass fault address to cow handlerHuang Ying2018-08-171-4/+5
* mm, hugetlbfs: rename address to haddr in hugetlb_cow()Huang Ying2018-08-171-14/+12
* ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu2018-08-021-0/+7
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-031-0/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* mm, hugetlbfs: pass fault address to no page handlerHuang Ying2018-06-071-21/+21
* mm: change return type to vm_fault_tSouptick Joarder2018-06-071-1/+1
* Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-2/+2
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-2/+2
* | mm, hugetlbfs: introduce ->pagesize() to vm_operations_structDan Williams2018-04-051-8/+11
* | mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()Dan Williams2018-04-051-5/+3
* | hugetlbfs: check for pgoff value overflowMike Kravetz2018-03-221-0/+7
* | hugetlb: fix surplus pages accountingMichal Hocko2018-03-091-1/+1
|/
* hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko2018-01-311-3/+2
* hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko2018-01-311-14/+19