aboutsummaryrefslogtreecommitdiffstats
path: root/mm/zbud.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm/zbud.c: use list_last_entry() instead of list_tail_entry()Geliang Tang1-4/+1
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY1-1/+1
2015-09-08mm: zbud: constify the zbud_opsKrzysztof Kozlowski1-3/+3
2015-09-08mm: zpool: constify the zpool_opsKrzysztof Kozlowski1-2/+2
2015-06-25zpool: remove zpool_evict()Dan Streetman1-4/+19
2015-02-12mm/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-09zbud: avoid accessing last unused freelistChao Yu1-6/+7
2014-08-29mm/zpool: use prefixed module loadingKees Cook1-0/+1
2014-08-06mm/zpool: zbud/zsmalloc implement zpoolDan Streetman1-0/+94
2014-08-06mm/zbud: change zbud_alloc size type to size_tDan Streetman1-2/+2
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick1-2/+2
2013-09-11mm/zbud: fix some trivial typos in commentsJianguo Wu1-2/+2
2013-07-31mm: zbud: fix condition check on allocation sizeHeesub Shin1-1/+1
2013-07-10zbud: add to mm/Seth Jennings1-0/+527