summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04memcg: fix slab accounting in refill_obj_stock() trylock pathHao Li1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+2
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+14
2026-02-13mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao1-2/+14
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-65/+34
2026-02-12Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-7/+24
2026-02-12Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-0/+16
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+27
2026-02-04mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poisonHarry Yoo1-2/+10
2026-02-04mm/slab: abstract slabobj_ext access via new slab_obj_ext() helperHarry Yoo1-7/+16
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker1-1/+11
2026-02-03memcg: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker1-4/+17
2026-02-01mm: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-2/+2
2026-01-27memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt1-2/+2
2026-01-27memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()Shakeel Butt1-5/+0
2026-01-27memcg: use cgroup_id() instead of cgroup_ino() for memcg IDShakeel Butt1-1/+1
2026-01-27memcg: mem_cgroup_get_from_ino() returns NULL on errorShakeel Butt1-4/+2
2026-01-27memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionallyShakeel Butt1-2/+0
2026-01-27memcg: introduce private id API for in-kernel usersShakeel Butt1-25/+30
2026-01-21mm: fix minor spelling mistakes in commentsKevin Lourenco1-1/+1
2026-01-21mm: memcontrol: rename mem_cgroup_from_slab_obj()Johannes Weiner1-2/+2
2026-01-21memcg: remove mem_cgroup_size()Chen Ridong1-5/+0
2026-01-21memcg: move mem_cgroup_usage memcontrol-v1.cChen Ridong1-22/+0
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov1-2/+2
2025-12-23mm: memcg: fix unit conversion for K() macro in OOM logShakeel Butt1-2/+2
2025-12-23mm: introduce BPF kfuncs to access memcg statistics and eventsRoman Gushchin1-0/+16
2025-12-08cgroup: switch to css_is_online() helperChen Ridong1-1/+1
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+59
2025-11-25memcg: remove __lruvec_stat_mod_folioShakeel Butt1-2/+2
2025-11-25memcg: remove __mod_lruvec_stateShakeel Butt1-4/+4
2025-11-25memcg: remove __mod_lruvec_kmem_stateShakeel Butt1-1/+1
2025-11-25memcg: use mod_node_page_state to update statsShakeel Butt1-3/+3
2025-11-25mm: thp: reparent the split queue during memcg offlineQi Zheng1-0/+1
2025-11-21mm: memcg: dump memcg protection info on oom or alloc failuresShakeel Butt1-0/+13
2025-11-17memcg: manually uninline __memcg_memory_eventShakeel Butt1-0/+31
2025-11-17memcg: net: track network throttling due to memcg memory pressureShakeel Butt1-0/+3
2025-11-17mm/zswap: fix typos: s/zwap/zswap/SeongJae Park1-1/+1
2025-11-13memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()Matthew Wilcox (Oracle)1-24/+16
2025-10-08memcg: skip cgroup_file_notify if spinning is not allowedShakeel Butt1-3/+4
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+3
2025-09-22mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin1-0/+1
2025-09-14memcg: optimize exit to user spaceThomas Gleixner1-5/+2
2025-08-20net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima1-7/+11
2025-08-20net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima1-4/+9
2025-08-20mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima1-0/+13
2025-08-01Merge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2025-07-25memcg: convert memcg->socket_pressure to u64Kuniyuki Iwashima1-1/+4
2025-07-20mm/memcg: make memory.reclaim interface genericDavidlohr Bueso1-73/+4