| Commit message (Expand) | Author | Age | Files | Lines |
* | memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure | Kirill Tkhai | 2018-08-02 | 1 | -4/+11 |
* | mm: memcg: fix use after free in mem_cgroup_iter() | Jing Xia | 2018-07-21 | 1 | -1/+1 |
* | mm: fix oom_kill event handling | Roman Gushchin | 2018-06-15 | 1 | -2/+4 |
* | mm: fix null pointer dereference in mem_cgroup_protected | Roman Gushchin | 2018-06-15 | 1 | -0/+4 |
* | mm: memcg: allow lowering memory.swap.max below the current usage | Tejun Heo | 2018-06-07 | 1 | -5/+1 |
* | memcg: introduce memory.min | Roman Gushchin | 2018-06-07 | 1 | -24/+94 |
* | mm: memcontrol: drain memcg stock on force_empty | Junaid Shahid | 2018-06-07 | 1 | -0/+3 |
* | mm: memcontrol: drain stocks on resize limit | Shakeel Butt | 2018-06-07 | 1 | -0/+7 |
* | memcg: mark memcg1_events static const | Greg Thelen | 2018-06-07 | 1 | -1/+1 |
* | memcg: writeback: use memcg->cgwb_list directly | Wang Long | 2018-06-07 | 1 | -5/+0 |
* | mm: treat memory.low value inclusive | Roman Gushchin | 2018-06-07 | 1 | -3/+3 |
* | mm: memory.low hierarchical behavior | Roman Gushchin | 2018-06-07 | 1 | -29/+83 |
* | mm: rename page_counter's count/limit into usage/max | Roman Gushchin | 2018-06-07 | 1 | -56/+56 |
* | mm, memcontrol: implement memory.swap.events | Tejun Heo | 2018-06-07 | 1 | -1/+23 |
* | mm, memcontrol: move swap charge handling into get_swap_page() | Tejun Heo | 2018-06-07 | 1 | -0/+3 |
* | fs: add new vfs_poll and file_can_poll helpers | Christoph Hellwig | 2018-05-26 | 1 | -1/+1 |
* | mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create() | Minchan Kim | 2018-04-20 | 1 | -1/+1 |
* | page cache: use xa_lock | Matthew Wilcox | 2018-04-11 | 1 | -2/+2 |
* | memcg: fix per_node_info cleanup | Michal Hocko | 2018-04-11 | 1 | -0/+3 |
* | mm: memcg: make sure memory.events is uptodate when waking pollers | Johannes Weiner | 2018-04-11 | 1 | -12/+16 |
* | memcg, thp: do not invoke oom killer on thp charges | Michal Hocko | 2018-04-11 | 1 | -1/+1 |
* | mm/memcontrol.c: fix parameter description mismatch | Honglei Wang | 2018-03-28 | 1 | -3/+3 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -2/+2 |
* | mm: docs: fix parameter names mismatch | Mike Rapoport | 2018-02-06 | 1 | -1/+1 |
* | mm: docs: fixup punctuation | Mike Rapoport | 2018-02-06 | 1 | -2/+2 |
* | Revert "defer call to mem_cgroup_sk_alloc()" | Roman Gushchin | 2018-02-02 | 1 | -0/+14 |
* | mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytes | Andrey Ryabinin | 2018-01-31 | 1 | -36/+6 |
* | mm/memcontrol.c: make local symbol static | Christopher Díaz Riveros | 2018-01-31 | 1 | -1/+1 |
* | memcg: refactor mem_cgroup_resize_limit() | Yu Zhao | 2018-01-31 | 1 | -60/+17 |
* | mm: memcontrol: fix excessive complexity in memory.stat reporting | Johannes Weiner | 2018-01-31 | 1 | -50/+51 |
* | mm: memcontrol: eliminate raw access to stat and event counters | Johannes Weiner | 2018-01-31 | 1 | -34/+25 |
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-30 | 1 | -1/+1 |
|\ |
|
| * | annotate poll-related wait keys | Al Viro | 2017-11-27 | 1 | -1/+1 |
* | | mm, memcg: fix mem_cgroup_swapout() for THPs | Shakeel Butt | 2017-11-29 | 1 | -1/+1 |
|/ |
|
* | mm: slabinfo: remove CONFIG_SLABINFO | Yang Shi | 2017-11-15 | 1 | -1/+1 |
* | net: memcontrol: defer call to mem_cgroup_sk_alloc() | Eric Dumazet | 2017-10-09 | 1 | -15/+0 |
* | mm/memcg: avoid page count check for zone device | Jérôme Glisse | 2017-10-03 | 1 | -1/+2 |
* | mm, memcg: remove hotplug locking from try_charge | Michal Hocko | 2017-10-03 | 1 | -5/+15 |
* | mem/memcg: cache rightmost node | Davidlohr Bueso | 2017-09-08 | 1 | -5/+18 |
* | mm: memcontrol: use per-cpu stocks for socket memory uncharging | Roman Gushchin | 2017-09-08 | 1 | -2/+4 |
* | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 2017-09-08 | 1 | -5/+7 |
* | mm/memcontrol: support MEMORY_DEVICE_PRIVATE | Jérôme Glisse | 2017-09-08 | 1 | -4/+48 |
* | mm/memcontrol: allow to uncharge page without using page->lru field | Jérôme Glisse | 2017-09-08 | 1 | -76/+92 |
* | mm: thp: check pmd migration entry in common path | Zi Yan | 2017-09-08 | 1 | -0/+5 |
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2017-09-06 | 1 | -1/+1 |
|\ |
|
| * | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS | Tejun Heo | 2017-07-21 | 1 | -1/+1 |
* | | mm: replace TIF_MEMDIE checks by tsk_is_oom_victim | Michal Hocko | 2017-09-06 | 1 | -1/+1 |
* | | memcg, THP, swap: make mem_cgroup_swapout() support THP | Huang Ying | 2017-09-06 | 1 | -8/+15 |
* | | memcg, THP, swap: avoid to duplicated charge THP in swap cache | Huang Ying | 2017-09-06 | 1 | -1/+1 |
* | | memcg, THP, swap: support move mem cgroup charge for THP swapped out | Huang Ying | 2017-09-06 | 1 | -2/+5 |