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
2021-02-25
mm: memcontrol: fix get_active_memcg return value
Muchun Song
1
-7
/
+3
2021-02-25
mm: memcontrol: fix swap undercounting in cgroup2
Muchun Song
1
-1
/
+13
2021-02-25
fs: buffer: use raw page_memcg() on locked page
Johannes Weiner
1
-23
/
+0
2021-02-25
mm: memcontrol: replace the loop with a list_for_each_entry()
Muchun Song
1
-27
/
+8
2021-02-25
mm/memcontrol: remove redundant NULL check
Yang Li
1
-2
/
+1
2021-02-25
mm: kmem: make __memcg_kmem_(un)charge static
Roman Gushchin
1
-3
/
+8
2021-02-25
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
1
-0
/
+3
2021-02-25
mm/memcg: remove rcu locking for lock_page_lruvec function series
Alex Shi
1
-6
/
+0
2021-02-25
mm/memcg: revise the using condition of lock_page_lruvec function series
Alex Shi
1
-4
/
+5
2021-02-25
mm: memcontrol: make the slab calculation consistent
Muchun Song
1
-39
/
+66
2021-02-25
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
1
-24
/
+2
2021-02-25
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
1
-3
/
+2
2021-02-25
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
1
-14
/
+6
2021-02-25
mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
Muchun Song
1
-4
/
+2
2021-02-25
mm: memcontrol: optimize per-lruvec stats counter memory usage
Muchun Song
1
-1
/
+9
2021-02-25
mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT
Roman Gushchin
1
-4
/
+19
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-02-10
Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
Johannes Weiner
1
-3
/
+2
2021-01-24
mm: memcg/slab: optimize objcg stock draining
Roman Gushchin
1
-3
/
+1
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2020-12-19
mm/memcontrol:rewrite mem_cgroup_page_lruvec()
Hui Su
1
-37
/
+0
2020-12-19
mm/memcg: warning on !memcg after readahead page charged
Alex Shi
1
-6
/
+4
2020-12-19
mm/memcg: bail early from swap accounting if memcg disabled
Alex Shi
1
-0
/
+6
2020-12-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+81
2020-12-16
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
1
-3
/
+75
2020-12-16
mm/memcg: add debug checking in lock_page_memcg
Alex Shi
1
-0
/
+6
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-79
/
+65
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
1
-0
/
+2
2020-12-15
mm: move lruvec stats update functions to vmstat.h
Shakeel Butt
1
-0
/
+17
2020-12-15
mm/memcg: remove incorrect comment
Alex Shi
1
-1
/
+0
2020-12-15
mm: memcontrol: sssign boolean values to a bool variable
Kaixu Xia
1
-2
/
+2
2020-12-15
mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state
Muchun Song
1
-1
/
+1
2020-12-15
mm: memcg: remove obsolete memcg_has_children()
Lukas Bulwahn
1
-13
/
+0
2020-12-15
mm: memcg: deprecate the non-hierarchical mode
Roman Gushchin
1
-77
/
+13
2020-12-15
mm: memcg: fix obsolete code comments
Roman Gushchin
1
-6
/
+0
2020-12-15
mm/memcg: update page struct member in comments
Alex Shi
1
-2
/
+2
2020-12-15
mm: memcg/slab: fix use after free in obj_cgroup_charge
Muchun Song
1
-1
/
+3
2020-12-15
mm: memcg/slab: fix return of child memcg objcg for root memcg
Muchun Song
1
-0
/
+1
2020-12-15
mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
Miaohe Lin
1
-7
/
+2
2020-12-15
mm: memcontrol: remove unused mod_memcg_obj_state()
Muchun Song
1
-11
/
+0
2020-12-15
mm: memcontrol: add file_thp, shmem_thp to memory.stat
Johannes Weiner
1
-1
/
+5
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-77
/
+62
2020-12-03
mm: Convert page kmemcg type to a page memcg flag
Roman Gushchin
1
-11
/
+5
2020-12-03
mm: memcontrol/slab: Use helpers to access slab page's memcg_data
Roman Gushchin
1
-3
/
+3
2020-12-03
mm: memcontrol: Use helpers to read page's memcg data
Roman Gushchin
1
-65
/
+56
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
[next]