Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-25zswap: do not map same object twiceVitaly Wool
2019-09-25zswap: use movable memory if zpool support allocate movable memoryHui Zhu
2019-06-03zswap: ignore debugfs_create_dir() return valueGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-07-27zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-02-22mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying
2018-02-01zswap: only save zswap header when necessaryYu Zhao
2018-02-01zswap: same-filled pages handlingSrividya Desireddy
2017-07-07mm/zswap.c: delete an error message for a failed memory allocation in zswap_d...Markus Elfring
2017-07-07mm/zswap.c: improve a size determination in zswap_frontswap_init()Markus Elfring
2017-07-07mm/zswap.c: delete an error message for a failed memory allocation in zswap_p...Markus Elfring
2017-02-28zswap: don't param_set_charp while holding spinlockDan Streetman
2017-02-28zswap: clear compressor or zpool param if invalid at initDan Streetman
2017-02-28zswap: allow initialization at boot without poolDan Streetman
2017-02-04zswap: disable changing params if init failsDan Streetman
2016-12-02mm/zswap: Convert pool to hotplug state machineSebastian Andrzej Siewior
2016-12-02mm/zswap: Convert dst-mem to hotplug state machineSebastian Andrzej Siewior
2016-05-21mm/zswap: use workqueue to destroy poolDan Streetman
2016-05-06mm/zswap: provide unique zpool nameDan Streetman
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-12-19mm/zswap: change incorrect strncmp use to strcmpDan Streetman
2015-11-07zswap: use charp for zswap param stringsDan Streetman
2015-11-07mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-09-10zswap: change zpool/compressor at runtimeDan Streetman
2015-09-10zswap: dynamic pool creationDan Streetman
2015-09-09mm: zpool: constify the zpool_opsKrzysztof Kozlowski
2015-09-09mm: swap: zswap: maybe_preload & refactoringDmitry Safonov
2015-06-26zswap: runtime enable/disableDan Streetman
2015-02-13mm/zpool: add name argument to create zpoolGanesh Mahendran
2014-12-13mm/zswap: delete unnecessary check before calling free_percpu()Markus Elfring
2014-12-13mm/zswap: add __init to some functions in zswapMahendran Ganesh
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-11-13zbud, zswap: change module author emailSeth Jennings
2014-08-09mm/zswap.c: add __init to zswap_entry_cache_destroy()Fabian Frederick
2014-08-09mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-07mm/zpool: update zswap to use zpoolDan Streetman
2014-06-05mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-04-08mm/zswap.c: remove unnecessary parenthesesSeongJae Park
2014-04-08mm/zswap: support multiple swap devicesMinchan Kim
2014-04-08mm/zswap.c: update zsmalloc in comment to zbudSeongJae Park
2014-04-08mm/zswap.c: fix trivial typo and arrange indentationSeongJae Park
2014-03-20mm, zswap: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-01-24mm/zswap.c: change params from hidden to roDan Streetman
2013-11-13mm/zswap: refactor the get/put routinesWeijie Yang
2013-11-13mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrentlyWeijie Yang
2013-11-13mm/zswap: avoid unnecessary page scanningWeijie Yang