diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 6ca1f5cb71e0..d6e6724446c8 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1350,9 +1350,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1350 | it is equivalent to "nosmp", which also disables | 1350 | it is equivalent to "nosmp", which also disables |
1351 | the IO APIC. | 1351 | the IO APIC. |
1352 | 1352 | ||
1353 | max_loop= [LOOP] Maximum number of loopback devices that can | 1353 | max_loop= [LOOP] The number of loop block devices that get |
1354 | be mounted | 1354 | (loop.max_loop) unconditionally pre-created at init time. The default |
1355 | Format: <1-256> | 1355 | number is configured by BLK_DEV_LOOP_MIN_COUNT. Instead |
1356 | of statically allocating a predefined number, loop | ||
1357 | devices can be requested on-demand with the | ||
1358 | /dev/loop-control interface. | ||
1356 | 1359 | ||
1357 | mcatest= [IA-64] | 1360 | mcatest= [IA-64] |
1358 | 1361 | ||
@@ -2083,9 +2086,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2083 | Override pmtimer IOPort with a hex value. | 2086 | Override pmtimer IOPort with a hex value. |
2084 | e.g. pmtmr=0x508 | 2087 | e.g. pmtmr=0x508 |
2085 | 2088 | ||
2086 | pnp.debug [PNP] | 2089 | pnp.debug=1 [PNP] |
2087 | Enable PNP debug messages. This depends on the | 2090 | Enable PNP debug messages (depends on the |
2088 | CONFIG_PNP_DEBUG_MESSAGES option. | 2091 | CONFIG_PNP_DEBUG_MESSAGES option). Change at run-time |
2092 | via /sys/module/pnp/parameters/debug. We always show | ||
2093 | current resource usage; turning this on also shows | ||
2094 | possible settings and some assignment information. | ||
2089 | 2095 | ||
2090 | pnpacpi= [ACPI] | 2096 | pnpacpi= [ACPI] |
2091 | { off } | 2097 | { off } |
@@ -2700,10 +2706,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2700 | functions are at fixed addresses, they make nice | 2706 | functions are at fixed addresses, they make nice |
2701 | targets for exploits that can control RIP. | 2707 | targets for exploits that can control RIP. |
2702 | 2708 | ||
2703 | emulate [default] Vsyscalls turn into traps and are | 2709 | emulate Vsyscalls turn into traps and are emulated |
2704 | emulated reasonably safely. | 2710 | reasonably safely. |
2705 | 2711 | ||
2706 | native Vsyscalls are native syscall instructions. | 2712 | native [default] Vsyscalls are native syscall |
2713 | instructions. | ||
2707 | This is a little bit faster than trapping | 2714 | This is a little bit faster than trapping |
2708 | and makes a few dynamic recompilers work | 2715 | and makes a few dynamic recompilers work |
2709 | better than they would in emulation mode. | 2716 | better than they would in emulation mode. |