index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-08
memcg: protect concurrent access to mem_cgroup_idr
Shakeel Butt
1
-2
/
+20
2024-07-13
mm/page_counter: move calculating protection values to page_counter
Maarten Lankhorst
1
-151
/
+3
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-54
/
+6
2024-07-06
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
1
-11
/
+0
2024-07-06
mm: fix crashes from deferred split racing folio migration
Hugh Dickins
1
-11
/
+0
2024-07-05
mm: memcg: adjust the warning when seq_buf overflows
Xiu Jianfeng
1
-1
/
+2
2024-07-05
mm: memcg: remove redundant seq_buf_has_overflowed()
Xiu Jianfeng
1
-3
/
+0
2024-07-05
mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.c
Roman Gushchin
1
-2
/
+7
2024-07-05
mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()
Roman Gushchin
1
-5
/
+1
2024-07-05
mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()
Roman Gushchin
1
-0
/
+2
2024-07-05
mm: memcg: factor out legacy socket memory accounting code
Roman Gushchin
1
-17
/
+5
2024-07-05
mm: memcg: move memcg_account_kmem() to memcontrol-v1.c
Roman Gushchin
1
-21
/
+10
2024-07-05
mm: add swappiness= arg to memory.reclaim
Dan Schatzberg
1
-9
/
+44
2024-07-05
mm: memcg: put cgroup v1-specific code under a config option
Roman Gushchin
1
-3
/
+7
2024-07-05
mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
Roman Gushchin
1
-742
/
+7
2024-07-05
mm: memcg: rename memcg_oom_recover()
Roman Gushchin
1
-3
/
+3
2024-07-05
mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
Roman Gushchin
1
-214
/
+2
2024-07-05
mm: memcg: rename memcg_check_events()
Roman Gushchin
1
-4
/
+4
2024-07-05
mm: memcg: move legacy memcg event code into memcontrol-v1.c
Roman Gushchin
1
-682
/
+5
2024-07-05
mm: memcg: rename charge move-related functions
Roman Gushchin
1
-4
/
+4
2024-07-05
mm: memcg: move charge migration code to memcontrol-v1.c
Roman Gushchin
1
-996
/
+8
2024-07-05
mm: memcg: rename soft limit reclaim-related functions
Roman Gushchin
1
-2
/
+2
2024-07-05
mm: memcg: move soft limit reclaim code to memcontrol-v1.c
Roman Gushchin
1
-333
/
+4
2024-07-04
mm: memcontrol: add VM_BUG_ON_FOLIO() to catch lru folio in mem_cgroup_migrate()
Baolin Wang
1
-0
/
+1
2024-07-04
mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()
Yosry Ahmed
1
-1
/
+1
2024-07-04
mm: memcontrol: remove page_memcg()
Kefeng Wang
1
-1
/
+1
2024-07-04
mm/swap: reduce swap cache search space
Kairui Song
1
-1
/
+1
2024-06-15
mm: shmem: fix getting incorrect lruvec when replacing a shmem folio
Baolin Wang
1
-2
/
+1
2024-06-06
memcg: remove the lockdep assert from __mod_objcg_mlstate()
Sebastian Andrzej Siewior
1
-2
/
+0
2024-05-12
memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_order
Xiu Jianfeng
1
-2
/
+0
2024-05-12
mm: memcg: make alloc_mem_cgroup_per_node_info() return bool
Xiu Jianfeng
1
-5
/
+5
2024-05-07
mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pages
Breno Leitao
1
-9
/
+15
2024-05-07
memcg: use proper type for mod_memcg_state
Shakeel Butt
1
-1
/
+2
2024-05-07
memcg: warn for unexpected events and stats
Shakeel Butt
1
-16
/
+23
2024-05-07
memcg: cleanup __mod_memcg_lruvec_state
Shakeel Butt
1
-2
/
+0
2024-05-07
memcg: reduce memory for the lruvec and memcg stats
Shakeel Butt
1
-20
/
+114
2024-05-07
mm: memcg: account memory used for memcg vmstats and lruvec stats
Roman Gushchin
1
-3
/
+4
2024-05-07
memcg: dynamically allocate lruvec_stats
Shakeel Butt
1
-12
/
+75
2024-05-07
memcg: reduce memory size of mem_cgroup_events_index
Shakeel Butt
1
-2
/
+4
2024-05-06
memcg: fix data-race KCSAN bug in rstats
Breno Leitao
1
-5
/
+7
2024-05-06
memcg: simple cleanup of stats update functions
Shakeel Butt
1
-16
/
+15
2024-04-26
mm, slab: move slab_memcg hooks to mm/memcontrol.c
Vlastimil Babka
1
-0
/
+90
2024-04-26
mm, slab: move memcg charging to post-alloc hook
Vlastimil Babka
1
-1
/
+1
2024-04-26
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
1
-0
/
+3
2024-04-26
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
1
-49
/
+7
2024-04-26
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
1
-12
/
+6
2024-03-05
memcg: remove mem_cgroup_uncharge_list()
Matthew Wilcox (Oracle)
1
-19
/
+0
2024-03-05
memcg: add mem_cgroup_uncharge_folios()
Matthew Wilcox (Oracle)
1
-0
/
+13
2024-03-05
mm: memcg: make memcg huge page split support any order split
Zi Yan
1
-5
/
+6
2024-03-05
mm/memcg: use order instead of nr in split_page_memcg()
Zi Yan
1
-1
/
+2
[next]