summaryrefslogtreecommitdiff
path: root/mm/memcontrol-v1.c
AgeCommit message (Expand)AuthorFilesLines
11 daysmemcg: make the v1 soft limit knob inertShakeel Butt1-17/+26
2026-08-24mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance costUsama Arif1-2/+2
2026-08-06mm: memcg-v1: make mem_cgroup_oom_notify_cb() return voidGuopeng Zhang1-2/+1
2026-08-06mm: memcg-v1: fix wrong linux-mm list address in deprecation warningsGuopeng Zhang1-3/+3
2026-08-06mm: memcg-v1: account vmpressure event allocationsGuopeng Zhang1-1/+1
2026-08-04memcg-v1: bail out reclaim when memcg is dyingJiayuan Chen1-0/+8
2026-07-30mm/vmpressure: move v1 userspace eventfd code into memcontrol-v1.cUsama Arif1-0/+292
2026-06-02mm/memcg: remove no longer used swap cgroup arrayKairui Song1-1/+0
2026-06-02mm/memcg, swap: store cgroup id in cluster table directlyKairui Song1-15/+29
2026-06-02mm/memcg, swap: tidy up cgroup v1 memsw swap helpersKairui Song1-13/+20
2026-04-18mm: memcontrol: eliminate the problem of dying memory cgroup for LRU foliosMuchun Song1-6/+9
2026-04-18mm: memcontrol: prepare for reparenting non-hierarchical statsQi Zheng1-0/+16
2026-04-05memcg: consolidate private id refcount get/put helpersKairui Song1-4/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2026-01-26memcg: introduce private id API for in-kernel usersShakeel Butt1-3/+3
2026-01-20mm: use ARRAY_END() instead of open-coding itAlejandro Colomar1-2/+2
2026-01-20memcg: move mem_cgroup_usage memcontrol-v1.cChen Ridong1-0/+22
2025-09-21mm/memcg: v1: account event registrations and drop world-writable cgroup.even...Stanislav Fort1-4/+4
2025-05-22memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt1-3/+3
2025-05-11mm: memcontrol: remove unnecessary NULL check before free_percpu()Chen Ni1-2/+1
2025-04-17mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+101
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2025-03-16mm: memcontrol: move memsw charge callbacks to v1Johannes Weiner1-1/+88
2025-03-16mm: memcontrol: move stray ratelimit bits to v1Johannes Weiner1-0/+13
2025-03-11mm: Fix a build breakage in memcontrol-v1.cTejun Heo1-1/+1
2025-03-11mm: Add transformation message for per-memcg swappinessMichal Koutný1-2/+4
2025-01-13mm: remove the non-useful else after a break in a if statementKeren Sun1-2/+2
2025-01-13mm: remove unnecessary whitespace before a quoted newlineKeren Sun1-3/+3
2025-01-13mm: prefer 'unsigned int' to bare use of 'unsigned'Keren Sun1-3/+3
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-981/+2
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+15
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt1-82/+0
2024-11-06memcg-v1: remove charge move codeShakeel Butt1-887/+0
2024-11-06memcg-v1: fully deprecate move_charge_at_immigrateShakeel Butt1-12/+2
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins1-0/+25
2024-11-03memcg_write_event_control(): switch to CLASS(fd)Al Viro1-29/+15
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+6
2024-09-01memcg: initiate deprecation of pressure_levelShakeel Butt1-0/+3
2024-09-01memcg: initiate deprecation of oom_controlShakeel Butt1-0/+7
2024-09-01memcg: initiate deprecation of v1 soft limitShakeel Butt1-0/+3
2024-09-01memcg: initiate deprecation of v1 tcp accountingShakeel Butt1-0/+3
2024-09-01memcg: allocate v1 event percpu only on v1 deploymentShakeel Butt1-0/+19
2024-09-01memcg: make v1 only functions staticShakeel Butt1-2/+5
2024-09-01memcg: move v1 events and statistics code to v1 fileShakeel Butt1-0/+37
2024-09-01memcg: move mem_cgroup_charge_statistics to v1 codeShakeel Butt1-2/+15
2024-09-01memcg: move mem_cgroup_event_ratelimit to v1 codeShakeel Butt1-2/+30
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-6/+6
2024-08-12memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5