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
2016-07-28
mm, THP: clean up return value of madvise_free_huge_pmd
Huang Ying
2016-07-26
thp: extract khugepaged from mm/huge_memory.c
Kirill A. Shutemov
2016-07-26
shmem: add huge pages support
Kirill A. Shutemov
2016-07-26
shmem: prepare huge= mount option and sysfs knob
Kirill A. Shutemov
2016-07-26
mm: introduce do_set_pmd()
Kirill A. Shutemov
2016-07-26
mm: introduce fault_env
Kirill A. Shutemov
2016-07-15
mm: thp: move pmd check inside ptl for freeze_page()
Naoya Horiguchi
2016-05-19
huge mm: move_huge_pmd does not need new_vma
Hugh Dickins
2016-04-28
thp: keep huge zero page pinned until tlb flush
Kirill A. Shutemov
2016-04-01
include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()
Chen Gang
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-03-17
thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
Kirill A. Shutemov
2016-03-17
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
2016-03-17
mm: thp: set THP defrag by default to madvise and add a stall-free defrag option
Mel Gorman
2016-03-03
mm: Some arch may want to use HPAGE_PMD related values as variables
Kirill A. Shutemov
2016-01-21
thp: change pmd_trans_huge_lock() interface to return ptl
Kirill A. Shutemov
2016-01-15
mm, x86: get_user_pages() for dax mappings
Dan Williams
2016-01-15
mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd
Dan Williams
2016-01-15
mm, dax: convert vmf_insert_pfn_pmd() to pfn_t
Dan Williams
2016-01-15
mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called
Minchan Kim
2016-01-15
mm: prepare page_referenced() and page_idle to new THP refcounting
Kirill A. Shutemov
2016-01-15
thp: introduce deferred_split_huge_page()
Kirill A. Shutemov
2016-01-15
thp: reintroduce split_huge_page()
Kirill A. Shutemov
2016-01-15
thp: implement split_huge_pmd()
Kirill A. Shutemov
2016-01-15
mm, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-15
thp: drop all split_huge_page()-related code
Kirill A. Shutemov
2016-01-15
thp: rename split_huge_page_pmd() to split_huge_pmd()
Kirill A. Shutemov
2015-09-08
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
2015-09-08
mm: add vmf_insert_pfn_pmd()
Matthew Wilcox
2015-09-08
mm: export various functions for the benefit of DAX
Matthew Wilcox
2015-09-08
thp: vma_adjust_trans_huge(): adjust file-backed VMA too
Kirill A. Shutemov
2015-02-11
mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
Wang, Yalin
2014-10-09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2014-08-06
mm: make copy_pte_range static again
Jerome Marchand
2014-03-04
mm: close PageTail race
David Rientjes
2014-01-21
mm: thp: optimize compound_trans_huge
Andrea Arcangeli
2013-11-15
mm, thp: move ptl taking inside page_check_address_pmd()
Kirill A. Shutemov
2013-11-15
mm, thp: change pmd_trans_huge_lock() to return taken lock
Kirill A. Shutemov
2013-09-12
thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
Kirill A. Shutemov
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-06-26
mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THP
Kirill A. Shutemov
2013-06-20
mm/THP: don't use HPAGE_SHIFT in transparent hugepage code
Aneesh Kumar K.V
2013-06-14
mm: thp: Correct the HPAGE_PMD_ORDER check.
Steve Capper
2013-04-29
mm: thp: add split tail pages to shrink page list in page reclaim
Shaohua Li
2013-02-23
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
Konstantin Khlebnikov
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-12-12
thp: introduce sysfs knob to disable huge zero page
Kirill A. Shutemov
2012-12-12
thp: change split_huge_page_pmd() interface
Kirill A. Shutemov
2012-12-11
mm: thp: set the accessed flag for old pages on access fault
Will Deacon
2012-12-11
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
Ingo Molnar
[next]