diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d8362cf9909e..6390ffb520fd 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -49,6 +49,7 @@ parameter is applicable: | |||
49 | ISAPNP ISA PnP code is enabled. | 49 | ISAPNP ISA PnP code is enabled. |
50 | ISDN Appropriate ISDN support is enabled. | 50 | ISDN Appropriate ISDN support is enabled. |
51 | JOY Appropriate joystick support is enabled. | 51 | JOY Appropriate joystick support is enabled. |
52 | KMEMTRACE kmemtrace is enabled. | ||
52 | LIBATA Libata driver is enabled | 53 | LIBATA Libata driver is enabled |
53 | LP Printer support is enabled. | 54 | LP Printer support is enabled. |
54 | LOOP Loopback device support is enabled. | 55 | LOOP Loopback device support is enabled. |
@@ -1043,6 +1044,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1043 | use the HighMem zone if it exists, and the Normal | 1044 | use the HighMem zone if it exists, and the Normal |
1044 | zone if it does not. | 1045 | zone if it does not. |
1045 | 1046 | ||
1047 | kmemtrace.enable= [KNL,KMEMTRACE] Format: { yes | no } | ||
1048 | Controls whether kmemtrace is enabled | ||
1049 | at boot-time. | ||
1050 | |||
1051 | kmemtrace.subbufs=n [KNL,KMEMTRACE] Overrides the number of | ||
1052 | subbufs kmemtrace's relay channel has. Set this | ||
1053 | higher than default (KMEMTRACE_N_SUBBUFS in code) if | ||
1054 | you experience buffer overruns. | ||
1055 | |||
1046 | movablecore=nn[KMG] [KNL,X86-32,IA-64,PPC,X86-64] This parameter | 1056 | movablecore=nn[KMG] [KNL,X86-32,IA-64,PPC,X86-64] This parameter |
1047 | is similar to kernelcore except it specifies the | 1057 | is similar to kernelcore except it specifies the |
1048 | amount of memory used for migratable allocations. | 1058 | amount of memory used for migratable allocations. |