summaryrefslogtreecommitdiff
path: root/mm/swap_slots.c
AgeCommit message (Expand)Author
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)
2022-07-20arm64: enable THP_SWAP for arm64Barry Song
2022-05-19mm/swap: remove buggy cache->nr check in refill_swap_slots_cacheMiaohe Lin
2022-05-19mm/swap: remove unneeded return value of free_swap_slotMiaohe Lin
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-08-28mm: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-06-29mm/swap_slots.c: delete meaningless forward declarationsMiaohe Lin
2021-05-07mm: fix typos in commentsIngo Molnar
2021-02-24mm/swap_slots.c: remove redundant NULL checkYang Li
2020-10-13mm/swap_slots.c: remove always zero and unused return value of enable_swap_sl...Miaohe Lin
2020-08-07mm/swap_slots.c: remove redundant check for swap_slot_cache_initializedZhen Lei
2020-08-07mm/swap_slots.c: simplify enable_swap_slots_cache()Zhen Lei
2020-08-07mm/swap_slots.c: simplify alloc_swap_slot_cache()Zhen Lei
2020-04-02mm/swap_slots.c: assign|reset cache slot by value directlyWei Yang
2018-08-22mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying
2018-08-17mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...Colin Ian King
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-07mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo
2018-04-05mm/swap_slots.c: use conditional compilationRandy Dunlap
2017-11-15mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-10mm/swap_slots.c: don't disable preemption while taking the per-CPU cacheSebastian Andrzej Siewior
2017-07-06mm, THP, swap: delay splitting THP during swap outHuang Ying
2017-05-08mm, swap: use kvzalloc to allocate some swap data structuresHuang Ying
2017-05-03mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen
2017-03-21mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()Huang Ying
2017-03-19mm/swap: don't BUG_ON() due to uninitialized swap slot cacheLinus Torvalds
2017-02-22mm/swap: skip readahead only when swap slot cache is enabledHuang Ying
2017-02-22mm/swap: add cache for swap slots allocationTim Chen