index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
2021-12-08
hugetlb: take PMD sharing into account when flushing tlb/caches
Mike Kravetz
2021-12-08
hugetlbfs: flush TLBs correctly after huge_pmd_unshare
Nadav Amit
2021-06-03
hugetlbfs: hugetlb_fault_mutex_hash() cleanup
Mike Kravetz
2021-03-07
mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
Li Xinhai
2021-03-07
hugetlb: fix update_and_free_page contig page struct assumption
Mike Kravetz
2021-03-03
mm: hugetlb: fix a race between freeing and dissolving the page
Muchun Song
2021-03-03
mm/hugetlb: fix potential double free in hugetlb_register_node() error path
Miaohe Lin
2021-02-10
mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
Muchun Song
2021-02-10
mm: hugetlb: fix a race between isolating and freeing page
Muchun Song
2021-02-10
mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
Muchun Song
2021-01-23
mm/hugetlb: fix potential missing huge page size info
Miaohe Lin
2020-09-12
mm/hugetlb: fix a race between hugetlb sysctl handlers
Muchun Song
2020-08-26
mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible
Peter Xu
2020-03-11
mm: prevent get_user_pages() from overflowing page refcount
Linus Torvalds
2019-06-22
hugetlbfs: on restore reserve error path retain subpool reservation
Mike Kravetz
2019-06-11
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
2019-03-23
hugetlbfs: fix races and page leaks during migration
Mike Kravetz
2018-12-17
hugetlbfs: check for pgoff value overflow
Mike Kravetz
2018-12-17
mm/hugetlb.c: don't call region_abort if region_chg fails
Mike Kravetz
2018-11-21
mm: migration: fix migration of huge PMD shared pages
Mike Kravetz
2018-11-21
hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
Mike Kravetz
2018-11-21
hugetlbfs: dirty pages as they are added to pagecache
Mike Kravetz
2018-07-11
mm: hugetlb: yield when prepping struct pages
Cannon Matthews
2017-04-08
mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
Naoya Horiguchi
2017-01-19
mm/hugetlb.c: fix reservation race when freeing surplus pages
Mike Kravetz
2016-10-31
mm/hugetlb: fix memory offline with hugepage size > memory block size
Gerald Schaefer
2016-09-07
hugetlb: fix nr_pmds accounting with shared page tables
Kirill A. Shutemov
2016-08-20
mm/hugetlb: avoid soft lockup in set_max_huge_pages()
Jia He
2015-12-12
mm/hugetlb.c: fix resv map memory leak for placeholder entries
Mike Kravetz
2015-12-12
mm: hugetlb: call huge_pte_alloc() only if ptep is null
Naoya Horiguchi
2015-12-12
mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
Naoya Horiguchi
2015-11-10
hugetlb: trivial comment fix
Naoya Horiguchi
2015-11-06
mm: use 'unsigned int' for page order
Kirill A. Shutemov
2015-11-06
mm: make compound_head() robust
Kirill A. Shutemov
2015-11-06
mm: pack compound_dtor and compound_order into one word in struct page
Kirill A. Shutemov
2015-11-05
mm: introduce VM_LOCKONFAULT
Eric B Munson
2015-11-05
mm, hugetlbfs: optimize when NUMA=n
Dave Hansen
2015-11-05
mm, hugetlb: use memory policy when available
Dave Hansen
2015-11-05
mm/hugetlb: make node_hstates array static
Alexander Kuleshov
2015-11-05
mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
Naoya Horiguchi
2015-10-01
mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
Mel Gorman
2015-09-08
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
2015-09-08
hugetlbfs: add hugetlbfs_fallocate()
Mike Kravetz
2015-09-08
hugetlbfs: New huge_add_to_page_cache helper routine
Mike Kravetz
2015-09-08
mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
Mike Kravetz
2015-09-08
mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
Mike Kravetz
2015-09-08
hugetlbfs: truncate_hugepages() takes a range of pages
Mike Kravetz
2015-09-08
mm/hugetlb: expose hugetlb fault mutex for use by fallocate
Mike Kravetz
2015-09-08
mm/hugetlb: add region_del() to delete a specific range of entries
Mike Kravetz
2015-09-08
mm/hugetlb: add cache of descriptors to resv_map for region_add
Mike Kravetz
[next]