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
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-11-13
mm: add a helper function to check may oom condition
Qiang Huang
1
-8
/
+1
2013-11-01
memcg: remove incorrect underflow check
Greg Thelen
1
-1
/
+0
2013-11-01
mm: memcg: fix test for child groups
Johannes Weiner
1
-24
/
+11
2013-11-01
mm: memcg: lockdep annotation for memcg OOM lock
Johannes Weiner
1
-1
/
+10
2013-11-01
mm: memcg: use proper memcg in limit bypass
Johannes Weiner
1
-4
/
+4
2013-10-31
memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend casting
Greg Thelen
1
-1
/
+1
2013-10-17
fs: buffer: move allocation failure loop into the allocator
Johannes Weiner
1
-0
/
+2
2013-10-17
mm: memcg: handle non-error OOM situations more gracefully
Johannes Weiner
1
-88
/
+51
2013-10-17
mm, memcg: protect mem_cgroup_read_events for cpu hotplug
David Rientjes
1
-0
/
+2
2013-09-25
revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"
Andrew Morton
1
-21
/
+142
2013-09-25
revert "memcg: get rid of soft-limit tree infrastructure"
Andrew Morton
1
-2
/
+263
2013-09-25
revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"
Andrew Morton
1
-9
/
+5
2013-09-25
revert "memcg: enhance memcg iterator to support predicates"
Andrew Morton
1
-55
/
+15
2013-09-25
revert "memcg: track children in soft limit excess to improve soft limit"
Andrew Morton
1
-71
/
+0
2013-09-25
revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...
Andrew Morton
1
-5
/
+1
2013-09-25
revert "memcg: track all children over limit in the root"
Andrew Morton
1
-9
/
+0
2013-09-13
memcg: add per cgroup writeback pages accounting
Sha Zhengju
1
-7
/
+23
2013-09-13
memcg: check for proper lock held in mem_cgroup_update_page_stat
Sha Zhengju
1
-0
/
+1
2013-09-13
memcg: remove MEMCG_NR_FILE_MAPPED
Sha Zhengju
1
-24
/
+1
2013-09-13
memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
Sha Zhengju
1
-2
/
+2
2013-09-13
mm: memcg: do not trap chargers with full callstack on OOM
Johannes Weiner
1
-47
/
+107
2013-09-13
mm: memcg: rework and document OOM waiting and wakeup
Johannes Weiner
1
-37
/
+46
2013-09-13
mm: memcg: enable memcg OOM killer only for user faults
Johannes Weiner
1
-1
/
+1
2013-09-13
memcg: trivial cleanups
Andrew Morton
1
-15
/
+15
2013-09-13
memcg: track all children over limit in the root
Michal Hocko
1
-0
/
+9
2013-09-13
memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything
Michal Hocko
1
-1
/
+5
2013-09-13
memcg: track children in soft limit excess to improve soft limit
Michal Hocko
1
-0
/
+71
2013-09-13
memcg: enhance memcg iterator to support predicates
Michal Hocko
1
-15
/
+55
2013-09-13
vmscan, memcg: do softlimit reclaim also for targeted reclaim
Michal Hocko
1
-5
/
+9
2013-09-13
memcg: get rid of soft-limit tree infrastructure
Michal Hocko
1
-263
/
+2
2013-09-13
memcg, vmscan: integrate soft reclaim tighter with zone shrinking code
Michal Hocko
1
-142
/
+21
2013-09-13
memcg: remove redundant code in mem_cgroup_force_empty_write()
Li Zefan
1
-7
/
+1
2013-09-12
memcg: fix multiple large threshold notifications
Greg Thelen
1
-1
/
+7
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
[next]