index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
thp: avoid race on multiple parallel page faults to the same page
Kirill A. Shutemov
2012-12-12
1
-5
/
+24
*
thp: introduce sysfs knob to disable huge zero page
Kirill A. Shutemov
2012-12-12
1
-2
/
+19
*
thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events
Kirill A. Shutemov
2012-12-12
1
-1
/
+4
*
thp: implement refcounting for huge zero page
Kirill A. Shutemov
2012-12-12
1
-25
/
+88
*
thp: lazy huge zero page allocation
Kirill A. Shutemov
2012-12-12
1
-10
/
+10
*
thp: setup huge zero page on non-write page fault
Kirill A. Shutemov
2012-12-12
1
-0
/
+10
*
thp: implement splitting pmd for huge zero page
Kirill A. Shutemov
2012-12-12
1
-1
/
+42
*
thp: change split_huge_page_pmd() interface
Kirill A. Shutemov
2012-12-12
1
-2
/
+17
*
thp: change_huge_pmd(): make sure we don't try to make a page writable
Kirill A. Shutemov
2012-12-12
1
-0
/
+1
*
thp: do_huge_pmd_wp_page(): handle huge zero page
Kirill A. Shutemov
2012-12-12
1
-15
/
+96
*
thp: copy_huge_pmd(): copy huge zero page
Kirill A. Shutemov
2012-12-12
1
-0
/
+22
*
thp: zap_huge_pmd(): zap huge zero pmd
Kirill A. Shutemov
2012-12-12
1
-8
/
+13
*
thp: huge zero page: basic preparation
Kirill A. Shutemov
2012-12-12
1
-0
/
+30
*
mm: thp: set the accessed flag for old pages on access fault
Will Deacon
2012-12-11
1
-0
/
+22
*
thp: cleanup: introduce mk_huge_pmd()
Bob Liu
2012-12-11
1
-9
/
+12
*
thp: introduce hugepage_vma_check()
Bob Liu
2012-12-11
1
-21
/
+17
*
mm: introduce mm_find_pmd()
Bob Liu
2012-12-11
1
-45
/
+10
*
thp: clean up __collapse_huge_page_isolate
Bob Liu
2012-12-11
1
-27
/
+11
*
mm: huge_memory: Fix build error.
Ralf Baechle
2012-10-15
1
-0
/
+1
*
mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().
David Miller
2012-10-09
1
-2
/
+3
*
mm: Add and use update_mmu_cache_pmd() in transparent huge page code.
David Miller
2012-10-09
1
-3
/
+3
*
mm, thp: fix mapped pages avoiding unevictable list on mlock
David Rientjes
2012-10-09
1
-1
/
+10
*
mm: move all mmu notifier invocations to be done outside the PT lock
Sagi Grimberg
2012-10-09
1
-6
/
+36
*
mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.c
Catalin Marinas
2012-10-09
1
-3
/
+3
*
thp: khugepaged_prealloc_page() forgot to reset the page alloc indicator
Xiao Guangrong
2012-10-09
1
-0
/
+1
*
mm rmap: remove vma_address check for address inside vma
Michel Lespinasse
2012-10-09
1
-4
/
+0
*
mm anon rmap: replace same_anon_vma linked list with an interval tree.
Michel Lespinasse
2012-10-09
1
-2
/
+3
*
thp: make MADV_HUGEPAGE check for mm->def_flags
Gerald Schaefer
2012-10-09
1
-0
/
+4
*
thp: introduce pmdp_invalidate()
Gerald Schaefer
2012-10-09
1
-2
/
+1
*
thp: remove assumptions on pgtable_t type
Gerald Schaefer
2012-10-09
1
-42
/
+8
*
thp: remove unnecessary set_recommended_min_free_kbytes
Xiao Guangrong
2012-10-09
1
-5
/
+0
*
thp: use khugepaged_enabled to remove duplicate code
Xiao Guangrong
2012-10-09
1
-9
/
+2
*
thp: remove khugepaged_loop
Xiao Guangrong
2012-10-09
1
-10
/
+4
*
thp: introduce khugepaged_prealloc_page and khugepaged_alloc_page
Xiao Guangrong
2012-10-09
1
-68
/
+98
*
thp: release page in page pre-alloc path
Xiao Guangrong
2012-10-09
1
-12
/
+7
*
thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scan
Xiao Guangrong
2012-10-09
1
-52
/
+45
*
thp: remove some code depend on CONFIG_NUMA
Xiao Guangrong
2012-10-09
1
-7
/
+3
*
thp: remove wake_up_interruptible in the exit path
Xiao Guangrong
2012-10-09
1
-14
/
+21
*
thp: remove unnecessary khugepaged_thread check
Xiao Guangrong
2012-10-09
1
-4
/
+1
*
thp: move khugepaged_mutex out of khugepaged
Xiao Guangrong
2012-10-09
1
-23
/
+13
*
thp: remove unnecessary check in start_khugepaged
Xiao Guangrong
2012-10-09
1
-5
/
+2
*
thp: fix the count of THP_COLLAPSE_ALLOC
Xiao Guangrong
2012-10-09
1
-1
/
+1
*
mm: kill vma flag VM_INSERTPAGE
Konstantin Khlebnikov
2012-10-09
1
-2
/
+1
*
mm: introduce arch-specific vma flag VM_ARCH_1
Konstantin Khlebnikov
2012-10-09
1
-1
/
+1
*
mm, x86, pat: rework linear pfn-mmap tracking
Konstantin Khlebnikov
2012-10-09
1
-16
/
+3
*
thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...
Andrea Arcangeli
2012-09-28
1
-1
/
+0
*
mm/memcg: apply add/del_page to lruvec
Hugh Dickins
2012-05-29
1
-3
/
+5
*
mm, thp: drop page_table_lock to uncharge memcg pages
David Rientjes
2012-05-29
1
-0
/
+2
*
thp, memcg: split hugepage for memcg oom on cow
David Rientjes
2012-05-29
1
-0
/
+3
*
mm, thp: allow fallback when pte_alloc_one() fails for huge pmd
David Rientjes
2012-05-29
1
-5
/
+8
[next]