linux-2.6-microblaze.git
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-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-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-15 Jim MattsonKVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_se...
2020-05-15 Paolo BonziniMerge branch 'kvm-amd-fixes' into HEAD
2020-05-15 David Matlackkvm: add halt-polling cpu usage stats
2020-05-15 Jim MattsonKVM: nVMX: Migrate the VMX-preemption timer
2020-05-15 Jim MattsonKVM: nVMX: Change emulated VMX-preemption timer hrtimer...
2020-05-15 Jim MattsonKVM: nVMX: Really make emulated nested preemption timer...
2020-05-15 Sean ChristophersonKVM: nVMX: Remove unused 'ops' param from nested_vmx_ha...
2020-05-15 Suravee SuthikulpanitKVM: SVM: Remove unnecessary V_IRQ unsetting
2020-05-15 Suravee SuthikulpanitKVM: SVM: Merge svm_enable_vintr into svm_set_vintr
2020-05-15 Wanpeng LiKVM: VMX: Handle preemption timer fastpath
2020-05-15 Wanpeng LiKVM: X86: TSCDEADLINE MSR emulation fastpath
2020-05-15 Paolo BonziniKVM: x86: introduce kvm_can_use_hv_timer
2020-05-15 Wanpeng LiKVM: VMX: Optimize posted-interrupt delivery for timer...
2020-05-15 Wanpeng LiKVM: X86: Introduce more exit_fastpath_completion enum...
2020-05-15 Wanpeng LiKVM: X86: Introduce kvm_vcpu_exit_request() helper
2020-05-15 Sean ChristophersonKVM: x86: Print symbolic names of VMX VM-Exit flags...
2020-05-15 Wanpeng LiKVM: VMX: Introduce generic fastpath handler
2020-05-15 Sean ChristophersonKVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSE...
2020-05-15 Sean ChristophersonKVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP...
2020-05-15 Uros BizjakKVM: VMX: Improve handle_external_interrupt_irqoff...
2020-05-15 Peter XuKVM: Documentation: Fix up cpuid page
2020-05-15 Peter XuKVM: X86: Sanity check on gfn before removal
2020-05-15 Peter XuKVM: No need to retry for hva_to_pfn_remapped()
2020-05-15 Peter XuKVM: X86: Force ASYNC_PF_PER_VCPU to be power of two
2020-05-15 Uros BizjakKVM: VMX: Remove unneeded __ASM_SIZE usage with POP...
2020-05-15 Sean ChristophersonKVM: x86/mmu: Add a helper to consolidate root sp alloc...
2020-05-15 Sean ChristophersonKVM: x86/mmu: Drop KVM's hugepage enums in favor of...
2020-05-15 Sean ChristophersonKVM: x86/mmu: Move max hugepage level to a separate...
2020-05-15 Sean ChristophersonKVM: x86/mmu: Tweak PSE hugepage handling to avoid...
2020-05-15 Xiaoyao Likvm: x86: Cleanup vcpu->arch.guest_xstate_size
2020-05-15 Sean ChristophersonKVM: nVMX: Tweak handling of failure code for nested...
2020-05-13 Sean ChristophersonKVM: x86/mmu: Capture TDP level when updating CPUID
2020-05-13 Sean ChristophersonKVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_le...
2020-05-13 Sean ChristophersonKVM: VMX: Add proper cache tracking for CR0
2020-05-13 Sean ChristophersonKVM: VMX: Add proper cache tracking for CR4
2020-05-13 Sean ChristophersonKVM: nVMX: Unconditionally validate CR3 during nested...
next