Age | Commit message (Expand) | Author | Files | Lines |
2013-09-13 | memcg: rename RESOURCE_MAX to RES_COUNTER_MAX | Sha Zhengju | 1 | -1/+1 |
2013-09-13 | memcg: correct RESOURCE_MAX to ULLONG_MAX | Sha Zhengju | 1 | -1/+1 |
2013-04-30 | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -1/+1 |
2013-03-14 | include/linux/res_counter.h needs errno.h | Andrew Morton | 1 | -0/+1 |
2013-03-05 | res_counter: remove include of cgroup.h from res_counter.h | Li Zefan | 1 | -1/+1 |
2012-12-19 | res_counter: return amount of charges after res_counter_uncharge() | Glauber Costa | 1 | -5/+7 |
2012-12-13 | res_counter: delete res_counter_write() | Greg Thelen | 1 | -5/+0 |
2012-05-30 | rescounter: remove __must_check from res_counter_charge_nofail() | Glauber Costa | 1 | -1/+1 |
2012-05-30 | rescounters: add res_counter_uncharge_until() | Frederic Weisbecker | 1 | -0/+3 |
2012-04-28 | res_counter: Merge res_counter_charge and res_counter_charge_nofail | Frederic Weisbecker | 1 | -1/+1 |
2012-01-23 | net: introduce res_counter_charge_nofail() for socket allocations | Glauber Costa | 1 | -0/+6 |
2012-01-23 | cgroup: make sure memcg margin is 0 when over limit | Glauber Costa | 1 | -1/+4 |
2011-03-24 | memcg: simplify the way memory limits are checked | Johannes Weiner | 1 | -58/+14 |
2011-03-24 | memcg: soft limit reclaim should end at limit not below | Johannes Weiner | 1 | -2/+2 |
2011-02-03 | memcg: prevent endless loop when charging huge pages to near-limit group | Johannes Weiner | 1 | -0/+20 |
2009-10-02 | memcg: some modification to softlimit under hierarchical memory reclaim. | KAMEZAWA Hiroyuki | 1 | -4/+2 |
2009-09-24 | memory controller: soft limit organize cgroups | Balbir Singh | 1 | -2/+4 |
2009-09-24 | memory controller: soft limit interface | Balbir Singh | 1 | -0/+58 |
2009-06-19 | memcg: add interface to reset limits | Daisuke Nishimura | 1 | -0/+2 |
2009-01-16 | cgroups: consolidate cgroup documents | Li Zefan | 1 | -1/+1 |
2009-01-08 | memcg: memory cgroup resource counters for hierarchy | Balbir Singh | 1 | -2/+6 |
2008-09-06 | res_counter: fix off-by-one bug in setting limit | Li Zefan | 1 | -1/+1 |
2008-07-25 | res_counter: limit change support ebusy | KAMEZAWA Hiroyuki | 1 | -0/+16 |
2008-07-25 | cgroup files: convert res_counter_write() to be a cgroups write_string() handler | Paul Menage | 1 | -3/+8 |
2008-07-25 | Mark res_counter_charge(_locked) with __must_check | Pavel Emelyanov | 1 | -2/+4 |
2008-04-29 | memcgroup: implement failcounter reset | Pavel Emelyanov | 1 | -0/+8 |
2008-04-29 | memcgroups: add a document describing the resource counter abstraction | Pavel Emelyanov | 1 | -0/+2 |
2008-04-29 | memcgroup: add the max_usage member on the res_counter | Pavel Emelyanov | 1 | -0/+14 |
2008-04-29 | CGroup API files: add res_counter_read_u64() | Paul Menage | 1 | -1/+4 |
2008-02-07 | Memory controller improve user interface | Balbir Singh | 1 | -5/+7 |
2008-02-07 | Memory controller: add per cgroup LRU and reclaim | Balbir Singh | 1 | -0/+23 |
2008-02-07 | Memory controller: resource counters | Pavel Emelianov | 1 | -0/+102 |