summaryrefslogtreecommitdiffstats
path: root/mm/swap_slots.c
Commit message (Expand)AuthorAgeFilesLines
* mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo2018-06-071-3/+7
* mm/swap_slots.c: use conditional compilationRandy Dunlap2018-04-051-4/+0
* mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen2017-11-151-2/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/swap_slots.c: don't disable preemption while taking the per-CPU cacheSebastian Andrzej Siewior2017-07-101-3/+2
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-061-4/+12
* mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-081-8/+11
* mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen2017-05-031-1/+3
* mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying2017-03-211-2/+0
* mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds2017-03-191-1/+1
* mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2017-02-221-1/+1
* mm/swap: add cache for swap slots allocationTim Chen2017-02-221-0/+342