index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: fix crashes from deferred split racing folio migration
Hugh Dickins
2024-07-06
1
-11
/
+0
*
mm: shmem: fix getting incorrect lruvec when replacing a shmem folio
Baolin Wang
2024-06-15
1
-2
/
+1
*
memcg: remove the lockdep assert from __mod_objcg_mlstate()
Sebastian Andrzej Siewior
2024-06-05
1
-2
/
+0
*
memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_order
Xiu Jianfeng
2024-05-11
1
-2
/
+0
*
mm: memcg: make alloc_mem_cgroup_per_node_info() return bool
Xiu Jianfeng
2024-05-11
1
-5
/
+5
*
mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pages
Breno Leitao
2024-05-07
1
-9
/
+15
*
memcg: use proper type for mod_memcg_state
Shakeel Butt
2024-05-07
1
-1
/
+2
*
memcg: warn for unexpected events and stats
Shakeel Butt
2024-05-07
1
-16
/
+23
*
memcg: cleanup __mod_memcg_lruvec_state
Shakeel Butt
2024-05-07
1
-2
/
+0
*
memcg: reduce memory for the lruvec and memcg stats
Shakeel Butt
2024-05-07
1
-20
/
+114
*
mm: memcg: account memory used for memcg vmstats and lruvec stats
Roman Gushchin
2024-05-07
1
-3
/
+4
*
memcg: dynamically allocate lruvec_stats
Shakeel Butt
2024-05-07
1
-12
/
+75
*
memcg: reduce memory size of mem_cgroup_events_index
Shakeel Butt
2024-05-07
1
-2
/
+4
*
memcg: fix data-race KCSAN bug in rstats
Breno Leitao
2024-05-05
1
-5
/
+7
*
memcg: simple cleanup of stats update functions
Shakeel Butt
2024-05-05
1
-16
/
+15
*
mm, slab: move slab_memcg hooks to mm/memcontrol.c
Vlastimil Babka
2024-04-25
1
-0
/
+90
*
mm, slab: move memcg charging to post-alloc hook
Vlastimil Babka
2024-04-25
1
-1
/
+1
*
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
2024-04-25
1
-0
/
+3
*
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
2024-04-25
1
-49
/
+7
*
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
2024-04-25
1
-12
/
+6
*
memcg: remove mem_cgroup_uncharge_list()
Matthew Wilcox (Oracle)
2024-03-04
1
-19
/
+0
*
memcg: add mem_cgroup_uncharge_folios()
Matthew Wilcox (Oracle)
2024-03-04
1
-0
/
+13
*
mm: memcg: make memcg huge page split support any order split
Zi Yan
2024-03-04
1
-5
/
+6
*
mm/memcg: use order instead of nr in split_page_memcg()
Zi Yan
2024-03-04
1
-1
/
+2
*
mm: memcg: use larger batches for proactive reclaim
T.J. Mercier
2024-02-22
1
-2
/
+3
*
mm: memcg: don't periodically flush stats when memcg is disabled
T.J. Mercier
2024-02-22
1
-1
/
+1
*
mm: writeback: ratelimit stat flush from mem_cgroup_wb_stats
Shakeel Butt
2024-02-22
1
-1
/
+1
*
memcg: use a folio in get_mctgt_type_thp
Matthew Wilcox (Oracle)
2024-02-21
1
-5
/
+7
*
memcg: use a folio in get_mctgt_type
Matthew Wilcox (Oracle)
2024-02-21
1
-10
/
+13
*
memcg: return the folio in union mc_target
Matthew Wilcox (Oracle)
2024-02-21
1
-7
/
+7
*
memcg: convert mem_cgroup_move_charge_pte_range() to use a folio
Matthew Wilcox (Oracle)
2024-02-21
1
-25
/
+24
*
mm: memcontrol: clarify swapaccount=0 deprecation warning
Johannes Weiner
2024-02-20
1
-3
/
+7
*
mm: memcg: optimize parent iteration in memcg_rstat_updated()
Yosry Ahmed
2024-02-07
1
-21
/
+35
*
mm: memcontrol: don't throttle dying tasks on memory.high
Johannes Weiner
2024-01-25
1
-4
/
+25
*
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-123
/
+196
|
\
|
*
mm/memcontrol: remove __mod_lruvec_page_state()
Matthew Wilcox (Oracle)
2024-01-05
1
-5
/
+4
|
*
zswap: memcontrol: implement zswap writeback disabling
Nhat Pham
2023-12-29
1
-0
/
+38
|
*
mm: memcg: restore subtree stats flushing
Yosry Ahmed
2023-12-20
1
-29
/
+39
|
*
mm: memcg: make stats flushing threshold per-memcg
Yosry Ahmed
2023-12-20
1
-16
/
+34
|
*
mm: memcg: move vmstats structs definition above flushing code
Yosry Ahmed
2023-12-20
1
-74
/
+74
|
*
mm: memcg: change flush_next_time to flush_last_time
Yosry Ahmed
2023-12-20
1
-3
/
+4
|
*
mm: memcg: add per-memcg zswap writeback stat
Domenico Cerasuolo
2023-12-12
1
-0
/
+1
|
*
zswap: make shrinking memcg-aware
Domenico Cerasuolo
2023-12-12
1
-0
/
+2
|
*
mm: memcg: add reminder comment for the memcg v2 events
Dmitry Rokosov
2023-12-10
1
-0
/
+4
*
|
Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2024-01-09
1
-3
/
+3
|
\
\
|
*
|
mm/slab: move pre/post-alloc hooks from slab.h to slub.c
Vlastimil Babka
2023-12-06
1
-0
/
+1
|
*
|
mm/memcontrol: remove CONFIG_SLAB #ifdef guards
Vlastimil Babka
2023-12-05
1
-3
/
+2
*
|
|
Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2024-01-08
1
-5
/
+5
|
\
\
\
|
*
|
|
eventfd: simplify eventfd_signal()
Christian Brauner
2023-11-28
1
-5
/
+5
|
|
/
/
*
|
/
mm: memcg: fix split queue list crash when large folio migration
Baolin Wang
2023-12-29
1
-0
/
+11
|
|
/
|
/
|
[next]