index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
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-17
Revert "mm: simplify code of swap.c"
Linus Torvalds
1
-54
/
+47
2011-01-17
Revert "mm: batch activate_page() to reduce lock contention"
Linus Torvalds
3
-92
/
+13
2011-01-16
fix non-x86 build failure in pmdp_get_and_clear
Andrea Arcangeli
1
-7
/
+4
2011-01-15
mm/slab.c: make local symbols static
H Hartley Sweeten
1
-3
/
+3
2011-01-15
Merge branch 'slub/hotplug' into slab/urgent
Pekka Enberg
2
-2
/
+6
2011-01-13
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-0
/
+1
2011-01-13
memcg: fix memory migration of shmem swapcache
Daisuke Nishimura
2
-4
/
+3
2011-01-13
memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset
Jesper Juhl
1
-6
/
+3
2011-01-13
memcg: fix deadlock between cpuset and memcg
Daisuke Nishimura
1
-35
/
+49
2011-01-13
memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()
Minchan Kim
1
-1
/
+0
2011-01-13
memcg: fix unit mismatch in memcg oom limit calculation
Johannes Weiner
1
-2
/
+3
2011-01-13
memcg: add lock to synchronize page accounting and migration
KAMEZAWA Hiroyuki
1
-2
/
+7
2011-01-13
memcg: create extensible page stat update routines
Greg Thelen
2
-11
/
+9
2011-01-13
mm: batch activate_page() to reduce lock contention
Shaohua Li
3
-13
/
+92
2011-01-13
mm: simplify code of swap.c
Shaohua Li
1
-47
/
+54
2011-01-13
mm/page_alloc.c: don't cache `current' in a local
Andrew Morton
1
-14
/
+10
2011-01-13
mm: fix hugepage migration
Hugh Dickins
1
-17
/
+6
2011-01-13
mm: fix migration hangs on anon_vma lock
Hugh Dickins
1
-29
/
+19
2011-01-13
ksm: drain pagevecs to lru
Hugh Dickins
1
-0
/
+12
2011-01-13
hugetlb: fix handling of parse errors in sysfs
Eric B Munson
1
-4
/
+2
2011-01-13
hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment
Eric B Munson
1
-2
/
+21
2011-01-13
hugetlb: check the return value of string conversion in sysctl handler
Michal Hocko
1
-6
/
+12
2011-01-13
mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()
Andrew Morton
1
-1
/
+1
2011-01-13
mm/dmapool.c: take lock only once in dma_pool_free()
Rolf Eike Beer
1
-8
/
+6
2011-01-13
mm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists
KyongHo Cho
1
-15
/
+10
2011-01-13
brk: fix min_brk lower bound computation for COMPAT_BRK
Jiri Kosina
1
-1
/
+9
2011-01-13
mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()
Jesper Juhl
1
-1
/
+3
2011-01-13
mm: migration: use rcu_dereference_protected when dereferencing the radix tre...
Mel Gorman
1
-2
/
+2
2011-01-13
thp: add compound_trans_head() helper
Andrea Arcangeli
1
-12
/
+3
2011-01-13
thp: KSM on THP
Andrea Arcangeli
1
-9
/
+58
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
[next]