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