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.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 4cd8b86e00ea..9533af74a127 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1131,9 +1131,13 @@ and is between 256 and 4096 characters. It is defined in the file
1131 kvm.oos_shadow= [KVM] Disable out-of-sync shadow paging. 1131 kvm.oos_shadow= [KVM] Disable out-of-sync shadow paging.
1132 Default is 1 (enabled) 1132 Default is 1 (enabled)
1133 1133
1134 kvm-amd.nested= [KVM,AMD] Allow nested virtualization in KVM/SVM. 1134 kvm.mmu_audit= [KVM] This is a R/W parameter which allows audit
1135 KVM MMU at runtime.
1135 Default is 0 (off) 1136 Default is 0 (off)
1136 1137
1138 kvm-amd.nested= [KVM,AMD] Allow nested virtualization in KVM/SVM.
1139 Default is 1 (enabled)
1140
1137 kvm-amd.npt= [KVM,AMD] Disable nested paging (virtualized MMU) 1141 kvm-amd.npt= [KVM,AMD] Disable nested paging (virtualized MMU)
1138 for all guests. 1142 for all guests.
1139 Default is 1 (enabled) if in 64bit or 32bit-PAE mode 1143 Default is 1 (enabled) if in 64bit or 32bit-PAE mode
@@ -1698,6 +1702,8 @@ and is between 256 and 4096 characters. It is defined in the file
1698 1702
1699 nojitter [IA64] Disables jitter checking for ITC timers. 1703 nojitter [IA64] Disables jitter checking for ITC timers.
1700 1704
1705 no-kvmclock [X86,KVM] Disable paravirtualized KVM clock driver
1706
1701 nolapic [X86-32,APIC] Do not enable or use the local APIC. 1707 nolapic [X86-32,APIC] Do not enable or use the local APIC.
1702 1708
1703 nolapic_timer [X86-32,APIC] Do not use the local APIC timer. 1709 nolapic_timer [X86-32,APIC] Do not use the local APIC timer.