aboutsummaryrefslogtreecommitdiff
path: root/mm/zbud.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19mm: zswap: remove shrink from zpool interfaceGravatar Domenico Cerasuolo 1-3/+1
2023-06-19mm: zswap: remove page reclaim logic from zbudGravatar Domenico Cerasuolo 1-162/+1
2022-12-11zpool: clean out dead codeGravatar Johannes Weiner 1-27/+5
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolGravatar Mel Gorman 1-0/+2
2021-06-30mm/zbud: don't export any zbud APIGravatar Miaohe Lin 1-114/+109
2021-06-30mm/zbud: reuse unbuddied[0] as buddied in zbud_poolGravatar Miaohe Lin 1-2/+8
2021-02-26mm: set the sleep_mapped to true for zbud and z3foldGravatar Tian Tao 1-0/+1
2020-10-13mm/zbud: remove redundant initializationGravatar Xiang Chen 1-1/+0
2020-06-04mm: use false for bool variableGravatar Zou Wei 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-02-06mm: docs: fix parameter names mismatchGravatar Mike Rapoport 1-2/+2
2016-01-15mm/zbud.c: use list_last_entry() instead of list_tail_entry()Gravatar Geliang Tang 1-4/+1
2015-11-06mm: zsmalloc: constify struct zs_pool nameGravatar Sergey SENOZHATSKY 1-1/+1
2015-09-08mm: zbud: constify the zbud_opsGravatar Krzysztof Kozlowski 1-3/+3
2015-09-08mm: zpool: constify the zpool_opsGravatar Krzysztof Kozlowski 1-2/+2
2015-06-25zpool: remove zpool_evict()Gravatar Dan Streetman 1-4/+19
2015-02-12mm/zpool: add name argument to create zpoolGravatar Ganesh Mahendran 1-1/+2
2014-12-13mm/zbud: init user ops only when it is neededGravatar Heesub Shin 1-1/+1
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanGravatar Jiri Kosina 1-8/+104
2014-11-13zbud, zswap: change module author emailGravatar Seth Jennings 1-1/+1
2014-10-09zbud: avoid accessing last unused freelistGravatar Chao Yu 1-6/+7
2014-08-29mm/zpool: use prefixed module loadingGravatar Kees Cook 1-0/+1
2014-08-06mm/zpool: zbud/zsmalloc implement zpoolGravatar Dan Streetman 1-0/+94
2014-08-06mm/zbud: change zbud_alloc size type to size_tGravatar Dan Streetman 1-2/+2
2014-06-04mm/zbud.c: make size unsigned like unique callsiteGravatar Fabian Frederick 1-2/+2
2013-09-11mm/zbud: fix some trivial typos in commentsGravatar Jianguo Wu 1-2/+2
2013-07-31mm: zbud: fix condition check on allocation sizeGravatar Heesub Shin 1-1/+1
2013-07-10zbud: add to mm/Gravatar Seth Jennings 1-0/+527