summaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
Commit message (Expand)AuthorAgeFilesLines
* fs: buffer: use raw page_memcg() on locked pageJohannes Weiner2021-02-241-7/+0
* mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin2021-02-241-3/+0
* mm: memcontrol: optimize per-lruvec stats counter memory usageMuchun Song2021-02-241-2/+12
* mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin2021-02-241-19/+0
* mm/memcontrol: fix warning in mem_cgroup_page_lruvec()Hugh Dickins2021-01-121-1/+1
* mm/memcontrol:rewrite mem_cgroup_page_lruvec()Hui Su2020-12-191-2/+17
* mm/memcg: remove unused definitionsWei Yang2020-12-191-118/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-0/+110
|\
| * mm/lru: introduce relock_page_lruvec()Alexander Duyck2020-12-151-0/+52
| * mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-0/+58
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-7/+203
|\ \ | |/ |/|
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-9/+206
| |\
| | * mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2020-12-021-4/+33
| | * mm: Introduce page memcg flagsRoman Gushchin2020-12-021-12/+20
| | * mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin2020-12-021-0/+64
| | * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-9/+105
* | | mm: move lruvec stats update functions to vmstat.hShakeel Butt2020-12-151-111/+0
* | | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song2020-12-151-9/+9
* | | mm: memcg: deprecate the non-hierarchical modeRoman Gushchin2020-12-151-7/+0
* | | mm: memcg: fix obsolete code commentsRoman Gushchin2020-12-151-4/+2
* | | mm: memcontrol: remove unused mod_memcg_obj_state()Muchun Song2020-12-151-6/+0
|/ /
* | mm: memcg: relayout structure mem_cgroup to avoid cache interferenceFeng Tang2020-11-261-14/+14
* | mm: memcontrol: fix missing wakeup polling threadMuchun Song2020-11-141-2/+9
|/
* mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin2020-10-181-12/+0
* mm/memcg: unify swap and memsw page countersWaiman Long2020-10-131-5/+8
* mm/memcontrol: fix a data race in scan countQian Cai2020-08-141-1/+1
* include/linux/memcontrol.h: drop duplicate word and fix spelloRandy Dunlap2020-08-121-2/+2
* mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin2020-08-121-0/+8
* mm, memcg: decouple e{low,min} state mutations from protection checksChris Down2020-08-071-11/+42
* mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2020-08-071-2/+40
* mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled()Roman Gushchin2020-08-071-1/+1
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-2/+19
* mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin2020-08-071-2/+0
* mm: memcg/slab: simplify memcg cache creationRoman Gushchin2020-08-071-1/+0
* mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin2020-08-071-4/+1
* mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin2020-08-071-0/+12
* mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin2020-08-071-1/+2
* mm: memcg/slab: obj_cgroup APIRoman Gushchin2020-08-071-0/+51
* mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Roman Gushchin2020-08-071-0/+17
* mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner2020-06-031-0/+13
* mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-3/+2
* mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner2020-06-031-36/+0
* mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner2020-06-031-2/+3
* mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner2020-06-031-0/+10
* mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-14/+8
* mm/memcg: automatically penalize tasks with high swap useJakub Kicinski2020-06-021-0/+1