| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-06-25 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -51/+172 |
| 2015-06-24 | memcg: convert mem_cgroup->under_oom from atomic_t to int | Tejun Heo | 1 | -8/+21 |
| 2015-06-24 | memcg: remove unused mem_cgroup->oom_wakeups | Tejun Heo | 1 | -9/+1 |
| 2015-06-24 | mm: oom_kill: simplify OOM killer locking | Johannes Weiner | 1 | -7/+11 |
| 2015-06-24 | mm: oom_kill: clean up victim marking and exiting interfaces | Johannes Weiner | 1 | -1/+1 |
| 2015-06-10 | mm: memcontrol: fix false-positive VM_BUG_ON() on -rt | Johannes Weiner | 1 | -3/+1 |
| 2015-06-10 | memcg: do not call reclaim if !__GFP_WAIT | Vladimir Davydov | 1 | -0/+2 |
| 2015-06-02 | writeback: implement memcg writeback domain based throttling | Tejun Heo | 1 | -0/+43 |
| 2015-06-02 | writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes | Tejun Heo | 1 | -0/+12 |
| 2015-06-02 | writeback: implement memcg wb_domain | Tejun Heo | 1 | -0/+39 |
| 2015-06-02 | memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of o... | Tejun Heo | 1 | -49/+2 |
| 2015-06-02 | writeback: make backing_dev_info host cgroup-specific bdi_writebacks | Tejun Heo | 1 | -1/+18 |
| 2015-06-02 | memcg: implement mem_cgroup_css_from_page() | Tejun Heo | 1 | -0/+33 |
| 2015-06-02 | memcg: add mem_cgroup_root_css | Tejun Heo | 1 | -0/+2 |
| 2015-06-02 | memcg: add per cgroup dirty page accounting | Greg Thelen | 1 | -1/+23 |
| 2015-04-15 | mm: remove rest of ACCESS_ONCE() usages | Jason Low | 1 | -9/+9 |
| 2015-04-15 | memcg: remove obsolete comment | Vladimir Davydov | 1 | -5/+0 |
| 2015-04-15 | memcg: zap mem_cgroup_lookup() | Vladimir Davydov | 1 | -16/+8 |
| 2015-04-14 | memcg: print cgroup information when system panics due to panic_on_oom | Balasubramani Vivekanandan | 1 | -7/+9 |
| 2015-04-14 | mm: memcontrol: let mem_cgroup_move_account() have effect only if MMU enabled | Chen Gang | 1 | -86/+86 |
| 2015-04-14 | mm: memcontrol: update copyright notice | Johannes Weiner | 1 | -0/+6 |
| 2015-03-12 | memcg: disable hierarchy support if bound to the legacy cgroup hierarchy | Vladimir Davydov | 1 | -1/+3 |
| 2015-02-28 | mm: memcontrol: use "max" instead of "infinity" in control knobs | Johannes Weiner | 1 | -6/+6 |
| 2015-02-28 | memcg: fix low limit calculation | Michal Hocko | 1 | -2/+2 |
| 2015-02-12 | memcg: cleanup static keys decrement | Vladimir Davydov | 1 | -33/+5 |
| 2015-02-12 | memcg: reparent list_lrus and free kmemcg_id on css offline | Vladimir Davydov | 1 | -5/+34 |
| 2015-02-12 | memcg: free memcg_caches slot on css offline | Vladimir Davydov | 1 | -6/+32 |
| 2015-02-12 | slab: embed memcg_cache_params to kmem_cache | Vladimir Davydov | 1 | -6/+5 |
| 2015-02-12 | list_lru: introduce per-memcg lists | Vladimir Davydov | 1 | -0/+20 |
| 2015-02-12 | memcg: add rwsem to synchronize against memcg_caches arrays relocation | Vladimir Davydov | 1 | -10/+19 |
| 2015-02-12 | memcg: rename some cache id related variables | Vladimir Davydov | 1 | -10/+9 |
| 2015-02-12 | vmscan: per memory cgroup slab shrinkers | Vladimir Davydov | 1 | -1/+1 |
| 2015-02-11 | memcg: cleanup preparation for page table walk | Naoya Horiguchi | 1 | -33/+16 |
| 2015-02-11 | mm: memcontrol: consolidate swap controller code | Johannes Weiner | 1 | -139/+125 |
| 2015-02-11 | mm: memcontrol: consolidate memory controller initialization | Johannes Weiner | 1 | -35/+25 |
| 2015-02-11 | mm: memcontrol: simplify soft limit tree init code | Johannes Weiner | 1 | -9/+8 |
| 2015-02-11 | oom, PM: make OOM detection in the freezer path raceless | Michal Hocko | 1 | -1/+1 |
| 2015-02-11 | oom: add helpers for setting and clearing TIF_MEMDIE | Michal Hocko | 1 | -1/+1 |
| 2015-02-11 | mm: memcontrol: fold move_anon() and move_file() | Johannes Weiner | 1 | -31/+18 |
| 2015-02-11 | mm: memcontrol: default hierarchy interface for memory | Johannes Weiner | 1 | -11/+218 |
| 2015-02-11 | mm: page_counter: pull "-1" handling out of page_counter_memparse() | Johannes Weiner | 1 | -2/+2 |
| 2015-02-11 | memcg: add BUILD_BUG_ON() for string tables | Greg Thelen | 1 | -0/+4 |
| 2015-02-11 | vmscan: force scan offline memory cgroups | Vladimir Davydov | 1 | -0/+14 |
| 2015-02-11 | mm: memcontrol: track move_lock state internally | Johannes Weiner | 1 | -29/+39 |
| 2015-02-10 | memcg: zap memcg_slab_caches and memcg_slab_mutex | Vladimir Davydov | 1 | -141/+15 |
| 2015-02-10 | memcg: zap memcg_name argument of memcg_create_kmem_cache | Vladimir Davydov | 1 | -4/+1 |
| 2015-02-10 | memcg: zap __memcg_{charge,uncharge}_slab | Vladimir Davydov | 1 | -18/+3 |
| 2015-02-10 | mm: remove rest usage of VM_NONLINEAR and pte_file() | Kirill A. Shutemov | 1 | -5/+2 |
| 2015-02-05 | memcg, shmem: fix shmem migration to use lrucare | Michal Hocko | 1 | -1/+1 |
| 2015-01-26 | memcg: remove extra newlines from memcg oom kill log | Greg Thelen | 1 | -2/+2 |
| 2015-01-08 | memcg: fix destination cgroup leak on task charges migration | Vladimir Davydov | 1 | -12/+0 |
| 2015-01-08 | mm: memcontrol: switch soft limit default back to infinity | Johannes Weiner | 1 | -1/+4 |
| 2014-12-13 | mm/memcontrol.c: remove unused mem_cgroup_lru_names_not_uptodate() | Rickard Strandqvist | 1 | -5/+2 |
| 2014-12-13 | memcg: fix possible use-after-free in memcg_kmem_get_cache() | Vladimir Davydov | 1 | -35/+16 |
| 2014-12-13 | mm/memcontrol.c: fix defined but not used compiler warning | Michele Curti | 1 | -1/+2 |
| 2014-12-13 | oom: don't assume that a coredumping thread will exit soon | Oleg Nesterov | 1 | -1/+1 |
| 2014-12-13 | mm/memcontrol.c: remove the unused arg in __memcg_kmem_get_cache() | Zhang Zhen | 1 | -2/+1 |
| 2014-12-13 | memcg: turn memcg_kmem_skip_account into a bit field | Vladimir Davydov | 1 | -33/+2 |
| 2014-12-13 | memcg: only check memcg_kmem_skip_account in __memcg_kmem_get_cache | Vladimir Davydov | 1 | -28/+0 |
| 2014-12-13 | memcg: zap kmem_account_flags | Vladimir Davydov | 1 | -21/+10 |
| 2014-12-13 | memcg: do not abuse memcg_kmem_skip_account | Vladimir Davydov | 1 | -7/+0 |
| 2014-12-13 | memcg: don't check mm in __memcg_kmem_{get_cache,newpage_charge} | Vladimir Davydov | 1 | -2/+2 |
| 2014-12-13 | memcg: __mem_cgroup_free: remove stale disarm_static_keys comment | Vladimir Davydov | 1 | -11/+0 |
| 2014-12-10 | Merge branch 'akpm' (patchbomb from Andrew) | Linus Torvalds | 1 | -1201/+505 |
| 2014-12-10 | mm: move page->mem_cgroup bad page handling into generic code | Johannes Weiner | 1 | -15/+0 |
| 2014-12-10 | mm: page_cgroup: rename file to mm/swap_cgroup.c | Johannes Weiner | 1 | -1/+1 |
| 2014-12-10 | mm: embed the memcg pointer directly into struct page | Johannes Weiner | 1 | -89/+35 |
| 2014-12-10 | mm: memcontrol: remove stale page_cgroup_lock comment | Johannes Weiner | 1 | -4/+0 |
| 2014-12-10 | mm, memcg: fix potential undefined behaviour in page stat accounting | Michal Hocko | 1 | -4/+4 |
| 2014-12-10 | mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() | Johannes Weiner | 1 | -43/+16 |
| 2014-12-10 | mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree() | Johannes Weiner | 1 | -1/+1 |
| 2014-12-10 | mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task() | Johannes Weiner | 1 | -3/+2 |
| 2014-12-10 | mm: memcontrol: shorten the page statistics update slowpath | Johannes Weiner | 1 | -13/+8 |
| 2014-12-10 | memcg: use generic slab iterators for showing slabinfo | Vladimir Davydov | 1 | -21/+4 |
| 2014-12-10 | memcg: remove mem_cgroup_reclaimable check from soft reclaim | Vladimir Davydov | 1 | -43/+0 |
| 2014-12-10 | mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move() | Johannes Weiner | 1 | -28/+12 |
| 2014-12-10 | mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move() | Johannes Weiner | 1 | -7/+3 |
| 2014-12-10 | mm: memcontrol: inline memcg->move_lock locking | Johannes Weiner | 1 | -22/+6 |
| 2014-12-10 | mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flag | Johannes Weiner | 1 | -66/+41 |
| 2014-12-10 | mm: memcontrol: remove unnecessary PCG_MEM memory charge flag | Johannes Weiner | 1 | -3/+1 |
| 2014-12-10 | mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flag | Johannes Weiner | 1 | -22/+12 |
| 2014-12-10 | mm: memcontrol: uncharge pages on swapout | Johannes Weiner | 1 | -4/+14 |
| 2014-12-10 | mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup() | Michal Hocko | 1 | -1/+3 |
| 2014-12-10 | memcg: remove activate_kmem_mutex | Vladimir Davydov | 1 | -19/+5 |
| 2014-12-10 | mm: memcontrol: clarify migration where old page is uncharged | Johannes Weiner | 1 | -1/+6 |
| 2014-12-10 | mm: memcontrol: update mem_cgroup_page_lruvec() documentation | Johannes Weiner | 1 | -8/+8 |
| 2014-12-10 | memcg: simplify unreclaimable groups handling in soft limit reclaim | Vladimir Davydov | 1 | -22/+4 |
| 2014-12-10 | mm: memcontrol: remove synchronous stock draining code | Johannes Weiner | 1 | -40/+6 |
| 2014-12-10 | mm: memcontrol: continue cache reclaim from offlined groups | Johannes Weiner | 1 | -217/+1 |
| 2014-12-10 | mm: memcontrol: remove obsolete kmemcg pinning tricks | Johannes Weiner | 1 | -73/+1 |
| 2014-12-10 | mm: memcontrol: take a css reference for each charged page | Johannes Weiner | 1 | -4/+17 |
| 2014-12-10 | mm: memcontrol: convert reclaim iterator to simple css refcounting | Johannes Weiner | 1 | -174/+84 |
| 2014-12-10 | mm: memcontrol: lockless page counters | Johannes Weiner | 1 | -338/+295 |
| 2014-12-08 | Merge branch 'iov_iter' into for-next | Al Viro | 1 | -48/+57 |
| 2014-11-19 | kill f_dentry uses | Al Viro | 1 | -2/+2 |
| 2014-10-29 | mm: memcontrol: fix missed end-writeback page accounting | Johannes Weiner | 1 | -48/+57 |
| 2014-10-09 | memcg: zap memcg_can_account_kmem | Vladimir Davydov | 1 | -9/+3 |
| 2014-10-09 | mm: memcontrol: fix transparent huge page allocations under pressure | Johannes Weiner | 1 | -52/+17 |
| 2014-10-09 | mm: memcontrol: simplify detecting when the memory+swap limit is hit | Johannes Weiner | 1 | -34/+13 |
| 2014-10-09 | memcg: move memcg_update_cache_size() to slab_common.c | Vladimir Davydov | 1 | -49/+0 |
| 2014-10-09 | memcg: don't call memcg_update_all_caches if new cache id fits | Vladimir Davydov | 1 | -64/+72 |
| 2014-10-09 | memcg: move memcg_{alloc,free}_cache_params to slab_common.c | Vladimir Davydov | 1 | -37/+4 |
| 2014-10-02 | mm: memcontrol: do not iterate uninitialized memcgs | Johannes Weiner | 1 | -5/+31 |
| 2014-09-05 | mm: memcontrol: revert use of root_mem_cgroup res_counter | Johannes Weiner | 1 | -25/+78 |
| 2014-08-08 | mm: memcontrol: avoid charge statistics churn during page migration | Johannes Weiner | 1 | -25/+10 |
| 2014-08-08 | mm: memcontrol: use page lists for uncharge batching | Johannes Weiner | 1 | -97/+109 |
| 2014-08-08 | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 1 | -507/+321 |
| 2014-08-08 | mm: memcontrol: rewrite charge API | Johannes Weiner | 1 | -240/+167 |
| 2014-08-06 | mm: memcontrol: clean up reclaim size variable use in try_charge() | Johannes Weiner | 1 | -3/+3 |
| 2014-08-06 | mm: memcontrol: do not acquire page_cgroup lock for kmem pages | Johannes Weiner | 1 | -14/+7 |
| 2014-08-06 | mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsed | Johannes Weiner | 1 | -9/+0 |
| 2014-08-06 | mm: memcontrol: use root_mem_cgroup res_counter | Johannes Weiner | 1 | -108/+44 |
| 2014-08-06 | mm: memcontrol: catch root bypass in move precharge | Johannes Weiner | 1 | -1/+8 |
| 2014-08-06 | mm: memcontrol: simplify move precharge function | Johannes Weiner | 1 | -33/+15 |
| 2014-08-06 | mm: memcontrol: remove explicit OOM parameter in charge path | Michal Hocko | 1 | -22/+10 |
| 2014-08-06 | mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL charges | Johannes Weiner | 1 | -4/+4 |
| 2014-08-06 | mm: memcontrol: reclaim at least once for __GFP_NORETRY | Johannes Weiner | 1 | -3/+3 |
| 2014-08-06 | mm: memcontrol: rearrange charging fast path | Johannes Weiner | 1 | -16/+17 |
| 2014-08-06 | mm: memcontrol: fold mem_cgroup_do_charge() | Johannes Weiner | 1 | -102/+64 |
| 2014-08-04 | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -6/+31 |
| 2014-07-30 | memcg: oom_notify use-after-free fix | Michal Hocko | 1 | -0/+4 |
| 2014-07-15 | cgroup: distinguish the default and legacy hierarchies when handling cftypes | Tejun Heo | 1 | -1/+0 |
| 2014-07-15 | cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes() | Tejun Heo | 1 | -1/+2 |
| 2014-07-15 | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes | Tejun Heo | 1 | -1/+1 |
| 2014-07-09 | cgroup: remove sane_behavior support on non-default hierarchies | Tejun Heo | 1 | -3/+4 |
| 2014-07-08 | blkcg, memcg: make blkcg depend on memcg on the default hierarchy | Tejun Heo | 1 | -0/+24 |
| 2014-06-09 | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -90/+98 |
| 2014-06-06 | mm: memcontrol: remove unnecessary memcg argument from soft limit functions | Johannes Weiner | 1 | -20/+14 |
| 2014-06-06 | mm: memcontrol: clean up memcg zoneinfo lookup | Jianyu Zhan | 1 | -50/+39 |
| 2014-06-06 | vmscan: memcg: always use swappiness of the reclaimed memcg | Michal Hocko | 1 | -1/+1 |
| 2014-06-04 | mm, memcg: periodically schedule when emptying page list | Hugh Dickins | 1 | -1/+1 |
| 2014-06-04 | memcg: cleanup kmem cache creation/destruction functions naming | Vladimir Davydov | 1 | -32/+28 |
| 2014-06-04 | memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocated | Vladimir Davydov | 1 | -7/+2 |
| 2014-06-04 | memcg: get rid of memcg_create_cache_name | Vladimir Davydov | 1 | -24/+9 |
| 2014-06-04 | memcg: correct comments for __mem_cgroup_begin_update_page_stat | Qiang Huang | 1 | -5/+4 |
| 2014-06-04 | memcg: fold mem_cgroup_stolen | Qiang Huang | 1 | -18/+7 |
| 2014-06-04 | mm/memcontrol.c: remove NULL assignment on static | Fabian Frederick | 1 | -2/+2 |
| 2014-06-04 | mm: replace __get_cpu_var uses with this_cpu_ptr | Christoph Lameter | 1 | -1/+1 |
| 2014-06-04 | memcg, slab: simplify synchronization scheme | Vladimir Davydov | 1 | -91/+59 |
| 2014-06-04 | memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab | Vladimir Davydov | 1 | -2/+20 |
| 2014-06-04 | memcg, slab: do not schedule cache destruction when last page goes away | Vladimir Davydov | 1 | -61/+2 |
| 2014-06-04 | memcg: do not hang on OOM when killed by userspace OOM access to memory reserves | Michal Hocko | 1 | -1/+2 |
| 2014-06-04 | memcg: un-export __memcg_kmem_get_cache | Vladimir Davydov | 1 | -1/+0 |
| 2014-06-04 | mm: memcontrol: remove hierarchy restrictions for swappiness and oom_control | Johannes Weiner | 1 | -22/+7 |
| 2014-06-04 | mm: get rid of __GFP_KMEMCG | Vladimir Davydov | 1 | -5/+6 |
| 2014-06-04 | sl[au]b: charge slabs to kmemcg explicitly | Vladimir Davydov | 1 | -2/+2 |
| 2014-05-23 | memcg: fix swapcache charge from kernel thread context | Michal Hocko | 1 | -13/+14 |
| 2014-05-16 | memcg: update memcg_has_children() to use css_next_child() | Tejun Heo | 1 | -10/+21 |
| 2014-05-16 | memcg: remove tasks/children test from mem_cgroup_force_empty() | Michal Hocko | 1 | -7/+0 |
| 2014-05-16 | cgroup: remove css_parent() | Tejun Heo | 1 | -7/+7 |
| 2014-05-13 | cgroup: replace cftype->trigger() with cftype->write() | Tejun Heo | 1 | -16/+18 |
| 2014-05-13 | cgroup: replace cftype->write_string() with cftype->write() | Tejun Heo | 1 | -21/+25 |
| 2014-05-13 | cgroup: rename css_tryget*() to css_tryget_online*() | Tejun Heo | 1 | -22/+24 |
| 2014-05-06 | mm: filemap: update find_get_pages_tag() to deal with shadow entries | Johannes Weiner | 1 | -8/+12 |
| 2014-05-04 | cgroup, memcg: implement css->id and convert css_from_id() to use it | Tejun Heo | 1 | -2/+2 |
| 2014-05-04 | cgroup, memcg: allocate cgroup ID from 1 | Tejun Heo | 1 | -6/+2 |
| 2014-04-07 | memcg, slab: do not destroy children caches if parent has aliases | Vladimir Davydov | 1 | -7/+6 |
| 2014-04-07 | memcg, slab: unregister cache from memcg before starting to destroy it | Vladimir Davydov | 1 | -6/+6 |
| 2014-04-07 | memcg, slab: separate memcg vs root cache creation paths | Vladimir Davydov | 1 | -6/+1 |
| 2014-04-07 | memcg, slab: cleanup memcg cache creation | Vladimir Davydov | 1 | -50/+39 |
| 2014-04-07 | memcg: rename high level charging functions | Michal Hocko | 1 | -2/+2 |
| 2014-04-07 | memcg: sanitize __mem_cgroup_try_charge() call protocol | Johannes Weiner | 1 | -105/+102 |
| 2014-04-07 | memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge | Michal Hocko | 1 | -44/+6 |
| 2014-04-07 | memcg: get_mem_cgroup_from_mm() | Johannes Weiner | 1 | -14/+4 |
| 2014-04-07 | memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm() | Johannes Weiner | 1 | -7/+0 |
| 2014-04-07 | mm: memcg: push !mm handling out to page cache charge function | Johannes Weiner | 1 | -9/+6 |
| 2014-04-07 | mm: memcg: inline mem_cgroup_charge_common() | Johannes Weiner | 1 | -24/+16 |
| 2014-04-07 | mm: memcg: remove mem_cgroup_move_account_page_stat() | Johannes Weiner | 1 | -16/+12 |
| 2014-04-07 | mm: memcg: remove unnecessary preemption disabling | Johannes Weiner | 1 | -11/+4 |
| 2014-04-03 | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -73/+37 |
| 2014-03-19 | cgroup: drop const from @buffer of cftype->write_string() | Tejun Heo | 1 | -2/+2 |
| 2014-03-04 | memcg: reparent charges of children before processing parent | Filipe Brandenburger | 1 | -1/+9 |
| 2014-03-04 | memcg: fix endless loop in __mem_cgroup_iter_next() | Hugh Dickins | 1 | -2/+2 |
| 2014-02-25 | memcg: change oom_info_lock to mutex | Michal Hocko | 1 | -3/+3 |
| 2014-02-13 | cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() | Tejun Heo | 1 | -2/+2 |
| 2014-02-12 | cgroup: remove cgroup->name | Tejun Heo | 1 | -50/+18 |
| 2014-02-11 | cgroup: improve css_from_dir() into css_tryget_from_dir() | Tejun Heo | 1 | -9/+7 |
| 2014-02-08 | cgroup: clean up cgroup_subsys names and initialization | Tejun Heo | 1 | -12/+10 |
| 2014-01-30 | memcg: fix mutex not unlocked on memcg_create_kmem_cache fail path | Vladimir Davydov | 1 | -4/+3 |
| 2014-01-23 | memcg: remove unused code from kmem_cache_destroy_work_func | Vladimir Davydov | 1 | -4/+2 |
| 2014-01-23 | memcg: fix css reference leak and endless loop in mem_cgroup_iter | Michal Hocko | 1 | -5/+13 |
| 2014-01-23 | memcg: fix endless loop caused by mem_cgroup_iter | Michal Hocko | 1 | -3/+14 |
| 2014-01-23 | mm, oom: prefer thread group leaders for display purposes | David Rientjes | 1 | -7/+12 |
| 2014-01-23 | mm/memcg: iteration skip memcgs not yet fully initialized | Hugh Dickins | 1 | -4/+2 |
| 2014-01-23 | mm/memcg: fix last_dead_count memory wastage | Hugh Dickins | 1 | -1/+1 |
| 2014-01-23 | memcg: rework memcg_update_kmem_limit synchronization | Vladimir Davydov | 1 | -91/+105 |
| 2014-01-23 | memcg: remove KMEM_ACCOUNTED_ACTIVATED flag | Vladimir Davydov | 1 | -27/+2 |
| 2014-01-23 | memcg, slab: RCU protect memcg_params for root caches | Vladimir Davydov | 1 | -7/+8 |
| 2014-01-23 | memcg: get rid of kmem_cache_dup() | Vladimir Davydov | 1 | -31/+8 |
| 2014-01-23 | memcg, slab: fix races in per-memcg cache creation/destruction | Vladimir Davydov | 1 | -9/+14 |
| 2014-01-23 | memcg: fix possible NULL deref while traversing memcg_slab_caches list | Vladimir Davydov | 1 | -7/+18 |
| 2014-01-23 | memcg, slab: fix barrier usage when accessing memcg_caches | Vladimir Davydov | 1 | -14/+10 |
| 2014-01-23 | memcg, slab: clean up memcg cache initialization/destruction | Vladimir Davydov | 1 | -34/+30 |
| 2014-01-23 | memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path | Vladimir Davydov | 1 | -3/+8 |
| 2014-01-23 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -14/+14 |
| 2014-01-23 | memcg: do not use vmalloc for mem_cgroup allocations | Vladimir Davydov | 1 | -22/+6 |
| 2014-01-21 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 1 | -7/+10 |
| 2014-01-21 | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -74/+352 |
| 2014-01-21 | memcg, oom: lock mem_cgroup_print_oom_info | Michal Hocko | 1 | -5/+7 |
| 2014-01-21 | memcg: make memcg_update_cache_sizes() static | Vladimir Davydov | 1 | -1/+1 |