linux-2.6-microblaze.git
2020-06-01 Paolo BonziniMerge tag 'kvmarm-5.8' of git://git./linux/kernel/git...
2020-06-01 Paolo BonziniKVM: check userspace_addr for all memslots
2020-06-01 Vitaly KuznetsovKVM: selftests: update hyperv_cpuid with SynDBG tests
2020-06-01 Jon Doronx86/kvm/hyper-v: Add support for synthetic debugger...
2020-06-01 Jon Doronx86/kvm/hyper-v: enable hypercalls regardless of hyperc...
2020-06-01 Jon Doronx86/kvm/hyper-v: Add support for synthetic debugger...
2020-06-01 Jon Doronx86/hyper-v: Add synthetic debugger definitions
2020-06-01 Makarand SonareKVM: selftests: VMX preemption timer migration test
2020-06-01 Peter ShierKVM: nVMX: Fix VMX preemption timer migration
2020-06-01 Jon Doronx86/kvm/hyper-v: Explicitly align hcall param for kvm_h...
2020-06-01 Like XuKVM: x86/pmu: Support full width counting
2020-06-01 Wei WangKVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct...
2020-06-01 Vitaly KuznetsovKVM: x86: announce KVM_FEATURE_ASYNC_PF_INT
2020-06-01 Vitaly KuznetsovKVM: x86: acknowledgment mechanism for async pf page...
2020-06-01 Vitaly KuznetsovKVM: x86: interrupt based APF 'page ready' event delivery
2020-06-01 Vitaly KuznetsovKVM: introduce kvm_read_guest_offset_cached()
2020-06-01 Vitaly KuznetsovKVM: rename kvm_arch_can_inject_async_page_present...
2020-06-01 Vitaly KuznetsovKVM: x86: extend struct kvm_vcpu_pv_apf_data with token...
2020-06-01 Vitaly KuznetsovRevert "KVM: async_pf: Fix #DF due to inject "Page...
2020-06-01 Gustavo A.... KVM: VMX: Replace zero-length array with flexible-array
2020-06-01 Paolo BonziniRevert "KVM: No need to retry for hva_to_pfn_remapped()"
2020-06-01 Paolo BonziniKVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_N...
2020-06-01 Vitaly Kuznetsovselftests: kvm: fix smm test on SVM
2020-06-01 Paolo Bonziniselftests: kvm: add a SVM version of state-test
2020-06-01 Vitaly Kuznetsovselftests: kvm: introduce cpu_has_svm() check
2020-06-01 Paolo BonziniKVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shado...
2020-06-01 Paolo BonziniKVM: nSVM: leave guest mode when clearing EFER.SVME
2020-06-01 Paolo BonziniKVM: nSVM: split nested_vmcb_check_controls
2020-06-01 Paolo BonziniKVM: nSVM: remove HF_HIF_MASK
2020-06-01 Paolo BonziniKVM: nSVM: remove HF_VINTR_MASK
2020-06-01 Paolo BonziniKVM: nSVM: synthesize correct EXITINTINFO on vmexit
2020-06-01 Paolo BonziniKVM: SVM: preserve VGIF across VMCB switch
2020-06-01 Paolo BonziniKVM: nSVM: extract svm_set_gif
2020-06-01 Paolo BonziniKVM: nSVM: remove unnecessary if
2020-06-01 Paolo BonziniKVM: nSVM: synchronize VMCB controls updated by the...
2020-06-01 Paolo BonziniKVM: nSVM: restore clobbered INT_CTL fields after clear...
2020-06-01 Paolo BonziniKVM: nSVM: save all control fields in svm->nested
2020-06-01 Paolo BonziniKVM: nSVM: remove trailing padding for struct vmcb_cont...
2020-06-01 Paolo BonziniKVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
2020-06-01 Paolo BonziniKVM: nSVM: clean up tsc_offset update
2020-06-01 Paolo BonziniKVM: nSVM: move MMU setup to nested_prepare_vmcb_control
2020-06-01 Paolo BonziniKVM: nSVM: extract preparation of VMCB for nested run
2020-06-01 Paolo BonziniKVM: nSVM: extract load_nested_vmcb_control
2020-06-01 Paolo BonziniKVM: nSVM: move map argument out of enter_svm_guest_mode
2020-05-28 Paolo BonziniKVM: nVMX: always update CR3 in VMCS
2020-05-28 Paolo BonziniKVM: SVM: always update CR3 in VMCB
2020-05-28 Paolo BonziniKVM: nSVM: correctly inject INIT vmexits
2020-05-28 Paolo BonziniKVM: nSVM: remove exit_required
2020-05-28 Paolo BonziniKVM: nSVM: inject exceptions via svm_check_nested_events
2020-05-28 Paolo BonziniKVM: x86: enable event window in inject_pending_event
2020-05-28 Marc ZyngierKVM: arm64: Drop obsolete comment about sys_reg ordering
2020-05-28 Marc ZyngierKVM: arm64: Parametrize exception entry with a target EL
2020-05-28 Marc ZyngierKVM: arm64: Don't use empty structures as CPU reset...
2020-05-28 Marc ZyngierKVM: arm64: Move sysreg reset check to boot time
2020-05-28 Marc ZyngierKVM: arm64: Add missing reset handlers for PMU emulation
2020-05-28 Marc ZyngierKVM: arm64: Refactor vcpu_{read,write}_sys_reg
2020-05-28 Christoffer... KVM: arm64: vgic-v3: Take cpu_if pointer directly inste...
2020-05-27 Paolo BonziniKVM: x86: track manually whether an event has been...
2020-05-27 Vitaly KuznetsovKVM: nSVM: Preserve registers modifications done before...
2020-05-27 Sean ChristophersonKVM: x86: Initialize tdp_level during vCPU creation
2020-05-27 Paolo BonziniKVM: nSVM: leave ASID aside in copy_vmcb_control_area
2020-05-27 Paolo BonziniKVM: nSVM: fix condition for filtering async PF
2020-05-27 彭浩(Richard)kvm/x86: Remove redundant function implementations
2020-05-27 Haiwei LiKVM: Fix the indentation to match coding style
2020-05-27 Miaohe LinKVM: VMX: replace "fall through" with "return" to indic...
2020-05-27 Sean ChristophersonKVM: x86: Take an unsigned 32-bit int for has_emulated_...
2020-05-27 Sean ChristophersonKVM: x86: Remove superfluous brackets from case statement
2020-05-27 Paolo BonziniKVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_sta...
2020-05-27 Paolo BonziniMerge branch 'kvm-master' into HEAD
2020-05-27 Paolo BonziniMerge tag 'kvm-s390-next-5.8-1' of git://git./linux...
2020-05-27 Paolo BonziniKVM: x86: simplify is_mmio_spte
2020-05-27 Maxim LevitskyKVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL uncondit...
2020-05-27 Maxim LevitskyKVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities
2020-05-27 Sean ChristophersonKVM: x86/mmu: Set mmio_value to '0' if reserved #PF...
2020-05-25 Andrew ScullKVM: arm64: Remove obsolete kvm_virt_to_phys abstraction
2020-05-25 David BrazdilKVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()
2020-05-25 David BrazdilKVM: arm64: Clean up cpu_init_hyp_mode()
2020-05-20 Paolo BonziniMerge tag 'noinstr-x86-kvm-2020-05-16' of git://git...
2020-05-20 Paolo Bonzinircuwait: avoid lockdep splats from rcuwait_active()
2020-05-19 Thomas Gleixnerx86/kvm: Restrict ASYNC_PF to user space
2020-05-19 Thomas Gleixnerx86/kvm: Sanitize kvm_async_pf_task_wait()
2020-05-19 Andy Lutomirskix86/kvm: Handle async page faults directly through...
2020-05-19 Thomas Gleixnercontext_tracking: Make guest_enter/exit() .noinstr...
2020-05-19 Peter Zijlstralockdep: Prepare for noinstr sections
2020-05-19 Thomas Gleixnertracing: Provide lockdep less trace_hardirqs_on/off...
2020-05-19 Thomas Gleixnervmlinux.lds.h: Create section for protection against...
2020-05-19 Paolo BonziniKVM: x86: only do L1TF workaround on affected processors
2020-05-16 Marc ZyngierKVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with...
2020-05-16 Keqian ZhuKVM: arm64: Support enabling dirty log gradually in...
2020-05-16 Suzuki K PouloseKVM: arm64: Unify handling THP backed host memory
2020-05-16 Suzuki K PouloseKVM: arm64: Clean up the checking for huge mapping
2020-05-16 Jiang YiKVM: arm/arm64: Release kvm->mmu_lock in loop to preven...
2020-05-16 Zenghui YuKVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset...
2020-05-16 Fuad TabbaKVM: Fix spelling in code comments
2020-05-16 Marc ZyngierKVM: arm64: Use cpus_have_final_cap for has_vhe()
2020-05-16 Marc ZyngierKVM: arm64: Simplify __kvm_timer_set_cntvoff implementation
2020-05-16 Fuad TabbaKVM: arm64: Clean up kvm makefiles
2020-05-16 Will DeaconKVM: arm64: Change CONFIG_KVM to a menuconfig entry
2020-05-16 Will DeaconKVM: arm64: Update help text
2020-05-16 Will DeaconKVM: arm64: Kill off CONFIG_KVM_ARM_HOST
next