index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: x86: Add support for fast CR3 switch across different MMU modes
Junaid Shahid
2018-08-06
1
-6
/
+15
*
kvm: x86: Introduce KVM_REQ_LOAD_CR3
Junaid Shahid
2018-08-06
3
-2
/
+10
*
kvm: x86: Introduce kvm_mmu_calc_root_page_role()
Junaid Shahid
2018-08-06
1
-27
/
+85
*
kvm: x86: Add fast CR3 switch code path
Junaid Shahid
2018-08-06
2
-6
/
+60
*
kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed
Junaid Shahid
2018-08-06
1
-8
/
+67
*
kvm: x86: Make sync_page() flush remote TLBs once only
Junaid Shahid
2018-08-06
2
-8
/
+20
*
KVM: MMU: drop vcpu param in gpte_access
Peter Xu
2018-08-06
1
-5
/
+5
*
KVM: nVMX: Separate logic allocating shadow vmcs to a function
Liran Alon
2018-08-06
1
-9
/
+28
*
KVM: VMX: Mark vmcs header as shadow in case alloc_vmcs_cpu() allocate shadow...
Liran Alon
2018-08-06
1
-8
/
+8
*
KVM: nVMX: Expose VMCS shadowing to L1 guest
Liran Alon
2018-08-06
1
-0
/
+9
*
KVM: nVMX: Do not forward VMREAD/VMWRITE VMExits to L1 if required so by vmcs...
Liran Alon
2018-08-06
1
-2
/
+31
*
KVM: nVMX: vmread/vmwrite: Use shadow vmcs12 if running L2
Liran Alon
2018-08-06
1
-12
/
+49
*
KVM: nVMX: include shadow vmcs12 in nested state
Paolo Bonzini
2018-08-06
1
-1
/
+30
*
KVM: nVMX: Cache shadow vmcs12 on VMEntry and flush to memory on VMExit
Liran Alon
2018-08-06
1
-0
/
+74
*
KVM: nVMX: Verify VMCS shadowing VMCS link pointer
Liran Alon
2018-08-06
1
-2
/
+28
*
KVM: nVMX: Verify VMCS shadowing controls
Liran Alon
2018-08-06
1
-0
/
+16
*
KVM: nVMX: Introduce nested_cpu_has_shadow_vmcs()
Liran Alon
2018-08-06
1
-1
/
+6
*
KVM: nVMX: Fail VMLAUNCH and VMRESUME on shadow VMCS
Liran Alon
2018-08-06
1
-0
/
+11
*
KVM: nVMX: Allow VMPTRLD for shadow VMCS if vCPU supports VMCS shadowing
Liran Alon
2018-08-06
1
-1
/
+8
*
KVM: VMX: Change vmcs12_{read,write}_any() to receive vmcs12 as parameter
Liran Alon
2018-08-06
1
-10
/
+11
*
KVM: VMX: Create struct for VMCS header
Liran Alon
2018-08-06
1
-9
/
+15
*
kvm: nVMX: Introduce KVM_CAP_NESTED_STATE
Jim Mattson
2018-08-06
2
-2
/
+227
*
KVM: x86: do not load vmcs12 pages while still in SMM
Paolo Bonzini
2018-08-06
2
-18
/
+38
*
KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
Paolo Bonzini
2018-08-06
3
-14
/
+30
*
KVM: vmx: remove save/restore of host BNDCGFS MSR
Sean Christopherson
2018-08-06
1
-5
/
+6
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-07-18
3
-21
/
+46
|
\
|
*
KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabled
Liran Alon
2018-07-18
1
-6
/
+21
|
*
x86/kvm/Kconfig: Ensure CRYPTO_DEV_CCP_DD state at minimum matches KVM_AMD
Janakarajan Natarajan
2018-07-15
1
-1
/
+1
|
*
kvm: nVMX: Restore exit qual for VM-entry failure due to MSR loading
Jim Mattson
2018-07-15
1
-5
/
+4
|
*
x86/kvm/vmx: don't read current->thread.{fs,gs}base of legacy tasks
Vitaly Kuznetsov
2018-07-15
1
-8
/
+17
|
*
KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
Paolo Bonzini
2018-07-15
1
-1
/
+3
*
|
kvm: vmx: Nested VM-entry prereqs for event inj.
Marc Orr
2018-06-22
2
-0
/
+76
*
|
KVM: x86: VMX: redo fix for link error without CONFIG_HYPERV
Arnd Bergmann
2018-06-14
1
-4
/
+2
*
|
KVM: x86: fix typo at kvm_arch_hardware_setup comment
Marcelo Tosatti
2018-06-14
1
-1
/
+1
*
|
KVM: x86: VMX: fix build without hyper-v
Linus Torvalds
2018-06-13
1
-0
/
+3
*
|
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-13
4
-8
/
+14
|
\
\
|
*
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-13
1
-1
/
+2
|
*
|
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-13
1
-2
/
+3
|
*
|
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-13
2
-4
/
+6
|
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-13
1
-1
/
+3
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-06-12
11
-240
/
+771
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
kvm: fix typo in flag name
Michael S. Tsirkin
2018-06-12
1
-2
/
+2
|
*
|
kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Paolo Bonzini
2018-06-12
2
-12
/
+22
|
*
|
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini
2018-06-12
3
-28
/
+38
|
*
|
KVM: x86: introduce linear_{read,write}_system
Paolo Bonzini
2018-06-12
1
-32
/
+32
|
*
|
kvm: nVMX: Enforce cpl=0 for VMX instructions
Felix Wilhelm
2018-06-12
1
-2
/
+13
|
*
|
kvm: nVMX: Add support for "VMWRITE to any supported field"
Jim Mattson
2018-06-04
1
-9
/
+60
|
*
|
kvm: nVMX: Restrict VMX capability MSR changes
Jim Mattson
2018-06-04
1
-0
/
+7
|
*
|
KVM: VMX: Optimize tscdeadline timer latency
Wanpeng Li
2018-06-04
2
-1
/
+8
|
*
|
kvm: Make VM ioctl do valloc for some archs
Marc Orr
2018-06-01
2
-4
/
+4
[next]