summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix typos in commentsIngo Molnar2021-05-071-9/+9
* mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi2021-05-051-0/+1
* mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi2021-05-051-3/+3
* mm: vmscan: consolidate shrinker_maps handling codeYang Shi2021-05-051-127/+3
* mm: memcontrol: inline __memcg_kmem_{un}charge() into obj_cgroup_{un}charge_p...Muchun Song2021-04-301-38/+25
* mm: memcontrol: use obj_cgroup APIs to charge kmem pagesMuchun Song2021-04-301-58/+58
* mm: memcontrol: change ug->dummy_page only if memcg changedMuchun Song2021-04-301-1/+1
* mm: memcontrol: introduce obj_cgroup_{un}charge_pagesMuchun Song2021-04-301-23/+40
* mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song2021-04-301-1/+9
* memcg: charge before adding to swapcache on swapinShakeel Butt2021-04-301-43/+74
* mm: memcontrol: consolidate lruvec stat flushingJohannes Weiner2021-04-301-46/+28
* mm: memcontrol: switch to rstatJohannes Weiner2021-04-301-131/+87
* mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner2021-04-301-0/+32
* mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner2021-04-301-10/+11
* mm: memcontrol: fix cpuhotplug statistics flushingJohannes Weiner2021-04-301-14/+21
* memcg: enable memcg oom-kill for __GFP_NOFAILShakeel Butt2021-04-301-3/+0
* memcg: cleanup root memcg checksShakeel Butt2021-04-301-2/+2
* mm: page-writeback: simplify memcg handling in test_clear_page_writeback()Johannes Weiner2021-04-301-25/+11
* mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui2021-03-131-9/+6
* mm: memcontrol: fix get_active_memcg return valueMuchun Song2021-02-241-7/+3
* mm: memcontrol: fix swap undercounting in cgroup2Muchun Song2021-02-241-1/+13
* fs: buffer: use raw page_memcg() on locked pageJohannes Weiner2021-02-241-23/+0
* mm: memcontrol: replace the loop with a list_for_each_entry()Muchun Song2021-02-241-27/+8
* mm/memcontrol: remove redundant NULL checkYang Li2021-02-241-2/+1
* mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin2021-02-241-3/+8
* mm: memcg: add swapcache stat for memcg v2Shakeel Butt2021-02-241-0/+3
* mm/memcg: remove rcu locking for lock_page_lruvec function seriesAlex Shi2021-02-241-6/+0
* mm/memcg: revise the using condition of lock_page_lruvec function seriesAlex Shi2021-02-241-4/+5
* mm: memcontrol: make the slab calculation consistentMuchun Song2021-02-241-39/+66
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-24/+2
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-3/+2
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-14/+6
* mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song2021-02-241-4/+2
* mm: memcontrol: optimize per-lruvec stats counter memory usageMuchun Song2021-02-241-1/+9
* mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin2021-02-241-4/+19
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* | Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner2021-02-091-3/+2
* | mm: memcg/slab: optimize objcg stock drainingRoman Gushchin2021-01-241-3/+1
|/
* mm/memcontrol:rewrite mem_cgroup_page_lruvec()Hui Su2020-12-191-37/+0
* mm/memcg: warning on !memcg after readahead page chargedAlex Shi2020-12-191-6/+4
* mm/memcg: bail early from swap accounting if memcg disabledAlex Shi2020-12-191-0/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-3/+81
|\
| * mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-3/+75
| * mm/memcg: add debug checking in lock_page_memcgAlex Shi2020-12-151-0/+6
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-79/+65
|\ \ | |/ |/|
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-77/+62
| |\
| | * mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2020-12-021-11/+5
| | * mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin2020-12-021-3/+3
| | * mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-65/+56