Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
36d9594dfbf22a59adb986d85e0543886ab898f2
36d9594d
x86/kvm/mmu: make space for source data caching in struct kvm_mmu
by Vitaly Kuznetsov
· 6 years ago
e173299
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
by Paolo Bonzini
· 6 years ago
14c07ad
x86/kvm/mmu: introduce guest_mmu
by Vitaly Kuznetsov
· 6 years ago
6a82cd1
x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
by Vitaly Kuznetsov
· 6 years ago
3dc773e
x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
by Vitaly Kuznetsov
· 6 years ago
44dd3ff
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
by Vitaly Kuznetsov
· 6 years ago
0e0a53c
kvm: x86: optimize dr6 restore
by Paolo Bonzini
· 6 years ago
f21dd49
KVM: x86: hyperv: optimize sparse VP set processing
by Vitaly Kuznetsov
· 6 years ago
e6b6c48
KVM: x86: hyperv: fix 'tlb_lush' typo
by Vitaly Kuznetsov
· 6 years ago
2768c0c
KVM: nVMX: WARN if nested run hits VMFail with early consistency checks enabled
by Sean Christopherson
· 6 years ago
5201760
KVM: nVMX: add option to perform early consistency checks via H/W
by Sean Christopherson
· 6 years ago
5a5e8a1
KVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host_state()
by Sean Christopherson
· 6 years ago
09abb5e
KVM: nVMX: call kvm_skip_emulated_instruction in nested_vmx_{fail,succeed}
by Sean Christopherson
· 6 years ago
c37a611
KVM: nVMX: do not call nested_vmx_succeed() for consistency check VMExit
by Sean Christopherson
· 6 years ago
cb61de2
KVM: nVMX: do not skip VMEnter instruction that succeeds
by Sean Christopherson
· 6 years ago
16fb9a4
KVM: nVMX: do early preparation of vmcs02 before check_vmentry_postreqs()
by Sean Christopherson
· 6 years ago
9d6105b
KVM: nVMX: initialize vmcs02 constant exactly once (per VMCS)
by Sean Christopherson
· 6 years ago
09abe32
KVM: nVMX: split pieces of prepare_vmcs02() to prepare_vmcs02_early()
by Sean Christopherson
· 6 years ago
860ff2a
KVM: VMX: remove ASSERT() on vmx->pml_pg validity
by Sean Christopherson
· 6 years ago
39f9c38
KVM: vVMX: rename label for post-enter_guest_mode consistency check
by Sean Christopherson
· 6 years ago
a633e41
KVM: nVMX: assimilate nested_vmx_entry_failure() into nested_vmx_enter_non_root_mode()
by Sean Christopherson
· 6 years ago
7671ce2
KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mode()
by Sean Christopherson
· 6 years ago
d63907d
KVM: nVMX: rename enter_vmx_non_root_mode to nested_vmx_enter_non_root_mode
by Sean Christopherson
· 6 years ago
3df5c37
KVM: nVMX: try to set EFER bits correctly when initializing controls
by Sean Christopherson
· 6 years ago
02343cf
KVM: vmx: do not unconditionally clear EFER switching
by Sean Christopherson
· 6 years ago
b7031fd
KVM: nVMX: reset cache/shadows when switching loaded VMCS
by Sean Christopherson
· 6 years ago
1abf23f
KVM: nVMX: use vm_exit_controls_init() to write exit controls for vmcs02
by Sean Christopherson
· 6 years ago
5b8ba41
KVM: nVMX: move vmcs12 EPTP consistency check to check_vmentry_prereqs()
by Sean Christopherson
· 6 years ago
64a919f
KVM: nVMX: move host EFER consistency checks to VMFail path
by Sean Christopherson
· 6 years ago
31fc4f9
KVM: leverage change to adjust slots->used_slots in update_memslots()
by Wei Yang
· 6 years ago
3c6e099f
KVM: nVMX: Always reflect #NM VM-exits to L1
by Jim Mattson
· 6 years ago
214ff83
KVM: x86: hyperv: implement PV IPI send hypercalls
by Vitaly Kuznetsov
· 6 years ago
2cefc5f
KVM: x86: hyperv: optimize kvm_hv_flush_tlb() for vp_index == vcpu_idx case
by Vitaly Kuznetsov
· 6 years ago
0b0a31b
KVM: x86: hyperv: valid_bank_mask should be 'u64'
by Vitaly Kuznetsov
· 6 years ago
87ee613
KVM: x86: hyperv: keep track of mismatched VP indexes
by Vitaly Kuznetsov
· 6 years ago
1779a39
KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variables
by Vitaly Kuznetsov
· 6 years ago
a812297
KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
by Vitaly Kuznetsov
· 6 years ago
9170200
KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
by Vitaly Kuznetsov
· 6 years ago
0624fca
kvm/x86: return meaningful value from KVM_SIGNAL_MSI
by Paolo Bonzini
· 6 years ago
4fef0f4
KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES together
by Wei Yang
· 6 years ago
aaa45da
KVM/VMX: Remve unused function is_external_interrupt().
by Tianyu Lan
· 6 years ago
daefb79
KVM: x86: return 0 in case kvm_mmu_memory_cache has min number of objects
by Wei Yang
· 6 years ago
55c1dcd
nVMX x86: Make nested_vmx_check_pml_controls() concise
by Krish Sadhukhan
· 6 years ago
3ff519f
KVM: x86: adjust kvm_mmu_page member to save 8 bytes
by Wei Yang
· 6 years ago
bd18bff
KVM: nVMX: restore host state in nested_vmx_vmexit for VMFail
by Sean Christopherson
· 6 years ago
cfb634f
KVM: nVMX: Clear reserved bits of #DB exit qualification
by Jim Mattson
· 6 years ago
5b8ee87
kvm: selftests: support high GPAs in dirty_log_test
by Andrew Jones
· 6 years ago
e28934e
kvm: selftests: stop lying to aarch64 tests about PA-bits
by Andrew Jones
· 6 years ago
e1b376f
kvm: selftests: dirty_log_test: also test 64K pages on aarch64
by Andrew Jones
· 6 years ago
fff8dcd
kvm: selftests: port dirty_log_test to aarch64
by Andrew Jones
· 6 years ago
81d1cca
kvm: selftests: introduce new VM mode for 64K pages
by Andrew Jones
· 6 years ago
0bec140
kvm: selftests: add vcpu support for aarch64
by Andrew Jones
· 6 years ago
7a6629e
kvm: selftests: add virt mem support for aarch64
by Andrew Jones
· 6 years ago
d510653
kvm: selftests: add vm_phy_pages_alloc
by Andrew Jones
· 6 years ago
eabe788
kvm: selftests: tidy up kvm_util
by Andrew Jones
· 6 years ago
eea192b
kvm: selftests: add cscope make target
by Andrew Jones
· 6 years ago
cc68765
kvm: selftests: move arch-specific files to arch-specific locations
by Andrew Jones
· 6 years ago
14c47b7
kvm: selftests: introduce ucall
by Andrew Jones
· 6 years ago
6c93026
kvm: selftests: vcpu_setup: set cr4.osfxsr
by Andrew Jones
· 6 years ago
3b8a5df
KVM: LAPIC: Tune lapic_timer_advance_ns automatically
by Wanpeng Li
· 6 years ago
efebf0a
KVM: nVMX: Do not flush TLB on L1<->L2 transitions if L1 uses VPID and EPT
by Liran Alon
· 6 years ago
327c072
KVM: nVMX: Flush linear and combined mappings on VPID02 related flushes
by Liran Alon
· 6 years ago
3d5bdae
KVM: nVMX: Use correct VPID02 when emulating L1 INVVPID
by Liran Alon
· 6 years ago
1438921
KVM: nVMX: Flush TLB entries tagged by dest EPTP on L1<->L2 transitions
by Liran Alon
· 6 years ago
3de6347
KVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAYS_OFF
by Sean Christopherson
· 6 years ago
3d0d0d9
Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 6 years ago
7dd2157
Merge tag 'kvm-ppc-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 6 years ago
901f8c3
KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result
by Paul Mackerras
· 6 years ago
aa069a9
KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
by Paul Mackerras
· 6 years ago
9d67121
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 6 years ago
83a0551
KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
by Paul Mackerras
· 6 years ago
de760db
KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
by Paul Mackerras
· 6 years ago
10b5022
KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
by Suraj Jitindar Singh
· 6 years ago
73937de
KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
by Suraj Jitindar Singh
· 6 years ago
3032341
KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
by Paul Mackerras
· 6 years ago
f3c99f9
KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
by Paul Mackerras
· 6 years ago
9d0b048
KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
by Suraj Jitindar Singh
· 6 years ago
690ed4c
KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
by Paul Mackerras
· 6 years ago
e3b6b46
KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
by Suraj Jitindar Singh
· 6 years ago
8cf531e
KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
by Suraj Jitindar Singh
· 6 years ago
fd10be2
KVM: PPC: Book3S HV: Handle page fault for a nested guest
by Suraj Jitindar Singh
· 6 years ago
4bad777
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
by Paul Mackerras
· 6 years ago
f3c18e9
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
by Paul Mackerras
· 6 years ago
360cae3
KVM: PPC: Book3S HV: Nested guest entry via hypercall
by Paul Mackerras
· 6 years ago
8e3f5fc
KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
by Paul Mackerras
· 6 years ago
f0f825f
KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
by Paul Mackerras
· 6 years ago
04bae9d
KVM: PPC: Book3S HV: Refactor radix page fault handler
by Suraj Jitindar Singh
· 6 years ago
9811c78
KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
by Suraj Jitindar Singh
· 6 years ago
89329c0
KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
by Suraj Jitindar Singh
· 6 years ago
fd0944b
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
by Paul Mackerras
· 6 years ago
9a94d3e
KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
by Paul Mackerras
· 6 years ago
32eb150
KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
by Paul Mackerras
· 6 years ago
95a6432
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
by Paul Mackerras
· 6 years ago
53655dd
KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
by Paul Mackerras
· 6 years ago
7854f75
KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
by Paul Mackerras
· 6 years ago
df709a2
KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
by Paul Mackerras
· 6 years ago
41f4e63
KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
by Paul Mackerras
· 6 years ago
f7035ce
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
by Paul Mackerras
· 6 years ago
966eba9
KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
by Paul Mackerras
· 6 years ago
d24ea8a
KVM: PPC: Book3S: Simplify external interrupt handling
by Paul Mackerras
· 6 years ago
Next »