index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
mm/hugetlb: fix memfd_pin_folios resv_huge_pages leak
Steve Sistare
1
-0
/
+17
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-298
/
+144
2024-09-17
mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway
Vishal Moola (Oracle)
1
-2
/
+18
2024-09-09
mm/codetag: fix pgalloc_tag_split()
Yu Zhao
1
-1
/
+1
2024-09-09
mm/hugetlb: sort out global lock annotations
Mateusz Guzik
1
-3
/
+3
2024-09-03
mm/hugetlb: use __GFP_COMP for gigantic folios
Yu Zhao
1
-234
/
+56
2024-09-01
mm/hugetlb_vmemmap: batch HVO work when demoting
Yu Zhao
1
-64
/
+92
2024-09-01
mm/hugetlb: enforce that PMD PT sharing has split PMD PT locks
David Hildenbrand
1
-4
/
+4
2024-09-01
mm: hugetlb: remove left over comment about follow_huge_foo()
Kefeng Wang
1
-4
/
+0
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-3
/
+3
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-63
/
+71
2024-07-17
mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folio
Miaohe Lin
1
-0
/
+3
2024-07-17
mm/hugetlb: fix possible recursive locking detected warning
Miaohe Lin
1
-1
/
+1
2024-07-12
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
1
-22
/
+22
2024-07-12
mm/hugetlb.c: undo errant change
Andrew Morton
1
-0
/
+1
2024-07-09
mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folio
Miaohe Lin
1
-0
/
+3
2024-07-09
mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio()
Miaohe Lin
1
-7
/
+7
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
1
-46
/
+7
2024-07-04
mm/ksm: refactor out try_to_merge_with_zero_page()
Chengming Zhou
1
-1
/
+0
2024-07-04
hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
Aristeu Rozanski
1
-19
/
+28
2024-07-03
mm/hugetlb_vmemmap: fix race with speculative PFN walkers
Yu Zhao
1
-46
/
+7
2024-07-03
mm: memory: improve copy_user_large_folio()
Kefeng Wang
1
-10
/
+8
2024-07-03
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
1
-2
/
+1
2024-07-03
mm/hugetlb: guard dequeue_hugetlb_folio_nodemask against NUMA_NO_NODE uses
Oscar Salvador
1
-0
/
+4
2024-07-03
mm/hugetlb: drop node_alloc_noretry from alloc_fresh_hugetlb_folio
Oscar Salvador
1
-7
/
+5
2024-07-03
mm/hugetlb: constify ctl_table arguments of utility functions
Thomas Weißschuh
1
-2
/
+2
2024-06-05
mm/hugetlb: do not call vma_add_reservation upon ENOMEM
Oscar Salvador
1
-2
/
+14
2024-05-11
mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wp
Oscar Salvador
1
-1
/
+1
2024-05-11
mm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_fault
Oscar Salvador
1
-1
/
+2
2024-05-07
mm/hugetlb: align cma on allocation order, not demotion order
Frank van der Linden
1
-1
/
+1
2024-05-07
mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisions
David Hildenbrand
1
-0
/
+7
2024-05-05
mm: convert hugetlb_page_mapping_lock_write to folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-05-05
mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()
Sidhartha Kumar
1
-1
/
+1
2024-05-05
mm/hugetlb: convert dissolve_free_huge_pages() to folios
Sidhartha Kumar
1
-9
/
+8
2024-05-05
mm: track mapcount of large folios in single value
David Hildenbrand
1
-2
/
+2
2024-04-25
mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nid
Frank van der Linden
1
-3
/
+3
2024-04-25
hugetlb: convert hugetlb_wp() to use struct vm_fault
Vishal Moola (Oracle)
1
-32
/
+32
2024-04-25
hugetlb: convert hugetlb_no_page() to use struct vm_fault
Vishal Moola (Oracle)
1
-32
/
+31
2024-04-25
hugetlb: convert hugetlb_fault() to use struct vm_fault
Vishal Moola (Oracle)
1
-43
/
+41
2024-04-25
hugetlb: convert alloc_buddy_hugetlb_folio to use a folio
Matthew Wilcox (Oracle)
1
-17
/
+16
2024-04-25
memory: remove the now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-25
mm/gup: handle hugetlb in the generic follow_page_mask code
Peter Xu
1
-71
/
+0
2024-04-25
mm/hugetlb: declare hugetlbfs_pagecache_present() non-static
Peter Xu
1
-2
/
+2
2024-04-25
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-04-25
mm: hugetlb: make the hugetlb migration strategy consistent
Baolin Wang
1
-2
/
+12
2024-04-25
hugetlb: remove mention of destructors
Matthew Wilcox (Oracle)
1
-24
/
+16
2024-04-25
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
1
-1
/
+2
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
[next]