aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/res_counter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-18res_counter: return amount of charges after res_counter_uncharge()Glauber Costa1-7/+13
2012-12-12res_counter: delete res_counter_write()Greg Thelen1-22/+0
2012-05-29rescounters: add res_counter_uncharge_until()Frederic Weisbecker1-2/+8
2012-04-27res_counter: Account max_usage when calling res_counter_charge_nofail()Frederic Weisbecker1-1/+1
2012-04-27res_counter: Merge res_counter_charge and res_counter_charge_nofailFrederic Weisbecker1-39/+34
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-0/+25
2011-12-13resource cgroups: remove bogus castDavidlohr Bueso1-2/+1
2011-03-23memcg: res_counter_read_u64(): fix potential races on 32-bit machinesKAMEZAWA Hiroyuki1-0/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki1-16/+2
2009-09-24memory controller: soft limit organize cgroupsBalbir Singh1-2/+16
2009-09-24memory controller: soft limit interfaceBalbir Singh1-0/+3
2009-06-18memcg: add interface to reset limitsDaisuke Nishimura1-1/+11
2009-01-08memcg: memory cgroup resource counters for hierarchyBalbir Singh1-9/+35
2008-07-25cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage1-27/+21
2008-04-29memcgroup: add the max_usage member on the res_counterPavel Emelyanov1-0/+4
2008-04-29CGroup API files: add res_counter_read_u64()Paul Menage1-0/+5
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day1-0/+1
2008-03-04Memory Resource Controller use strstrip while parsing argumentsBalbir Singh1-0/+1
2008-02-07Memory controller improve user interfaceBalbir Singh1-11/+25
2008-02-07Memory controller: resource countersPavel Emelianov1-0/+120