index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
Miaohe Lin
1
-1
/
+1
2024-04-24
hugetlb: check for anon_vma prior to folio allocation
Vishal Moola (Oracle)
1
-4
/
+7
2024-04-24
mm: turn folio_test_hugetlb into a PageType
Matthew Wilcox (Oracle)
1
-19
/
+3
2024-04-24
mm/hugetlb: fix missing hugetlb_lock for resv uncharge
Peter Xu
1
-1
/
+4
2024-04-16
mm/userfaultfd: allow hugetlb change protection upon poison entry
Peter Xu
1
-3
/
+7
2024-03-12
mm: add an explicit smp_wmb() to UFFDIO_CONTINUE
James Houghton
1
-4
/
+13
2024-03-06
mm: constify more page/folio tests
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-03-06
hugetlb: parallelize 1G hugetlb initialization
Gang Li
1
-8
/
+43
2024-03-06
hugetlb: parallelize 2M hugetlb allocation and initialization
Gang Li
1
-17
/
+56
2024-03-06
hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
Gang Li
1
-10
/
+12
2024-03-06
hugetlb: split hugetlb_hstate_alloc_pages
Gang Li
1
-44
/
+43
2024-03-06
hugetlb: code clean for hugetlb_hstate_alloc_pages
Gang Li
1
-17
/
+29
2024-03-04
hugetlb: allow faults to be handled under the VMA lock
Vishal Moola (Oracle)
1
-6
/
+0
2024-03-04
hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()
Vishal Moola (Oracle)
1
-9
/
+9
2024-03-04
hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()
Vishal Moola (Oracle)
1
-29
/
+9
2024-03-04
hugetlb: move vm_fault declaration to the top of hugetlb_fault()
Vishal Moola (Oracle)
1
-13
/
+19
2024-02-22
mm/hugetlb: move page order check inside hugetlb_cma_reserve()
Anshuman Khandual
1
-0
/
+7
2024-02-22
mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...
Baolin Wang
1
-16
/
+16
2024-02-22
mm/hugetlb: restore the reservation if needed
Breno Leitao
1
-0
/
+25
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-13
/
+12
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-2
/
+2
2024-01-08
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-12-29
mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
David Hildenbrand
1
-2
/
+1
2023-12-29
mm/rmap: introduce and use hugetlb_add_file_rmap()
David Hildenbrand
1
-3
/
+3
2023-12-29
mm/rmap: introduce and use hugetlb_remove_rmap()
David Hildenbrand
1
-2
/
+2
2023-12-29
mm/rmap: rename hugepage_add* to hugetlb_add*
David Hildenbrand
1
-4
/
+4
2023-12-06
hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
Mike Kravetz
1
-0
/
+7
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-10-25
mempolicy: mmap_lock is not needed while migrating folios
Hugh Dickins
1
-18
/
+20
2023-10-25
hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functions
Usama Arif
1
-7
/
+7
2023-10-25
hugetlb: perform vmemmap restoration on a list of pages
Mike Kravetz
1
-28
/
+71
2023-10-25
hugetlb: perform vmemmap optimization on a list of pages
Mike Kravetz
1
-8
/
+35
2023-10-25
hugetlb: restructure pool allocations
Mike Kravetz
1
-39
/
+141
2023-10-25
hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
Mike Kravetz
1
-0
/
+39
2023-10-18
hugetlb: memcg: account hugetlb-backed memory in memory controller
Nhat Pham
1
-7
/
+28
2023-10-18
mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDER
Frank van der Linden
1
-1
/
+1
2023-10-18
mm/rmap: convert page_move_anon_rmap() to folio_move_anon_rmap()
David Hildenbrand
1
-1
/
+1
2023-10-18
mm/rmap: move SetPageAnonExclusive() out of page_move_anon_rmap()
David Hildenbrand
1
-1
/
+3
2023-10-18
fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
Muhammad Usama Anjum
1
-2
/
+3
2023-10-18
userfaultfd: UFFD_FEATURE_WP_ASYNC
Peter Xu
1
-13
/
+19
2023-10-18
hugetlb: check for hugetlb folio before vmemmap_restore
Mike Kravetz
1
-9
/
+15
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-19
/
+63
2023-10-18
hugetlbfs: close race between MADV_DONTNEED and page fault
Rik van Riel
1
-12
/
+22
2023-10-18
hugetlbfs: extend hugetlb_vma_lock to private VMAs
Rik van Riel
1
-4
/
+37
2023-10-18
hugetlbfs: clear resv_map pointer if mmap fails
Rik van Riel
1
-3
/
+4
2023-10-16
mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...
Sidhartha Kumar
1
-1
/
+1
2023-10-16
mm/filemap: remove hugetlb special casing in filemap.c
Sidhartha Kumar
1
-26
/
+6
2023-10-04
hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()
Matthew Wilcox (Oracle)
1
-14
/
+15
2023-10-04
hugetlb: remove a few calls to page_folio()
Matthew Wilcox (Oracle)
1
-15
/
+11
2023-10-04
hugetlb: use a folio in free_hpage_workfn()
Matthew Wilcox (Oracle)
1
-6
/
+6
[next]