aboutsummaryrefslogtreecommitdiff
path: root/include/linux/res_counter.h
AgeCommit message (Expand)Author
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-03-13include/linux/res_counter.h needs errno.hAndrew Morton
2013-03-05res_counter: remove include of cgroup.h from res_counter.hLi Zefan
2012-12-18res_counter: return amount of charges after res_counter_uncharge()Glauber Costa
2012-12-12res_counter: delete res_counter_write()Greg Thelen
2012-05-29rescounter: remove __must_check from res_counter_charge_nofail()Glauber Costa
2012-05-29rescounters: add res_counter_uncharge_until()Frederic Weisbecker
2012-04-27res_counter: Merge res_counter_charge and res_counter_charge_nofailFrederic Weisbecker
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa
2012-01-22cgroup: make sure memcg margin is 0 when over limitGlauber Costa
2011-03-23memcg: simplify the way memory limits are checkedJohannes Weiner
2011-03-23memcg: soft limit reclaim should end at limit not belowJohannes Weiner
2011-02-02memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki
2009-09-24memory controller: soft limit organize cgroupsBalbir Singh
2009-09-24memory controller: soft limit interfaceBalbir Singh
2009-06-18memcg: add interface to reset limitsDaisuke Nishimura
2009-01-15cgroups: consolidate cgroup documentsLi Zefan
2009-01-08memcg: memory cgroup resource counters for hierarchyBalbir Singh
2008-09-05res_counter: fix off-by-one bug in setting limitLi Zefan
2008-07-25res_counter: limit change support ebusyKAMEZAWA Hiroyuki
2008-07-25cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage
2008-07-25Mark res_counter_charge(_locked) with __must_checkPavel Emelyanov
2008-04-29memcgroup: implement failcounter resetPavel Emelyanov
2008-04-29memcgroups: add a document describing the resource counter abstractionPavel Emelyanov
2008-04-29memcgroup: add the max_usage member on the res_counterPavel Emelyanov
2008-04-29CGroup API files: add res_counter_read_u64()Paul Menage
2008-02-07Memory controller improve user interfaceBalbir Singh
2008-02-07Memory controller: add per cgroup LRU and reclaimBalbir Singh
2008-02-07Memory controller: resource countersPavel Emelianov