summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-0/+2
* | | mm: move lruvec stats update functions to vmstat.hShakeel Butt2020-12-151-0/+17
* | | mm/memcg: remove incorrect commentAlex Shi2020-12-151-1/+0
* | | mm: memcontrol: sssign boolean values to a bool variableKaixu Xia2020-12-151-2/+2
* | | mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song2020-12-151-1/+1
* | | mm: memcg: remove obsolete memcg_has_children()Lukas Bulwahn2020-12-151-13/+0
* | | mm: memcg: deprecate the non-hierarchical modeRoman Gushchin2020-12-151-77/+13
* | | mm: memcg: fix obsolete code commentsRoman Gushchin2020-12-151-6/+0
* | | mm/memcg: update page struct member in commentsAlex Shi2020-12-151-2/+2
* | | mm: memcg/slab: fix use after free in obj_cgroup_chargeMuchun Song2020-12-151-1/+3
* | | mm: memcg/slab: fix return of child memcg objcg for root memcgMuchun Song2020-12-151-0/+1
* | | mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()Miaohe Lin2020-12-151-7/+2
* | | mm: memcontrol: remove unused mod_memcg_obj_state()Muchun Song2020-12-151-11/+0
* | | mm: memcontrol: add file_thp, shmem_thp to memory.statJohannes Weiner2020-12-151-1/+5
|/ /
* / mm: memcg/slab: fix root memcg vmstatsMuchun Song2020-11-221-2/+7
|/
* mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin2020-11-021-5/+10
* mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali2020-11-021-2/+8
* mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin2020-10-181-0/+13
* mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin2020-10-181-14/+34
* mm: kmem: remove redundant checks from get_obj_cgroup_from_current()Roman Gushchin2020-10-181-3/+0
* mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()Roman Gushchin2020-10-181-5/+8
* mm, memcg: rework remote charging API to support nestingRoman Gushchin2020-10-181-3/+3
* mm/memcg: fix device private memcg accountingRalph Campbell2020-10-131-1/+4
* mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()Miaohe Lin2020-10-131-2/+2
* mm: memcontrol: add the missing numa_stat interface for cgroup v2Muchun Song2020-10-131-60/+110
* mm/memcg: unify swap and memsw page countersWaiman Long2020-10-131-3/+0
* mm/memcg: simplify mem_cgroup_get_max()Waiman Long2020-10-131-11/+13
* mm/memcg: clean up obsolete enum charge_typeWaiman Long2020-10-131-8/+0
* mm: memcontrol: correct the comment of mem_cgroup_iter()Miaohe Lin2020-10-131-3/+3
* mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()Roman Gushchin2020-10-131-0/+11
* mm: memcontrol: use the preferred form for passing the size of a structure typeGustavo A. R. Silva2020-10-131-1/+1
* mm: memcontrol: use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-10-131-4/+3
* mm: use find_get_incore_page in memcontrolMatthew Wilcox (Oracle)2020-10-131-22/+2
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+1
|\
| * bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-241-1/+1
* | mm: memcontrol: fix missing suffix of workingset_restoreMuchun Song2020-09-261-2/+2
* | memcg: fix use-after-free in uncharge_batchMichal Hocko2020-09-051-0/+6
|/
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-5/+5
* mm: memcontrol: fix warning when allocating the root cgroupJohannes Weiner2020-08-131-6/+0