index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-17
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
1
-0
/
+1
2024-08-19
mm: gup: stop abusing try_grab_folio
Yang Shi
1
-1
/
+1
2024-08-14
mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()
Miaohe Lin
1
-7
/
+7
2024-08-03
mm/hugetlb: fix possible recursive locking detected warning
Miaohe Lin
1
-1
/
+1
2024-08-03
hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
Aristeu Rozanski
1
-19
/
+28
2024-06-16
mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid
Frank van der Linden
1
-3
/
+3
2024-05-17
mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
Miaohe Lin
1
-3
/
+1
2024-05-02
mm: turn folio_test_hugetlb into a PageType
Matthew Wilcox (Oracle)
1
-19
/
+3
2024-05-02
mm/hugetlb: fix missing hugetlb_lock for resv uncharge
Peter Xu
1
-1
/
+4
2024-04-27
mm/userfaultfd: allow hugetlb change protection upon poison entry
Peter Xu
1
-3
/
+7
2023-12-13
hugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
Mike Kravetz
1
-0
/
+7
2023-11-28
mm/hugetlb: use nth_page() in place of direct struct page manipulation
Zi Yan
1
-1
/
+1
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-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-19
/
+24
2023-08-24
hugetlb: add documentation for vma_kernel_pagesize()
Matthew Wilcox (Oracle)
1
-3
/
+8
2023-08-24
hugetlb: clear flags in tail pages that will be freed individually
Mike Kravetz
1
-10
/
+1
2023-08-21
mm: remove HUGETLB_PAGE_DTOR
Matthew Wilcox (Oracle)
1
-43
/
+6
2023-08-21
mm: convert free_huge_page() to free_huge_folio()
Matthew Wilcox (Oracle)
1
-25
/
+23
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-24
/
+51
2023-08-21
mm: replace mmap with vma write lock assertions when operating on a vma
Suren Baghdasaryan
1
-1
/
+1
2023-08-21
mm/hugetlb.c: use helper macro K()
ZhangPeng
1
-1
/
+1
2023-08-21
mm: hugetlb: use flush_hugetlb_tlb_range() in move_hugetlb_page_tables()
Kefeng Wang
1
-2
/
+2
2023-08-18
mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()
Matthew Wilcox (Oracle)
1
-0
/
+6
2023-08-18
mmu_notifiers: rename invalidate_range notifier
Alistair Popple
1
-3
/
+4
2023-08-18
mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...
Alistair Popple
1
-1
/
+0
2023-08-18
mm/hugetlb: get rid of page_hstate()
Sidhartha Kumar
1
-3
/
+3
2023-08-18
mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
Axel Rasmussen
1
-0
/
+19
2023-08-18
mm: make PTE_MARKER_SWAPIN_ERROR more general
Axel Rasmussen
1
-11
/
+21
2023-08-18
mm/gup: retire follow_hugetlb_page()
Peter Xu
1
-224
/
+0
2023-08-18
mm/hugetlb: add page_mask for hugetlb_follow_page_mask()
Peter Xu
1
-1
/
+4
2023-08-18
mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PIN
Peter Xu
1
-11
/
+22
2023-08-18
mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()
Peter Xu
1
-0
/
+9
2023-08-04
hugetlb: do not clear hugetlb dtor until allocating vmemmap
Mike Kravetz
1
-24
/
+51
2023-07-08
mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
John Hubbard
1
-1
/
+6
2023-06-23
hugetlb: revert use of page_cache_next_miss()
Mike Kravetz
1
-6
/
+6
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-1
/
+1
2023-06-19
mm/hugetlb: fix pgtable lock on pmd sharing
Peter Xu
1
-3
/
+2
2023-06-19
mm/folio: avoid special handling for order value 0 in folio_set_order
Tarun Sahu
1
-6
/
+3
2023-06-19
mm/hugetlb: use a folio in hugetlb_fault()
ZhangPeng
1
-10
/
+10
2023-06-19
mm/hugetlb: use a folio in hugetlb_wp()
ZhangPeng
1
-16
/
+16
2023-06-19
mm/hugetlb: use a folio in copy_hugetlb_page_range()
ZhangPeng
1
-11
/
+11
2023-06-09
mm/gup: remove vmas array from internal GUP functions
Lorenzo Stoakes
1
-14
/
+10
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-56
/
+80
2023-04-27
Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-3
/
+48
2023-04-21
mm/hugetlb: fix uffd-wp bit lost when unsharing happens
Peter Xu
1
-2
/
+5
2023-04-21
mm/hugetlb: fix uffd-wp during fork()
Peter Xu
1
-9
/
+15
2023-04-18
mm: hwpoison: support recovery from HugePage copy-on-write faults
Liu Shixin
1
-3
/
+14
2023-04-18
mm: convert copy_user_huge_page() to copy_user_large_folio()
ZhangPeng
1
-6
/
+5
[next]