summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-07-21mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala2-8/+7
2016-10-28mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-01-21mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner11-57/+72
2015-11-06memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov3-33/+10
2015-11-06mm/list_lru.c: replace nr_node_ids for loop with for_each_node()Raghavendra K T1-11/+23
2015-09-08list_lru: don't call list_lru_from_kmem if the list_head is emptyJeff Layton1-2/+2
2015-02-13memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov3-9/+79
2015-02-13list_lru: add helpers to isolate itemsVladimir Davydov8-26/+50
2015-02-13list_lru: introduce per-memcg listsVladimir Davydov4-36/+424
2015-02-13list_lru: organize all list_lrus to listVladimir Davydov3-0/+45
2015-02-13list_lru: get rid of ->active_nodesVladimir Davydov2-10/+5
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner10-43/+359
2013-10-30mm: list_lru: fix almost infinite loop causing effective livelockRussell King1-1/+2
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa5-17/+37
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa3-79/+29
2013-09-10list_lru: per-node APIGlauber Costa2-33/+43
2013-09-10list_lru: fix broken LRU_RETRY behaviourDave Chinner1-17/+12
2013-09-10list_lru: per-node list infrastructureDave Chinner2-40/+129
2013-09-10list: add a new LRU list typeDave Chinner3-1/+233