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
2022-04-21
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
1
-0
/
+10
2022-04-15
hugetlb: do not demote poisoned hugetlb pages
Mike Kravetz
1
-7
/
+10
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-6
/
+9
2022-03-22
userfaultfd: provide unmasked address on page-fault
Nadav Amit
1
-2
/
+4
2022-03-22
mm/hugetlb.c: export PageHeadHuge()
David Howells
1
-0
/
+1
2022-03-22
mm/hugetlb: use helper macro __ATTR_RW
Miaohe Lin
1
-2
/
+1
2022-03-22
hugetlb: clean up potential spectre issue warnings
Mike Kravetz
1
-3
/
+4
2022-03-22
mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
Muchun Song
1
-1
/
+2
2022-03-22
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
1
-2
/
+1
2022-03-21
mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
Matthew Wilcox (Oracle)
1
-4
/
+3
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
1
-0
/
+4
2022-02-26
hugetlbfs: fix a truncation issue in hugepages parameter
Liu Yuntao
1
-2
/
+2
2022-02-26
mm/hugetlb: fix kernel crash with hugetlb mremap
Aneesh Kumar K.V
1
-4
/
+3
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
1
-2
/
+2
2022-01-15
mm: change page type prior to adding page table entry
Pasha Tatashin
1
-3
/
+3
2021-12-10
hugetlbfs: fix issue of preallocation of gigantic pages can't work
Zhenguo Yao
1
-1
/
+1
2021-11-22
hugetlbfs: flush before unlock on move_hugetlb_page_tables()
Nadav Amit
1
-1
/
+1
2021-11-22
hugetlbfs: flush TLBs correctly after huge_pmd_unshare
Nadav Amit
1
-4
/
+19
2021-11-20
hugetlb, userfaultfd: fix reservation restore on userfaultfd error
Mina Almasry
1
-3
/
+4
2021-11-20
hugetlb: fix hugetlb cgroup refcounting during mremap
Bui Quang Minh
1
-1
/
+3
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-63
/
+636
2021-11-06
hugetlbfs: extend the definition of hugepages parameter to support node alloc...
Zhenguo Yao
1
-25
/
+128
2021-11-06
hugetlb: remove unnecessary set_page_count in prep_compound_gigantic_page
Mike Kravetz
1
-1
/
+0
2021-11-06
hugetlb: remove redundant VM_BUG_ON() in add_reservation_in_range()
Baolin Wang
1
-1
/
+0
2021-11-06
hugetlb: remove redundant validation in has_same_uncharge_info()
Baolin Wang
1
-2
/
+1
2021-11-06
hugetlb: replace the obsolete hugetlb_instantiation_mutex in the comments
Baolin Wang
1
-1
/
+1
2021-11-06
hugetlb: support node specified when using cma for gigantic hugepages
Baolin Wang
1
-9
/
+77
2021-11-06
mm, hugepages: add mremap() support for hugepage backed vma
Mina Almasry
1
-6
/
+105
2021-11-06
hugetlb: add hugetlb demote page support
Mike Kravetz
1
-8
/
+92
2021-11-06
hugetlb: add demote bool to gigantic page routines
Mike Kravetz
1
-11
/
+43
2021-11-06
hugetlb: be sure to free demoted CMA pages to CMA
Mike Kravetz
1
-2
/
+39
2021-11-06
hugetlb: add demote hugetlb page sysfs interfaces
Mike Kravetz
1
-1
/
+154
2021-11-06
mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.h
Peter Xu
1
-3
/
+3
2021-10-18
mm/migrate: Add folio_migrate_copy()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-03
mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY
Ben Widawsky
1
-5
/
+25
2021-09-03
hugetlb: fix hugetlb cgroup refcounting during vma split
Mike Kravetz
1
-1
/
+3
2021-09-03
hugetlb: before freeing hugetlb page set dtor to appropriate value
Mike Kravetz
1
-1
/
+21
2021-09-03
hugetlb: drop ref count earlier after page allocation
Mike Kravetz
1
-22
/
+78
2021-09-03
hugetlb: simplify prep_compound_gigantic_page ref count racing code
Mike Kravetz
1
-10
/
+7
2021-08-20
hugetlb: don't pass page cache pages to restore_reserve_on_error
Mike Kravetz
1
-5
/
+14
2021-07-15
mm/hugetlb: fix refs calculation from unaligned @vaddr
Joao Martins
1
-2
/
+3
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
[next]