aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt19
1 files changed, 12 insertions, 7 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 81c287fad79d..e69a461a06c2 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1178,9 +1178,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1178 kvm.ignore_msrs=[KVM] Ignore guest accesses to unhandled MSRs. 1178 kvm.ignore_msrs=[KVM] Ignore guest accesses to unhandled MSRs.
1179 Default is 0 (don't ignore, but inject #GP) 1179 Default is 0 (don't ignore, but inject #GP)
1180 1180
1181 kvm.oos_shadow= [KVM] Disable out-of-sync shadow paging.
1182 Default is 1 (enabled)
1183
1184 kvm.mmu_audit= [KVM] This is a R/W parameter which allows audit 1181 kvm.mmu_audit= [KVM] This is a R/W parameter which allows audit
1185 KVM MMU at runtime. 1182 KVM MMU at runtime.
1186 Default is 0 (off) 1183 Default is 0 (off)
@@ -1885,6 +1882,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1885 arch_perfmon: [X86] Force use of architectural 1882 arch_perfmon: [X86] Force use of architectural
1886 perfmon on Intel CPUs instead of the 1883 perfmon on Intel CPUs instead of the
1887 CPU specific event set. 1884 CPU specific event set.
1885 timer: [X86] Force use of architectural NMI
1886 timer mode (see also oprofile.timer
1887 for generic hr timer mode)
1888 [s390] Force legacy basic mode sampling
1889 (report cpu_type "timer")
1888 1890
1889 oops=panic Always panic on oopses. Default is to just kill the 1891 oops=panic Always panic on oopses. Default is to just kill the
1890 process, but there is a small probability of 1892 process, but there is a small probability of
@@ -2632,6 +2634,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2632 [USB] Start with the old device initialization 2634 [USB] Start with the old device initialization
2633 scheme (default 0 = off). 2635 scheme (default 0 = off).
2634 2636
2637 usbcore.usbfs_memory_mb=
2638 [USB] Memory limit (in MB) for buffers allocated by
2639 usbfs (default = 16, 0 = max = 2047).
2640
2635 usbcore.use_both_schemes= 2641 usbcore.use_both_schemes=
2636 [USB] Try the other device initialization scheme 2642 [USB] Try the other device initialization scheme
2637 if the first one fails (default 1 = enabled). 2643 if the first one fails (default 1 = enabled).
@@ -2750,11 +2756,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2750 functions are at fixed addresses, they make nice 2756 functions are at fixed addresses, they make nice
2751 targets for exploits that can control RIP. 2757 targets for exploits that can control RIP.
2752 2758
2753 emulate Vsyscalls turn into traps and are emulated 2759 emulate [default] Vsyscalls turn into traps and are
2754 reasonably safely. 2760 emulated reasonably safely.
2755 2761
2756 native [default] Vsyscalls are native syscall 2762 native Vsyscalls are native syscall instructions.
2757 instructions.
2758 This is a little bit faster than trapping 2763 This is a little bit faster than trapping
2759 and makes a few dynamic recompilers work 2764 and makes a few dynamic recompilers work
2760 better than they would in emulation mode. 2765 better than they would in emulation mode.