index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-12
thp: cleanup: introduce mk_huge_pmd()
Bob Liu
1
-9
/
+12
2012-12-12
thp: introduce hugepage_vma_check()
Bob Liu
1
-21
/
+17
2012-12-12
mm: introduce mm_find_pmd()
Bob Liu
1
-45
/
+10
2012-12-12
thp: clean up __collapse_huge_page_isolate
Bob Liu
1
-27
/
+11
2012-10-15
mm: huge_memory: Fix build error.
Ralf Baechle
1
-0
/
+1
2012-10-09
mm: thp: Use more portable PMD clearing sequenece in zap_huge_pmd().
David Miller
1
-2
/
+3
2012-10-09
mm: Add and use update_mmu_cache_pmd() in transparent huge page code.
David Miller
1
-3
/
+3
2012-10-09
mm, thp: fix mapped pages avoiding unevictable list on mlock
David Rientjes
1
-1
/
+10
2012-10-09
mm: move all mmu notifier invocations to be done outside the PT lock
Sagi Grimberg
1
-6
/
+36
2012-10-09
mm: thp: fix the update_mmu_cache() last argument passing in mm/huge_memory.c
Catalin Marinas
1
-3
/
+3
2012-10-09
thp: khugepaged_prealloc_page() forgot to reset the page alloc indicator
Xiao Guangrong
1
-0
/
+1
2012-10-09
mm rmap: remove vma_address check for address inside vma
Michel Lespinasse
1
-4
/
+0
2012-10-09
mm anon rmap: replace same_anon_vma linked list with an interval tree.
Michel Lespinasse
1
-2
/
+3
2012-10-09
thp: make MADV_HUGEPAGE check for mm->def_flags
Gerald Schaefer
1
-0
/
+4
2012-10-09
thp: introduce pmdp_invalidate()
Gerald Schaefer
1
-2
/
+1
2012-10-09
thp: remove assumptions on pgtable_t type
Gerald Schaefer
1
-42
/
+8
2012-10-09
thp: remove unnecessary set_recommended_min_free_kbytes
Xiao Guangrong
1
-5
/
+0
2012-10-09
thp: use khugepaged_enabled to remove duplicate code
Xiao Guangrong
1
-9
/
+2
2012-10-09
thp: remove khugepaged_loop
Xiao Guangrong
1
-10
/
+4
2012-10-09
thp: introduce khugepaged_prealloc_page and khugepaged_alloc_page
Xiao Guangrong
1
-68
/
+98
2012-10-09
thp: release page in page pre-alloc path
Xiao Guangrong
1
-12
/
+7
2012-10-09
thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scan
Xiao Guangrong
1
-52
/
+45
2012-10-09
thp: remove some code depend on CONFIG_NUMA
Xiao Guangrong
1
-7
/
+3
2012-10-09
thp: remove wake_up_interruptible in the exit path
Xiao Guangrong
1
-14
/
+21
2012-10-09
thp: remove unnecessary khugepaged_thread check
Xiao Guangrong
1
-4
/
+1
2012-10-09
thp: move khugepaged_mutex out of khugepaged
Xiao Guangrong
1
-23
/
+13
2012-10-09
thp: remove unnecessary check in start_khugepaged
Xiao Guangrong
1
-5
/
+2
2012-10-09
thp: fix the count of THP_COLLAPSE_ALLOC
Xiao Guangrong
1
-1
/
+1
2012-10-09
mm: kill vma flag VM_INSERTPAGE
Konstantin Khlebnikov
1
-2
/
+1
2012-10-09
mm: introduce arch-specific vma flag VM_ARCH_1
Konstantin Khlebnikov
1
-1
/
+1
2012-10-09
mm, x86, pat: rework linear pfn-mmap tracking
Konstantin Khlebnikov
1
-16
/
+3
2012-09-28
thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...
Andrea Arcangeli
1
-1
/
+0
2012-05-30
mm/memcg: apply add/del_page to lruvec
Hugh Dickins
1
-3
/
+5
2012-05-30
mm, thp: drop page_table_lock to uncharge memcg pages
David Rientjes
1
-0
/
+2
2012-05-30
thp, memcg: split hugepage for memcg oom on cow
David Rientjes
1
-0
/
+3
2012-05-30
mm, thp: allow fallback when pte_alloc_one() fails for huge pmd
David Rientjes
1
-5
/
+8
2012-05-30
mm, thp: remove unnecessary ret variable
David Rientjes
1
-2
/
+1
2012-03-22
thp: optimize away unnecessary page table locking
Naoya Horiguchi
1
-66
/
+59
2012-03-06
mm: thp: fix BUG on mm->nr_ptes
Andrea Arcangeli
1
-3
/
+3
2012-02-09
mm: fix UP THP spin_is_locked BUGs
Hugh Dickins
1
-2
/
+2
2012-01-13
memcg: fix split_huge_page_refcounts()
Hugh Dickins
1
-10
/
+0
2012-01-13
thp: improve order in lru list for split huge page
Shaohua Li
1
-3
/
+2
2012-01-13
thp: add tlb_remove_pmd_tlb_entry
Shaohua Li
1
-1
/
+2
2012-01-13
thp: remove unnecessary tlb flush for mprotect
Shaohua Li
1
-1
/
+0
2012-01-13
thp: improve the error code path
Shaohua Li
1
-21
/
+50
2012-01-13
memcg: make mem_cgroup_split_huge_fixup() more efficient
KAMEZAWA Hiroyuki
1
-1
/
+2
2011-12-09
thp: reduce khugepaged freezing latency
Andrea Arcangeli
1
-12
/
+4
2011-11-03
mm: thp: tail page refcounting fix
Andrea Arcangeli
1
-11
/
+26
2011-11-01
mm/huge_memory: fix typo when updating mmu cache
Hillf Danton
1
-1
/
+1
2011-11-01
mm/huge_memory: fix copying user highpage
Hillf Danton
1
-1
/
+1
[next]