summaryrefslogtreecommitdiff
path: root/mm/zbud.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolMel Gorman1-0/+2
2021-07-01mm/zbud: don't export any zbud APIMiaohe Lin1-114/+109
2021-07-01mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin1-2/+8
2021-02-26mm: set the sleep_mapped to true for zbud and z3foldTian Tao1-0/+1
2020-10-14mm/zbud: remove redundant initializationXiang Chen1-1/+0
2020-06-05mm: use false for bool variableZou Wei1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-02-07mm: docs: fix parameter names mismatchMike Rapoport1-2/+2
2016-01-15mm/zbud.c: use list_last_entry() instead of list_tail_entry()Geliang Tang1-4/+1
2015-11-07mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY1-1/+1
2015-09-09mm: zbud: constify the zbud_opsKrzysztof Kozlowski1-3/+3
2015-09-09mm: zpool: constify the zpool_opsKrzysztof Kozlowski1-2/+2
2015-06-26zpool: remove zpool_evict()Dan Streetman1-4/+19
2015-02-13mm/zpool: add name argument to create zpoolGanesh Mahendran1-1/+2
2014-12-13mm/zbud: init user ops only when it is neededHeesub Shin1-1/+1
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina1-8/+104
2014-11-13zbud, zswap: change module author emailSeth Jennings1-1/+1
2014-10-10zbud: avoid accessing last unused freelistChao Yu1-6/+7
2014-08-30mm/zpool: use prefixed module loadingKees Cook1-0/+1
2014-08-07mm/zpool: zbud/zsmalloc implement zpoolDan Streetman1-0/+94
2014-08-07mm/zbud: change zbud_alloc size type to size_tDan Streetman1-2/+2
2014-06-05mm/zbud.c: make size unsigned like unique callsiteFabian Frederick1-2/+2
2013-09-12mm/zbud: fix some trivial typos in commentsJianguo Wu1-2/+2
2013-08-01mm: zbud: fix condition check on allocation sizeHeesub Shin1-1/+1
2013-07-11zbud: add to mm/Seth Jennings1-0/+527