Age | Commit message (Expand) | Author |
2020-06-26 | mm/memcontrol.c: prevent missed memory.low load tears | Chris Down |
2020-06-26 | mm/memcontrol.c: add missed css_put() | Muchun Song |
2020-06-26 | mm: memcontrol: handle div0 crash race condition in memory.low | Johannes Weiner |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-04 | mm, memcg: fix some typos in memcontrol.c | Ethon Paul |
2020-06-03 | mm: base LRU balancing on an explicit cost model | Johannes Weiner |
2020-06-03 | mm: memcontrol: update page->mem_cgroup stability rules | Johannes Weiner |
2020-06-03 | mm: memcontrol: delete unused lrucare handling | Johannes Weiner |
2020-06-03 | mm: memcontrol: make swap tracking an integral part of memory control | Johannes Weiner |
2020-06-03 | mm: memcontrol: prepare swap controller setup for integration | Johannes Weiner |
2020-06-03 | mm: memcontrol: drop unused try/commit/cancel charge API | Johannes Weiner |
2020-06-03 | mm: memcontrol: switch to native NR_ANON_THPS counter | Johannes Weiner |
2020-06-03 | mm: memcontrol: switch to native NR_ANON_MAPPED counter | Johannes Weiner |
2020-06-03 | mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters | Johannes Weiner |
2020-06-03 | mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters | Johannes Weiner |
2020-06-03 | mm: memcontrol: prepare move_account for removal of private page type counters | Johannes Weiner |
2020-06-03 | mm: memcontrol: prepare uncharging for removal of private page type counters | Johannes Weiner |
2020-06-03 | mm: memcontrol: convert page cache to a new mem_cgroup_charge() API | Johannes Weiner |
2020-06-03 | mm: memcontrol: move out cgroup swaprate throttling | Johannes Weiner |
2020-06-03 | mm: memcontrol: drop @compound parameter from memcg charging API | Johannes Weiner |
2020-06-03 | mm: memcontrol: fix stat-corrupting race in charge moving | Johannes Weiner |
2020-06-03 | mm/memcg: optimize memory.numa_stat like memory.stat | Shakeel Butt |
2020-06-02 | memcg: fix memcg_kmem_bypass() for remote memcg charging | Zefan Li |
2020-06-02 | mm/memcg: automatically penalize tasks with high swap use | Jakub Kicinski |
2020-06-02 | mm/memcg: move cgroup high memory limit setting into struct page_counter | Jakub Kicinski |
2020-06-02 | mm/memcg: move penalty delay clamping out of calculate_high_delay() | Jakub Kicinski |
2020-06-02 | mm/memcg: prepare for swap over-high accounting and penalty calculation | Jakub Kicinski |
2020-06-02 | memcg: expose root cgroup's memory.stat | Shakeel Butt |
2020-06-02 | mm: memcontrol: simplify value comparison between count and limit | Kaixu Xia |
2020-06-02 | mm, memcg: add workingset_restore in memory.stat | Yafang Shao |
2020-06-02 | mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead | NeilBrown |
2020-05-07 | mm, memcg: fix error return value of mem_cgroup_css_alloc() | Yafang Shao |
2020-04-10 | mm, memcg: do not high throttle allocators based on wraparound | Jakub Kicinski |
2020-04-07 | mm: use fallthrough; | Joe Perches |
2020-04-07 | mm, memcg: bypass high reclaim iteration for cgroup hierarchy root | Chris Down |
2020-04-02 | mm: memcg: make memory.oom.group tolerable to task migration | Roman Gushchin |
2020-04-02 | mm, memcg: prevent mem_cgroup_protected store tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.swap.max load tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.min load/store tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.max load tearing | Chris Down |
2020-04-02 | mm, memcg: prevent memory.high load/store tearing | Chris Down |
2020-04-02 | mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused | Vincenzo Frascino |
2020-04-02 | memcg: css_tryget_online cleanups | Shakeel Butt |
2020-04-02 | mm: memcontrol: recursive memory.low protection | Johannes Weiner |
2020-04-02 | mm: memcontrol: clean up and document effective low/min calculations | Johannes Weiner |
2020-04-02 | mm: memcontrol: fix memory.low proportional distribution | Johannes Weiner |
2020-04-02 | mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge() | Roman Gushchin |
2020-04-02 | mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg() | Roman Gushchin |
2020-04-02 | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() | Roman Gushchin |