summaryrefslogtreecommitdiffstats
path: root/mm/swap_slots.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-2/+2
* mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo2018-06-081-3/+7
* mm/swap_slots.c: use conditional compilationRandy Dunlap2018-04-061-4/+0Star
* mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen2017-11-161-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-111-3/+2Star
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-071-4/+12
* mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying2017-05-091-8/+11
* mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen2017-05-041-1/+3
* mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying2017-03-211-2/+0Star
* mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds2017-03-201-1/+1
* mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2017-02-231-1/+1
* mm/swap: add cache for swap slots allocationTim Chen2017-02-231-0/+342