index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
2020-04-23
9
-52
/
+56
*
KVM: eVMCS: check if nesting is enabled
Paolo Bonzini
2020-04-23
1
-11
/
+13
*
KVM: x86: check_nested_events is never NULL
Paolo Bonzini
2020-04-23
1
-3
/
+3
*
selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts down
Paolo Bonzini
2020-04-21
1
-4
/
+9
*
KVM: SVM: avoid infinite loop on NPF from bad address
Paolo Bonzini
2020-04-21
2
-0
/
+8
*
tools/kvm_stat: add sample systemd unit file
Stefan Raspl
2020-04-21
1
-0
/
+16
*
tools/kvm_stat: Add command line switch '-L' to log to file
Stefan Raspl
2020-04-21
2
-13
/
+68
*
tools/kvm_stat: add command line switch '-z' to skip zero records
Stefan Raspl
2020-04-21
2
-8
/
+24
*
KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run
Tianjia Zhang
2020-04-21
7
-13
/
+17
*
KVM: nSVM: Check for CR0.CD and CR0.NW on VMRUN of nested guests
Krish Sadhukhan
2020-04-21
1
-0
/
+4
*
KVM: X86: Improve latency for single target IPI fastpath
Wanpeng Li
2020-04-21
4
-23
/
+34
*
KVM: VMX: Optimize handling of VM-Entry failures in vmx_vcpu_run()
Sean Christopherson
2020-04-21
1
-3
/
+8
*
KVM: nVMX: Remove non-functional "support" for CR3 target values
Sean Christopherson
2020-04-21
6
-50
/
+3
*
KVM: x86/mmu: Avoid an extra memslot lookup in try_async_pf() for L2
Paolo Bonzini
2020-04-21
3
-11
/
+10
*
KVM: x86/mmu: Set @writable to false for non-visible accesses by L2
Sean Christopherson
2020-04-21
1
-0
/
+1
*
KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flags
Sean Christopherson
2020-04-21
4
-18
/
+27
*
KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flags
Sean Christopherson
2020-04-21
4
-25
/
+39
*
KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switch
Sean Christopherson
2020-04-21
3
-6
/
+5
*
KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switch
Sean Christopherson
2020-04-21
3
-6
/
+13
*
KVM: nVMX: Invoke ept_save_pdptrs() if and only if PAE paging is enabled
Sean Christopherson
2020-04-21
2
-7
/
+8
*
KVM: nVMX: Rename exit_reason to vm_exit_reason for nested VM-Exit
Sean Christopherson
2020-04-21
2
-15
/
+16
*
KVM: nVMX: Cast exit_reason to u16 to check for nested EXTERNAL_INTERRUPT
Sean Christopherson
2020-04-21
1
-1
/
+1
*
KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
3
-3
/
+4
*
KVM: nVMX: Drop a superfluous WARN on reflecting EXTERNAL_INTERRUPT
Sean Christopherson
2020-04-21
1
-5
/
+4
*
KVM: nVMX: Split VM-Exit reflection logic into L0 vs. L1 wants
Sean Christopherson
2020-04-21
1
-41
/
+70
*
KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
1
-10
/
+10
*
KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_reflected()
Sean Christopherson
2020-04-21
1
-12
/
+20
*
KVM: nVMX: Uninline nested_vmx_reflect_vmexit(), i.e. move it to nested.c
Sean Christopherson
2020-04-21
2
-36
/
+34
*
KVM: nVMX: Move reflection check into nested_vmx_reflect_vmexit()
Sean Christopherson
2020-04-21
2
-7
/
+13
*
kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
Emanuele Giuseppe Esposito
2020-04-21
7
-243
/
+231
*
KVM: x86: move kvm_create_vcpu_debugfs after last failure point
Paolo Bonzini
2020-04-21
1
-3
/
+1
*
KVM: SVM: Use do_machine_check to pass MCE to the host
Uros Bizjak
2020-04-21
1
-5
/
+21
*
KVM: VMX: Clean cr3/pgd handling in vmx_load_mmu_pgd()
Sean Christopherson
2020-04-21
1
-3
/
+4
*
KVM: x86: Replace "cr3" with "pgd" in "new cr3/pgd" related code
Sean Christopherson
2020-04-21
5
-38
/
+38
*
KVM: nVMX: Free only the affected contexts when emulating INVEPT
Sean Christopherson
2020-04-21
1
-9
/
+33
*
KVM: nVMX: Don't flush TLB on nested VMX transition
Sean Christopherson
2020-04-21
2
-3
/
+5
*
KVM: nVMX: Skip MMU sync on nested VMX transition when possible
Sean Christopherson
2020-04-21
2
-2
/
+48
*
KVM: x86/mmu: Add module param to force TLB flush on root reuse
Sean Christopherson
2020-04-21
1
-2
/
+5
*
KVM: x86/mmu: Add separate override for MMU sync during fast CR3 switch
Sean Christopherson
2020-04-21
4
-9
/
+11
*
KVM: x86/mmu: Move fast_cr3_switch() side effects to __kvm_mmu_new_cr3()
Sean Christopherson
2020-04-21
1
-38
/
+31
*
KVM: VMX: Don't reload APIC access page if its control is disabled
Sean Christopherson
2020-04-21
1
-1
/
+13
*
KVM: VMX: Retrieve APIC access page HPA only when necessary
Sean Christopherson
2020-04-21
3
-15
/
+16
*
KVM: nVMX: Reload APIC access page on nested VM-Exit only if necessary
Sean Christopherson
2020-04-21
3
-8
/
+12
*
KVM: nVMX: Selectively use TLB_FLUSH_CURRENT for nested VM-Enter/VM-Exit
Sean Christopherson
2020-04-21
1
-3
/
+5
*
KVM: x86/mmu: Use KVM_REQ_TLB_FLUSH_CURRENT for MMU specific flushes
Sean Christopherson
2020-04-21
1
-6
/
+6
*
KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID
Sean Christopherson
2020-04-21
6
-4
/
+32
*
KVM: nVMX: Add helper to handle TLB flushes on nested VM-Enter/VM-Exit
Sean Christopherson
2020-04-21
1
-44
/
+44
*
KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()
Sean Christopherson
2020-04-21
5
-15
/
+13
*
KVM: SVM: Document the ASID logic in svm_flush_tlb()
Sean Christopherson
2020-04-21
1
-0
/
+7
*
KVM: VMX: Introduce vmx_flush_tlb_current()
Sean Christopherson
2020-04-21
1
-2
/
+18
[next]