summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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 SENOZHATSKY5-11/+13
2015-09-08mm: zbud: constify the zbud_opsKrzysztof Kozlowski2-4/+4
2015-09-08mm: zpool: constify the zpool_opsKrzysztof Kozlowski5-8/+9
2015-06-26zpool: remove zpool_evict()Dan Streetman4-36/+24
2015-02-13mm/zpool: add name argument to create zpoolGanesh Mahendran7-14/+21
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 Kosina12265-498514/+701503
2014-11-13zbud, zswap: change module author emailSeth Jennings2-2/+2
2014-10-10zbud: avoid accessing last unused freelistChao Yu1-6/+7
2014-08-29mm/zpool: use prefixed module loadingKees Cook3-1/+3
2014-08-07mm/zpool: zbud/zsmalloc implement zpoolDan Streetman2-0/+179
2014-08-07mm/zbud: change zbud_alloc size type to size_tDan Streetman2-3/+3
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick2-3/+3
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-11zbud: add to mm/Seth Jennings4-0/+560