summaryrefslogtreecommitdiffstats
path: root/mm/zbud.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: zpool: return pool size in pagesJohannes Weiner2024-04-261-5/+5
* mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo2023-06-201-3/+1
* mm: zswap: remove page reclaim logic from zbudDomenico Cerasuolo2023-06-201-162/+1
* zpool: clean out dead codeJohannes Weiner2022-12-121-27/+5
* mm/zbud: add kerneldoc fields for zbud_poolMel Gorman2021-07-011-0/+2
* mm/zbud: don't export any zbud APIMiaohe Lin2021-07-011-114/+109
* mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin2021-07-011-2/+8
* mm: set the sleep_mapped to true for zbud and z3foldTian Tao2021-02-261-0/+1
* mm/zbud: remove redundant initializationXiang Chen2020-10-141-1/+0
* mm: use false for bool variableZou Wei2020-06-051-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* mm: docs: fix parameter names mismatchMike Rapoport2018-02-071-2/+2
* mm/zbud.c: use list_last_entry() instead of list_tail_entry()Geliang Tang2016-01-151-4/+1
* mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY2015-11-071-1/+1
* mm: zbud: constify the zbud_opsKrzysztof Kozlowski2015-09-091-3/+3
* mm: zpool: constify the zpool_opsKrzysztof Kozlowski2015-09-091-2/+2
* zpool: remove zpool_evict()Dan Streetman2015-06-261-4/+19
* mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-131-1/+2
* mm/zbud: init user ops only when it is neededHeesub Shin2014-12-131-1/+1
* Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-201-8/+104
|\
| * zbud: avoid accessing last unused freelistChao Yu2014-10-101-6/+7
| * mm/zpool: use prefixed module loadingKees Cook2014-08-301-0/+1
| * mm/zpool: zbud/zsmalloc implement zpoolDan Streetman2014-08-071-0/+94
| * mm/zbud: change zbud_alloc size type to size_tDan Streetman2014-08-071-2/+2
* | zbud, zswap: change module author emailSeth Jennings2014-11-131-1/+1
|/
* mm/zbud.c: make size unsigned like unique callsiteFabian Frederick2014-06-051-2/+2
* mm/zbud: fix some trivial typos in commentsJianguo Wu2013-09-121-2/+2
* mm: zbud: fix condition check on allocation sizeHeesub Shin2013-07-311-1/+1
* zbud: add to mm/Seth Jennings2013-07-111-0/+527