summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song2022-10-031-8/+19
| * mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin2022-10-031-4/+4
| * memcg: reduce size of memcg vmstats structuresShakeel Butt2022-10-031-10/+44
| * memcg: rearrange codeShakeel Butt2022-10-031-23/+23
| * memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt2022-10-031-9/+48
| * memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)2022-10-031-3/+3
| * mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)2022-10-031-1/+1
| * memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)2022-10-031-7/+6
| * mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett2022-09-261-4/+2