aboutsummaryrefslogtreecommitdiffstats
path: root/mm/list_lru.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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