index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-13
thp: khugepaged: make khugepaged aware about madvise
Andrea Arcangeli
2
-5
/
+20
2011-01-13
thp: madvise(MADV_NOHUGEPAGE)
Andrea Arcangeli
2
-12
/
+33
2011-01-13
thp: compound_trans_order
Andrea Arcangeli
2
-12
/
+12
2011-01-13
thp: fix memory-failure hugetlbfs vs THP collision
Andrea Arcangeli
2
-2
/
+2
2011-01-13
thp: add debug checks for mapcount related invariants
Andrea Arcangeli
1
-2
/
+4
2011-01-13
thp: scale nr_rotated to balance memory pressure
Rik van Riel
1
-2
/
+3
2011-01-13
thp: fix anon memory statistics with transparent hugepages
Rik van Riel
3
-6
/
+17
2011-01-13
thp: disable transparent hugepages by default on small systems
Rik van Riel
1
-0
/
+8
2011-01-13
thp: use compaction for all allocation orders
Andrea Arcangeli
1
-1
/
+1
2011-01-13
thp: use compaction in kswapd for GFP_ATOMIC order > 0
Andrea Arcangeli
2
-15
/
+46
2011-01-13
thp: freeze khugepaged and ksmd
Andrea Arcangeli
2
-4
/
+18
2011-01-13
thp: mmu_notifier_test_young
Andrea Arcangeli
2
-2
/
+24
2011-01-13
thp: don't allow transparent hugepage support without PSE
Andrea Arcangeli
1
-0
/
+8
2011-01-13
thp: avoid breaking huge pmd invariants in case of vma_adjust failures
Andrea Arcangeli
2
-2
/
+80
2011-01-13
thp: transhuge isolate_migratepages()
Andrea Arcangeli
1
-0
/
+15
2011-01-13
thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled
Andrea Arcangeli
1
-0
/
+1
2011-01-13
thp: transparent hugepage config choice
Andrea Arcangeli
2
-2
/
+30
2011-01-13
thp: allocate memory in khugepaged outside of mmap_sem write mode
Andrea Arcangeli
1
-22
/
+34
2011-01-13
thp: add numa awareness to hugepage allocations
Andrea Arcangeli
2
-18
/
+82
2011-01-13
thp: enable direct defrag
Andrea Arcangeli
1
-0
/
+1
2011-01-13
thp: set recommended min free kbytes
Andrea Arcangeli
1
-0
/
+52
2011-01-13
thp: mprotect: transparent huge page support
Johannes Weiner
2
-1
/
+34
2011-01-13
thp: mprotect: pass vma down to page table walkers
Johannes Weiner
1
-6
/
+9
2011-01-13
thp: mincore transparent hugepage support
Johannes Weiner
2
-1
/
+32
2011-01-13
thp: add x86 32bit support
Johannes Weiner
1
-1
/
+1
2011-01-13
thp: remove PG_buddy
Andrea Arcangeli
3
-12
/
+13
2011-01-13
thp: skip transhuge pages in ksm for now
Andrea Arcangeli
1
-4
/
+15
2011-01-13
thp: khugepaged vma merge
Andrea Arcangeli
1
-0
/
+5
2011-01-13
thp: khugepaged
Andrea Arcangeli
1
-10
/
+1063
2011-01-13
thp: transparent hugepage vmstat
Andrea Arcangeli
3
-4
/
+20
2011-01-13
thp: memcg huge memory
Andrea Arcangeli
1
-5
/
+31
2011-01-13
thp: transhuge-memcg: commit tail pages at charge
Daisuke Nishimura
1
-17
/
+35
2011-01-13
thp: memcg compound
Andrea Arcangeli
1
-30
/
+53
2011-01-13
thp: pmd_trans_huge migrate bugcheck
Andrea Arcangeli
2
-1
/
+11
2011-01-13
thp: madvise(MADV_HUGEPAGE)
Andrea Arcangeli
2
-0
/
+24
2011-01-13
thp: verify pmd_trans_huge isn't leaking
Andrea Arcangeli
1
-1
/
+6
2011-01-13
thp: split_huge_page anon_vma ordering dependency
Andrea Arcangeli
2
-0
/
+20
2011-01-13
thp: transparent hugepage core fixlet
Hugh Dickins
1
-1
/
+1
2011-01-13
thp: transparent hugepage core
Andrea Arcangeli
6
-33
/
+1056
2011-01-13
thp: don't alloc harder for gfp nomemalloc even if nowait
Andrea Arcangeli
1
-1
/
+6
2011-01-13
thp: _GFP_NO_KSWAPD
Andrea Arcangeli
1
-1
/
+2
2011-01-13
thp: clear_copy_huge_page
Andrea Arcangeli
2
-67
/
+74
2011-01-13
thp: split_huge_page paging
Andrea Arcangeli
4
-0
/
+11
2011-01-13
thp: split_huge_page_mm/vma
Andrea Arcangeli
5
-0
/
+5
2011-01-13
thp: pte alloc trans splitting
Andrea Arcangeli
2
-9
/
+18
2011-01-13
thp: add pmd mangling generic functions
Andrea Arcangeli
2
-1
/
+124
2011-01-13
thp: CONFIG_TRANSPARENT_HUGEPAGE
Andrea Arcangeli
1
-0
/
+14
2011-01-13
thp: comment reminder in destroy_compound_page
Andrea Arcangeli
1
-0
/
+1
2011-01-13
thp: export maybe_mkwrite
Andrea Arcangeli
1
-13
/
+0
2011-01-13
thp: clear compound mapping
Andrea Arcangeli
1
-7
/
+4
[next]