aboutsummaryrefslogtreecommitdiff
path: root/kernel/res_counter.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-04kernel/res_counter.c: replace simple_strtoull by kstrtoullGravatar Fabian Frederick 1-2/+5
2014-04-07res_counter: remove interface for locked charging and unchargingGravatar David Rientjes 1-11/+12
2013-09-12memcg: reduce function dereferenceGravatar Sha Zhengju 1-8/+11
2013-09-12memcg: avoid overflow caused by PAGE_ALIGNGravatar Sha Zhengju 1-1/+5
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXGravatar Sha Zhengju 1-4/+4
2012-12-18res_counter: return amount of charges after res_counter_uncharge()Gravatar Glauber Costa 1-7/+13
2012-12-12res_counter: delete res_counter_write()Gravatar Greg Thelen 1-22/+0
2012-05-29rescounters: add res_counter_uncharge_until()Gravatar Frederic Weisbecker 1-2/+8
2012-04-27res_counter: Account max_usage when calling res_counter_charge_nofail()Gravatar Frederic Weisbecker 1-1/+1
2012-04-27res_counter: Merge res_counter_charge and res_counter_charge_nofailGravatar Frederic Weisbecker 1-39/+34
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGravatar Glauber Costa 1-0/+25
2011-12-13resource cgroups: remove bogus castGravatar Davidlohr Bueso 1-2/+1
2011-03-23memcg: res_counter_read_u64(): fix potential races on 32-bit machinesGravatar KAMEZAWA Hiroyuki 1-0/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.Gravatar KAMEZAWA Hiroyuki 1-16/+2
2009-09-24memory controller: soft limit organize cgroupsGravatar Balbir Singh 1-2/+16
2009-09-24memory controller: soft limit interfaceGravatar Balbir Singh 1-0/+3
2009-06-18memcg: add interface to reset limitsGravatar Daisuke Nishimura 1-1/+11
2009-01-08memcg: memory cgroup resource counters for hierarchyGravatar Balbir Singh 1-9/+35
2008-07-25cgroup files: convert res_counter_write() to be a cgroups write_string() handlerGravatar Paul Menage 1-27/+21
2008-04-29memcgroup: add the max_usage member on the res_counterGravatar Pavel Emelyanov 1-0/+4
2008-04-29CGroup API files: add res_counter_read_u64()Gravatar Paul Menage 1-0/+5
2008-04-29kernel: explicitly include required header files under kernel/Gravatar Robert P. J. Day 1-0/+1
2008-03-04Memory Resource Controller use strstrip while parsing argumentsGravatar Balbir Singh 1-0/+1
2008-02-07Memory controller improve user interfaceGravatar Balbir Singh 1-11/+25
2008-02-07Memory controller: resource countersGravatar Pavel Emelianov 1-0/+120