summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-127/+101
|\
| * mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()Hui Su2021-09-031-2/+2
| * memcg: make memcg->event_list_lock irqsafeShakeel Butt2021-09-031-4/+4
| * memcg: fix up drain_local_stock commentMichal Hocko2021-09-031-2/+3
| * mm, memcg: save some atomic ops when flush is already trueMiaohe Lin2021-09-031-1/+1
| * mm: memcontrol: set the correct memcg swappiness restrictionBaolin Wang2021-09-031-1/+1
| * memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2021-09-031-1/+1
| * memcg: infrastructure to flush memcg statsShakeel Butt2021-09-031-0/+34
| * memcg: switch lruvec stats to rstatShakeel Butt2021-09-031-76/+38
| * mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan2021-09-031-10/+4
| * mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg configSuren Baghdasaryan2021-09-031-21/+12
| * mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...Suren Baghdasaryan2021-09-031-0/+3
| * writeback: memcg: simplify cgroup_writeback_by_idShakeel Butt2021-09-031-12/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-2/+4
|\|
| * mm/memcg: fix incorrect flushing of lruvec data in obj_stockWaiman Long2021-08-131-2/+4
* | net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-181-13/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-1/+2
|\|
| * mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner2021-07-301-1/+2
* | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-2/+2
|\
| * mm: remove special swap entry functionsAlistair Popple2021-07-011-1/+1
| * mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionMel Gorman2021-07-011-1/+1
* | Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2021-07-011-3/+8
|\ \ | |/ |/|
| * mm, memcg: introduce mem_cgroup_kmem_disabled()Roman Gushchin2021-06-051-0/+5
| * mm, memcg: mark cgroup_memory_nosocket, nokmem and noswap as __ro_after_initRoman Gushchin2021-06-051-3/+3
* | loop: charge i/o to mem and blk cgDan Schatzberg2021-06-291-0/+1
* | mm: charge active memcg when no mm is setDan Schatzberg2021-06-291-14/+27
* | mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lockMuchun Song2021-06-291-1/+2
* | mm: memcontrol: simplify the logic of objcg pinning memcgMuchun Song2021-06-291-14/+6
* | mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song2021-06-291-6/+3
* | mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mmMuchun Song2021-06-291-11/+14
* | mm: memcontrol: fix page charging in page replacementMuchun Song2021-06-291-3/+5
* | mm: memcontrol: fix root_mem_cgroup chargingMuchun Song2021-06-291-5/+12
* | mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long2021-06-291-1/+1
* | mm: memcg/slab: properly set up gfp flags for objcg pointer arrayWaiman Long2021-06-291-0/+8
* | mm/memcg: optimize user context object stock accessWaiman Long2021-06-291-28/+72
* | mm/memcg: improve refill_obj_stock() performanceWaiman Long2021-06-291-13/+35
* | mm/memcg: cache vmstat data in percpu memcg_stock_pcpWaiman Long2021-06-291-3/+87
* | mm/memcg: move mod_objcg_state() to memcontrol.cWaiman Long2021-06-291-0/+13
* | 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