summaryrefslogtreecommitdiffstats
path: root/mm/zbud.c
AgeCommit message (Expand)AuthorLines
2020-06-04mm: use false for bool variableZou Wei-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport-2/+2
2016-01-15mm/zbud.c: use list_last_entry() instead of list_tail_entry()Geliang Tang-4/+1
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY-1/+1
2015-09-08mm: zbud: constify the zbud_opsKrzysztof Kozlowski-3/+3
2015-09-08mm: zpool: constify the zpool_opsKrzysztof Kozlowski-2/+2
2015-06-25zpool: remove zpool_evict()Dan Streetman-4/+19
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran-1/+2
2014-12-13mm/zbud: init user ops only when it is neededHeesub Shin-1/+1
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina-8/+104
2014-11-13zbud, zswap: change module author emailSeth Jennings-1/+1
2014-10-09zbud: avoid accessing last unused freelistChao Yu-6/+7
2014-08-29mm/zpool: use prefixed module loadingKees Cook-0/+1
2014-08-06mm/zpool: zbud/zsmalloc implement zpoolDan Streetman-0/+94
2014-08-06mm/zbud: change zbud_alloc size type to size_tDan Streetman-2/+2
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick-2/+2
2013-09-11mm/zbud: fix some trivial typos in commentsJianguo Wu-2/+2
2013-07-31mm: zbud: fix condition check on allocation sizeHeesub Shin-1/+1
2013-07-10zbud: add to mm/Seth Jennings-0/+527