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
/
mm_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-17
mm: convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-4
/
+3
2015-06-30
mm: meminit: remove mminit_verify_page_links
Mel Gorman
1
-8
/
+0
2015-06-30
mm: meminit: initialise remaining struct pages in parallel with kswapd
Mel Gorman
1
-0
/
+1
2015-02-12
mm/mm_init.c: mark mminit_loglevel __meminitdata
Rasmus Villemoes
1
-1
/
+1
2015-02-12
mm/mm_init.c: park mminit_verify_zonelist as __init
Rasmus Villemoes
1
-1
/
+1
2014-01-27
mm: bring back /sys/kernel/mm
Hugh Dickins
1
-1
/
+1
2014-01-23
mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcall
Paul Gortmaker
1
-2
/
+1
2013-10-09
mm: numa: Change page last {nid,pid} into {cpu,pid}
Peter Zijlstra
1
-9
/
+9
2013-10-09
sched/numa: Set preferred NUMA node based on number of private faults
Mel Gorman
1
-9
/
+9
2013-07-03
mm: tune vm_committed_as percpu_counter batching size
Tim Chen
1
-0
/
+47
2013-02-23
mm: init: report on last-nid information stored in page->flags
Mel Gorman
1
-12
/
+19
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2008-08-20
mm: mminit_loglevel cannot be __meminitdata anymore
Marcin Slusarz
1
-1
/
+1
2008-08-05
mm_init.c: avoid ifdef-inside-macro-expansion
Andrew Morton
1
-4
/
+4
2008-07-24
mm: create /sys/kernel/mm
Nishanth Aravamudan
1
-0
/
+16
2008-07-24
mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INIT
Nishanth Aravamudan
1
-0
/
+2
2008-07-24
mm: print out the zonelists on request for manual verification
Mel Gorman
1
-0
/
+45
2008-07-24
mm: verify the page links and memory model
Mel Gorman
1
-0
/
+71
2008-07-24
mm: add a basic debugging framework for memory initialisation
Mel Gorman
1
-0
/
+18