index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: memcontrol: fix missed end-writeback page accounting
Johannes Weiner
2014-10-29
1
-48
/
+57
*
memcg: zap memcg_can_account_kmem
Vladimir Davydov
2014-10-09
1
-9
/
+3
*
mm: memcontrol: fix transparent huge page allocations under pressure
Johannes Weiner
2014-10-09
1
-52
/
+17
*
mm: memcontrol: simplify detecting when the memory+swap limit is hit
Johannes Weiner
2014-10-09
1
-34
/
+13
*
memcg: move memcg_update_cache_size() to slab_common.c
Vladimir Davydov
2014-10-09
1
-49
/
+0
*
memcg: don't call memcg_update_all_caches if new cache id fits
Vladimir Davydov
2014-10-09
1
-64
/
+72
*
memcg: move memcg_{alloc,free}_cache_params to slab_common.c
Vladimir Davydov
2014-10-09
1
-37
/
+4
*
mm: memcontrol: do not iterate uninitialized memcgs
Johannes Weiner
2014-10-02
1
-5
/
+31
*
mm: memcontrol: revert use of root_mem_cgroup res_counter
Johannes Weiner
2014-09-05
1
-25
/
+78
*
mm: memcontrol: avoid charge statistics churn during page migration
Johannes Weiner
2014-08-08
1
-25
/
+10
*
mm: memcontrol: use page lists for uncharge batching
Johannes Weiner
2014-08-08
1
-97
/
+109
*
mm: memcontrol: rewrite uncharge API
Johannes Weiner
2014-08-08
1
-507
/
+321
*
mm: memcontrol: rewrite charge API
Johannes Weiner
2014-08-08
1
-240
/
+167
*
mm: memcontrol: clean up reclaim size variable use in try_charge()
Johannes Weiner
2014-08-06
1
-3
/
+3
*
mm: memcontrol: do not acquire page_cgroup lock for kmem pages
Johannes Weiner
2014-08-06
1
-14
/
+7
*
mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsed
Johannes Weiner
2014-08-06
1
-9
/
+0
*
mm: memcontrol: use root_mem_cgroup res_counter
Johannes Weiner
2014-08-06
1
-108
/
+44
*
mm: memcontrol: catch root bypass in move precharge
Johannes Weiner
2014-08-06
1
-1
/
+8
*
mm: memcontrol: simplify move precharge function
Johannes Weiner
2014-08-06
1
-33
/
+15
*
mm: memcontrol: remove explicit OOM parameter in charge path
Michal Hocko
2014-08-06
1
-22
/
+10
*
mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL charges
Johannes Weiner
2014-08-06
1
-4
/
+4
*
mm: memcontrol: reclaim at least once for __GFP_NORETRY
Johannes Weiner
2014-08-06
1
-3
/
+3
*
mm: memcontrol: rearrange charging fast path
Johannes Weiner
2014-08-06
1
-16
/
+17
*
mm: memcontrol: fold mem_cgroup_do_charge()
Johannes Weiner
2014-08-06
1
-102
/
+64
*
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-08-04
1
-6
/
+31
|
\
|
*
cgroup: distinguish the default and legacy hierarchies when handling cftypes
Tejun Heo
2014-07-15
1
-1
/
+0
|
*
cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
Tejun Heo
2014-07-15
1
-1
/
+2
|
*
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
Tejun Heo
2014-07-15
1
-1
/
+1
|
*
cgroup: remove sane_behavior support on non-default hierarchies
Tejun Heo
2014-07-09
1
-3
/
+4
|
*
blkcg, memcg: make blkcg depend on memcg on the default hierarchy
Tejun Heo
2014-07-08
1
-0
/
+24
*
|
memcg: oom_notify use-after-free fix
Michal Hocko
2014-07-30
1
-0
/
+4
|
/
*
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-06-09
1
-90
/
+98
|
\
|
*
memcg: update memcg_has_children() to use css_next_child()
Tejun Heo
2014-05-16
1
-10
/
+21
|
*
memcg: remove tasks/children test from mem_cgroup_force_empty()
Michal Hocko
2014-05-16
1
-7
/
+0
|
*
cgroup: remove css_parent()
Tejun Heo
2014-05-16
1
-7
/
+7
|
*
cgroup: replace cftype->trigger() with cftype->write()
Tejun Heo
2014-05-13
1
-16
/
+18
|
*
cgroup: replace cftype->write_string() with cftype->write()
Tejun Heo
2014-05-13
1
-21
/
+25
|
*
cgroup: rename css_tryget*() to css_tryget_online*()
Tejun Heo
2014-05-13
1
-22
/
+24
|
*
cgroup, memcg: implement css->id and convert css_from_id() to use it
Tejun Heo
2014-05-04
1
-2
/
+2
|
*
cgroup, memcg: allocate cgroup ID from 1
Tejun Heo
2014-05-04
1
-6
/
+2
*
|
mm: memcontrol: remove unnecessary memcg argument from soft limit functions
Johannes Weiner
2014-06-06
1
-20
/
+14
*
|
mm: memcontrol: clean up memcg zoneinfo lookup
Jianyu Zhan
2014-06-06
1
-50
/
+39
*
|
vmscan: memcg: always use swappiness of the reclaimed memcg
Michal Hocko
2014-06-06
1
-1
/
+1
*
|
mm, memcg: periodically schedule when emptying page list
Hugh Dickins
2014-06-04
1
-1
/
+1
*
|
memcg: cleanup kmem cache creation/destruction functions naming
Vladimir Davydov
2014-06-04
1
-32
/
+28
*
|
memcg: memcg_kmem_create_cache: make memcg_name_buf statically allocated
Vladimir Davydov
2014-06-04
1
-7
/
+2
*
|
memcg: get rid of memcg_create_cache_name
Vladimir Davydov
2014-06-04
1
-24
/
+9
*
|
memcg: correct comments for __mem_cgroup_begin_update_page_stat
Qiang Huang
2014-06-04
1
-5
/
+4
*
|
memcg: fold mem_cgroup_stolen
Qiang Huang
2014-06-04
1
-18
/
+7
*
|
mm/memcontrol.c: remove NULL assignment on static
Fabian Frederick
2014-06-04
1
-2
/
+2
[next]