index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.18-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
2024-07-09
mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folio
Miaohe Lin
2024-07-09
mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()
Miaohe Lin
2024-07-03
mm/hugetlb_vmemmap: fix race with speculative PFN walkers
Yu Zhao
2024-06-05
mm/hugetlb: do not call vma_add_reservation upon ENOMEM
Oscar Salvador
2024-05-11
mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wp
Oscar Salvador
2024-05-11
mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_fault
Oscar Salvador
2024-05-07
mm/hugetlb: align cma on allocation order, not demotion order
Frank van der Linden
2024-05-07
mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisions
David Hildenbrand
2024-05-05
mm: convert hugetlb_page_mapping_lock_write to folio
Matthew Wilcox (Oracle)
2024-05-05
mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()
Sidhartha Kumar
2024-05-05
mm/hugetlb: convert dissolve_free_huge_pages() to folios
Sidhartha Kumar
2024-05-05
mm: track mapcount of large folios in single value
David Hildenbrand
2024-04-25
mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid
Frank van der Linden
2024-04-25
hugetlb: convert hugetlb_wp() to use struct vm_fault
Vishal Moola (Oracle)
2024-04-25
hugetlb: convert hugetlb_no_page() to use struct vm_fault
Vishal Moola (Oracle)
2024-04-25
hugetlb: convert hugetlb_fault() to use struct vm_fault
Vishal Moola (Oracle)
2024-04-25
hugetlb: convert alloc_buddy_hugetlb_folio to use a folio
Matthew Wilcox (Oracle)
2024-04-25
memory: remove the now superfluous sentinel element from ctl_table array
Joel Granados
2024-04-25
mm/gup: handle hugetlb in the generic follow_page_mask code
Peter Xu
2024-04-25
mm/hugetlb: declare hugetlbfs_pagecache_present() non-static
Peter Xu
2024-04-25
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
2024-04-25
mm: hugetlb: make the hugetlb migration strategy consistent
Baolin Wang
2024-04-25
hugetlb: remove mention of destructors
Matthew Wilcox (Oracle)
2024-04-25
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
2024-04-25
mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
Miaohe Lin
2024-04-24
hugetlb: check for anon_vma prior to folio allocation
Vishal Moola (Oracle)
2024-04-24
mm: turn folio_test_hugetlb into a PageType
Matthew Wilcox (Oracle)
2024-04-24
mm/hugetlb: fix missing hugetlb_lock for resv uncharge
Peter Xu
2024-04-16
mm/userfaultfd: allow hugetlb change protection upon poison entry
Peter Xu
2024-03-12
mm: add an explicit smp_wmb() to UFFDIO_CONTINUE
James Houghton
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
[next]