index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-04
memcg: always call cond_resched() after fn()
Breno Leitao
1
-4
/
+2
2025-03-13
memcg: fix soft lockup in the OOM process
Chen Ridong
1
-1
/
+6
2024-09-12
memcg: protect concurrent access to mem_cgroup_idr
Shakeel Butt
1
-3
/
+20
2024-09-04
memcg_write_event_control(): fix a user-triggerable oops
Al Viro
1
-2
/
+5
2024-06-21
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2023-11-28
mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors
Roman Gushchin
1
-1
/
+2
2023-03-11
mm: memcontrol: deprecate charge moving
Johannes Weiner
1
-0
/
+4
2022-12-14
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
1
-2
/
+13
2022-04-08
mm/memcontrol: return 1 from cgroup.memory __setup() handler
Randy Dunlap
1
-1
/
+1
2022-02-23
mm: memcg: synchronize objcg lists with a dedicated spinlock
Roman Gushchin
1
-5
/
+5
2021-11-18
memcg: prohibit unconditional exceeding the limit of dying tasks
Vasily Averin
1
-19
/
+8
2021-07-14
mm: memcg/slab: properly set up gfp flags for objcg pointer array
Waiman Long
1
-0
/
+8
2021-05-14
mm: memcontrol: slab: fix obtain a reference to a freeing memcg
Muchun Song
1
-1
/
+9
2021-03-30
mm/memcg: fix 5.10 backport of splitting page memcg
Hugh Dickins
1
-1
/
+5
2021-03-30
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...
Zhou Guanghui
1
-10
/
+5
2021-03-04
mm: memcontrol: fix get_active_memcg return value
Muchun Song
1
-7
/
+3
2021-03-04
mm: memcontrol: fix swap undercounting in cgroup2
Muchun Song
1
-1
/
+13
2021-03-04
mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
Muchun Song
1
-4
/
+2
2021-02-13
Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
Johannes Weiner
1
-3
/
+2
2021-01-27
mm: memcg/slab: optimize objcg stock draining
Roman Gushchin
1
-3
/
+1
2020-12-30
mm: memcg/slab: fix use after free in obj_cgroup_charge
Muchun Song
1
-1
/
+3
2020-12-30
mm: memcg/slab: fix return of child memcg objcg for root memcg
Muchun Song
1
-0
/
+1
2020-11-22
mm: memcg/slab: fix root memcg vmstats
Muchun Song
1
-2
/
+7
2020-11-02
mm: memcg: link page counters to root if use_hierarchy is false
Roman Gushchin
1
-5
/
+10
2020-11-02
mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcg
zhongjiang-ali
1
-2
/
+8
2020-10-18
mm: kmem: enable kernel memcg accounting from interrupt contexts
Roman Gushchin
1
-0
/
+13
2020-10-18
mm: kmem: prepare remote memcg charging infra for interrupt contexts
Roman Gushchin
1
-14
/
+34
2020-10-18
mm: kmem: remove redundant checks from get_obj_cgroup_from_current()
Roman Gushchin
1
-3
/
+0
2020-10-18
mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()
Roman Gushchin
1
-5
/
+8
2020-10-18
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
1
-3
/
+3
2020-10-13
mm/memcg: fix device private memcg accounting
Ralph Campbell
1
-1
/
+4
2020-10-13
mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()
Miaohe Lin
1
-2
/
+2
2020-10-13
mm: memcontrol: add the missing numa_stat interface for cgroup v2
Muchun Song
1
-60
/
+110
2020-10-13
mm/memcg: unify swap and memsw page counters
Waiman Long
1
-3
/
+0
2020-10-13
mm/memcg: simplify mem_cgroup_get_max()
Waiman Long
1
-11
/
+13
2020-10-13
mm/memcg: clean up obsolete enum charge_type
Waiman Long
1
-8
/
+0
2020-10-13
mm: memcontrol: correct the comment of mem_cgroup_iter()
Miaohe Lin
1
-3
/
+3
2020-10-13
mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()
Roman Gushchin
1
-0
/
+11
2020-10-13
mm: memcontrol: use the preferred form for passing the size of a structure type
Gustavo A. R. Silva
1
-1
/
+1
2020-10-13
mm: memcontrol: use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
1
-4
/
+3
2020-10-13
mm: use find_get_incore_page in memcontrol
Matthew Wilcox (Oracle)
1
-22
/
+2
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-09-26
mm: memcontrol: fix missing suffix of workingset_restore
Muchun Song
1
-2
/
+2
2020-09-24
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
1
-1
/
+1
2020-09-05
memcg: fix use-after-free in uncharge_batch
Michal Hocko
1
-0
/
+6
2020-08-14
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-5
/
+5
2020-08-13
mm: memcontrol: fix warning when allocating the root cgroup
Johannes Weiner
1
-6
/
+0
2020-08-12
mm/memcontrol.c: delete duplicated words
Randy Dunlap
1
-1
/
+1
2020-08-12
mm/workingset: prepare the workingset detection infrastructure for anon LRU
Joonsoo Kim
1
-5
/
+11
2020-08-12
mm: memcg: charge memcg percpu memory to the parent cgroup
Roman Gushchin
1
-4
/
+16
[next]