index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
KVM: nVMX: Consolidate VM-Enter/VM-Exit TLB flush and MMU sync logic
Sean Christopherson
1
-64
/
+23
2021-06-17
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
5
-19
/
+11
2021-06-17
KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helper
Sean Christopherson
2
-10
/
+30
2021-06-17
KVM: x86: Uncondtionally skip MMU sync/TLB flush in MOV CR3's PGD switch
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: Invalidate all PGDs for the current PCID on MOV CR3 w/ flush
Sean Christopherson
1
-27
/
+42
2021-06-17
KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
Sean Christopherson
1
-7
/
+0
2021-06-17
KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: nVMX: Sync all PGDs on nested transition with shadow paging
Sean Christopherson
4
-8
/
+15
2021-06-17
KVM: nVMX: Request to sync eVMCS from VMCS12 after migration
Vitaly Kuznetsov
1
-0
/
+6
2021-06-17
KVM: nVMX: Reset eVMCS clean fields data from prepare_vmcs02()
Vitaly Kuznetsov
1
-6
/
+13
2021-06-17
KVM: nVMX: Force enlightened VMCS sync from nested_vmx_failValid()
Vitaly Kuznetsov
1
-2
/
+6
2021-06-17
KVM: nVMX: Ignore 'hv_clean_fields' data when eVMCS data is copied in vmx_get...
Vitaly Kuznetsov
1
-18
/
+25
2021-06-17
KVM: nVMX: Release enlightened VMCS on VMCLEAR
Vitaly Kuznetsov
1
-0
/
+2
2021-06-17
KVM: nVMX: Introduce 'EVMPTR_MAP_PENDING' post-migration state
Vitaly Kuznetsov
3
-11
/
+9
2021-06-17
KVM: nVMX: Make copy_vmcs12_to_enlightened()/copy_enlightened_to_vmcs12() ret...
Vitaly Kuznetsov
1
-4
/
+4
2021-06-17
KVM: nVMX: Release eVMCS when enlightened VMENTRY was disabled
Vitaly Kuznetsov
1
-1
/
+3
2021-06-17
KVM: nVMX: Don't set 'dirty_vmcs12' flag on enlightened VMPTRLD
Vitaly Kuznetsov
1
-1
/
+0
2021-06-17
KVM: nVMX: Use '-1' in 'hv_evmcs_vmptr' to indicate that eVMCS is not in use
Vitaly Kuznetsov
5
-28
/
+40
2021-06-17
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
4
-2
/
+13
2021-06-17
KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
Maxim Levitsky
3
-27
/
+133
2021-06-17
KVM: x86: introduce kvm_register_clear_available
Maxim Levitsky
2
-4
/
+9
2021-06-17
KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
Maxim Levitsky
1
-5
/
+18
2021-06-17
KVM: nSVM: refactor the CR3 reload on migration
Maxim Levitsky
1
-7
/
+25
2021-06-17
KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guest
Sean Christopherson
2
-33
/
+2
2021-06-17
KVM: nSVM: Drop pointless pdptrs_changed() check on nested transition
Sean Christopherson
1
-4
/
+2
2021-06-17
KVM: nVMX: Drop obsolete (and pointless) pdptrs_changed() check
Sean Christopherson
1
-5
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED bit
Vitaly Kuznetsov
1
-0
/
+8
2021-06-17
KVM: x86: hyper-v: Honor HV_X64_CLUSTER_IPI_RECOMMENDED bit
Vitaly Kuznetsov
1
-0
/
+4
2021-06-17
KVM: x86: hyper-v: Honor HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED bit
Vitaly Kuznetsov
1
-0
/
+6
2021-06-17
KVM: x86: hyper-v: Honor HV_DEBUGGING privilege bit
Vitaly Kuznetsov
1
-0
/
+9
2021-06-17
KVM: x86: hyper-v: Honor HV_SIGNAL_EVENTS privilege bit
Vitaly Kuznetsov
1
-0
/
+2
2021-06-17
KVM: x86: hyper-v: Honor HV_POST_MESSAGES privilege bit
Vitaly Kuznetsov
1
-0
/
+2
2021-06-17
KVM: x86: hyper-v: Check access to HVCALL_NOTIFY_LONG_SPIN_WAIT hypercall
Vitaly Kuznetsov
1
-0
/
+11
2021-06-17
KVM: x86: hyper-v: Prepare to check access to Hyper-V hypercalls
Vitaly Kuznetsov
1
-0
/
+11
2021-06-17
KVM: x86: hyper-v: Honor HV_STIMER_DIRECT_MODE_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+6
2021-06-17
KVM: x86: hyper-v: Inverse the default in hv_check_msr_access()
Vitaly Kuznetsov
1
-1
/
+1
2021-06-17
KVM: x86: hyper-v: Honor HV_FEATURE_DEBUG_MSRS_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+4
2021-06-17
KVM: x86: hyper-v: Honor HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+4
2021-06-17
KVM: x86: hyper-v: Honor HV_ACCESS_REENLIGHTENMENT privilege bit
Vitaly Kuznetsov
1
-0
/
+5
2021-06-17
KVM: x86: hyper-v: Honor HV_ACCESS_FREQUENCY_MSRS privilege bit
Vitaly Kuznetsov
1
-0
/
+4
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_APIC_ACCESS_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+7
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+10
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+8
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE privilege bit
Vitaly Kuznetsov
1
-0
/
+12
2021-06-17
KVM: x86: hyper-v: Prepare to check access to Hyper-V MSRs
Vitaly Kuznetsov
1
-0
/
+18
[prev]
[next]