index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
mm/swapops: rework swap entry manipulation code
Alistair Popple
1
-4
/
+6
2021-06-30
hugetlb: address ref count racing in prep_compound_gigantic_page
Mike Kravetz
1
-8
/
+64
2021-06-30
hugetlb: remove prep_compound_huge_page cleanup
Mike Kravetz
1
-19
/
+10
2021-06-30
mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
Mina Almasry
1
-9
/
+39
2021-06-30
mm/hugetlb: change parameters of arch_make_huge_pte()
Christophe Leroy
1
-2
/
+4
2021-06-30
mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate
Muchun Song
1
-0
/
+1
2021-06-30
mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
Muchun Song
1
-15
/
+83
2021-06-30
mm: hugetlb: defer freeing of HugeTLB pages
Muchun Song
1
-7
/
+76
2021-06-30
mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
Muchun Song
1
-12
/
+10
2021-06-29
mm,hwpoison: make get_hwpoison_page() call get_any_page()
Naoya Horiguchi
1
-0
/
+2
2021-06-24
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
1
-4
/
+1
2021-06-16
mm/hugetlb: expand restore_reserve_on_error functionality
Mike Kravetz
1
-23
/
+97
2021-06-16
mm,hwpoison: fix race with hugetlb page allocation
Naoya Horiguchi
1
-0
/
+15
2021-06-05
mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY
Mina Almasry
1
-2
/
+12
2021-06-05
hugetlb: pass head page to remove_hugetlb_page()
Naoya Horiguchi
1
-1
/
+1
2021-05-14
mm/hugetlb: fix cow where page writtable in child
Peter Xu
1
-0
/
+1
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-3
/
+3
2021-05-05
mm: honor PF_MEMALLOC_PIN for all movable pages
Pavel Tatashin
1
-1
/
+1
2021-05-05
mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
Pavel Tatashin
1
-2
/
+2
2021-05-05
userfaultfd: add UFFDIO_CONTINUE ioctl
Axel Rasmussen
1
-14
/
+26
2021-05-05
userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
Axel Rasmussen
1
-0
/
+2
2021-05-05
userfaultfd: add minor fault registration mode
Axel Rasmussen
1
-28
/
+52
2021-05-05
mm: make alloc_contig_range handle in-use hugetlb pages
Oscar Salvador
1
-5
/
+17
2021-05-05
mm: make alloc_contig_range handle free hugetlb pages
Oscar Salvador
1
-0
/
+116
2021-05-05
mm,hugetlb: split prep_new_huge_page functionality
Oscar Salvador
1
-3
/
+17
2021-05-05
mm,hugetlb: drop clearing of flag from prep_new_huge_page
Oscar Salvador
1
-1
/
+0
2021-05-05
hugetlb: add lockdep_assert_held() calls for hugetlb_lock
Mike Kravetz
1
-0
/
+9
2021-05-05
hugetlb: make free_huge_page irq safe
Mike Kravetz
1
-106
/
+63
2021-05-05
hugetlb: change free_pool_huge_page to remove_pool_huge_page
Mike Kravetz
1
-42
/
+51
2021-05-05
hugetlb: call update_and_free_page without hugetlb_lock
Mike Kravetz
1
-5
/
+26
2021-05-05
hugetlb: create remove_hugetlb_page() to separate functionality
Mike Kravetz
1
-25
/
+40
2021-05-05
hugetlb: add per-hstate mutex to synchronize user adjustments
Mike Kravetz
1
-0
/
+8
2021-05-05
hugetlb: no need to drop hugetlb_lock to call cma_release
Mike Kravetz
1
-6
/
+0
2021-05-05
mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()
Miaohe Lin
1
-2
/
+9
2021-05-05
mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()
Miaohe Lin
1
-0
/
+3
2021-05-05
mm/hugeltb: simplify the return code of __vma_reservation_common()
Miaohe Lin
1
-21
/
+20
2021-05-05
mm/hugeltb: remove redundant VM_BUG_ON() in region_add()
Miaohe Lin
1
-1
/
+0
2021-05-05
mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()
Miaohe Lin
1
-6
/
+3
2021-05-05
mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()
Miaohe Lin
1
-0
/
+6
2021-05-05
mm/hugetlb: use some helper functions to cleanup code
Miaohe Lin
1
-3
/
+3
2021-05-05
mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()
Miaohe Lin
1
-1
/
+1
2021-05-05
hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp
Peter Xu
1
-0
/
+51
2021-05-05
mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.h
Peter Xu
1
-8
/
+0
2021-05-05
hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled
Peter Xu
1
-6
/
+16
2021-05-05
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
1
-7
/
+8
2021-04-30
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-03-25
hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings
Miaohe Lin
1
-4
/
+37
2021-03-13
hugetlb: do early cow when page pinned on src mm
Peter Xu
1
-4
/
+62
2021-03-13
mm: use is_cow_mapping() across tree where proper
Peter Xu
1
-3
/
+1
2021-03-13
hugetlb: break earlier in add_reservation_in_range() when we can
Peter Xu
1
-1
/
+1
[next]