index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Age
Commit message (
Expand
)
Author
2023-08-11
treewide: Remove uninitialized_var() usage
Kees Cook
2022-12-14
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
2022-04-15
mm/memcontrol: return 1 from cgroup.memory __setup() handler
Randy Dunlap
2020-10-29
mm/memcg: fix device private memcg accounting
Ralph Campbell
2020-07-29
mm/memcg: fix refcount error while moving and swapping
Hugh Dickins
2020-03-25
memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event
Chunguang Xu
2020-03-18
net: memcg: late association of sock to memcg
Shakeel Butt
2020-03-18
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
2020-02-28
mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()
Vasily Averin
2019-12-01
mm: handle no memcg case in memcg_kmem_charge() properly
Roman Gushchin
2019-11-20
mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()
Roman Gushchin
2019-11-12
mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges
Johannes Weiner
2019-10-05
memcg, kmem: do not fail __GFP_NOFAIL charges
Michal Hocko
2019-08-25
mm/memcontrol.c: fix use after free in mem_cgroup_iter()
Miles Chen
2019-04-17
mm: writeback: use exact memcg dirty counts
Greg Thelen
2019-04-05
memcg: killed threads should not invoke memcg OOM killer
Tetsuo Handa
2019-01-13
memcg, oom: notify on oom killer invocation from the charge path
Michal Hocko
2018-09-04
mm: memcontrol: print proper OOM header when no eligible victim left
Johannes Weiner
2018-08-22
mm, oom: introduce memory.oom.group
Roman Gushchin
2018-08-22
memcg: reduce memcg tree traversals for stats collection
Shakeel Butt
2018-08-17
mm/vmscan.c: clear shrinker bit if there are no objects related to memcg
Kirill Tkhai
2018-08-17
mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...
Kirill Tkhai
2018-08-17
mm/memcontrol.c: export mem_cgroup_is_root()
Kirill Tkhai
2018-08-17
mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()
Kirill Tkhai
2018-08-17
mm, memcg: assign memcg-aware shrinkers bitmap to memcg
Kirill Tkhai
2018-08-17
mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines
Kirill Tkhai
2018-08-17
mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
Kirill Tkhai
2018-08-17
memcg, oom: move out_of_memory back to the charge path
Michal Hocko
2018-08-17
fs, mm: account buffer_head to kmemcg
Shakeel Butt
2018-08-17
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-05
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
2018-08-02
memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure
Kirill Tkhai
2018-07-21
mm: memcg: fix use after free in mem_cgroup_iter()
Jing Xia
2018-07-09
memcontrol: schedule throttling if we are congested
Tejun Heo
2018-06-15
mm: fix oom_kill event handling
Roman Gushchin
2018-06-15
mm: fix null pointer dereference in mem_cgroup_protected
Roman Gushchin
2018-06-07
mm: memcg: allow lowering memory.swap.max below the current usage
Tejun Heo
2018-06-07
memcg: introduce memory.min
Roman Gushchin
2018-06-07
mm: memcontrol: drain memcg stock on force_empty
Junaid Shahid
2018-06-07
mm: memcontrol: drain stocks on resize limit
Shakeel Butt
2018-06-07
memcg: mark memcg1_events static const
Greg Thelen
2018-06-07
memcg: writeback: use memcg->cgwb_list directly
Wang Long
2018-06-07
mm: treat memory.low value inclusive
Roman Gushchin
2018-06-07
mm: memory.low hierarchical behavior
Roman Gushchin
2018-06-07
mm: rename page_counter's count/limit into usage/max
Roman Gushchin
2018-06-07
mm, memcontrol: implement memory.swap.events
Tejun Heo
2018-06-07
mm, memcontrol: move swap charge handling into get_swap_page()
Tejun Heo
2018-05-26
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
2018-04-20
mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
Minchan Kim
[next]