index
:
pub/scm/linux/kernel/git/lee/linux.git
master
Lee Jones's fork of linux.git
Lee Jones
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-18
mm: memcontrol: prepare for reparenting non-hierarchical stats
Qi Zheng
1
-0
/
+97
2026-04-18
mm: memcontrol: refactor mod_memcg_state() and mod_memcg_lruvec_state()
Qi Zheng
1
-19
/
+31
2026-04-18
mm: memcontrol: refactor memcg_reparent_objcgs()
Qi Zheng
1
-5
/
+24
2026-04-18
mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
Muchun Song
1
-26
/
+27
2026-04-18
mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
Muchun Song
1
-8
/
+10
2026-04-18
writeback: prevent memory cgroup release in writeback module
Muchun Song
1
-6
/
+8
2026-04-18
mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
Muchun Song
1
-3
/
+7
2026-04-18
mm: memcontrol: return root object cgroup for root memory cgroup
Muchun Song
1
-21
/
+24
2026-04-18
mm: memcontrol: allocate object cgroup for non-kmem case
Muchun Song
1
-27
/
+24
2026-04-18
mm: memcontrol: remove dead code of checking parent memory cgroup
Muchun Song
1
-5
/
+0
2026-04-05
mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
Bing Jiao
1
-1
/
+2
2026-04-05
mm: memcg: separate slab stat accounting from objcg charge cache
Johannes Weiner
1
-39
/
+61
2026-04-05
mm: memcontrol: use __account_obj_stock() in the !locked path
Johannes Weiner
1
-1
/
+5
2026-04-05
mm: memcontrol: split out __obj_cgroup_charge()
Johannes Weiner
1
-5
/
+16
2026-04-05
mm: memcg: simplify objcg charge size and stock remainder math
Johannes Weiner
1
-10
/
+6
2026-04-05
mm: memcg: factor out trylock_stock() and unlock_stock()
Johannes Weiner
1
-6
/
+19
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-04-05
mm: memcontrol: switch to native NR_VMALLOC vmstat counter
Johannes Weiner
1
-2
/
+2
2026-04-05
mm: zswap: add per-memcg stat for incompressible pages
Jiayuan Chen
1
-0
/
+6
2026-04-05
memcg: consolidate private id refcount get/put helpers
Kairui Song
1
-22
/
+7
2026-04-05
mm: move pgscan, pgsteal, pgrefill to node stats
JP Kobryn (Meta)
1
-17
/
+39
2026-03-04
memcg: fix slab accounting in refill_obj_stock() trylock path
Hao Li
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+2
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+14
2026-02-12
mm/vmscan: fix demotion targets checks in reclaim/demotion
Bing Jiao
1
-2
/
+14
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-65
/
+34
2026-02-11
Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-7
/
+24
2026-02-11
Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2026-02-10
Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
1
-0
/
+16
2026-02-09
Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+27
2026-02-04
mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
Harry Yoo
1
-2
/
+10
2026-02-04
mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
Harry Yoo
1
-7
/
+16
2026-02-03
sched/isolation: Flush memcg workqueues on cpuset isolated partition change
Frederic Weisbecker
1
-1
/
+11
2026-02-03
memcg: Prepare to protect against concurrent isolated cpuset change
Frederic Weisbecker
1
-4
/
+17
2026-01-31
mm: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2026-01-26
memcg: rename mem_cgroup_ino() to mem_cgroup_id()
Shakeel Butt
1
-2
/
+2
2026-01-26
memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()
Shakeel Butt
1
-5
/
+0
2026-01-26
memcg: use cgroup_id() instead of cgroup_ino() for memcg ID
Shakeel Butt
1
-1
/
+1
2026-01-26
memcg: mem_cgroup_get_from_ino() returns NULL on error
Shakeel Butt
1
-4
/
+2
2026-01-26
memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionally
Shakeel Butt
1
-2
/
+0
2026-01-26
memcg: introduce private id API for in-kernel users
Shakeel Butt
1
-25
/
+30
2026-01-20
mm: fix minor spelling mistakes in comments
Kevin Lourenco
1
-1
/
+1
2026-01-20
mm: memcontrol: rename mem_cgroup_from_slab_obj()
Johannes Weiner
1
-2
/
+2
2026-01-20
memcg: remove mem_cgroup_size()
Chen Ridong
1
-5
/
+0
2026-01-20
memcg: move mem_cgroup_usage memcontrol-v1.c
Chen Ridong
1
-22
/
+0
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
1
-2
/
+2
2025-12-23
mm: memcg: fix unit conversion for K() macro in OOM log
Shakeel Butt
1
-2
/
+2
2025-12-22
mm: introduce BPF kfuncs to access memcg statistics and events
Roman Gushchin
1
-0
/
+16
2025-12-08
cgroup: switch to css_is_online() helper
Chen Ridong
1
-1
/
+1
[prev]
[next]