summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+25
| * mm: multi-gen LRU: exploit locality in rmapYu Zhao2022-09-261-0/+1
| * mm: multi-gen LRU: groundworkYu Zhao2022-09-261-0/+2
| * mm: memcg: export workingset refault stats for cgroup v1Yang Shi2022-09-111-2/+7
| * mm: memcontrol: fix a typo in commentxupanda2022-09-111-1/+1
* | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-101-2/+2
|\ \
| * | cgroup: Fix build failure when CONFIG_SHRINKER_DEBUGTejun Heo2022-08-281-1/+1
| * | cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný2022-08-261-2/+2
| |/
* | Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-101-13/+6
|\ \
| * | mm/memcontrol: Replace the PREEMPT_RT conditionalsThomas Gleixner2022-09-191-13/+6
| |/
* / mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed2022-08-241-0/+1
|/
* mm: memcontrol: fix potential oom_lock recursion deadlockTetsuo Handa2022-07-291-13/+9
* mm/memcontrol.c: remove the redundant updating of stats_flush_thresholdJiebin Sun2022-07-291-1/+8
* mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed2022-07-291-10/+14
* mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin2022-07-291-0/+9
* mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang2022-07-171-2/+2
* mm: add zone device coherent type memory supportAlex Sierra2022-07-171-3/+4
* mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin2022-07-031-0/+23
* Merge branch 'master' into mm-stableakpm2022-06-271-1/+1
|\