summaryrefslogtreecommitdiffstats
path: root/mm/swap_slots.c
Commit message (Expand)AuthorAgeFilesLines
* mm/swap_slots.c: remove redundant check for swap_slot_cache_initializedZhen Lei2020-08-071-3/+2
* mm/swap_slots.c: simplify enable_swap_slots_cache()Zhen Lei2020-08-071-12/+10
* mm/swap_slots.c: simplify alloc_swap_slot_cache()Zhen Lei2020-08-071-9/+9
* mm/swap_slots.c: assign|reset cache slot by value directlyWei Yang2020-04-021-7/+5
* mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying2018-08-221-4/+4
* mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...Colin Ian King2018-08-171-2/+2
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-2/+2
* 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