index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
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
2021-06-03
hugetlbfs: hugetlb_fault_mutex_hash() cleanup
Mike Kravetz
1
-4
/
+4
2021-03-07
mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
Li Xinhai
1
-10
/
+12
2021-03-07
hugetlb: fix update_and_free_page contig page struct assumption
Mike Kravetz
1
-2
/
+4
2021-03-03
mm: hugetlb: fix a race between freeing and dissolving the page
Muchun Song
1
-0
/
+39
2021-03-03
mm/hugetlb: fix potential double free in hugetlb_register_node() error path
Miaohe Lin
1
-1
/
+3
2021-02-10
mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
Muchun Song
1
-2
/
+1
2021-02-10
mm: hugetlb: fix a race between isolating and freeing page
Muchun Song
1
-2
/
+2
2021-02-10
mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
Muchun Song
1
-1
/
+1
2021-01-23
mm/hugetlb: fix potential missing huge page size info
Miaohe Lin
1
-1
/
+1
2020-09-12
mm/hugetlb: fix a race between hugetlb sysctl handlers
Muchun Song
1
-6
/
+20
2020-08-26
mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possible
Peter Xu
1
-14
/
+11
2020-03-11
mm: prevent get_user_pages() from overflowing page refcount
Linus Torvalds
1
-1
/
+15
2019-06-22
hugetlbfs: on restore reserve error path retain subpool reservation
Mike Kravetz
1
-5
/
+16
2019-06-11
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
1
-14
/
+5
2019-03-23
hugetlbfs: fix races and page leaks during migration
Mike Kravetz
1
-2
/
+12
2018-12-17
hugetlbfs: check for pgoff value overflow
Mike Kravetz
1
-0
/
+8
2018-12-17
mm/hugetlb.c: don't call region_abort if region_chg fails
Mike Kravetz
1
-1
/
+3
2018-11-21
mm: migration: fix migration of huge PMD shared pages
Mike Kravetz
1
-2
/
+35
2018-11-21
hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
Mike Kravetz
1
-4
/
+19
2018-11-21
hugetlbfs: dirty pages as they are added to pagecache
Mike Kravetz
1
-0
/
+6
2018-07-11
mm: hugetlb: yield when prepping struct pages
Cannon Matthews
1
-0
/
+1
2017-04-08
mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
Naoya Horiguchi
1
-2
/
+4
2017-01-19
mm/hugetlb.c: fix reservation race when freeing surplus pages
Mike Kravetz
1
-9
/
+28
2016-10-31
mm/hugetlb: fix memory offline with hugepage size > memory block size
Gerald Schaefer
1
-6
/
+7
2016-09-07
hugetlb: fix nr_pmds accounting with shared page tables
Kirill A. Shutemov
1
-2
/
+1
2016-08-20
mm/hugetlb: avoid soft lockup in set_max_huge_pages()
Jia He
1
-0
/
+4
2015-12-12
mm/hugetlb.c: fix resv map memory leak for placeholder entries
Mike Kravetz
1
-2
/
+12
2015-12-12
mm: hugetlb: call huge_pte_alloc() only if ptep is null
Naoya Horiguchi
1
-4
/
+4
2015-12-12
mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
Naoya Horiguchi
1
-1
/
+4
2015-11-10
hugetlb: trivial comment fix
Naoya Horiguchi
1
-2
/
+2
2015-11-06
mm: use 'unsigned int' for page order
Kirill A. Shutemov
1
-9
/
+10
2015-11-06
mm: make compound_head() robust
Kirill A. Shutemov
1
-6
/
+2
2015-11-06
mm: pack compound_dtor and compound_order into one word in struct page
Kirill A. Shutemov
1
-4
/
+4
2015-11-05
mm: introduce VM_LOCKONFAULT
Eric B Munson
1
-2
/
+2
2015-11-05
mm, hugetlbfs: optimize when NUMA=n
Dave Hansen
1
-5
/
+13
2015-11-05
mm, hugetlb: use memory policy when available
Dave Hansen
1
-12
/
+104
2015-11-05
mm/hugetlb: make node_hstates array static
Alexander Kuleshov
1
-1
/
+1
2015-11-05
mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
Naoya Horiguchi
1
-0
/
+9
2015-10-01
mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
Mel Gorman
1
-0
/
+8
2015-09-08
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
1
-2
/
+2
2015-09-08
hugetlbfs: add hugetlbfs_fallocate()
Mike Kravetz
1
-1
/
+1
2015-09-08
hugetlbfs: New huge_add_to_page_cache helper routine
Mike Kravetz
1
-9
/
+18
2015-09-08
mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate
Mike Kravetz
1
-15
/
+39
2015-09-08
mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch
Mike Kravetz
1
-2
/
+13
2015-09-08
hugetlbfs: truncate_hugepages() takes a range of pages
Mike Kravetz
1
-3
/
+37
2015-09-08
mm/hugetlb: expose hugetlb fault mutex for use by fallocate
Mike Kravetz
1
-10
/
+10
2015-09-08
mm/hugetlb: add region_del() to delete a specific range of entries
Mike Kravetz
1
-37
/
+85
2015-09-08
mm/hugetlb: add cache of descriptors to resv_map for region_add
Mike Kravetz
1
-22
/
+152
2015-09-04
mm/hugetlb.c: make vma_has_reserves() return bool
Nicholas Krause
1
-6
/
+6
2015-09-04
mm/hugetlb.c: make vma_shareable() return bool
Nicholas Krause
1
-3
/
+3
[next]