aboutsummaryrefslogtreecommitdiff
path: root/mm/swap_slots.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeGravatar Chengming Zhou 1-0/+3
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-07-20arm64: enable THP_SWAP for arm64Gravatar Barry Song 1-1/+1
2022-05-19mm/swap: remove buggy cache->nr check in refill_swap_slots_cacheGravatar Miaohe Lin 1-1/+1
2022-05-19mm/swap: remove unneeded return value of free_swap_slotGravatar Miaohe Lin 1-3/+1
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Gravatar Matthew Wilcox (Oracle) 1-7/+7
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyGravatar Jakub Kicinski 1-0/+1
2021-08-28mm: Replace deprecated CPU-hotplug functions.Gravatar Sebastian Andrzej Siewior 1-2/+2
2021-06-29mm/swap_slots.c: delete meaningless forward declarationsGravatar Miaohe Lin 1-2/+0
2021-05-07mm: fix typos in commentsGravatar Ingo Molnar 1-1/+1
2021-02-24mm/swap_slots.c: remove redundant NULL checkGravatar Yang Li 1-2/+1
2020-10-13mm/swap_slots.c: remove always zero and unused return value of enable_swap_sl...Gravatar Miaohe Lin 1-2/+1
2020-08-07mm/swap_slots.c: remove redundant check for swap_slot_cache_initializedGravatar Zhen Lei 1-3/+2
2020-08-07mm/swap_slots.c: simplify enable_swap_slots_cache()Gravatar Zhen Lei 1-12/+10
2020-08-07mm/swap_slots.c: simplify alloc_swap_slot_cache()Gravatar Zhen Lei 1-9/+9
2020-04-02mm/swap_slots.c: assign|reset cache slot by value directlyGravatar Wei Yang 1-7/+5
2018-08-22mm, swap, get_swap_pages: use entry_size instead of cluster in parameterGravatar Huang Ying 1-4/+4
2018-08-17mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...Gravatar Colin Ian King 1-2/+2
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 1-2/+2
2018-06-07mm, memcontrol: move swap charge handling into get_swap_page()Gravatar Tejun Heo 1-3/+7
2018-04-05mm/swap_slots.c: use conditional compilationGravatar Randy Dunlap 1-4/+0
2017-11-15mm/swap_slots.c: fix race conditions in swap_slots cache initGravatar Tim Chen 1-2/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-10mm/swap_slots.c: don't disable preemption while taking the per-CPU cacheGravatar Sebastian Andrzej Siewior 1-3/+2
2017-07-06mm, THP, swap: delay splitting THP during swap outGravatar Huang Ying 1-4/+12
2017-05-08mm, swap: use kvzalloc to allocate some swap data structuresGravatar Huang Ying 1-8/+11
2017-05-03mm/swap_slots.c: add warning if swap slots cache failed to initializeGravatar Tim Chen 1-1/+3
2017-03-21mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Gravatar Huang Ying 1-2/+0
2017-03-19mm/swap: don't BUG_ON() due to uninitialized swap slot cacheGravatar Linus Torvalds 1-1/+1
2017-02-22mm/swap: skip readahead only when swap slot cache is enabledGravatar Huang Ying 1-1/+1
2017-02-22mm/swap: add cache for swap slots allocationGravatar Tim Chen 1-0/+342