summaryrefslogtreecommitdiffstats
path: root/include/sound/hwdep.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-01KVM: selftests: update hyperv_cpuid with SynDBG testsVitaly Kuznetsov1-47/+56
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger via hypercallsJon Doron1-0/+28
2020-06-01x86/kvm/hyper-v: enable hypercalls regardless of hypercall pageJon Doron1-1/+1
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron7-3/+258
2020-06-01x86/hyper-v: Add synthetic debugger definitionsJon Doron2-0/+33
2020-06-01KVM: selftests: VMX preemption timer migration testMakarand Sonare8-12/+298
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier4-8/+56
2020-06-01x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exitJon Doron2-0/+4
2020-06-01KVM: x86/pmu: Support full width countingLike Xu6-5/+66
2020-06-01KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang5-17/+21
2020-06-01KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov6-5/+19
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov6-5/+52
2020-06-01KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov4-59/+152
2020-06-01KVM: introduce kvm_read_guest_offset_cached()Vitaly Kuznetsov2-5/+17
2020-06-01KVM: rename kvm_arch_can_inject_async_page_present() to kvm_arch_can_dequeue_...Vitaly Kuznetsov5-5/+5
2020-06-01KVM: x86: extend struct kvm_vcpu_pv_apf_data with token infoVitaly Kuznetsov10-25/+36
2020-06-01Revert "KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Rea...Vitaly Kuznetsov1-22/+1
2020-06-01KVM: VMX: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-01Revert "KVM: No need to retry for hva_to_pfn_remapped()"Paolo Bonzini1-0/+5
2020-06-01KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATEPaolo Bonzini6-7/+171
2020-06-01selftests: kvm: fix smm test on SVMVitaly Kuznetsov1-6/+13
2020-06-01selftests: kvm: add a SVM version of state-testPaolo Bonzini1-12/+50
2020-06-01selftests: kvm: introduce cpu_has_svm() checkVitaly Kuznetsov1-0/+10
2020-06-01KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmuPaolo Bonzini3-7/+14
2020-06-01KVM: nSVM: leave guest mode when clearing EFER.SVMEPaolo Bonzini3-2/+25
2020-06-01KVM: nSVM: split nested_vmcb_check_controlsPaolo Bonzini1-9/+14
2020-06-01KVM: nSVM: remove HF_HIF_MASKPaolo Bonzini3-7/+1
2020-06-01KVM: nSVM: remove HF_VINTR_MASKPaolo Bonzini4-8/+5
2020-06-01KVM: nSVM: synthesize correct EXITINTINFO on vmexitPaolo Bonzini2-14/+49
2020-06-01KVM: SVM: preserve VGIF across VMCB switchPaolo Bonzini1-1/+5
2020-06-01KVM: nSVM: extract svm_set_gifPaolo Bonzini4-37/+38
2020-06-01KVM: nSVM: remove unnecessary ifPaolo Bonzini1-2/+1
2020-06-01KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexitPaolo Bonzini3-25/+38
2020-06-01KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTRPaolo Bonzini1-1/+9
2020-06-01KVM: nSVM: save all control fields in svm->nestedPaolo Bonzini3-58/+39
2020-06-01KVM: nSVM: remove trailing padding for struct vmcb_control_areaPaolo Bonzini1-1/+8
2020-06-01KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_areaPaolo Bonzini1-6/+4
2020-06-01KVM: nSVM: clean up tsc_offset updatePaolo Bonzini1-4/+5
2020-06-01KVM: nSVM: move MMU setup to nested_prepare_vmcb_controlPaolo Bonzini1-6/+6
2020-06-01KVM: nSVM: extract preparation of VMCB for nested runPaolo Bonzini1-16/+24
2020-06-01KVM: nSVM: extract load_nested_vmcb_controlPaolo Bonzini1-16/+22
2020-06-01KVM: nSVM: move map argument out of enter_svm_guest_modePaolo Bonzini3-10/+9
2020-05-28KVM: nVMX: always update CR3 in VMCSPaolo Bonzini1-4/+1
2020-05-28KVM: SVM: always update CR3 in VMCBPaolo Bonzini2-16/+6
2020-05-28KVM: nSVM: correctly inject INIT vmexitsPaolo Bonzini1-0/+27
2020-05-28KVM: nSVM: remove exit_requiredPaolo Bonzini3-19/+1
2020-05-28KVM: nSVM: inject exceptions via svm_check_nested_eventsPaolo Bonzini5-103/+58
2020-05-28KVM: x86: enable event window in inject_pending_eventPaolo Bonzini4-77/+92
2020-05-27KVM: x86: track manually whether an event has been injectedPaolo Bonzini1-5/+12
2020-05-27KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit()Vitaly Kuznetsov1-3/+3