linux-2.6-microblaze.git
2018-10-16 Jim Mattsonkvm: x86: Add has_payload and payload to kvm_queued_exc...
2018-10-16 Jim MattsonKVM: Documentation: Fix omission in struct kvm_vcpu_events
2018-10-16 Vitaly KuznetsovKVM: selftests: add Enlightened VMCS test
2018-10-16 Vitaly Kuznetsovtools/headers: update kvm.h
2018-10-16 Vitaly Kuznetsovx86/kvm/nVMX: nested state migration for Enlightened...
2018-10-16 Vitaly KuznetsovKVM: selftests: state_test: test bare VMXON migration
2018-10-16 Vitaly Kuznetsovx86/kvm/nVMX: allow bare VMXON state migration
2018-10-16 Vitaly Kuznetsovx86/kvm/lapic: preserve gfn_to_hva_cache len on cache...
2018-10-16 Vitaly Kuznetsovx86/kvm/hyperv: don't clear VP assist pages on init
2018-10-16 Vitaly KuznetsovKVM: nVMX: optimize prepare_vmcs02{,_full} for Enlighte...
2018-10-16 Vitaly KuznetsovKVM: nVMX: implement enlightened VMPTRLD and VMCLEAR
2018-10-16 Vitaly KuznetsovKVM: nVMX: add enlightened VMCS state
2018-10-16 Vitaly KuznetsovKVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
2018-10-16 Vitaly KuznetsovKVM: VMX: refactor evmcs_sanitize_exec_ctrls()
2018-10-16 Ladi ProsekKVM: hyperv: define VP assist page helpers
2018-10-16 Wei YangKVM: refine the comment of function gfn_to_hva_memslot_...
2018-10-16 Wei YangKVM: x86: reintroduce pte_list_remove, but including...
2018-10-16 Wei YangKVM: x86: rename pte_list_remove to __pte_list_remove
2018-10-16 Peng Haokvm/x86 : add coalesced pio support
2018-10-16 Peng Haokvm/x86 : add document for coalesced mmio
2018-10-16 Peng Haokvm/x86 : fix some typo
2018-10-16 Lan TianyuKVM/VMX: Change hv flush logic when ept tables are...
2018-10-16 Uros BizjakKVM/x86: Use 32bit xor to clear register
2018-10-16 Uros BizjakKVM/x86: Use assembly instruction mnemonics instead...
2018-10-16 Uros BizjakKVM/x86: Fix invvpid and invept register operand size...
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu: check if MMU reconfiguration is needed...
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu: check if tdp/shadow MMU reconfiguration...
2018-10-16 Vitaly Kuznetsovx86/kvm/nVMX: introduce source data cache for kvm_init_...
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu: make space for source data caching in...
2018-10-16 Paolo Bonzinix86/kvm/mmu: get rid of redundant kvm_mmu_setup()
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu: introduce guest_mmu
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_ro...
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ep...
2018-10-16 Vitaly Kuznetsovx86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
2018-10-16 Paolo Bonzinikvm: x86: optimize dr6 restore
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: optimize sparse VP set processing
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: fix 'tlb_lush' typo
2018-10-16 Sean ChristophersonKVM: nVMX: WARN if nested run hits VMFail with early...
2018-10-16 Sean ChristophersonKVM: nVMX: add option to perform early consistency...
2018-10-16 Sean ChristophersonKVM: vmx: write HOST_IA32_EFER in vmx_set_constant_host...
2018-10-16 Sean ChristophersonKVM: nVMX: call kvm_skip_emulated_instruction in nested...
2018-10-16 Sean ChristophersonKVM: nVMX: do not call nested_vmx_succeed() for consist...
2018-10-16 Sean ChristophersonKVM: nVMX: do not skip VMEnter instruction that succeeds
2018-10-16 Sean ChristophersonKVM: nVMX: do early preparation of vmcs02 before check_...
2018-10-16 Sean ChristophersonKVM: nVMX: initialize vmcs02 constant exactly once...
2018-10-16 Sean ChristophersonKVM: nVMX: split pieces of prepare_vmcs02() to prepare_...
2018-10-16 Sean ChristophersonKVM: VMX: remove ASSERT() on vmx->pml_pg validity
2018-10-16 Sean ChristophersonKVM: vVMX: rename label for post-enter_guest_mode consi...
2018-10-16 Sean ChristophersonKVM: nVMX: assimilate nested_vmx_entry_failure() into...
2018-10-16 Sean ChristophersonKVM: nVMX: move check_vmentry_postreqs() call to nested...
2018-10-16 Sean ChristophersonKVM: nVMX: rename enter_vmx_non_root_mode to nested_vmx...
2018-10-16 Sean ChristophersonKVM: nVMX: try to set EFER bits correctly when initiali...
2018-10-16 Sean ChristophersonKVM: vmx: do not unconditionally clear EFER switching
2018-10-16 Sean ChristophersonKVM: nVMX: reset cache/shadows when switching loaded...
2018-10-16 Sean ChristophersonKVM: nVMX: use vm_exit_controls_init() to write exit...
2018-10-16 Sean ChristophersonKVM: nVMX: move vmcs12 EPTP consistency check to check_...
2018-10-16 Sean ChristophersonKVM: nVMX: move host EFER consistency checks to VMFail...
2018-10-16 Wei YangKVM: leverage change to adjust slots->used_slots in...
2018-10-16 Jim MattsonKVM: nVMX: Always reflect #NM VM-exits to L1
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: implement PV IPI send hypercalls
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: optimize kvm_hv_flush_tlb() for vp_in...
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: valid_bank_mask should be 'u64'
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: keep track of mismatched VP indexes
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: consistently use 'hv_vcpu' for 'struc...
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_fl...
2018-10-16 Vitaly KuznetsovKVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
2018-10-16 Paolo Bonzinikvm/x86: return meaningful value from KVM_SIGNAL_MSI
2018-10-16 Wei YangKVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and...
2018-10-16 Tianyu LanKVM/VMX: Remve unused function is_external_interrupt().
2018-10-16 Wei YangKVM: x86: return 0 in case kvm_mmu_memory_cache has...
2018-10-16 Krish SadhukhannVMX x86: Make nested_vmx_check_pml_controls() concise
2018-10-16 Wei YangKVM: x86: adjust kvm_mmu_page member to save 8 bytes
2018-10-16 Sean ChristophersonKVM: nVMX: restore host state in nested_vmx_vmexit...
2018-10-16 Jim MattsonKVM: nVMX: Clear reserved bits of #DB exit qualification
2018-10-16 Andrew Joneskvm: selftests: support high GPAs in dirty_log_test
2018-10-16 Andrew Joneskvm: selftests: stop lying to aarch64 tests about PA...
2018-10-16 Andrew Joneskvm: selftests: dirty_log_test: also test 64K pages...
2018-10-16 Andrew Joneskvm: selftests: port dirty_log_test to aarch64
2018-10-16 Andrew Joneskvm: selftests: introduce new VM mode for 64K pages
2018-10-16 Andrew Joneskvm: selftests: add vcpu support for aarch64
2018-10-16 Andrew Joneskvm: selftests: add virt mem support for aarch64
2018-10-16 Andrew Joneskvm: selftests: add vm_phy_pages_alloc
2018-10-16 Andrew Joneskvm: selftests: tidy up kvm_util
2018-10-16 Andrew Joneskvm: selftests: add cscope make target
2018-10-16 Andrew Joneskvm: selftests: move arch-specific files to arch-specif...
2018-10-16 Andrew Joneskvm: selftests: introduce ucall
2018-10-16 Andrew Joneskvm: selftests: vcpu_setup: set cr4.osfxsr
2018-10-16 Wanpeng LiKVM: LAPIC: Tune lapic_timer_advance_ns automatically
2018-10-13 Liran AlonKVM: nVMX: Do not flush TLB on L1<->L2 transitions...
2018-10-13 Liran AlonKVM: nVMX: Flush linear and combined mappings on VPID02...
2018-10-13 Liran AlonKVM: nVMX: Use correct VPID02 when emulating L1 INVVPID
2018-10-13 Liran AlonKVM: nVMX: Flush TLB entries tagged by dest EPTP on...
2018-10-13 Sean ChristophersonKVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAY...
2018-10-13 Paolo BonziniMerge tag 'kvm-s390-next-4.20-2' of git://git./linux...
2018-10-10 Paolo BonziniMerge tag 'kvm-ppc-next-4.20-1' of git://git./linux...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Add a VM capability to enable...
2018-10-09 Paul MackerrasMerge remote-tracking branch 'remotes/powerpc/topic...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Add nested shadow page tables...
2018-10-09 Paul MackerrasKVM: PPC: Book3S HV: Allow HV module to load without...
next