aboutsummaryrefslogtreecommitdiffstats
path: root/mm/frontswap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21frontswap: support exclusive gets if tmem backend is capableDan Magenheimer1-1/+22
2012-09-21mm: frontswap: fix a wrong if condition in frontswap_shrinkZhenzhong Duan1-2/+7
2012-08-13mm/frontswap: fix uninit'ed variable warningSeth Jennings1-1/+1
2012-07-23mm/frontswap: cleanup doc and comment errorWanpeng Li1-1/+1
2012-07-23mm: frontswap: remove unneeded headersSasha Levin1-4/+0
2012-07-19mm: frontswap: split out function to clear a page outSasha Levin1-6/+9
2012-06-11mm: frontswap: remove unnecessary check during initializationSasha Levin1-2/+1
2012-06-11mm: frontswap: make all branches of if statement in put page consistentSasha Levin1-5/+5
2012-06-11mm: frontswap: split frontswap_shrink further to simplify lockingSasha Levin1-15/+21
2012-06-11mm: frontswap: split out __frontswap_unuse_pagesSasha Levin1-20/+39
2012-06-11mm: frontswap: split out __frontswap_curr_pagesSasha Levin1-11/+17
2012-06-11mm: frontswap: trivial coding convention issuesSasha Levin1-3/+4
2012-06-11mm: frontswap: remove casting from function calls through ops structureSasha Levin1-5/+5
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk1-28/+28
2012-05-15mm: frontswap: core frontswap functionalityDan Magenheimer1-0/+314