summaryrefslogtreecommitdiff
path: root/mm/swap_slots.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying1-8/+11
2017-05-04mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen1-1/+3
2017-03-22mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying1-2/+0
2017-03-20mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds1-1/+1
2017-02-23mm/swap: skip readahead only when swap slot cache is enabledHuang Ying1-1/+1
2017-02-23mm/swap: add cache for swap slots allocationTim Chen1-0/+342