commit | d02be50dba649b4246e0c1c4b7cb5d8a8d49de9a | [log] [tgz] |
---|---|---|
author | Minchan Kim <[email protected]> | Wed Apr 15 16:15:46 2015 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Apr 15 16:35:21 2015 -0700 |
tree | 8f9abae32accfac491d48a044fa92c9f6a17ea90 | |
parent | 248ca1b053c82fa22427d22b33ac51a24c88a86d [diff] [blame] |
zsmalloc: zsmalloc documentation Create zsmalloc doc which explains design concept and stat information. Signed-off-by: Minchan Kim <[email protected]> Cc: Juneho Choi <[email protected]> Cc: Gunho Lee <[email protected]> Cc: Luigi Semenzato <[email protected]> Cc: Dan Streetman <[email protected]> Cc: Seth Jennings <[email protected]> Cc: Nitin Gupta <[email protected]> Cc: Jerome Marchand <[email protected]> Cc: Sergey Senozhatsky <[email protected]> Cc: Joonsoo Kim <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/MAINTAINERS b/MAINTAINERS index 6ee1e79..1909813 100644 --- a/MAINTAINERS +++ b/MAINTAINERS
@@ -10972,6 +10972,7 @@ S: Maintained F: mm/zsmalloc.c F: include/linux/zsmalloc.h +F: Documentation/vm/zsmalloc.txt ZSWAP COMPRESSED SWAP CACHING M: Seth Jennings <[email protected]>