index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memcontrol-v1.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
memcg: make the v1 soft limit knob inert
Shakeel Butt
1
-17
/
+26
2026-08-24
mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
Usama Arif
1
-2
/
+2
2026-08-06
mm: memcg-v1: make mem_cgroup_oom_notify_cb() return void
Guopeng Zhang
1
-2
/
+1
2026-08-06
mm: memcg-v1: fix wrong linux-mm list address in deprecation warnings
Guopeng Zhang
1
-3
/
+3
2026-08-06
mm: memcg-v1: account vmpressure event allocations
Guopeng Zhang
1
-1
/
+1
2026-08-04
memcg-v1: bail out reclaim when memcg is dying
Jiayuan Chen
1
-0
/
+8
2026-07-30
mm/vmpressure: move v1 userspace eventfd code into memcontrol-v1.c
Usama Arif
1
-0
/
+292
2026-06-02
mm/memcg: remove no longer used swap cgroup array
Kairui Song
1
-1
/
+0
2026-06-02
mm/memcg, swap: store cgroup id in cluster table directly
Kairui Song
1
-15
/
+29
2026-06-02
mm/memcg, swap: tidy up cgroup v1 memsw swap helpers
Kairui Song
1
-13
/
+20
2026-04-18
mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
Muchun Song
1
-6
/
+9
2026-04-18
mm: memcontrol: prepare for reparenting non-hierarchical stats
Qi Zheng
1
-0
/
+16
2026-04-05
memcg: consolidate private id refcount get/put helpers
Kairui Song
1
-4
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2026-01-26
memcg: introduce private id API for in-kernel users
Shakeel Butt
1
-3
/
+3
2026-01-20
mm: use ARRAY_END() instead of open-coding it
Alejandro Colomar
1
-2
/
+2
2026-01-20
memcg: move mem_cgroup_usage memcontrol-v1.c
Chen Ridong
1
-0
/
+22
2025-09-21
mm/memcg: v1: account event registrations and drop world-writable cgroup.even...
Stanislav Fort
1
-4
/
+4
2025-05-22
memcg: make count_memcg_events re-entrant safe against irqs
Shakeel Butt
1
-3
/
+3
2025-05-11
mm: memcontrol: remove unnecessary NULL check before free_percpu()
Chen Ni
1
-2
/
+1
2025-04-17
mm: memcontrol: fix swap counter leak from offline cgroup
Muchun Song
1
-1
/
+1
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+101
2025-03-24
Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+4
2025-03-16
mm: memcontrol: move memsw charge callbacks to v1
Johannes Weiner
1
-1
/
+88
2025-03-16
mm: memcontrol: move stray ratelimit bits to v1
Johannes Weiner
1
-0
/
+13
2025-03-11
mm: Fix a build breakage in memcontrol-v1.c
Tejun Heo
1
-1
/
+1
2025-03-11
mm: Add transformation message for per-memcg swappiness
Michal Koutný
1
-2
/
+4
2025-01-13
mm: remove the non-useful else after a break in a if statement
Keren Sun
1
-2
/
+2
2025-01-13
mm: remove unnecessary whitespace before a quoted newline
Keren Sun
1
-3
/
+3
2025-01-13
mm: prefer 'unsigned int' to bare use of 'unsigned'
Keren Sun
1
-3
/
+3
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-981
/
+2
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-29
/
+15
2024-11-06
memcg-v1: remove memcg move locking code
Shakeel Butt
1
-82
/
+0
2024-11-06
memcg-v1: remove charge move code
Shakeel Butt
1
-887
/
+0
2024-11-06
memcg-v1: fully deprecate move_charge_at_immigrate
Shakeel Butt
1
-12
/
+2
2024-11-05
mm/thp: fix deferred split unqueue naming and locking
Hugh Dickins
1
-0
/
+25
2024-11-03
memcg_write_event_control(): switch to CLASS(fd)
Al Viro
1
-29
/
+15
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+6
2024-09-01
memcg: initiate deprecation of pressure_level
Shakeel Butt
1
-0
/
+3
2024-09-01
memcg: initiate deprecation of oom_control
Shakeel Butt
1
-0
/
+7
2024-09-01
memcg: initiate deprecation of v1 soft limit
Shakeel Butt
1
-0
/
+3
2024-09-01
memcg: initiate deprecation of v1 tcp accounting
Shakeel Butt
1
-0
/
+3
2024-09-01
memcg: allocate v1 event percpu only on v1 deployment
Shakeel Butt
1
-0
/
+19
2024-09-01
memcg: make v1 only functions static
Shakeel Butt
1
-2
/
+5
2024-09-01
memcg: move v1 events and statistics code to v1 file
Shakeel Butt
1
-0
/
+37
2024-09-01
memcg: move mem_cgroup_charge_statistics to v1 code
Shakeel Butt
1
-2
/
+15
2024-09-01
memcg: move mem_cgroup_event_ratelimit to v1 code
Shakeel Butt
1
-2
/
+30
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-6
/
+6
2024-08-12
memcg_write_event_control(): fix a user-triggerable oops
Al Viro
1
-2
/
+5
[next]