aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-02mm: Convert page kmemcg type to a page memcg flagRoman Gushchin1-11/+5
2020-12-02mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin1-3/+3
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin1-65/+56
2020-11-22mm: memcg/slab: fix root memcg vmstatsMuchun Song1-2/+7
2020-11-02mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin1-5/+10
2020-11-02mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali1-2/+8
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin1-0/+13
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin1-14/+34
2020-10-18mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin1-3/+0
2020-10-18mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin1-5/+8
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-3/+3
2020-10-13mm/memcg: fix device private memcg accountingRalph Campbell1-1/+4
2020-10-13mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()Miaohe Lin1-2/+2
2020-10-13mm: memcontrol: add the missing numa_stat interface for cgroup v2Muchun Song1-60/+110
2020-10-13mm/memcg: unify swap and memsw page countersWaiman Long1-3/+0
2020-10-13mm/memcg: simplify mem_cgroup_get_max()Waiman Long1-11/+13
2020-10-13mm/memcg: clean up obsolete enum charge_typeWaiman Long1-8/+0
2020-10-13mm: memcontrol: correct the comment of mem_cgroup_iter()Miaohe Lin1-3/+3
2020-10-13mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()Roman Gushchin1-0/+11
2020-10-13mm: memcontrol: use the preferred form for passing the size of a structure typeGustavo A. R. Silva1-1/+1
2020-10-13mm: memcontrol: use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-4/+3
2020-10-13mm: use find_get_incore_page in memcontrolMatthew Wilcox (Oracle)1-22/+2
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-09-26mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song1-2/+2
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-1/+1
2020-09-05memcg: fix use-after-free in uncharge_batchMichal Hocko1-0/+6
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-5/+5