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-03-16
memcg: free mem_cgroup by RCU to fix oops
Hugh Dickins
1
-6
/
+47
2012-03-10
memcg: revert fix to mapcount check for this release
Hugh Dickins
1
-1
/
+1
2012-03-06
memcg: fix mapcount check in move charge code for anonymous page
Naoya Horiguchi
1
-1
/
+1
2012-03-06
memcg: fix GPF when cgroup removal races with last exit
Hugh Dickins
1
-17
/
+13
2012-03-06
memcg: fix deadlock by inverting lrucare nesting
Hugh Dickins
1
-35
/
+37
2012-02-24
mm: memcg: Correct unregistring of events attached to the same eventfd
Anton Vorontsov
1
-1
/
+4
2012-02-04
mm/memcontrol.c: fix warning with CONFIG_NUMA=n
Andrew Morton
1
-1
/
+2
2012-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2012-01-23
mm: memcg: update the correct soft limit tree during migration
Johannes Weiner
1
-1
/
+1
2012-01-23
net: fix socket memcg build with !CONFIG_NET
Glauber Costa
1
-2
/
+2
2012-01-17
net: move sock_update_memcg outside of CONFIG_INET
Glauber Costa
1
-1
/
+1
2012-01-13
memcg: fix mem_cgroup_print_bad_page
Hugh Dickins
1
-16
/
+1
2012-01-13
memcg: fix split_huge_page_refcounts()
Hugh Dickins
1
-10
/
+2
2012-01-13
memcg: cleanup for_each_node_state()
Bob Liu
1
-5
/
+5
2012-01-13
memcg: simplify LRU handling by new rule
KAMEZAWA Hiroyuki
1
-69
/
+54
2012-01-13
memcg: clear pc->mem_cgroup if necessary.
KAMEZAWA Hiroyuki
1
-0
/
+17
2012-01-13
memcg: simplify corner case handling of LRU.
KAMEZAWA Hiroyuki
1
-93
/
+16
2012-01-13
memcg: simplify page cache charging
KAMEZAWA Hiroyuki
1
-22
/
+9
2012-01-13
oom, memcg: fix exclusion of memcg threads after they have detached their mm
David Rientjes
1
-4
/
+15
2012-01-13
memcg: free entries in soft_limit_tree if allocation fails
Michal Hocko
1
-1
/
+11
2012-01-13
page_cgroup: add helper function to get swap_cgroup
Bob Liu
1
-2
/
+2
2012-01-13
mm: memcg: remove unneeded checks from uncharge_page()
Johannes Weiner
1
-2
/
+1
2012-01-13
mm: memcg: remove unneeded checks from newpage_charge()
Johannes Weiner
1
-12
/
+4
2012-01-13
mm: memcg: lookup_page_cgroup (almost) never returns NULL
Johannes Weiner
1
-4
/
+7
2012-01-13
mm: memcg: clean up fault accounting
Johannes Weiner
1
-14
/
+4
2012-01-13
mm: unify remaining mem_cont, mem, etc. variable names to memcg
Johannes Weiner
1
-25
/
+27
2012-01-13
mm: memcg: shorten preempt-disabled section around event checks
Johannes Weiner
1
-38
/
+35
2012-01-13
memcg: make mem_cgroup_split_huge_fixup() more efficient
KAMEZAWA Hiroyuki
1
-17
/
+17
2012-01-13
mm: make per-memcg LRU lists exclusive
Johannes Weiner
1
-160
/
+151
2012-01-13
mm: collect LRU list heads into struct lruvec
Johannes Weiner
1
-10
/
+7
2012-01-13
mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty
Johannes Weiner
1
-10
/
+2
2012-01-13
mm: move memcg hierarchy reclaim to generic reclaim code
Johannes Weiner
1
-84
/
+85
2012-01-13
mm: memcg: per-priority per-zone hierarchy scan generations
Johannes Weiner
1
-18
/
+47
2012-01-13
mm: memcg: consolidate hierarchy iteration primitives
Johannes Weiner
1
-124
/
+75
2012-01-13
memcg: add mem_cgroup_replace_page_cache() to fix LRU issue
KAMEZAWA Hiroyuki
1
-0
/
+44
2012-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-5
/
+14
2012-01-10
Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-8
/
+8
2012-01-07
net: fix sock_clone reference mismatch with tcp memcontrol
Glauber Costa
1
-5
/
+14
2011-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2011-12-23
Partial revert "Basic kernel memory functionality for the Memory Controller"
Glauber Costa
1
-87
/
+6
2011-12-20
memcg: keep root group unchanged if creation fails
Hillf Danton
1
-2
/
+1
2011-12-13
cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...
Tejun Heo
1
-8
/
+8
2011-12-13
tcp memory pressure controls
Glauber Costa
1
-1
/
+39
2011-12-13
socket: initial cgroup code.
Glauber Costa
1
-2
/
+44
2011-12-13
Basic kernel memory functionality for the Memory Controller
Glauber Costa
1
-5
/
+100
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-03
memcg: Fix race condition in memcg_check_events() with this_cpu usage
Steven Rostedt
1
-4
/
+6
2011-11-03
memcg: close race between charge and putback
Johannes Weiner
1
-1
/
+20
2011-11-03
memcg: skip scanning active lists based on individual size
Johannes Weiner
1
-34
/
+17
2011-11-03
memcg: do not expose uninitialized mem_cgroup_per_node to world
Igor Mammedov
1
-1
/
+1
[next]