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
/
memcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-18
memcg: fix Bad page state after replace_page_cache
Hugh Dickins
1
-0
/
+1
2012-04-12
memcg: do not open code accesses to res_counter members
Glauber Costa
1
-2
/
+2
2012-04-12
memcg: fix broken boolen expression
Kirill A. Shutemov
1
-1
/
+1
2012-03-28
mm: thp: fix up pmd_trans_unstable() locations
Andrea Arcangeli
1
-0
/
+4
2012-03-21
memcg: avoid THP split in task migration
Naoya Horiguchi
1
-8
/
+77
2012-03-21
memcg: clean up existing move charge code
Naoya Horiguchi
1
-9
/
+8
2012-03-21
mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()
Jeff Liu
1
-1
/
+0
2012-03-21
mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_eve...
Anton Vorontsov
1
-6
/
+0
2012-03-21
mm/memcontrol.c: s/stealed/stolen/
Andrew Morton
1
-6
/
+6
2012-03-21
memcg: fix performance of mem_cgroup_begin_update_page_stat()
KAMEZAWA Hiroyuki
1
-1
/
+8
2012-03-21
memcg: remove PCG_FILE_MAPPED
KAMEZAWA Hiroyuki
1
-5
/
+6
2012-03-21
memcg: use new logic for page stat accounting
KAMEZAWA Hiroyuki
1
-20
/
+42
2012-03-21
memcg: remove PCG_MOVE_LOCK flag from page_cgroup
KAMEZAWA Hiroyuki
1
-10
/
+32
2012-03-21
memcg: simplify move_account() check
KAMEZAWA Hiroyuki
1
-40
/
+30
2012-03-21
memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)
KAMEZAWA Hiroyuki
1
-1
/
+0
2012-03-21
memcg: remove PCG_CACHE page_cgroup flag
KAMEZAWA Hiroyuki
1
-25
/
+32
2012-03-21
memcg: remove unnecessary thp check in page stat accounting
KAMEZAWA Hiroyuki
1
-1
/
+1
2012-03-21
memcg: remove redundant returns
Hugh Dickins
1
-4
/
+0
2012-03-21
memcg: enum lru_list lru
Hugh Dickins
1
-10
/
+10
2012-03-21
memcg: lru_size instead of MEM_CGROUP_ZSTAT
Hugh Dickins
1
-8
/
+6
2012-03-21
memcg: replace mem and mem_cont stragglers
Hugh Dickins
1
-42
/
+42
2012-03-21
mm, memcg: pass charge order to oom killer
David Rientjes
1
-3
/
+3
2012-03-21
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
1
-0
/
+4
2012-03-20
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-29
/
+19
2012-03-15
memcg: free mem_cgroup by RCU to fix oops
Hugh Dickins
1
-6
/
+47
2012-03-09
memcg: revert fix to mapcount check for this release
Hugh Dickins
1
-1
/
+1
2012-03-05
memcg: fix mapcount check in move charge code for anonymous page
Naoya Horiguchi
1
-1
/
+1
2012-03-05
memcg: fix GPF when cgroup removal races with last exit
Hugh Dickins
1
-17
/
+13
2012-03-05
memcg: fix deadlock by inverting lrucare nesting
Hugh Dickins
1
-35
/
+37
2012-02-24
mm: memcg: Correct unregistring of events attached to the same eventfd
Anton Vorontsov
1
-1
/
+4
2012-02-03
mm/memcontrol.c: fix warning with CONFIG_NUMA=n
Andrew Morton
1
-1
/
+2
2012-02-02
cgroup: remove cgroup_subsys argument from callbacks
Li Zefan
1
-29
/
+19
2012-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2012-01-23
mm: memcg: update the correct soft limit tree during migration
Johannes Weiner
1
-1
/
+1
2012-01-22
net: fix socket memcg build with !CONFIG_NET
Glauber Costa
1
-2
/
+2
2012-01-17
net: move sock_update_memcg outside of CONFIG_INET
Glauber Costa
1
-1
/
+1
2012-01-12
memcg: fix mem_cgroup_print_bad_page
Hugh Dickins
1
-16
/
+1
2012-01-12
memcg: fix split_huge_page_refcounts()
Hugh Dickins
1
-10
/
+2
2012-01-12
memcg: cleanup for_each_node_state()
Bob Liu
1
-5
/
+5
2012-01-12
memcg: simplify LRU handling by new rule
KAMEZAWA Hiroyuki
1
-69
/
+54
2012-01-12
memcg: clear pc->mem_cgroup if necessary.
KAMEZAWA Hiroyuki
1
-0
/
+17
2012-01-12
memcg: simplify corner case handling of LRU.
KAMEZAWA Hiroyuki
1
-93
/
+16
2012-01-12
memcg: simplify page cache charging
KAMEZAWA Hiroyuki
1
-22
/
+9
2012-01-12
oom, memcg: fix exclusion of memcg threads after they have detached their mm
David Rientjes
1
-4
/
+15
2012-01-12
memcg: free entries in soft_limit_tree if allocation fails
Michal Hocko
1
-1
/
+11
2012-01-12
page_cgroup: add helper function to get swap_cgroup
Bob Liu
1
-2
/
+2
2012-01-12
mm: memcg: remove unneeded checks from uncharge_page()
Johannes Weiner
1
-2
/
+1
2012-01-12
mm: memcg: remove unneeded checks from newpage_charge()
Johannes Weiner
1
-12
/
+4
2012-01-12
mm: memcg: lookup_page_cgroup (almost) never returns NULL
Johannes Weiner
1
-4
/
+7
2012-01-12
mm: memcg: clean up fault accounting
Johannes Weiner
1
-14
/
+4
[next]