summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2022-04-21memcg: sync flush only if periodic flush is delayedShakeel Butt
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22memcg: do not tweak node in alloc_mem_cgroup_per_node_infoWei Yang
2022-03-22mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song
2022-03-22mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song
2022-03-22mm: list_lru: replace linear array with xarrayMuchun Song
2022-03-22mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song
2022-03-22mm: list_lru: allocate list_lru_one only when neededMuchun Song
2022-03-22mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()Muchun Song
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song
2022-03-22mm/memcg: disable migration instead of preemption in drain_all_stock().Sebastian Andrzej Siewior
2022-03-22mm/memcg: protect memcg_stock with a local_lock_tSebastian Andrzej Siewior
2022-03-22mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj...Johannes Weiner
2022-03-22mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where...Sebastian Andrzej Siewior
2022-03-22mm/memcg: disable threshold event handlers on PREEMPT_RTSebastian Andrzej Siewior
2022-03-22mm/memcg: revert ("mm/memcg: optimize user context object stock access")Michal Hocko
2022-03-22mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap
2022-03-22memcg: synchronously enforce memory.high for large overchargesShakeel Butt
2022-03-22memcg: unify force charging conditionsShakeel Butt
2022-03-22memcg: refactor mem_cgroup_oomShakeel Butt
2022-03-22mm/memcg: mem_cgroup_per_node is already set to 0 on allocationWei Yang
2022-03-22memcg: add per-memcg total kernel memory statYosry Ahmed
2022-03-22memcg: replace in_interrupt() with !in_task()Shakeel Butt
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins
2022-02-11mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15memcg: add per-memcg vmalloc statShakeel Butt
2022-01-15mm/memcg: use struct_size() helper in kzalloc()Wang Weiyang
2022-01-15memcg: better bounds on the memcg stats updatesShakeel Butt
2022-01-15mm/memcg: add oom_group_kill memory eventDan Schatzberg
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song
2022-01-15mm: slab: make slab iterator functions staticMuchun Song
2022-01-06mm/memcg: Convert slab objcgs from struct page to struct slabVlastimil Babka
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka
2021-12-10mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()Waiman Long
2021-11-17mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)
2021-11-11mm: unexport {,un}lock_page_memcgChristoph Hellwig
2021-11-11mm: unexport folio_memcg_{,un}lockChristoph Hellwig
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman
2021-11-06memcg: prohibit unconditional exceeding the limit of dying tasksVasily Averin
2021-11-06mm: memcontrol: remove the kmem statesMuchun Song
2021-11-06mm: memcontrol: remove kmemcg_id reparentingMuchun Song
2021-11-06memcg, kmem: further deprecate kmem.limit_in_bytesShakeel Butt
2021-11-06mm/memcg: remove obsolete memcg_free_kmem()Waiman Long