index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-12
kmemcg: don't allocate extra memory for root memcg_cache_params
Andrey Vagin
1
-3
/
+6
2013-09-04
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-127
/
+96
2013-08-23
memcg: get rid of swapaccount leftovers
Michal Hocko
1
-1
/
+0
2013-08-14
memcg: don't initialize kmem-cache destroying work for root caches
Andrey Vagin
1
-2
/
+2
2013-08-09
cgroup: make css_for_each_descendant() and friends include the origin css in ...
Tejun Heo
1
-8
/
+1
2013-08-09
cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...
Tejun Heo
1
-13
/
+8
2013-08-09
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
1
-6
/
+5
2013-08-09
cgroup: make cgroup_task_iter remember the cgroup being iterated
Tejun Heo
1
-3
/
+3
2013-08-09
cgroup: rename cgroup_iter to cgroup_task_iter
Tejun Heo
1
-5
/
+5
2013-08-09
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
1
-11
/
+9
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
1
-43
/
+45
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
Tejun Heo
1
-19
/
+19
2013-08-09
cgroup: add css_parent()
Tejun Heo
1
-28
/
+11
2013-08-09
cgroup: add/update accessors which obtain subsys specific data from css
Tejun Heo
1
-1
/
+1
2013-08-09
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
Tejun Heo
1
-3
/
+2
2013-08-01
vmpressure: make sure there are no events queued after memcg is offlined
Michal Hocko
1
-0
/
+1
2013-07-15
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
1
-1
/
+1
2013-07-09
memcg: don't need to free memcg via RCU or workqueue
Li Zefan
1
-46
/
+5
2013-07-09
memcg: kill memcg refcnt
Li Zefan
1
-17
/
+1
2013-07-09
memcg: don't need to get a reference to the parent
Li Zefan
1
-16
/
+3
2013-07-09
memcg: use css_get/put for swap memcg
Li Zefan
1
-10
/
+16
2013-07-09
memcg: use css_get/put when charging/uncharging kmem
Li Zefan
1
-26
/
+54
2013-07-09
memcg: don't use mem_cgroup_get() when creating a kmemcg cache
Li Zefan
1
-5
/
+5
2013-07-09
memcg: use css_get() in sock_update_memcg()
Li Zefan
1
-4
/
+4
2013-07-09
memcg, kmem: fix reference count handling on the error path
Michal Hocko
1
-8
/
+0
2013-07-09
Revert "memcg: avoid dangling reference count in creation failure"
Michal Hocko
1
-2
/
+0
2013-07-09
memcg: do not account memory used for cache creation
Glauber Costa
1
-0
/
+2
2013-07-09
memcg: also test for skip accounting at the page allocation level
Glauber Costa
1
-0
/
+28
2013-07-09
memcg: clean up memcg->nodeinfo
Johannes Weiner
1
-15
/
+5
2013-07-04
mm: memcontrol: factor out reclaim iterator loading and updating
Johannes Weiner
1
-29
/
+57
2013-07-04
mm, memcg: don't take task_lock in task_in_mem_cgroup
David Rientjes
1
-5
/
+6
2013-06-13
mm: memcontrol: fix lockless reclaim hierarchy iterator
Johannes Weiner
1
-7
/
+5
2013-06-13
memcg: don't initialize kmem-cache destroying work for root caches
Andrey Vagin
1
-2
/
+0
2013-05-25
mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge
Johannes Weiner
1
-2
/
+12
2013-05-08
mm, memcg: add rss_huge stat to memory.stat
David Rientjes
1
-10
/
+26
2013-04-30
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-31
/
+49
2013-04-30
memcg: take reference before releasing rcu_read_lock
Li Zefan
1
-30
/
+33
2013-04-30
mm, memcg: give exiting processes access to memory reserves
David Rientjes
1
-4
/
+4
2013-04-30
memcg: avoid accessing memcg after releasing reference
Li Zefan
1
-1
/
+1
2013-04-30
memcg: add memory.pressure_level events
Anton Vorontsov
1
-0
/
+29
2013-04-30
mm/memcontrol.c: remove unnecessary ;
Michel Lespinasse
1
-1
/
+1
2013-04-30
memcg: do not check for do_swap_account in mem_cgroup_{read,write,reset}
Michal Hocko
1
-9
/
+0
2013-04-30
memcg: further simplify mem_cgroup_iter
Michal Hocko
1
-33
/
+46
2013-04-30
memcg: simplify mem_cgroup_iter
Michal Hocko
1
-27
/
+25
2013-04-30
memcg: relax memcg iter caching
Michal Hocko
1
-17
/
+52
2013-04-30
memcg: rework mem_cgroup_iter to use cgroup iterators
Michal Hocko
1
-18
/
+68
2013-04-30
memcg: keep prev's css alive for the whole mem_cgroup_iter
Michal Hocko
1
-6
/
+7
2013-04-16
memcg: force use_hierarchy if sane_behavior
Tejun Heo
1
-0
/
+17
2013-04-07
memcg: fix memcg_cache_name() to use cgroup_name()
Michal Hocko
1
-31
/
+32
2013-03-09
memcg: initialize kmem-cache destroying work earlier
Konstantin Khlebnikov
1
-2
/
+6
[next]