aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-30mm: memcontrol: switch to rstatJohannes Weiner1-131/+87
2021-04-30mm: memcontrol: privatize memcg_page_state query functionsJohannes Weiner1-0/+32
2021-04-30mm: memcontrol: kill mem_cgroup_nodeinfo()Johannes Weiner1-10/+11
2021-04-30mm: memcontrol: fix cpuhotplug statistics flushingJohannes Weiner1-14/+21
2021-04-30memcg: enable memcg oom-kill for __GFP_NOFAILShakeel Butt1-3/+0
2021-04-30memcg: cleanup root memcg checksShakeel Butt1-2/+2
2021-04-30mm: page-writeback: simplify memcg handling in test_clear_page_writeback()Johannes Weiner1-25/+11
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argumentZhou Guanghui1-9/+6
2021-02-24mm: memcontrol: fix get_active_memcg return valueMuchun Song1-7/+3
2021-02-24mm: memcontrol: fix swap undercounting in cgroup2Muchun Song1-1/+13
2021-02-24fs: buffer: use raw page_memcg() on locked pageJohannes Weiner1-23/+0
2021-02-24mm: memcontrol: replace the loop with a list_for_each_entry()Muchun Song1-27/+8
2021-02-24mm/memcontrol: remove redundant NULL checkYang Li1-2/+1
2021-02-24mm: kmem: make __memcg_kmem_(un)charge staticRoman Gushchin1-3/+8
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-0/+3
2021-02-24mm/memcg: remove rcu locking for lock_page_lruvec function seriesAlex Shi1-6/+0
2021-02-24mm/memcg: revise the using condition of lock_page_lruvec function seriesAlex Shi1-4/+5
2021-02-24mm: memcontrol: make the slab calculation consistentMuchun Song1-39/+66
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song1-24/+2
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song1-3/+2
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-14/+6
2021-02-24mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song1-4/+2
2021-02-24mm: memcontrol: optimize per-lruvec stats counter memory usageMuchun Song1-1/+9
2021-02-24mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTRoman Gushchin1-4/+19
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2021-02-09Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner1-3/+2
2021-01-24mm: memcg/slab: optimize objcg stock drainingRoman Gushchin1-3/+1
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2020-12-19mm/memcontrol:rewrite mem_cgroup_page_lruvec()Hui Su1-37/+0
2020-12-19mm/memcg: warning on !memcg after readahead page chargedAlex Shi1-6/+4
2020-12-19mm/memcg: bail early from swap accounting if memcg disabledAlex Shi1-0/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+81
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-3/+75
2020-12-15mm/memcg: add debug checking in lock_page_memcgAlex Shi1-0/+6
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-79/+65
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-0/+2
2020-12-15mm: move lruvec stats update functions to vmstat.hShakeel Butt1-0/+17
2020-12-15mm/memcg: remove incorrect commentAlex Shi1-1/+0
2020-12-15mm: memcontrol: sssign boolean values to a bool variableKaixu Xia1-2/+2
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song1-1/+1
2020-12-15mm: memcg: remove obsolete memcg_has_children()Lukas Bulwahn1-13/+0
2020-12-15mm: memcg: deprecate the non-hierarchical modeRoman Gushchin1-77/+13
2020-12-15mm: memcg: fix obsolete code commentsRoman Gushchin1-6/+0
2020-12-15mm/memcg: update page struct member in commentsAlex Shi1-2/+2
2020-12-15mm: memcg/slab: fix use after free in obj_cgroup_chargeMuchun Song1-1/+3
2020-12-15mm: memcg/slab: fix return of child memcg objcg for root memcgMuchun Song1-0/+1
2020-12-15mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()Miaohe Lin1-7/+2
2020-12-15mm: memcontrol: remove unused mod_memcg_obj_state()Muchun Song1-11/+0
2020-12-15mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner1-1/+5
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-77/+62