]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/shortlog
mirror_ubuntu-jammy-kernel.git
2021-06-18 Paolo BonziniKVM: x86: Stub out is_tdp_mmu_root on 32-bit hosts
2021-06-18 Sean ChristophersonKVM: x86: WARN and reject loading KVM if NX is supporte...
2021-06-18 Sean ChristophersonKVM: SVM: Refuse to load kvm_amd if NX support is not...
2021-06-18 Sean ChristophersonKVM: VMX: Refuse to load kvm_intel if EPT and NX are...
2021-06-17 Kai HuangKVM: x86/mmu: Fix TDP MMU page table level
2021-06-17 Kai HuangKVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_...
2021-06-17 Kai HuangKVM: x86/mmu: Fix return value in tdp_mmu_map_handle_ta...
2021-06-17 Wanpeng LiKVM: LAPIC: Keep stored TMCCT register value 0 after...
2021-06-17 Ashish KalraKVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercall
2021-06-17 Paolo BonziniKVM: switch per-VM stats to u64
2021-06-17 Sean ChristophersonKVM: x86/mmu: Grab nx_lpage_splits as an unsigned long...
2021-06-17 Vitaly KuznetsovKVM: x86: Check for pending interrupts when APICv is...
2021-06-17 Sean ChristophersonKVM: nVMX: Drop redundant checks on vmcs12 in EPTP...
2021-06-17 Sean ChristophersonKVM: nVMX: WARN if subtly-impossible VMFUNC conditions...
2021-06-17 Sean ChristophersonKVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
2021-06-17 Sean ChristophersonKVM: x86: Defer MMU sync on PCID invalidation
2021-06-17 Sean ChristophersonKVM: nVMX: Use fast PGD switch when emulating VMFUNC...
2021-06-17 Sean ChristophersonKVM: x86: Use KVM_REQ_TLB_FLUSH_GUEST to handle INVPCID...
2021-06-17 Sean ChristophersonKVM: nVMX: Free only guest_mode (L2) roots on INVVPID...
2021-06-17 Sean ChristophersonKVM: nVMX: Consolidate VM-Enter/VM-Exit TLB flush and...
2021-06-17 Sean ChristophersonKVM: x86: Drop skip MMU sync and TLB flush params from...
2021-06-17 Sean ChristophersonKVM: nSVM: Move TLB flushing logic (or lack thereof...
2021-06-17 Sean ChristophersonKVM: x86: Uncondtionally skip MMU sync/TLB flush in...
2021-06-17 Sean ChristophersonKVM: x86: Invalidate all PGDs for the current PCID...
2021-06-17 Sean ChristophersonKVM: nVMX: Don't clobber nested MMU's A/D status on...
2021-06-17 Sean ChristophersonKVM: nVMX: Ensure 64-bit shift when checking VMFUNC...
2021-06-17 Sean ChristophersonKVM: nVMX: Sync all PGDs on nested transition with...
2021-06-17 Vitaly KuznetsovKVM: selftests: evmcs_test: Test that KVM_STATE_NESTED_...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Request to sync eVMCS from VMCS12 after...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Reset eVMCS clean fields data from prepare_v...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Force enlightened VMCS sync from nested_vmx_...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Ignore 'hv_clean_fields' data when eVMCS...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Release enlightened VMCS on VMCLEAR
2021-06-17 Vitaly KuznetsovKVM: nVMX: Introduce 'EVMPTR_MAP_PENDING' post-migratio...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Make copy_vmcs12_to_enlightened()/copy_enlig...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Release eVMCS when enlightened VMENTRY was...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Don't set 'dirty_vmcs12' flag on enlightened...
2021-06-17 Vitaly KuznetsovKVM: nVMX: Use '-1' in 'hv_evmcs_vmptr' to indicate...
2021-06-17 Maxim LevitskyKVM: x86: avoid loading PDPTRs after migration when...
2021-06-17 Maxim LevitskyKVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
2021-06-17 Maxim LevitskyKVM: x86: introduce kvm_register_clear_available
2021-06-17 Maxim LevitskyKVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTE...
2021-06-17 Maxim LevitskyKVM: nSVM: refactor the CR3 reload on migration
2021-06-17 Sean ChristophersonKVM: x86: Always load PDPTRs on CR3 load for SVM w...
2021-06-17 Sean ChristophersonKVM: nSVM: Drop pointless pdptrs_changed() check on...
2021-06-17 Sean ChristophersonKVM: nVMX: Drop obsolete (and pointless) pdptrs_changed...
2021-06-17 Vitaly KuznetsovKVM: selftests: Introduce hyperv_features test
2021-06-17 Vitaly KuznetsovKVM: selftests: Move evmcs.h to x86_64/
2021-06-17 Vitaly KuznetsovKVM: selftests: move Hyper-V MSR definitions to hyperv.h
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_X64_EX_PROCESSOR_MASKS_RECO...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_X64_CLUSTER_IPI_RECOMMENDED bit
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_X64_REMOTE_TLB_FLUSH_RECOMM...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_DEBUGGING privilege bit
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_SIGNAL_EVENTS privilege bit
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_POST_MESSAGES privilege bit
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Check access to HVCALL_NOTIFY_LONG_S...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Prepare to check access to Hyper...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_STIMER_DIRECT_MODE_AVAILABL...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Inverse the default in hv_check_msr_...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_FEATURE_DEBUG_MSRS_AVAILABL...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_FEATURE_GUEST_CRASH_MSR_AVA...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_ACCESS_REENLIGHTENMENT...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_ACCESS_FREQUENCY_MSRS privi...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_APIC_ACCESS_AVAILABLE...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE privile...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE privile...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABL...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Prepare to check access to Hyper...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Cache guest CPUID leaves determining...
2021-06-17 Vitaly KuznetsovKVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
2021-06-17 Vitaly Kuznetsovasm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definition
2021-06-17 Vineeth PillaiKVM: SVM: hyper-v: Direct Virtual Flush support
2021-06-17 Vineeth PillaiKVM: SVM: hyper-v: Enlightened MSR-Bitmap support
2021-06-17 Vineeth PillaiKVM: SVM: hyper-v: Remote TLB flush for SVM
2021-06-17 Vineeth PillaiKVM: SVM: Software reserved fields
2021-06-17 Vineeth PillaiKVM: x86: hyper-v: Move the remote TLB flush logic...
2021-06-17 Vineeth Pillaihyperv: SVM enlightened TLB flush support flag
2021-06-17 Vineeth Pillaihyperv: Detect Nested virtualization support for SVM
2021-06-17 Krish SadhukhanKVM: nVMX: nSVM: Add a new VCPU statistic to show if...
2021-06-17 Krish SadhukhanKVM: nVMX: nSVM: 'nested_run' should count guest-entry...
2021-06-17 Sean ChristophersonKVM: x86: Drop "pre_" from enter/leave_smm() helpers
2021-06-17 Sean ChristophersonKVM: x86: Drop .post_leave_smm(), i.e. the manual post...
2021-06-17 Sean ChristophersonKVM: x86: Rename SMM tracepoint to make it reflect...
2021-06-17 Sean ChristophersonKVM: x86: Move "entering SMM" tracepoint into kvm_smm_c...
2021-06-17 Sean ChristophersonKVM: x86: Move (most) SMM hflags modifications into...
2021-06-17 Sean ChristophersonKVM: x86: Invoke kvm_smm_changed() immediately after...
2021-06-17 Sean ChristophersonKVM: x86: Replace .set_hflags() with dedicated .exiting...
2021-06-17 Sean ChristophersonKVM: x86: Emulate triple fault shutdown if RSM emulatio...
2021-06-17 Vitaly KuznetsovKVM: x86: Drop vendor specific functions for APICv...
2021-06-17 Vitaly KuznetsovKVM: x86: Use common 'enable_apicv' variable for both...
2021-06-17 Sergey Senozhatskykvm: x86: implement KVM PM-notifier
2021-06-17 Sergey Senozhatskykvm: add PM-notifier
2021-06-17 Jim MattsonKVM: selftests: Introduce x2APIC register manipulation...
2021-06-17 Jim MattsonKVM: selftests: Hoist APIC functions out of individual...
2021-06-17 Jim MattsonKVM: selftests: Move APIC definitions into a separate...
next