index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
huge_mm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, THP: clean up return value of madvise_free_huge_pmd
Huang Ying
2016-07-29
1
-1
/
+1
*
thp: extract khugepaged from mm/huge_memory.c
Kirill A. Shutemov
2016-07-27
1
-0
/
+10
*
shmem: add huge pages support
Kirill A. Shutemov
2016-07-27
1
-0
/
+2
*
shmem: prepare huge= mount option and sysfs knob
Kirill A. Shutemov
2016-07-27
1
-0
/
+2
*
mm: introduce do_set_pmd()
Kirill A. Shutemov
2016-07-27
1
-0
/
+2
*
mm: introduce fault_env
Kirill A. Shutemov
2016-07-27
1
-15
/
+5
*
mm: thp: move pmd check inside ptl for freeze_page()
Naoya Horiguchi
2016-07-15
1
-2
/
+2
*
huge mm: move_huge_pmd does not need new_vma
Hugh Dickins
2016-05-20
1
-3
/
+1
*
thp: keep huge zero page pinned until tlb flush
Kirill A. Shutemov
2016-04-29
1
-0
/
+5
*
include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()
Chen Gang
2016-04-02
1
-1
/
+1
*
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-03-19
1
-3
/
+0
|
\
|
*
mm: Some arch may want to use HPAGE_PMD related values as variables
Kirill A. Shutemov
2016-03-03
1
-3
/
+0
*
|
thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
Kirill A. Shutemov
2016-03-17
1
-4
/
+6
*
|
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
2016-03-17
1
-0
/
+7
*
|
mm: thp: set THP defrag by default to madvise and add a stall-free defrag option
Mel Gorman
2016-03-17
1
-7
/
+2
|
/
*
thp: change pmd_trans_huge_lock() interface to return ptl
Kirill A. Shutemov
2016-01-22
1
-8
/
+8
*
mm, x86: get_user_pages() for dax mappings
Dan Williams
2016-01-16
1
-1
/
+9
*
mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd
Dan Williams
2016-01-16
1
-2
/
+3
*
mm, dax: convert vmf_insert_pfn_pmd() to pfn_t
Dan Williams
2016-01-16
1
-1
/
+1
*
mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called
Minchan Kim
2016-01-16
1
-0
/
+3
*
mm: prepare page_referenced() and page_idle to new THP refcounting
Kirill A. Shutemov
2016-01-16
1
-5
/
+0
*
thp: introduce deferred_split_huge_page()
Kirill A. Shutemov
2016-01-16
1
-0
/
+5
*
thp: reintroduce split_huge_page()
Kirill A. Shutemov
2016-01-16
1
-2
/
+5
*
thp: implement split_huge_pmd()
Kirill A. Shutemov
2016-01-16
1
-1
/
+10
*
mm, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-16
1
-15
/
+6
*
thp: drop all split_huge_page()-related code
Kirill A. Shutemov
2016-01-16
1
-22
/
+6
*
thp: rename split_huge_page_pmd() to split_huge_pmd()
Kirill A. Shutemov
2016-01-16
1
-6
/
+2
*
dax: don't use set_huge_zero_page()
Kirill A. Shutemov
2015-09-09
1
-3
/
+0
*
mm: add vmf_insert_pfn_pmd()
Matthew Wilcox
2015-09-09
1
-0
/
+2
*
mm: export various functions for the benefit of DAX
Matthew Wilcox
2015-09-09
1
-0
/
+10
*
thp: vma_adjust_trans_huge(): adjust file-backed VMA too
Kirill A. Shutemov
2015-09-09
1
-10
/
+1
*
mm:add KPF_ZERO_PAGE flag for /proc/kpageflags
Wang, Yalin
2015-02-12
1
-0
/
+12
*
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
2014-10-10
1
-1
/
+1
*
mm: make copy_pte_range static again
Jerome Marchand
2014-08-07
1
-4
/
+0
*
mm: close PageTail race
David Rientjes
2014-03-04
1
-41
/
+0
*
mm: thp: optimize compound_trans_huge
Andrea Arcangeli
2014-01-22
1
-0
/
+23
*
mm, thp: move ptl taking inside page_check_address_pmd()
Kirill A. Shutemov
2013-11-15
1
-1
/
+2
*
mm, thp: change pmd_trans_huge_lock() to return taken lock
Kirill A. Shutemov
2013-11-15
1
-7
/
+7
*
thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
Kirill A. Shutemov
2013-09-13
1
-3
/
+0
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-07-04
1
-3
/
+3
|
\
|
*
mm/thp: define HPAGE_PMD_* constants as BUILD_BUG() if !THP
Kirill A. Shutemov
2013-06-26
1
-1
/
+5
|
*
mm/THP: don't use HPAGE_SHIFT in transparent hugepage code
Aneesh Kumar K.V
2013-06-20
1
-7
/
+3
*
|
mm: thp: Correct the HPAGE_PMD_ORDER check.
Steve Capper
2013-06-14
1
-1
/
+1
|
/
*
mm: thp: add split tail pages to shrink page list in page reclaim
Shaohua Li
2013-04-30
1
-1
/
+10
*
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
Konstantin Khlebnikov
2013-02-24
1
-1
/
+1
*
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-12-17
1
-2
/
+14
|
\
|
*
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
Ingo Molnar
2012-12-11
1
-1
/
+1
|
*
mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
Mel Gorman
2012-12-11
1
-1
/
+2
|
*
mm: mempolicy: Use _PAGE_NUMA to migrate pages
Mel Gorman
2012-12-11
1
-4
/
+5
|
*
mm: numa: Create basic numa page hinting infrastructure
Mel Gorman
2012-12-11
1
-0
/
+10
[next]