index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
memcontrol.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+22
2022-01-15
memcg: add per-memcg vmalloc stat
Shakeel Butt
1
-0
/
+21
2022-01-15
mm/memcg: add oom_group_kill memory event
Dan Schatzberg
1
-0
/
+1
2022-01-06
mm/memcg: Convert slab objcgs from struct page to struct slab
Vlastimil Babka
1
-48
/
+0
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-8
/
+1
2021-11-06
mm/vmpressure: fix data-race with memcg->socket_pressure
Yuanzheng Song
1
-1
/
+1
2021-11-06
mm: memcontrol: remove the kmem states
Muchun Song
1
-7
/
+0
2021-10-18
mm/writeback: Add __folio_mark_dirty()
Matthew Wilcox (Oracle)
1
-3
/
+2
2021-09-27
mm/workingset: Convert workingset_activation to take a folio
Matthew Wilcox (Oracle)
1
-10
/
+12
2021-09-27
mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
Matthew Wilcox (Oracle)
1
-9
/
+8
2021-09-27
mm/memcg: Add folio_lruvec_lock() and similar functions
Matthew Wilcox (Oracle)
1
-14
/
+18
2021-09-27
mm/memcg: Add folio_lruvec()
Matthew Wilcox (Oracle)
1
-11
/
+9
2021-09-27
mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()
Matthew Wilcox (Oracle)
1
-0
/
+10
2021-09-27
mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2021-09-27
mm/memcg: Convert mem_cgroup_migrate() to take folios
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-09-27
mm/memcg: Convert mem_cgroup_uncharge() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+11
2021-09-27
mm/memcg: Convert mem_cgroup_charge() to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+21
2021-09-27
mm/memcg: Add folio_memcg() and related functions
Matthew Wilcox (Oracle)
1
-45
/
+65
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-43
/
+61
2021-09-03
mm, memcg: remove unused functions
Miaohe Lin
1
-12
/
+0
2021-09-03
memcg: cleanup racy sum avoidance code
Shakeel Butt
1
-13
/
+2
2021-09-03
memcg: infrastructure to flush memcg stats
Shakeel Butt
1
-0
/
+6
2021-09-03
memcg: switch lruvec stats to rstat
Shakeel Butt
1
-22
/
+20
2021-09-03
mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config
Suren Baghdasaryan
1
-3
/
+25
2021-09-03
writeback: memcg: simplify cgroup_writeback_by_id
Shakeel Butt
1
-0
/
+15
2021-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+15
2021-08-20
mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
Johannes Weiner
1
-14
/
+15
2021-08-18
net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
Wei Wang
1
-1
/
+2
2021-07-02
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...
Linus Torvalds
1
-0
/
+5
2021-06-29
mm: memcontrol: remove trailing semicolon in macros
Huilong Deng
1
-1
/
+1
2021-06-29
loop: charge i/o to mem and blk cg
Dan Schatzberg
1
-0
/
+6
2021-06-29
memcontrol: use flexible-array member
wenhuizhang
1
-2
/
+1
2021-06-29
mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec
Muchun Song
1
-4
/
+4
2021-06-29
mm: memcontrol: simplify lruvec_holds_page_lru_lock
Muchun Song
1
-24
/
+7
2021-06-29
mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
Muchun Song
1
-5
/
+5
2021-06-05
mm, memcg: introduce mem_cgroup_kmem_disabled()
Roman Gushchin
1
-0
/
+5
2021-05-05
mm: memcontrol: reparent nr_deferred when memcg offline
Yang Shi
1
-0
/
+1
2021-05-05
mm: vmscan: add per memcg shrinker nr_deferred
Yang Shi
1
-3
/
+4
2021-05-05
mm: memcontrol: rename shrinker_map to shrinker_info
Yang Shi
1
-4
/
+4
2021-05-05
mm: vmscan: consolidate shrinker_maps handling code
Yang Shi
1
-6
/
+5
2021-04-30
linux/memcontrol.h: remove duplicate struct declaration
Wan Jiabing
1
-2
/
+0
2021-04-30
mm: memcontrol: move PageMemcgKmem to the scope of CONFIG_MEMCG_KMEM
Muchun Song
1
-1
/
+6
2021-04-30
mm: memcontrol: use obj_cgroup APIs to charge kmem pages
Muchun Song
1
-23
/
+97
2021-04-30
memcg: charge before adding to swapcache on swapin
Shakeel Butt
1
-0
/
+13
2021-04-30
mm: memcontrol: switch to rstat
Johannes Weiner
1
-27
/
+40
2021-04-30
mm: memcontrol: privatize memcg_page_state query functions
Johannes Weiner
1
-44
/
+0
2021-04-30
mm: memcontrol: kill mem_cgroup_nodeinfo()
Johannes Weiner
1
-7
/
+1
2021-04-30
mm: page-writeback: simplify memcg handling in test_clear_page_writeback()
Johannes Weiner
1
-8
/
+2
2021-03-13
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...
Zhou Guanghui
1
-4
/
+2
2021-02-25
fs: buffer: use raw page_memcg() on locked page
Johannes Weiner
1
-7
/
+0
[next]