summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: notify about global mem_cgroup_id space depletionVasily Averin2022-06-271-0/+2
* mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang2022-06-271-2/+2
* mm: memcontrol: use obj_cgroup APIs to charge the LRU pagesMuchun Song2022-06-271-102/+215
* mm: memcontrol: introduce memcg_reparent_opsMuchun Song2022-06-271-13/+49
* mm: memcontrol: make all the callers of {folio,page}_memcg() safeMuchun Song2022-06-271-18/+50
* mm: memcontrol: make lruvec lock safe when LRU pages are reparentedMuchun Song2022-06-271-23/+30
* mm: memcontrol: prepare objcg API for non-kmem usageMuchun Song2022-06-271-23/+33
* mm: memcontrol: remove dead code and commentsMuchun Song2022-06-271-12/+0
* mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin2022-06-271-0/+23
* mm: add zone device coherent type memory supportAlex Sierra2022-06-271-3/+4
* mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett2022-06-271-4/+2
* Merge branch 'master' into mm-stableakpm2022-06-271-1/+1
|\
| * mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.pyYang Yang2022-06-161-1/+1
* | mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin2022-06-161-21/+50
* | mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...Qi Zheng2022-06-161-28/+27
|/
* zswap: memcg accountingJohannes Weiner2022-05-191-8/+197
* mm/memcontrol: export memcg->watermark via sysfs for v2 memcgGanesan Rajagopal2022-05-131-0/+13
* swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-131-8/+8
* mm: teach core mm about pte markersPeter Xu2022-05-131-2/+6
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
* memcg: introduce per-memcg reclaim interfaceShakeel Butt2022-04-291-0/+45
* mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin2022-04-281-4/+0
* mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin2022-04-281-1/+1
* mm/memcg: non-hierarchical mode is deprecatedWei Yang2022-04-281-3/+0
* mm/memcg: move generation assignment and comparison togetherWei Yang2022-04-281-3/+7
* mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang2022-04-281-3/+2
* mm/memcg: set memcg after css verified and got referenceWei Yang2022-04-281-8/+3
* mm/memcg: mz already removed from rb_tree if not NULLWei Yang2022-04-281-1/+0
* mm/memcg: remove unneeded nr_scannedMiaohe Lin2022-04-281-4/+1
* memcg: sync flush only if periodic flush is delayedShakeel Butt2022-04-211-1/+11
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+1
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-1/+1
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-21/+16
|\ \
| * | mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)2022-03-211-11/+11
| * | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-8/+3
| * | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
| * | mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-171-2/+1
* | | memcg: do not tweak node in alloc_mem_cgroup_per_node_infoWei Yang2022-03-221-12/+2
* | | mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song2022-03-221-2/+1
* | | mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song2022-03-221-36/+3
* | | mm: list_lru: replace linear array with xarrayMuchun Song2022-03-221-72/+5
* | | mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song2022-03-221-3/+3
* | | mm: list_lru: allocate list_lru_one only when neededMuchun Song2022-03-221-1/+5
* | | mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()Muchun Song2022-03-221-21/+16
* | | mm: introduce kmem_cache_alloc_lruMuchun Song2022-03-221-14/+0
* | | mm/memcg: disable migration instead of preemption in drain_all_stock().Sebastian Andrzej Siewior2022-03-221-2/+3
* | | mm/memcg: protect memcg_stock with a local_lock_tSebastian Andrzej Siewior2022-03-221-21/+38
* | | mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj...Johannes Weiner2022-03-221-6/+18
* | | mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where...Sebastian Andrzej Siewior2022-03-221-1/+55
* | | mm/memcg: disable threshold event handlers on PREEMPT_RTSebastian Andrzej Siewior2022-03-221-2/+12