diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 54f21a5c262b..1a29ff3df3c5 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -44,6 +44,7 @@ parameter is applicable: | |||
44 | FB The frame buffer device is enabled. | 44 | FB The frame buffer device is enabled. |
45 | HW Appropriate hardware is enabled. | 45 | HW Appropriate hardware is enabled. |
46 | IA-64 IA-64 architecture is enabled. | 46 | IA-64 IA-64 architecture is enabled. |
47 | IMA Integrity measurement architecture is enabled. | ||
47 | IOSCHED More than one I/O scheduler is enabled. | 48 | IOSCHED More than one I/O scheduler is enabled. |
48 | IP_PNP IP DHCP, BOOTP, or RARP is enabled. | 49 | IP_PNP IP DHCP, BOOTP, or RARP is enabled. |
49 | ISAPNP ISA PnP code is enabled. | 50 | ISAPNP ISA PnP code is enabled. |
@@ -902,6 +903,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
902 | ihash_entries= [KNL] | 903 | ihash_entries= [KNL] |
903 | Set number of hash buckets for inode cache. | 904 | Set number of hash buckets for inode cache. |
904 | 905 | ||
906 | ima_audit= [IMA] | ||
907 | Format: { "0" | "1" } | ||
908 | 0 -- integrity auditing messages. (Default) | ||
909 | 1 -- enable informational integrity auditing messages. | ||
910 | |||
911 | ima_hash= [IMA] | ||
912 | Formt: { "sha1" | "md5" } | ||
913 | default: "sha1" | ||
914 | |||
905 | in2000= [HW,SCSI] | 915 | in2000= [HW,SCSI] |
906 | See header of drivers/scsi/in2000.c. | 916 | See header of drivers/scsi/in2000.c. |
907 | 917 | ||
@@ -1816,11 +1826,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1816 | autoconfiguration. | 1826 | autoconfiguration. |
1817 | Ranges are in pairs (memory base and size). | 1827 | Ranges are in pairs (memory base and size). |
1818 | 1828 | ||
1819 | dynamic_printk Enables pr_debug()/dev_dbg() calls if | ||
1820 | CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled. | ||
1821 | These can also be switched on/off via | ||
1822 | <debugfs>/dynamic_printk/modules | ||
1823 | |||
1824 | print-fatal-signals= | 1829 | print-fatal-signals= |
1825 | [KNL] debug: print fatal signals | 1830 | [KNL] debug: print fatal signals |
1826 | print-fatal-signals=1: print segfault info to | 1831 | print-fatal-signals=1: print segfault info to |