summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg, oom: remove explicit wakeup in mem_cgroup_oom_synchronize()Haifeng Xu2023-05-161-8/+1
* memcg, oom: remove unnecessary check in mem_cgroup_oom_synchronize()Haifeng Xu2023-05-161-10/+3
* memcg: remove mem_cgroup_flush_stats_atomic()Yosry Ahmed2023-05-161-19/+5
* memcg: calculate root usage from global stateYosry Ahmed2023-05-161-19/+5
* memcg: flush stats non-atomically in mem_cgroup_wb_stats()Yosry Ahmed2023-05-161-5/+1
* memcg: dump memory.stat during cgroup OOM for v1Yosry Ahmed2023-05-161-25/+35
* memcg: use seq_buf_do_printk() with mem_cgroup_print_oom_meminfo()Yosry Ahmed2023-05-161-13/+14
* mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->cachedRoman Gushchin2023-05-161-6/+6
* mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin2023-05-161-9/+10
* memcg: page_cgroup_ino() get memcg from the page's folioYosry Ahmed2023-04-181-1/+2
* memcg v1: provide read access to memory.pressure_levelFlorian Schmidt2023-04-181-0/+11
* memcg: do not modify rstat tree for zero updatesYosry Ahmed2023-04-181-0/+3
* workingset: memcg: sleep when flushing stats in workingset_refault()Yosry Ahmed2023-04-181-2/+2
* memcg: sleep during flushing stats in safe contextsYosry Ahmed2023-04-181-9/+36
* memcg: replace stats_flush_lock with an atomicYosry Ahmed2023-04-181-7/+11
* memcg: do not flush stats in irq contextYosry Ahmed2023-04-181-1/+15
* memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"Yosry Ahmed2023-04-181-1/+1
* cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed2023-04-181-1/+1
* memcg: do not drain charge pcp caches on remote isolated cpusMichal Hocko2023-04-181-1/+2
* mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-051-1/+1
* mm, memcg: Prevent memory.soft_limit_in_bytes load/store tearingYue Zhao2023-03-281-4/+4
* mm, memcg: Prevent memory.oom_control load/store tearingYue Zhao2023-03-281-5/+5
* mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao2023-03-281-3/+3
* mm, memcg: Prevent memory.oom.group load/store tearingYue Zhao2023-03-281-3/+3
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-30/+68
|\
| * mm: change to return bool for isolate_lru_page()Baolin Wang2023-02-201-2/+2
| * mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin2023-02-161-4/+4
| * mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh2023-02-021-6/+2
| * mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)2023-02-021-7/+5
| * Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-54/+13
| |\
| * | mm: memcg: add folio_memcg_check()Matthew Wilcox2023-01-181-3/+3
| * | mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao2023-01-181-0/+16
| * | mm: memcontrol: deprecate charge movingJohannes Weiner2023-01-181-0/+4
| * | mm: memcontrol: skip moving non-present pages that are mapped elsewhereJohannes Weiner2023-01-181-14/+38
* | | mm: memcontrol: add new kernel parameter cgroup.memory=nobpfYafang Shao2023-02-101-0/+18
| |/ |/|
* | Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2023-01-311-54/+13
|/
* mm: memcg: fix swapcached stat accountingHugh Dickins2022-12-111-0/+6
* mm: add nodes= arg to memory.reclaimMina Almasry2022-12-111-13/+54
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-2/+13
|\
| * memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-091-2/+13
* | mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner2022-11-301-2/+6
* | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-1/+1
|\ \ | |/
| * mm: correctly charge compressed memory to its memcgLi Liguang2022-11-221-1/+1
* | mm: convert find_get_incore_page() to filemap_get_incore_folio()Matthew Wilcox (Oracle)2022-11-081-3/+9
* | mm: memcontrol: use mem_cgroup_is_root() helperKamalesh Babulal2022-11-081-10/+10
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-97/+184
|\
| * mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-031-3/+3
| * mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner2022-10-031-10/+10
| * mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner2022-10-031-40/+10
| * mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner2022-10-031-0/+3