aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/list_lru.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-10mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala1-8/+6
2016-10-27mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner1-6/+6
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov1-0/+10
2015-11-05mm/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-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov1-3/+43
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-3/+16
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov1-24/+350
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov1-0/+34
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov1-7/+3
2014-04-03mm: keep page cache radix tree nodes in checkJohannes Weiner1-2/+14
2013-10-30mm: list_lru: fix almost infinite loop causing effective livelockRussell King1-1/+2
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa1-1/+13
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa1-42/+0
2013-09-10list_lru: per-node APIGlauber Costa1-28/+9
2013-09-10list_lru: fix broken LRU_RETRY behaviourDave Chinner1-17/+12
2013-09-10list_lru: per-node list infrastructureDave Chinner1-35/+111
2013-09-10list: add a new LRU list typeDave Chinner1-0/+117