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
2012-05-30
memcg: decrement static keys at real destroy time
Glauber Costa
1
-2
/
+29
2012-05-30
memcg: always free struct memcg through schedule_work()
Glauber Costa
1
-11
/
+13
2012-05-30
mm/memcg: apply add/del_page to lruvec
Hugh Dickins
1
-77
/
+24
2012-05-30
mm/memcg: get_lru_size not get_lruvec_size
Hugh Dickins
1
-5
/
+5
2012-05-30
mm: memcg: print statistics from live counters
Johannes Weiner
1
-102
/
+66
2012-05-30
mm: memcg: group swapped-out statistics counter logically
Johannes Weiner
1
-2
/
+2
2012-05-30
mm: memcg: keep ratelimit counter separate from event counters
Johannes Weiner
1
-3
/
+3
2012-05-30
mm: memcg: print statistics directly to seq_file
Johannes Weiner
1
-28
/
+27
2012-05-30
mm: memcg: convert numa stat to read_seq_string interface
Johannes Weiner
1
-20
/
+3
2012-05-30
mm: memcg: remove obsolete statistics array boundary enum item
Johannes Weiner
1
-2
/
+1
2012-05-30
memcg: don't uncharge in mem_cgroup_move_account()
KAMEZAWA Hiroyuki
1
-14
/
+6
2012-05-30
memcg: move charges to root cgroup if use_hierarchy=0
KAMEZAWA Hiroyuki
1
-23
/
+11
2012-05-30
memcg: use res_counter_uncharge_until() in move_parent()
KAMEZAWA Hiroyuki
1
-6
/
+36
2012-05-30
mm/vmscan: push lruvec pointer into inactive_list_is_low()
Konstantin Khlebnikov
1
-14
/
+6
2012-05-30
mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()
Konstantin Khlebnikov
1
-0
/
+9
2012-05-30
mm: add link from struct lruvec to struct zone
Konstantin Khlebnikov
1
-3
/
+1
2012-05-30
memcg: make threshold index in the right position
Sha Zhengju
1
-5
/
+6
2012-05-30
memcg: remove redundant parentheses
Kirill A. Shutemov
1
-10
/
+10
2012-05-30
memcg: mark stat field of mem_cgroup struct as __percpu
Kirill A. Shutemov
1
-1
/
+1
2012-05-30
memcg: remove unused variable
Kirill A. Shutemov
1
-2
/
+0
2012-05-30
memcg: mark more functions/variables as static
Kirill A. Shutemov
1
-6
/
+7
2012-05-30
mm/memcg: kill mem_cgroup_lru_del()
Konstantin Khlebnikov
1
-5
/
+0
2012-05-30
mm/memcg: move reclaim_stat into lruvec
Hugh Dickins
1
-20
/
+7
2012-05-30
memcg swap: use mem_cgroup_uncharge_swap()
Hugh Dickins
1
-18
/
+1
2012-05-30
memcg swap: mem_cgroup_move_swap_account never needs fixup
Hugh Dickins
1
-16
/
+3
2012-05-30
memcg: fix/change behavior of shared anon at moving task
KAMEZAWA Hiroyuki
1
-8
/
+14
2012-05-30
shmem: replace page if mapping excludes its zone
Hugh Dickins
1
-4
/
+13
2012-05-30
mm: memcg: count pte references from every member of the reclaimed hierarchy
Johannes Weiner
1
-5
/
+11
2012-05-30
kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite
Johannes Weiner
1
-5
/
+9
2012-05-30
mm: remove swap token code
Rik van Riel
1
-1
/
+0
2012-05-23
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-63
/
+52
2012-05-19
memcg,thp: fix res_counter:96 regression
Hugh Dickins
1
-1
/
+1
2012-05-11
memcg: free spare array to avoid memory leak
Sha Zhengju
1
-0
/
+6
2012-04-26
mm: memcg: move pc lookup point to commit_charge()
Johannes Weiner
1
-12
/
+5
2012-04-19
memcg: fix Bad page state after replace_page_cache
Hugh Dickins
1
-0
/
+1
2012-04-13
memcg: do not open code accesses to res_counter members
Glauber Costa
1
-2
/
+2
2012-04-13
memcg: fix broken boolen expression
Kirill A. Shutemov
1
-1
/
+1
2012-04-10
cgroup: get rid of populate for memcg
Glauber Costa
1
-10
/
+13
2012-04-10
cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg
Glauber Costa
1
-15
/
+9
2012-04-01
cgroup: make css->refcnt clearing on cgroup removal optional
Tejun Heo
1
-0
/
+1
2012-04-01
cgroup: convert memcg controller to the new cftype interface
Tejun Heo
1
-9
/
+3
2012-04-01
memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAP
Tejun Heo
1
-34
/
+31
2012-03-29
mm: thp: fix up pmd_trans_unstable() locations
Andrea Arcangeli
1
-0
/
+4
2012-03-22
memcg: avoid THP split in task migration
Naoya Horiguchi
1
-8
/
+77
2012-03-22
memcg: clean up existing move charge code
Naoya Horiguchi
1
-9
/
+8
2012-03-22
mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()
Jeff Liu
1
-1
/
+0
2012-03-22
mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_eve...
Anton Vorontsov
1
-6
/
+0
2012-03-22
mm/memcontrol.c: s/stealed/stolen/
Andrew Morton
1
-6
/
+6
2012-03-22
memcg: fix performance of mem_cgroup_begin_update_page_stat()
KAMEZAWA Hiroyuki
1
-1
/
+8
2012-03-22
memcg: remove PCG_FILE_MAPPED
KAMEZAWA Hiroyuki
1
-5
/
+6
[next]