diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 54f21a5c262b..954b23cecfd1 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. |
@@ -829,6 +830,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
829 | 830 | ||
830 | hvc_iucv= [S390] Number of z/VM IUCV hypervisor console (HVC) | 831 | hvc_iucv= [S390] Number of z/VM IUCV hypervisor console (HVC) |
831 | terminal devices. Valid values: 0..8 | 832 | terminal devices. Valid values: 0..8 |
833 | hvc_iucv_allow= [S390] Comma-separated list of z/VM user IDs. | ||
834 | If specified, z/VM IUCV HVC accepts connections | ||
835 | from listed z/VM user IDs only. | ||
832 | 836 | ||
833 | i8042.debug [HW] Toggle i8042 debug mode | 837 | i8042.debug [HW] Toggle i8042 debug mode |
834 | i8042.direct [HW] Put keyboard port into non-translated mode | 838 | i8042.direct [HW] Put keyboard port into non-translated mode |
@@ -902,6 +906,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
902 | ihash_entries= [KNL] | 906 | ihash_entries= [KNL] |
903 | Set number of hash buckets for inode cache. | 907 | Set number of hash buckets for inode cache. |
904 | 908 | ||
909 | ima_audit= [IMA] | ||
910 | Format: { "0" | "1" } | ||
911 | 0 -- integrity auditing messages. (Default) | ||
912 | 1 -- enable informational integrity auditing messages. | ||
913 | |||
914 | ima_hash= [IMA] | ||
915 | Formt: { "sha1" | "md5" } | ||
916 | default: "sha1" | ||
917 | |||
905 | in2000= [HW,SCSI] | 918 | in2000= [HW,SCSI] |
906 | See header of drivers/scsi/in2000.c. | 919 | See header of drivers/scsi/in2000.c. |
907 | 920 | ||
@@ -1816,11 +1829,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1816 | autoconfiguration. | 1829 | autoconfiguration. |
1817 | Ranges are in pairs (memory base and size). | 1830 | Ranges are in pairs (memory base and size). |
1818 | 1831 | ||
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= | 1832 | print-fatal-signals= |
1825 | [KNL] debug: print fatal signals | 1833 | [KNL] debug: print fatal signals |
1826 | print-fatal-signals=1: print segfault info to | 1834 | print-fatal-signals=1: print segfault info to |