index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folio
Miaohe Lin
2024-07-09
1
-0
/
+3
*
mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()
Miaohe Lin
2024-07-09
1
-7
/
+7
*
mm/hugetlb_vmemmap: fix race with speculative PFN walkers
Yu Zhao
2024-07-03
1
-46
/
+7
*
mm/hugetlb: do not call vma_add_reservation upon ENOMEM
Oscar Salvador
2024-06-05
1
-2
/
+14
*
mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wp
Oscar Salvador
2024-05-11
1
-1
/
+1
*
mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_fault
Oscar Salvador
2024-05-11
1
-1
/
+2
*
mm/hugetlb: align cma on allocation order, not demotion order
Frank van der Linden
2024-05-07
1
-1
/
+1
*
mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisions
David Hildenbrand
2024-05-07
1
-0
/
+7
*
mm: convert hugetlb_page_mapping_lock_write to folio
Matthew Wilcox (Oracle)
2024-05-05
1
-3
/
+3
*
mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()
Sidhartha Kumar
2024-05-05
1
-1
/
+1
*
mm/hugetlb: convert dissolve_free_huge_pages() to folios
Sidhartha Kumar
2024-05-05
1
-9
/
+8
*
mm: track mapcount of large folios in single value
David Hildenbrand
2024-05-05
1
-2
/
+2
*
mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid
Frank van der Linden
2024-04-25
1
-3
/
+3
*
hugetlb: convert hugetlb_wp() to use struct vm_fault
Vishal Moola (Oracle)
2024-04-25
1
-32
/
+32
*
hugetlb: convert hugetlb_no_page() to use struct vm_fault
Vishal Moola (Oracle)
2024-04-25
1
-32
/
+31
*
hugetlb: convert hugetlb_fault() to use struct vm_fault
Vishal Moola (Oracle)
2024-04-25
1
-43
/
+41
*
hugetlb: convert alloc_buddy_hugetlb_folio to use a folio
Matthew Wilcox (Oracle)
2024-04-25
1
-17
/
+16
*
memory: remove the now superfluous sentinel element from ctl_table array
Joel Granados
2024-04-25
1
-1
/
+0
*
mm/gup: handle hugetlb in the generic follow_page_mask code
Peter Xu
2024-04-25
1
-71
/
+0
*
mm/hugetlb: declare hugetlbfs_pagecache_present() non-static
Peter Xu
2024-04-25
1
-2
/
+2
*
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
2024-04-25
1
-2
/
+2
*
mm: hugetlb: make the hugetlb migration strategy consistent
Baolin Wang
2024-04-25
1
-2
/
+12
*
hugetlb: remove mention of destructors
Matthew Wilcox (Oracle)
2024-04-25
1
-24
/
+16
*
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
2024-04-25
1
-1
/
+2
*
mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
Miaohe Lin
2024-04-25
1
-1
/
+1
*
hugetlb: check for anon_vma prior to folio allocation
Vishal Moola (Oracle)
2024-04-24
1
-4
/
+7
*
mm: turn folio_test_hugetlb into a PageType
Matthew Wilcox (Oracle)
2024-04-24
1
-19
/
+3
*
mm/hugetlb: fix missing hugetlb_lock for resv uncharge
Peter Xu
2024-04-24
1
-1
/
+4
*
mm/userfaultfd: allow hugetlb change protection upon poison entry
Peter Xu
2024-04-16
1
-3
/
+7
*
mm: add an explicit smp_wmb() to UFFDIO_CONTINUE
James Houghton
2024-03-12
1
-4
/
+13
*
mm: constify more page/folio tests
Matthew Wilcox (Oracle)
2024-03-06
1
-2
/
+2
*
hugetlb: parallelize 1G hugetlb initialization
Gang Li
2024-03-06
1
-8
/
+43
*
hugetlb: parallelize 2M hugetlb allocation and initialization
Gang Li
2024-03-06
1
-17
/
+56
*
hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
Gang Li
2024-03-06
1
-10
/
+12
*
hugetlb: split hugetlb_hstate_alloc_pages
Gang Li
2024-03-06
1
-44
/
+43
*
hugetlb: code clean for hugetlb_hstate_alloc_pages
Gang Li
2024-03-06
1
-17
/
+29
*
hugetlb: allow faults to be handled under the VMA lock
Vishal Moola (Oracle)
2024-03-04
1
-6
/
+0
*
hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()
Vishal Moola (Oracle)
2024-03-04
1
-9
/
+9
*
hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()
Vishal Moola (Oracle)
2024-03-04
1
-29
/
+9
*
hugetlb: move vm_fault declaration to the top of hugetlb_fault()
Vishal Moola (Oracle)
2024-03-04
1
-13
/
+19
*
mm/hugetlb: move page order check inside hugetlb_cma_reserve()
Anshuman Khandual
2024-02-22
1
-0
/
+7
*
mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...
Baolin Wang
2024-02-22
1
-16
/
+16
*
mm/hugetlb: restore the reservation if needed
Breno Leitao
2024-02-22
1
-0
/
+25
*
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-13
/
+12
|
\
|
*
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-08
1
-2
/
+2
|
*
mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()
David Hildenbrand
2023-12-29
1
-2
/
+1
|
*
mm/rmap: introduce and use hugetlb_add_file_rmap()
David Hildenbrand
2023-12-29
1
-3
/
+3
|
*
mm/rmap: introduce and use hugetlb_remove_rmap()
David Hildenbrand
2023-12-29
1
-2
/
+2
|
*
mm/rmap: rename hugepage_add* to hugetlb_add*
David Hildenbrand
2023-12-29
1
-4
/
+4
*
|
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]