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-02-03
mm/memcontrol.c: fix warning with CONFIG_NUMA=n
Andrew Morton
1
-1
/
+2
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
2012-01-12
mm: unify remaining mem_cont, mem, etc. variable names to memcg
Johannes Weiner
1
-25
/
+27
2012-01-12
mm: memcg: shorten preempt-disabled section around event checks
Johannes Weiner
1
-38
/
+35
2012-01-12
memcg: make mem_cgroup_split_huge_fixup() more efficient
KAMEZAWA Hiroyuki
1
-17
/
+17
2012-01-12
mm: make per-memcg LRU lists exclusive
Johannes Weiner
1
-160
/
+151
2012-01-12
mm: collect LRU list heads into struct lruvec
Johannes Weiner
1
-10
/
+7
2012-01-12
mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty
Johannes Weiner
1
-10
/
+2
2012-01-12
mm: move memcg hierarchy reclaim to generic reclaim code
Johannes Weiner
1
-84
/
+85
2012-01-12
mm: memcg: per-priority per-zone hierarchy scan generations
Johannes Weiner
1
-18
/
+47
2012-01-12
mm: memcg: consolidate hierarchy iteration primitives
Johannes Weiner
1
-124
/
+75
2012-01-12
memcg: add mem_cgroup_replace_page_cache() to fix LRU issue
KAMEZAWA Hiroyuki
1
-0
/
+44
2012-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-5
/
+14
2012-01-09
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-8
/
+8
2012-01-07
net: fix sock_clone reference mismatch with tcp memcontrol
Glauber Costa
1
-5
/
+14
2011-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2011-12-22
Partial revert "Basic kernel memory functionality for the Memory Controller"
Glauber Costa
1
-87
/
+6
2011-12-20
memcg: keep root group unchanged if creation fails
Hillf Danton
1
-2
/
+1
2011-12-12
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...
Tejun Heo
1
-8
/
+8
2011-12-12
tcp memory pressure controls
Glauber Costa
1
-1
/
+39
2011-12-12
socket: initial cgroup code.
Glauber Costa
1
-2
/
+44
2011-12-12
Basic kernel memory functionality for the Memory Controller
Glauber Costa
1
-5
/
+100
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-02
memcg: Fix race condition in memcg_check_events() with this_cpu usage
Steven Rostedt
1
-4
/
+6
2011-11-02
memcg: close race between charge and putback
Johannes Weiner
1
-1
/
+20
2011-11-02
memcg: skip scanning active lists based on individual size
Johannes Weiner
1
-34
/
+17
2011-11-02
memcg: do not expose uninitialized mem_cgroup_per_node to world
Igor Mammedov
1
-1
/
+1
2011-11-02
memcg: fix oom schedule_timeout()
KAMEZAWA Hiroyuki
1
-1
/
+1
2011-11-02
memcg: rename mem variable to memcg
Raghavendra K T
1
-463
/
+467
2011-10-31
mm: change isolate mode from #define to bitwise type
Minchan Kim
1
-1
/
+2
2011-10-31
mm: Add export.h for EXPORT_SYMBOL to active symbol exporters
Paul Gortmaker
1
-0
/
+1
2011-09-14
memcg: Revert "memcg: add memory.vmscan_stat"
Johannes Weiner
1
-166
/
+6
2011-08-25
memcg: fix hierarchical oom locking
Johannes Weiner
1
-12
/
+5
[next]