aboutsummaryrefslogtreecommitdiffstats
path: root/mm/zbud.c
AgeCommit message (Expand)Author
2023-06-19mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo
2023-06-19mm: zswap: remove page reclaim logic from zbudDomenico Cerasuolo
2022-12-11zpool: clean out dead codeJohannes Weiner
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolMel Gorman
2021-06-30mm/zbud: don't export any zbud APIMiaohe Lin
2021-06-30mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin
2021-02-26mm: set the sleep_mapped to true for zbud and z3foldTian Tao
2020-10-13mm/zbud: remove redundant initializationXiang Chen
2020-06-04mm: use false for bool variableZou Wei
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport
2016-01-15mm/zbud.c: use list_last_entry() instead of list_tail_entry()Geliang Tang
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY
2015-09-08mm: zbud: constify the zbud_opsKrzysztof Kozlowski
2015-09-08mm: zpool: constify the zpool_opsKrzysztof Kozlowski
2015-06-25zpool: remove zpool_evict()Dan Streetman
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran
2014-12-13mm/zbud: init user ops only when it is neededHeesub Shin
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-11-13zbud, zswap: change module author emailSeth Jennings
2014-10-09zbud: avoid accessing last unused freelistChao Yu
2014-08-29mm/zpool: use prefixed module loadingKees Cook
2014-08-06mm/zpool: zbud/zsmalloc implement zpoolDan Streetman
2014-08-06mm/zbud: change zbud_alloc size type to size_tDan Streetman
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick
2013-09-11mm/zbud: fix some trivial typos in commentsJianguo Wu
2013-07-31mm: zbud: fix condition check on allocation sizeHeesub Shin
2013-07-10zbud: add to mm/Seth Jennings