index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
huge_mm.h
Age
Commit message (
Expand
)
Author
2022-05-19
mm: thp: only regular file could be THP eligible
Yang Shi
2022-05-13
mm: allow can_split_folio() to be called when THP are disabled
Matthew Wilcox (Oracle)
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
2022-03-24
mm/huge_memory: make is_transparent_hugepage() static
Miaohe Lin
2022-03-21
mm: Support arbitrary THP sizes
Matthew Wilcox (Oracle)
2022-03-21
mm: Turn can_split_huge_page() into can_split_folio()
Matthew Wilcox (Oracle)
2022-03-21
mm/huge_memory: Convert __split_huge_pmd() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
mm: Add split_folio_to_list()
Matthew Wilcox (Oracle)
2022-01-04
mm: Add folio_test_pmd_mappable()
Matthew Wilcox (Oracle)
2021-09-27
mm/writeback: Add folio_wait_stable()
Matthew Wilcox (Oracle)
2021-06-30
mm: memory: add orig_pmd to struct vm_fault
Yang Shi
2021-06-30
mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu
2021-06-30
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
2021-06-30
mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
Miaohe Lin
2021-06-16
mm/thp: make is_huge_zero_pmd() safe and quicker
Hugh Dickins
2021-05-05
mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG
Miaohe Lin
2021-02-24
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
2020-12-15
include/linux/huge_mm.h: remove extern keyword
Ralph Campbell
2020-10-13
include/linux/huge_mm.h: remove mincore_huge_pmd declaration
yuleixzhang
2020-08-14
mm: add thp_head
Matthew Wilcox (Oracle)
2020-08-14
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
2020-08-14
mm: add thp_size
Matthew Wilcox (Oracle)
2020-08-14
mm: add thp_order
Matthew Wilcox (Oracle)
2020-08-12
mm: thp: remove debug_cow switch
Yang Shi
2020-08-07
mm/mremap: it is sure to have enough space when extent meets requirement
Wei Yang
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-04-07
mm: merge parameters for change_protection()
Peter Xu
2020-04-04
Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-04-02
include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THP
Matthew Wilcox (Oracle)
2020-04-02
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
2020-03-24
mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
Thomas Hellstrom (VMware)
2020-01-27
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
Sean Christopherson
2019-11-06
mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()
Thomas Hellstrom
2019-09-29
Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-09-24
mm: thp: make deferred split shrinker memcg aware
Yang Shi
2019-09-24
libnvdimm/dax: Pick the right alignment default when creating dax devices
Aneesh Kumar K.V
2019-07-18
mm: thp: make transhuge_vma_suitable available for anonymous THP
Yang Shi
2019-05-14
mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...
Dan Williams
2018-12-28
mm, thp, proc: report THP eligibility for each vma
Michal Hocko
2018-10-26
mm/gup: cache dev_pagemap while pinning pages
Keith Busch
2018-10-18
mremap: properly flush TLB before releasing the page
Linus Torvalds
2018-08-25
Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...
Linus Torvalds
2018-08-23
mm: Change return type int to vm_fault_t for fault handlers
Souptick Joarder
2018-07-20
device-dax: Convert to vmf_insert_mixed and vm_fault_t
Dan Williams
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-09-08
mm: thp: check pmd migration entry in common path
Zi Yan
2017-09-08
mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION
Naoya Horiguchi
2017-07-10
mm: always enable thp for dax mappings
Dan Williams
[next]