Age | Commit message (Expand) | Author | Files | Lines |
2020-08-07 | mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta... | Roman Gushchin | 1 | -19/+24 |
2020-08-07 | mm: kmem: make memcg_kmem_enabled() irreversible | Roman Gushchin | 1 | -6/+2 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2020-07-24 | mm/memcg: fix refcount error while moving and swapping | Hugh Dickins | 1 | -2/+2 |
2020-07-24 | mm/memcontrol: fix OOPS inside mem_cgroup_get_nr_swap_pages() | Bhupesh Sharma | 1 | -1/+8 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-06-26 | mm/memcontrol.c: prevent missed memory.low load tears | Chris Down | 1 | -2/+3 |
2020-06-26 | mm/memcontrol.c: add missed css_put() | Muchun Song | 1 | -1/+3 |
2020-06-26 | mm: memcontrol: handle div0 crash race condition in memory.low | Johannes Weiner | 1 | -2/+7 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -4/+4 |
2020-06-04 | mm, memcg: fix some typos in memcontrol.c | Ethon Paul | 1 | -2/+2 |
2020-06-03 | mm: base LRU balancing on an explicit cost model | Johannes Weiner | 1 | -12/+6 |
2020-06-03 | mm: memcontrol: update page->mem_cgroup stability rules | Johannes Weiner | 1 | -14/+7 |
2020-06-03 | mm: memcontrol: delete unused lrucare handling | Johannes Weiner | 1 | -53/+4 |
2020-06-03 | mm: memcontrol: make swap tracking an integral part of memory control | Johannes Weiner | 1 | -30/+23 |
2020-06-03 | mm: memcontrol: prepare swap controller setup for integration | Johannes Weiner | 1 | -31/+28 |
2020-06-03 | mm: memcontrol: drop unused try/commit/cancel charge API | Johannes Weiner | 1 | -111/+17 |
2020-06-03 | mm: memcontrol: switch to native NR_ANON_THPS counter | Johannes Weiner | 1 | -23/+24 |
2020-06-03 | mm: memcontrol: switch to native NR_ANON_MAPPED counter | Johannes Weiner | 1 | -18/+9 |
2020-06-03 | mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters | Johannes Weiner | 1 | -17/+11 |
2020-06-03 | mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters | Johannes Weiner | 1 | -3/+6 |
2020-06-03 | mm: memcontrol: prepare move_account for removal of private page type counters | Johannes Weiner | 1 | -12/+13 |
2020-06-03 | mm: memcontrol: prepare uncharging for removal of private page type counters | Johannes Weiner | 1 | -11/+12 |
2020-06-03 | mm: memcontrol: convert page cache to a new mem_cgroup_charge() API | Johannes Weiner | 1 | -2/+27 |
2020-06-03 | mm: memcontrol: move out cgroup swaprate throttling | Johannes Weiner | 1 | -3/+2 |
2020-06-03 | mm: memcontrol: drop @compound parameter from memcg charging API | Johannes Weiner | 1 | -23/+15 |
2020-06-03 | mm: memcontrol: fix stat-corrupting race in charge moving | Johannes Weiner | 1 | -12/+14 |
2020-06-03 | mm/memcg: optimize memory.numa_stat like memory.stat | Shakeel Butt | 1 | -25/+26 |
2020-06-02 | memcg: fix memcg_kmem_bypass() for remote memcg charging | Zefan Li | 1 | -1/+6 |
2020-06-02 | mm/memcg: automatically penalize tasks with high swap use | Jakub Kicinski | 1 | -7/+81 |
2020-06-02 | mm/memcg: move cgroup high memory limit setting into struct page_counter | Jakub Kicinski | 1 | -8/+11 |
2020-06-02 | mm/memcg: move penalty delay clamping out of calculate_high_delay() | Jakub Kicinski | 1 | -8/+8 |
2020-06-02 | mm/memcg: prepare for swap over-high accounting and penalty calculation | Jakub Kicinski | 1 | -27/+35 |
2020-06-02 | memcg: expose root cgroup's memory.stat | Shakeel Butt | 1 | -1/+0 |
2020-06-02 | mm: memcontrol: simplify value comparison between count and limit | Kaixu Xia | 1 | -1/+1 |
2020-06-02 | mm, memcg: add workingset_restore in memory.stat | Yafang Shao | 1 | -0/+2 |
2020-06-02 | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead | NeilBrown | 1 | -1/+0 |
2020-05-07 | mm, memcg: fix error return value of mem_cgroup_css_alloc() | Yafang Shao | 1 | -6/+9 |
2020-04-10 | mm, memcg: do not high throttle allocators based on wraparound | Jakub Kicinski | 1 | -0/+3 |
2020-04-07 | mm: use fallthrough; | Joe Perches | 1 | -1/+1 |
2020-04-07 | mm, memcg: bypass high reclaim iteration for cgroup hierarchy root | Chris Down | 1 | -1/+2 |
2020-04-02 | mm: memcg: make memory.oom.group tolerable to task migration | Roman Gushchin | 1 | -0/+8 |
2020-04-02 | mm, memcg: prevent mem_cgroup_protected store tearing | Chris Down | 1 | -4/+4 |
2020-04-02 | mm, memcg: prevent memory.swap.max load tearing | Chris Down | 1 | -3/+4 |
2020-04-02 | mm, memcg: prevent memory.min load/store tearing | Chris Down | 1 | -2/+3 |
2020-04-02 | mm, memcg: prevent memory.max load tearing | Chris Down | 1 | -6/+6 |
2020-04-02 | mm, memcg: prevent memory.high load/store tearing | Chris Down | 1 | -6/+7 |
2020-04-02 | mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused | Vincenzo Frascino | 1 | -1/+2 |
2020-04-02 | memcg: css_tryget_online cleanups | Shakeel Butt | 1 | -5/+9 |