Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-13memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju
2013-09-13memcg: correct RESOURCE_MAX to ULLONG_MAXSha Zhengju
2013-04-30Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-03-14include/linux/res_counter.h needs errno.hAndrew Morton
2013-03-05res_counter: remove include of cgroup.h from res_counter.hLi Zefan
2012-12-19res_counter: return amount of charges after res_counter_uncharge()Glauber Costa
2012-12-13res_counter: delete res_counter_write()Greg Thelen
2012-05-30rescounter: remove __must_check from res_counter_charge_nofail()Glauber Costa
2012-05-30rescounters: add res_counter_uncharge_until()Frederic Weisbecker
2012-04-28res_counter: Merge res_counter_charge and res_counter_charge_nofailFrederic Weisbecker
2012-01-23net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa
2012-01-23cgroup: make sure memcg margin is 0 when over limitGlauber Costa
2011-03-24memcg: simplify the way memory limits are checkedJohannes Weiner
2011-03-24memcg: soft limit reclaim should end at limit not belowJohannes Weiner
2011-02-03memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner
2009-10-02memcg: 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-19memcg: add interface to reset limitsDaisuke Nishimura
2009-01-16cgroups: consolidate cgroup documentsLi Zefan
2009-01-08memcg: memory cgroup resource counters for hierarchyBalbir Singh
2008-09-06res_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