index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
2024-03-06
mm: constify more page/folio tests
Matthew Wilcox (Oracle)
2024-03-06
hugetlb: parallelize 1G hugetlb initialization
Gang Li
2024-03-06
hugetlb: parallelize 2M hugetlb allocation and initialization
Gang Li
2024-03-06
hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
Gang Li
2024-03-06
hugetlb: split hugetlb_hstate_alloc_pages
Gang Li
2024-03-06
hugetlb: code clean for hugetlb_hstate_alloc_pages
Gang Li
2024-03-04
hugetlb: allow faults to be handled under the VMA lock
Vishal Moola (Oracle)
2024-03-04
hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()
Vishal Moola (Oracle)
2024-03-04
hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()
Vishal Moola (Oracle)
2024-03-04
hugetlb: move vm_fault declaration to the top of hugetlb_fault()
Vishal Moola (Oracle)
2024-02-22
mm/hugetlb: move page order check inside hugetlb_cma_reserve()
Anshuman Khandual
2024-02-22
mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...
Baolin Wang
2024-02-22
mm/hugetlb: restore the reservation if needed
Breno Leitao
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-12-29
mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
David Hildenbrand
2023-12-29
mm/rmap: introduce and use hugetlb_add_file_rmap()
David Hildenbrand
2023-12-29
mm/rmap: introduce and use hugetlb_remove_rmap()
David Hildenbrand
2023-12-29
mm/rmap: rename hugepage_add* to hugetlb_add*
David Hildenbrand
2023-12-06
hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
Mike Kravetz
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
2023-10-25
mempolicy: mmap_lock is not needed while migrating folios
Hugh Dickins
2023-10-25
hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functions
Usama Arif
2023-10-25
hugetlb: perform vmemmap restoration on a list of pages
Mike Kravetz
2023-10-25
hugetlb: perform vmemmap optimization on a list of pages
Mike Kravetz
2023-10-25
hugetlb: restructure pool allocations
Mike Kravetz
2023-10-25
hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
Mike Kravetz
2023-10-18
hugetlb: memcg: account hugetlb-backed memory in memory controller
Nhat Pham
2023-10-18
mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDER
Frank van der Linden
2023-10-18
mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
David Hildenbrand
2023-10-18
mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()
David Hildenbrand
2023-10-18
fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
Muhammad Usama Anjum
2023-10-18
userfaultfd: UFFD_FEATURE_WP_ASYNC
Peter Xu
2023-10-18
hugetlb: check for hugetlb folio before vmemmap_restore
Mike Kravetz
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-10-18
hugetlbfs: close race between MADV_DONTNEED and page fault
Rik van Riel
2023-10-18
hugetlbfs: extend hugetlb_vma_lock to private VMAs
Rik van Riel
2023-10-18
hugetlbfs: clear resv_map pointer if mmap fails
Rik van Riel
2023-10-16
mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...
Sidhartha Kumar
2023-10-16
mm/filemap: remove hugetlb special casing in filemap.c
Sidhartha Kumar
2023-10-04
hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()
Matthew Wilcox (Oracle)
2023-10-04
hugetlb: remove a few calls to page_folio()
Matthew Wilcox (Oracle)
2023-10-04
hugetlb: use a folio in free_hpage_workfn()
Matthew Wilcox (Oracle)
2023-10-04
mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVO
Usama Arif
2023-10-04
mm/hugetlb: use nth_page() in place of direct struct page manipulation
Zi Yan
2023-10-04
mm/hugetlb: fix nodes huge page allocation when there are surplus pages
Xueshi Hu
2023-10-04
hugetlb: set hugetlb page flag before optimizing vmemmap
Mike Kravetz
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
2023-08-24
hugetlb: add documentation for vma_kernel_pagesize()
Matthew Wilcox (Oracle)
[prev]
[next]