summaryrefslogtreecommitdiff
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-18mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_...Qi Zheng1-1/+1
2026-04-18mm: memcontrol: eliminate the problem of dying memory cgroup for LRU foliosMuchun Song1-52/+25
2026-04-18mm: memcontrol: convert objcg to be per-memcg per-node typeQi Zheng1-11/+12
2026-04-18mm: memcontrol: prepare for reparenting LRU pages for lruvec lockMuchun Song1-17/+17
2026-04-18mm: do not open-code lruvec lockQi Zheng1-0/+5
2026-04-18mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()Muchun Song1-3/+8
2026-04-18writeback: prevent memory cgroup release in writeback moduleMuchun Song1-2/+7
2026-04-18mm: memcontrol: return root object cgroup for root memory cgroupMuchun Song1-6/+20
2026-04-18mm: rename unlock_page_lruvec_irq and its variantsMuchun Song1-5/+5
2026-04-05mm: memcontrol: switch to native NR_VMALLOC vmstat counterJohannes Weiner1-1/+0
2026-04-05mm: zswap: add per-memcg stat for incompressible pagesJiayuan Chen1-0/+1
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2026-02-17Merge tag 'slab-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2026-02-13mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao1-3/+3
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+20
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/+19
2026-02-10mm/slab: drop the OBJEXTS_NOSPIN_ALLOC flag from enum objext_flagsHarry Yoo1-2/+1
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker1-0/+4
2026-01-27memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt1-4/+4
2026-01-27memcg: remove unused mem_cgroup_id() and mem_cgroup_from_id()Shakeel Butt1-18/+0
2026-01-27memcg: use cgroup_id() instead of cgroup_ino() for memcg IDShakeel Butt1-5/+5
2026-01-27memcg: expose mem_cgroup_ino() and mem_cgroup_get_from_ino() unconditionallyShakeel Butt1-4/+0
2026-01-27memcg: introduce private id API for in-kernel usersShakeel Butt1-3/+21
2026-01-21mm: memcontrol: rename mem_cgroup_from_slab_obj()Johannes Weiner1-2/+2
2026-01-21memcg: remove mem_cgroup_size()Chen Ridong1-11/+7
2026-01-06mm: drop mem_cgroup_usage() declaration from memcontrol.hRoman Gushchin1-1/+0
2025-12-23mm: introduce BPF kfuncs to access memcg statistics and eventsRoman Gushchin1-0/+14
2025-12-23mm: declare memcg_page_state_output() in memcontrol.hRoman Gushchin1-0/+6
2025-12-08cgroup: switch to css_is_online() helperChen Ridong1-1/+1
2025-11-29memcg: remove inc/dec_lruvec_kmem_state helpersChen Ridong1-10/+0
2025-11-25memcg: remove __mod_lruvec_kmem_stateShakeel Butt1-23/+5
2025-11-25memcg: use mod_node_page_state to update statsShakeel Butt1-1/+1
2025-11-25mm: thp: reparent the split queue during memcg offlineQi Zheng1-0/+11
2025-11-25mm: thp: introduce folio_split_queue_lock and its variantsMuchun Song1-0/+10
2025-11-21mm: memcg: dump memcg protection info on oom or alloc failuresShakeel Butt1-0/+5
2025-11-17memcg: manually uninline __memcg_memory_eventShakeel Butt1-30/+2
2025-11-17memcg: net: track network throttling due to memcg memory pressureShakeel Butt1-0/+1
2025-10-08memcg: skip cgroup_file_notify if spinning is not allowedShakeel Butt1-7/+19
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+9
2025-10-03Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-2/+10
2025-09-29slab: Introduce kmalloc_nolock() and kfree_nolock().Alexei Starovoitov1-0/+2
2025-09-29slab: Reuse first bit for OBJEXTS_ALLOC_FAILAlexei Starovoitov1-2/+8
2025-09-14mm/filemap: add AS_KERNEL_FILEBoris Burkov1-0/+2
2025-09-14memcg: optimize exit to user spaceThomas Gleixner1-1/+7
2025-08-20net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima1-18/+0
2025-08-20net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima1-5/+24
2025-08-20mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima1-0/+6
2025-07-25memcg: convert memcg->socket_pressure to u64Kuniyuki Iwashima1-3/+41
2025-06-01memcg: nmi safe memcg stats for specific archsShakeel Butt1-0/+10