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
2014-06-05memcg: cleanup kmem cache creation/destruction functions namingVladimir Davydov
2014-06-05memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocatedVladimir Davydov
2014-06-05memcg: get rid of memcg_create_cache_nameVladimir Davydov
2014-06-05memcg: correct comments for __mem_cgroup_begin_update_page_statQiang Huang
2014-06-05memcg: fold mem_cgroup_stolenQiang Huang
2014-06-05mm/memcontrol.c: remove NULL assignment on staticFabian Frederick
2014-06-05mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-06-05memcg, slab: simplify synchronization schemeVladimir Davydov
2014-06-05memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slabVladimir Davydov
2014-06-05memcg, slab: do not schedule cache destruction when last page goes awayVladimir Davydov
2014-06-05memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko
2014-06-05memcg: un-export __memcg_kmem_get_cacheVladimir Davydov
2014-06-05mm: memcontrol: remove hierarchy restrictions for swappiness and oom_controlJohannes Weiner
2014-06-05mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-06-05sl[au]b: charge slabs to kmemcg explicitlyVladimir Davydov
2014-05-23memcg: fix swapcache charge from kernel thread contextMichal Hocko
2014-05-07mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner
2014-04-08memcg, slab: do not destroy children caches if parent has aliasesVladimir Davydov
2014-04-08memcg, slab: unregister cache from memcg before starting to destroy itVladimir Davydov
2014-04-08memcg, slab: separate memcg vs root cache creation pathsVladimir Davydov
2014-04-08memcg, slab: cleanup memcg cache creationVladimir Davydov
2014-04-08memcg: rename high level charging functionsMichal Hocko
2014-04-08memcg: sanitize __mem_cgroup_try_charge() call protocolJohannes Weiner
2014-04-08memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_chargeMichal Hocko
2014-04-08memcg: get_mem_cgroup_from_mm()Johannes Weiner
2014-04-08memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()Johannes Weiner
2014-04-08mm: memcg: push !mm handling out to page cache charge functionJohannes Weiner
2014-04-08mm: memcg: inline mem_cgroup_charge_common()Johannes Weiner
2014-04-08mm: memcg: remove mem_cgroup_move_account_page_stat()Johannes Weiner
2014-04-08mm: memcg: remove unnecessary preemption disablingJohannes Weiner
2014-04-04Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-03-04memcg: reparent charges of children before processing parentFilipe Brandenburger
2014-03-04memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins
2014-02-26memcg: change oom_info_lock to mutexMichal Hocko
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo
2014-02-12cgroup: remove cgroup->nameTejun Heo
2014-02-11cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo
2014-01-31memcg: fix mutex not unlocked on memcg_create_kmem_cache fail pathVladimir Davydov
2014-01-24memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov
2014-01-24memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko
2014-01-24memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko
2014-01-24mm, oom: prefer thread group leaders for display purposesDavid Rientjes
2014-01-24mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins
2014-01-24mm/memcg: fix last_dead_count memory wastageHugh Dickins
2014-01-24memcg: rework memcg_update_kmem_limit synchronizationVladimir Davydov
2014-01-24memcg: remove KMEM_ACCOUNTED_ACTIVATED flagVladimir Davydov
2014-01-24memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov
2014-01-24memcg: get rid of kmem_cache_dup()Vladimir Davydov