summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.pyYang Yang2022-06-161-1/+1
* | mm: kmem: make mem_cgroup_from_obj() vmalloc()-safeRoman Gushchin2022-06-161-21/+50
* | mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...Qi Zheng2022-06-161-28/+27
|/
* zswap: memcg accountingJohannes Weiner2022-05-191-8/+197
* mm/memcontrol: export memcg->watermark via sysfs for v2 memcgGanesan Rajagopal2022-05-131-0/+13
* swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-131-8/+8
* mm: teach core mm about pte markersPeter Xu2022-05-131-2/+6
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
* memcg: introduce per-memcg reclaim interfaceShakeel Butt2022-04-291-0/+45
* mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin2022-04-281-4/+0
* mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin2022-04-281-1/+1
* mm/memcg: non-hierarchical mode is deprecatedWei Yang2022-04-281-3/+0
* mm/memcg: move generation assignment and comparison togetherWei Yang2022-04-281-3/+7
* mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang2022-04-281-3/+2
* mm/memcg: set memcg after css verified and got referenceWei Yang2022-04-281-8/+3
* mm/memcg: mz already removed from rb_tree if not NULLWei Yang2022-04-281-1/+0
* mm/memcg: remove unneeded nr_scannedMiaohe Lin2022-04-281-4/+1
* memcg: sync flush only if periodic flush is delayedShakeel Butt2022-04-211-1/+11
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+1
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-1/+1
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-21/+16
|\ \
| * | mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)2022-03-211-11/+11
| * | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-8/+3
| * | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
| * | mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-171-2/+1
* | | memcg: do not tweak node in alloc_mem_cgroup_per_node_infoWei Yang2022-03-221-12/+2
* | | mm: memcontrol: fix cannot alloc the maximum memcg IDMuchun Song2022-03-221-2/+1
* | | mm: memcontrol: reuse memory cgroup ID for kmem IDMuchun Song2022-03-221-36/+3
* | | mm: list_lru: replace linear array with xarrayMuchun Song2022-03-221-72/+5
* | | mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song2022-03-221-3/+3
* | | mm: list_lru: allocate list_lru_one only when neededMuchun Song2022-03-221-1/+5