diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-03-28 16:29:51 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-28 16:29:51 -0400 |
commit | ed40d0c472b136682b2fcba05f89762859c7374f (patch) | |
tree | 076b83a26bcd63d6158463735dd34c10bbc591dc /Documentation/kernel-parameters.txt | |
parent | 9e495834e59ca9b29f1a1f63b9f5533bb022ac49 (diff) | |
parent | 5d80f8e5a9dc9c9a94d4aeaa567e219a808b8a4a (diff) |
Merge branch 'origin' into devel
Conflicts:
sound/soc/pxa/pxa2xx-i2s.c
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index ef9827f7c84e..6dda1cc3fbaf 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. |
@@ -492,10 +493,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
492 | Default: 64 | 493 | Default: 64 |
493 | 494 | ||
494 | hpet= [X86-32,HPET] option to control HPET usage | 495 | hpet= [X86-32,HPET] option to control HPET usage |
495 | Format: { enable (default) | disable | force } | 496 | Format: { enable (default) | disable | force | |
497 | verbose } | ||
496 | disable: disable HPET and use PIT instead | 498 | disable: disable HPET and use PIT instead |
497 | force: allow force enabled of undocumented chips (ICH4, | 499 | force: allow force enabled of undocumented chips (ICH4, |
498 | VIA, nVidia) | 500 | VIA, nVidia) |
501 | verbose: show contents of HPET registers during setup | ||
499 | 502 | ||
500 | com20020= [HW,NET] ARCnet - COM20020 chipset | 503 | com20020= [HW,NET] ARCnet - COM20020 chipset |
501 | Format: | 504 | Format: |
@@ -829,6 +832,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
829 | 832 | ||
830 | hvc_iucv= [S390] Number of z/VM IUCV hypervisor console (HVC) | 833 | hvc_iucv= [S390] Number of z/VM IUCV hypervisor console (HVC) |
831 | terminal devices. Valid values: 0..8 | 834 | terminal devices. Valid values: 0..8 |
835 | hvc_iucv_allow= [S390] Comma-separated list of z/VM user IDs. | ||
836 | If specified, z/VM IUCV HVC accepts connections | ||
837 | from listed z/VM user IDs only. | ||
832 | 838 | ||
833 | i2c_bus= [HW] Override the default board specific I2C bus speed | 839 | i2c_bus= [HW] Override the default board specific I2C bus speed |
834 | or register an additional I2C bus that is not | 840 | or register an additional I2C bus that is not |
@@ -908,6 +914,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
908 | ihash_entries= [KNL] | 914 | ihash_entries= [KNL] |
909 | Set number of hash buckets for inode cache. | 915 | Set number of hash buckets for inode cache. |
910 | 916 | ||
917 | ima_audit= [IMA] | ||
918 | Format: { "0" | "1" } | ||
919 | 0 -- integrity auditing messages. (Default) | ||
920 | 1 -- enable informational integrity auditing messages. | ||
921 | |||
922 | ima_hash= [IMA] | ||
923 | Formt: { "sha1" | "md5" } | ||
924 | default: "sha1" | ||
925 | |||
911 | in2000= [HW,SCSI] | 926 | in2000= [HW,SCSI] |
912 | See header of drivers/scsi/in2000.c. | 927 | See header of drivers/scsi/in2000.c. |
913 | 928 | ||
@@ -1822,11 +1837,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1822 | autoconfiguration. | 1837 | autoconfiguration. |
1823 | Ranges are in pairs (memory base and size). | 1838 | Ranges are in pairs (memory base and size). |
1824 | 1839 | ||
1825 | dynamic_printk Enables pr_debug()/dev_dbg() calls if | ||
1826 | CONFIG_DYNAMIC_PRINTK_DEBUG has been enabled. | ||
1827 | These can also be switched on/off via | ||
1828 | <debugfs>/dynamic_printk/modules | ||
1829 | |||
1830 | print-fatal-signals= | 1840 | print-fatal-signals= |
1831 | [KNL] debug: print fatal signals | 1841 | [KNL] debug: print fatal signals |
1832 | print-fatal-signals=1: print segfault info to | 1842 | print-fatal-signals=1: print segfault info to |