summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner
2022-10-03mm: memcontrol: use do_memsw_account() in a few more placesJohannes Weiner
2022-10-03mm: memcontrol: deprecate swapaccounting=0 modeJohannes Weiner
2022-10-03mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabledJohannes Weiner
2022-10-03mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song
2022-10-03mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin
2022-10-03memcg: reduce size of memcg vmstats structuresShakeel Butt
2022-10-03memcg: rearrange codeShakeel Butt
2022-10-03memcg: extract memcg_vmstats from struct mem_cgroupShakeel Butt
2022-10-03memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)
2022-10-03mm: remove lookup_swap_cache()Matthew Wilcox (Oracle)
2022-10-03memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...Matthew Wilcox (Oracle)
2022-09-26mm/memcontrol: stop using mm->highest_vm_endLiam R. Howlett
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
2022-09-26mm: multi-gen LRU: exploit locality in rmapYu Zhao
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-19mm/memcontrol: Replace the PREEMPT_RT conditionalsThomas Gleixner
2022-09-11mm: memcg: export workingset refault stats for cgroup v1Yang Shi
2022-09-11mm: memcontrol: fix a typo in commentxupanda
2022-08-28cgroup: Fix build failure when CONFIG_SHRINKER_DEBUGTejun Heo
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-07-29mm: memcontrol: fix potential oom_lock recursion deadlockTetsuo Handa
2022-07-29mm/memcontrol.c: remove the redundant updating of stats_flush_thresholdJiebin Sun
2022-07-29mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed
2022-07-29mm: memcontrol: do not miss MEMCG_MAX events for enforced allocationsRoman Gushchin
2022-07-17mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()Xiang Yang
2022-07-17mm: add zone device coherent type memory supportAlex Sierra
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Roman Gushchin
2022-06-27Merge branch 'master' into mm-stableakpm
2022-06-16mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin
2022-06-16mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...Qi Zheng
2022-06-16mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.pyYang Yang
2022-05-19zswap: memcg accountingJohannes Weiner
2022-05-13mm/memcontrol: export memcg->watermark via sysfs for v2 memcgGanesan Rajagopal
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)
2022-05-13mm: teach core mm about pte markersPeter Xu
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-04-29memcg: introduce per-memcg reclaim interfaceShakeel Butt
2022-04-28mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin
2022-04-28mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin
2022-04-28mm/memcg: non-hierarchical mode is deprecatedWei Yang
2022-04-28mm/memcg: move generation assignment and comparison togetherWei Yang
2022-04-28mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang
2022-04-28mm/memcg: set memcg after css verified and got referenceWei Yang
2022-04-28mm/memcg: mz already removed from rb_tree if not NULLWei Yang
2022-04-28mm/memcg: remove unneeded nr_scannedMiaohe Lin