index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
huge_mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
mm: thp: split huge page to any lower order pages
Zi Yan
1
-8
/
+13
2023-12-29
mm: remove VM_EXEC requirement for THP eligibility
Fangrui Song
1
-1
/
+0
2023-12-21
mm: thp: support allocation of anonymous multi-size THP
Ryan Roberts
1
-2
/
+4
2023-12-21
mm: thp: introduce multi-size THP sysfs interface
Ryan Roberts
1
-26
/
+155
2023-08-22
mm: convert prep_transhuge_page() to folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-08-22
mm: convert free_transhuge_folio() to folio_undo_large_rmappable()
Matthew Wilcox (Oracle)
1
-2
/
+0
2023-08-21
smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
David Hildenbrand
1
-3
/
+0
2023-04-06
mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entries
Lorenzo Stoakes
1
-37
/
+2
2023-03-29
mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTED
Peter Xu
1
-1
/
+1
2023-02-03
mm: convert deferred_split_huge_page() to deferred_split_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-02-03
mm/huge_memory: remove page_deferred_list()
Matthew Wilcox (Oracle)
1
-8
/
+0
2023-02-03
mm: move page->deferred_list to folio->_deferred_list
Matthew Wilcox (Oracle)
1
-5
/
+4
2022-10-04
mm: add split_folio()
Matthew Wilcox (Oracle)
1
-0
/
+5
2022-09-12
mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
Zach O'Keefe
1
-2
/
+12
2022-09-12
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
1
-5
/
+4
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-60
/
+34
2022-07-20
arm64: enable THP_SWAP for arm64
Barry Song
1
-0
/
+12
2022-07-18
mm/huge_memory: fix comment of page_deferred_list
Miaohe Lin
1
-2
/
+2
2022-07-18
mm/huge_memory: check pmd_present first in is_huge_zero_pmd
Miaohe Lin
1
-1
/
+1
2022-07-18
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
1
-0
/
+8
2022-07-18
mm: thp: kill __transhuge_page_enabled()
Yang Shi
1
-55
/
+2
2022-07-18
mm: thp: kill transparent_hugepage_active()
Yang Shi
1
-6
/
+10
2022-07-18
mm: thp: consolidate vma size check to transhuge_vma_suitable
Yang Shi
1
-0
/
+11
2022-07-04
mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()
Yang Shi
1
-2
/
+6
2022-05-20
mm: thp: only regular file could be THP eligible
Yang Shi
1
-0
/
+14
2022-05-13
mm: allow can_split_folio() to be called when THP are disabled
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
1
-2
/
+3
2022-03-25
mm/huge_memory: make is_transparent_hugepage() static
Miaohe Lin
1
-6
/
+0
2022-03-21
mm: Support arbitrary THP sizes
Matthew Wilcox (Oracle)
1
-47
/
+0
2022-03-21
mm: Turn can_split_huge_page() into can_split_folio()
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/huge_memory: Convert __split_huge_pmd() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-03-21
mm: Add split_folio_to_list()
Matthew Wilcox (Oracle)
1
-0
/
+6
2022-01-04
mm: Add folio_test_pmd_mappable()
Matthew Wilcox (Oracle)
1
-0
/
+14
2021-09-27
mm/writeback: Add folio_wait_stable()
Matthew Wilcox (Oracle)
1
-15
/
+0
2021-07-01
mm: memory: add orig_pmd to struct vm_fault
Yang Shi
1
-5
/
+4
2021-07-01
mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu
1
-1
/
+1
2021-07-01
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
1
-22
/
+35
2021-07-01
mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
Miaohe Lin
1
-4
/
+2
2021-06-16
mm/thp: make is_huge_zero_pmd() safe and quicker
Hugh Dickins
1
-1
/
+7
2021-05-05
mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG
Miaohe Lin
1
-3
/
+0
2021-02-25
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
1
-6
/
+9
2020-12-15
include/linux/huge_mm.h: remove extern keyword
Ralph Campbell
1
-52
/
+41
2020-10-14
include/linux/huge_mm.h: remove mincore_huge_pmd declaration
yuleixzhang
1
-3
/
+0
2020-08-15
mm: add thp_head
Matthew Wilcox (Oracle)
1
-0
/
+15
2020-08-15
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-4
/
+9
2020-08-15
mm: add thp_size
Matthew Wilcox (Oracle)
1
-0
/
+11
2020-08-15
mm: add thp_order
Matthew Wilcox (Oracle)
1
-0
/
+19
2020-08-12
mm: thp: remove debug_cow switch
Yang Shi
1
-7
/
+0
2020-08-07
mm/mremap: it is sure to have enough space when extent meets requirement
Wei Yang
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
[next]