summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-26mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin1-32/+0
2023-10-26mm: kmem: scoped objcg protectionRoman Gushchin1-2/+45
2023-10-26mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin1-0/+5
2023-10-26mm: kmem: add direct objcg pointer to task_structRoman Gushchin1-9/+130
2023-10-26mm: kmem: optimize get_obj_cgroup_from_current()Roman Gushchin1-20/+14
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-1/+41
2023-10-19memcontrol: only transfer the memcg data for migrationNhat Pham1-3/+37
2023-10-19memcontrol: add helpers for hugetlb memcg accountingNhat Pham1-12/+47
2023-10-19mm: memcg: normalize the value passed into memcg_rstat_updated()Yosry Ahmed1-2/+18
2023-10-19mm: memcg: refactor page state unit helpersYosry Ahmed1-11/+33
2023-10-07memcg: remove unused do_memsw_account in memcg1_stat_formatLiu Shixin1-7/+2
2023-10-07memcg: expose swapcache stat for memcg v1Liu Shixin1-0/+6
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao1-0/+2
2023-09-30mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko1-0/+13
2023-09-19mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner1-3/+3
2023-09-05memcontrol: ensure memcg acquired by id is properly set upJohannes Weiner1-5/+17
2023-08-25mm: fix get_mctgt_type() kernel-docMatthew Wilcox (Oracle)1-18/+13
2023-08-25memcg: remove duplication detection for mem_cgroup_uncharge_swapLu Jialin1-3/+0
2023-08-25mm: memcg: use rstat for non-hierarchical statsYosry Ahmed1-29/+38
2023-08-22mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)1-1/+1
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+2
2023-08-21mm: remove redundant K() macro definitionZhangPeng1-1/+0
2023-08-21mm/memcg: fix wrong function name above obj_cgroup_charge_zswap()Miaohe Lin1-1/+1
2023-08-21mm:vmscan: fix inaccurate reclaim during proactive reclaimEfly Young1-2/+2
2023-08-21memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_from_folioMatthew Wilcox (Oracle)1-4/+4
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+2
2023-08-18mm/memcg: minor cleanup for mc_handle_present_pte()Miaohe Lin1-3/+2
2023-08-18mm/memcg: fix obsolete comment above MEM_CGROUP_MAX_RECLAIM_LOOPSMiaohe Lin1-1/+1
2023-08-18mm/memcg: minor cleanup for MEM_CGROUP_ID_MAXMiaohe Lin1-0/+1
2023-08-18memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-06-24mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu1-2/+1
2023-06-20mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng1-5/+4
2023-06-20mm: kill lock|unlock_page_memcg()Kefeng Wang1-14/+4
2023-06-20mm: ptep_get() conversionRyan Roberts1-2/+2
2023-06-20mm/various: give up if pte_offset_map[_lock]() failsHugh Dickins1-4/+4
2023-06-10memcg: use helper macro FLUSH_TIMEMiaohe Lin1-1/+1
2023-06-10mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcgLars R. Damerow1-0/+13
2023-06-10mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()T.J. Alumbaugh1-1/+1
2023-06-10mm/memcontrol: fix typo in commentHaifeng Xu1-1/+1
2023-06-10memcg, oom: remove explicit wakeup in mem_cgroup_oom_synchronize()Haifeng Xu1-8/+1
2023-06-10memcg, oom: remove unnecessary check in mem_cgroup_oom_synchronize()Haifeng Xu1-10/+3
2023-06-10memcg: remove mem_cgroup_flush_stats_atomic()Yosry Ahmed1-19/+5
2023-06-10memcg: calculate root usage from global stateYosry Ahmed1-19/+5
2023-06-10memcg: flush stats non-atomically in mem_cgroup_wb_stats()Yosry Ahmed1-5/+1
2023-06-10memcg: dump memory.stat during cgroup OOM for v1Yosry Ahmed1-25/+35
2023-06-10memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()Yosry Ahmed1-13/+14
2023-06-10mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->cachedRoman Gushchin1-6/+6
2023-06-10mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin1-9/+10
2023-04-19memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed1-1/+2
2023-04-19memcg v1: provide read access to memory.pressure_levelFlorian Schmidt1-0/+11