index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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
2016-03-17
thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
Kirill A. Shutemov
1
-4
/
+6
2016-03-17
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
1
-0
/
+7
2016-03-17
mm: thp: set THP defrag by default to madvise and add a stall-free defrag option
Mel Gorman
1
-7
/
+2
2016-01-21
thp: change pmd_trans_huge_lock() interface to return ptl
Kirill A. Shutemov
1
-8
/
+8
2016-01-15
mm, x86: get_user_pages() for dax mappings
Dan Williams
1
-1
/
+9
2016-01-15
mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd
Dan Williams
1
-2
/
+3
2016-01-15
mm, dax: convert vmf_insert_pfn_pmd() to pfn_t
Dan Williams
1
-1
/
+1
2016-01-15
mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called
Minchan Kim
1
-0
/
+3
2016-01-15
mm: prepare page_referenced() and page_idle to new THP refcounting
Kirill A. Shutemov
1
-5
/
+0
2016-01-15
thp: introduce deferred_split_huge_page()
Kirill A. Shutemov
1
-0
/
+5
2016-01-15
thp: reintroduce split_huge_page()
Kirill A. Shutemov
1
-2
/
+5
2016-01-15
thp: implement split_huge_pmd()
Kirill A. Shutemov
1
-1
/
+10
2016-01-15
mm, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
1
-15
/
+6
2016-01-15
thp: drop all split_huge_page()-related code
Kirill A. Shutemov
1
-22
/
+6
2016-01-15
thp: rename split_huge_page_pmd() to split_huge_pmd()
Kirill A. Shutemov
1
-6
/
+2
2015-09-08
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
1
-3
/
+0
2015-09-08
mm: add vmf_insert_pfn_pmd()
Matthew Wilcox
1
-0
/
+2
2015-09-08
mm: export various functions for the benefit of DAX
Matthew Wilcox
1
-0
/
+10
2015-09-08
thp: vma_adjust_trans_huge(): adjust file-backed VMA too
Kirill A. Shutemov
1
-10
/
+1
2015-02-11
mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
Wang, Yalin
1
-0
/
+12
2014-10-09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
1
-1
/
+1
2014-08-06
mm: make copy_pte_range static again
Jerome Marchand
1
-4
/
+0
2014-03-04
mm: close PageTail race
David Rientjes
1
-41
/
+0
2014-01-21
mm: thp: optimize compound_trans_huge
Andrea Arcangeli
1
-0
/
+23
2013-11-15
mm, thp: move ptl taking inside page_check_address_pmd()
Kirill A. Shutemov
1
-1
/
+2
2013-11-15
mm, thp: change pmd_trans_huge_lock() to return taken lock
Kirill A. Shutemov
1
-7
/
+7
2013-09-12
thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
Kirill A. Shutemov
1
-3
/
+0
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-3
/
+3
2013-06-26
mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THP
Kirill A. Shutemov
1
-1
/
+5
2013-06-20
mm/THP: don't use HPAGE_SHIFT in transparent hugepage code
Aneesh Kumar K.V
1
-7
/
+3
2013-06-14
mm: thp: Correct the HPAGE_PMD_ORDER check.
Steve Capper
1
-1
/
+1
2013-04-29
mm: thp: add split tail pages to shrink page list in page reclaim
Shaohua Li
1
-1
/
+10
2013-02-23
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
Konstantin Khlebnikov
1
-1
/
+1
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+14
2012-12-12
thp: introduce sysfs knob to disable huge zero page
Kirill A. Shutemov
1
-0
/
+4
2012-12-12
thp: change split_huge_page_pmd() interface
Kirill A. Shutemov
1
-4
/
+10
2012-12-11
mm: thp: set the accessed flag for old pages on access fault
Will Deacon
1
-0
/
+4
2012-12-11
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
Ingo Molnar
1
-1
/
+1
2012-12-11
mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
Mel Gorman
1
-1
/
+2
2012-12-11
mm: mempolicy: Use _PAGE_NUMA to migrate pages
Mel Gorman
1
-4
/
+5
2012-12-11
mm: numa: Create basic numa page hinting infrastructure
Mel Gorman
1
-0
/
+10
2012-10-09
mm, thp: fix mapped pages avoiding unevictable list on mlock
David Rientjes
1
-1
/
+1
2012-10-09
thp: remove assumptions on pgtable_t type
Gerald Schaefer
1
-1
/
+0
2012-05-29
mm: move is_vma_temporary_stack() declaration to huge_mm.h
Alex Shi
1
-0
/
+2
2012-03-21
thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE
Naoya Horiguchi
1
-5
/
+6
2012-03-21
thp: optimize away unnecessary page table locking
Naoya Horiguchi
1
-0
/
+17
2012-01-12
thp: add tlb_remove_pmd_tlb_entry
Shaohua Li
1
-1
/
+1
2011-10-31
thp: mremap support and TLB optimization
Andrea Arcangeli
1
-0
/
+5
2011-05-25
mm: convert anon_vma->lock to a mutex
Peter Zijlstra
1
-6
/
+2
2011-04-28
mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups
Andrea Arcangeli
1
-1
/
+1
[next]