lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Dec 2013 21:32:59 +0900
From:	Masanari Iida <standby24x7@...il.com>
To:	linux-kernel@...r.kernel.org, sjenning@...ux.vnet.ibm.com,
	linux-mm@...ck.org
Cc:	Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] mm: zswap: Add kernel parameters for zswap in kernel-parameters.txt

This patch adds kernel parameters for zswap.

Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
 Documentation/kernel-parameters.txt | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 60a822b..209730af 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -3549,6 +3549,19 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
 			Format:
 			<irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]]
 
+	zswap.compressor= [KNL]
+			Specify compressor algorithm.
+			By default, set to lzo.
+
+	zswap.enabled=	[KNL]
+			Format: <0|1>
+			0: Disable zswap (default)
+			1: Enable zswap
+			See more information, Documentations/vm/zswap.txt
+
+	zswap.max_pool_percent=	[KNL]
+			The maximum percentage of memory that the compressed
+			pool can occupy. By default, set to 20.
 ______________________________________________________________________
 
 TODO:
-- 
1.8.5.2.192.g7794a68

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ