index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: nSVM: Remove an obsolete comment.
Miaohe Lin
2020-03-16
1
-3
/
+0
*
KVM: X86: correct meaningless kvm_apicv_activated() check
Paolo Bonzini
2020-03-16
1
-9
/
+16
*
KVM: nVMX: Consolidate nested MTF checks to helper function
Oliver Upton
2020-03-16
1
-1
/
+1
*
KVM: VMX: Micro-optimize vmexit time when not exposing PMU
Wanpeng Li
2020-03-16
1
-1
/
+2
*
kvm: svm: Introduce GA Log tracepoint for AVIC
Suravee Suthikulpanit
2020-03-16
3
-0
/
+20
*
KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2
Paolo Bonzini
2020-03-16
1
-0
/
+18
*
KVM: nSVM: implement check_nested_events for interrupts
Paolo Bonzini
2020-03-16
1
-38
/
+30
*
KVM: nSVM: ignore L1 interrupt window while running L2 with V_INTR_MASKING=1
Paolo Bonzini
2020-03-16
1
-18
/
+37
*
KVM: nSVM: do not change host intercepts while nested VM is running
Paolo Bonzini
2020-03-16
1
-13
/
+18
*
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
Paolo Bonzini
2020-03-16
8
-17
/
+20
*
KVM: x86: unify callbacks to load paging root
Paolo Bonzini
2020-03-16
6
-35
/
+21
*
KVM: x86: Refactor kvm_cpuid() param that controls out-of-range logic
Sean Christopherson
2020-03-16
6
-16
/
+17
*
KVM: x86: Refactor out-of-range logic to contain the madness
Sean Christopherson
2020-03-16
1
-18
/
+29
*
KVM: x86: Fix CPUID range checks for Hypervisor and Centaur classes
Sean Christopherson
2020-03-16
2
-6
/
+43
*
KVM x86: Extend AMD specific guest behavior to Hygon virtual CPUs
Sean Christopherson
2020-03-16
4
-5
/
+8
*
KVM: x86: Add helpers to perform CPUID-based guest vendor check
Sean Christopherson
2020-03-16
3
-29
/
+33
*
KVM: x86: Trace the original requested CPUID function in kvm_cpuid()
Jan Kiszka
2020-03-16
1
-2
/
+2
*
KVM: CPUID: add support for supervisor states
Paolo Bonzini
2020-03-16
5
-16
/
+31
*
KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 code
Sean Christopherson
2020-03-16
4
-28
/
+11
*
KVM: nSVM: Advertise and enable NRIPS for L1 iff nrips is enabled
Sean Christopherson
2020-03-16
1
-2
/
+3
*
KVM: nSVM: Expose SVM features to L1 iff nested is enabled
Sean Christopherson
2020-03-16
1
-9
/
+13
*
KVM: x86: Move VMX's host_efer to common x86 code
Sean Christopherson
2020-03-16
5
-8
/
+8
*
KVM: Drop largepages_enabled and its accessor/mutator
Sean Christopherson
2020-03-16
1
-4
/
+2
*
KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage
Sean Christopherson
2020-03-16
1
-3
/
+0
*
KVM: x86/mmu: Configure max page level during hardware setup
Sean Christopherson
2020-03-16
4
-25
/
+31
*
KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function
Sean Christopherson
2020-03-16
4
-19
/
+6
*
KVM: SVM: Refactor logging of NPT enabled/disabled
Sean Christopherson
2020-03-16
1
-6
/
+4
*
KVM: VMX: Directly query Intel PT mode when refreshing PMUs
Sean Christopherson
2020-03-16
5
-20
/
+4
*
KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps
Sean Christopherson
2020-03-16
1
-4
/
+4
*
KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support
Sean Christopherson
2020-03-16
1
-6
/
+1
*
KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support
Sean Christopherson
2020-03-16
4
-11
/
+1
*
KVM: x86: Do kvm_cpuid_array capacity checks in terminal functions
Sean Christopherson
2020-03-16
1
-5
/
+6
*
KVM: x86: Use kvm_cpu_caps to detect Intel PT support
Sean Christopherson
2020-03-16
1
-2
/
+1
*
KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps
Sean Christopherson
2020-03-16
3
-54
/
+41
*
KVM: x86: Override host CPUID results with kvm_cpu_caps
Sean Christopherson
2020-03-16
4
-31
/
+15
*
KVM: x86: Do host CPUID at load time to mask KVM cpu caps
Sean Christopherson
2020-03-16
1
-0
/
+8
*
KVM: x86: Remove stateful CPUID handling
Sean Christopherson
2020-03-16
1
-60
/
+13
*
KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
Sean Christopherson
2020-03-16
1
-10
/
+21
*
KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs
Sean Christopherson
2020-03-16
1
-5
/
+3
*
KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()
Sean Christopherson
2020-03-16
1
-40
/
+22
*
KVM: x86: Use KVM cpu caps to track UMIP emulation
Sean Christopherson
2020-03-16
4
-9
/
+8
*
KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
Sean Christopherson
2020-03-16
2
-1
/
+14
*
KVM: x86: Add a helper to check kernel support when setting cpu cap
Sean Christopherson
2020-03-16
3
-12
/
+15
*
KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update
Sean Christopherson
2020-03-16
4
-12
/
+4
*
KVM: VMX: Convert feature updates from CPUID to KVM cpu caps
Sean Christopherson
2020-03-16
1
-21
/
+33
*
KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
Sean Christopherson
2020-03-16
2
-16
/
+36
*
KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
Sean Christopherson
2020-03-16
4
-108
/
+151
*
KVM: x86: Refactor handling of XSAVES CPUID adjustment
Sean Christopherson
2020-03-16
1
-2
/
+5
*
KVM: x86: handle GBPAGE CPUID adjustment for EPT with generic code
Paolo Bonzini
2020-03-16
1
-2
/
+3
*
KVM: x86: Handle Intel PT CPUID adjustment in VMX code
Sean Christopherson
2020-03-16
2
-2
/
+4
[next]