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-10-01
KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
Paolo Bonzini
3
-12
/
+16
2021-10-01
KVM: MMU: change direct_page_fault() arguments to kvm_page_fault
Paolo Bonzini
3
-28
/
+27
2021-10-01
KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
Paolo Bonzini
4
-24
/
+24
2021-10-01
KVM: MMU: Introduce struct kvm_page_fault
Paolo Bonzini
1
-3
/
+31
2021-10-01
KVM: MMU: pass unadulterated gpa to direct_page_fault
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: x86: Fix potential race in KVM_GET_CLOCK
Oliver Upton
1
-13
/
+23
2021-10-01
KVM: x86: extract KVM_GET_CLOCK/KVM_SET_CLOCK to separate functions
Paolo Bonzini
1
-47
/
+52
2021-10-01
kvm: x86: abstract locking around pvclock_update_vm_gtod_copy
Paolo Bonzini
2
-34
/
+29
2021-10-01
KVM: X86: Move PTE present check from loop body to __shadow_walk_next()
Lai Jiangshan
2
-12
/
+3
2021-10-01
KVM: x86: nSVM: implement nested TSC scaling
Maxim Levitsky
5
-6
/
+63
2021-10-01
KVM: x86: SVM: add module param to control TSC scaling
Maxim Levitsky
1
-6
/
+18
2021-10-01
KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset
Paolo Bonzini
1
-27
/
+34
2021-09-30
KVM: x86: SVM: add module param to control LBR virtualization
Maxim Levitsky
1
-1
/
+12
2021-09-30
KVM: x86: nSVM: don't copy pause related settings
Maxim Levitsky
1
-8
/
+0
2021-09-30
kvm: irqfd: avoid update unmodified entries of the routing
Longpeng(Mike)
1
-0
/
+9
2021-09-30
KVM: X86: Don't check unsync if the original spte is writible
Lai Jiangshan
1
-2
/
+2
2021-09-30
KVM: X86: Don't unsync pagetables when speculative
Lai Jiangshan
3
-3
/
+8
2021-09-30
KVM: X86: Remove FNAME(update_pte)
Lai Jiangshan
1
-9
/
+1
2021-09-30
KVM: X86: Zap the invalid list after remote tlb flushing
Lai Jiangshan
1
-1
/
+1
2021-09-30
KVM: X86: Change kvm_sync_page() to return true when remote flush is needed
Lai Jiangshan
2
-19
/
+23
2021-09-30
KVM: X86: Remove kvm_mmu_flush_or_zap()
Lai Jiangshan
1
-20
/
+6
2021-09-30
KVM: X86: Don't flush current tlb on shadow page modification
Lai Jiangshan
2
-6
/
+0
2021-09-30
KVM: x86/mmu: Complete prefetch for trailing SPTEs for direct, legacy MMU
Sean Christopherson
1
-1
/
+3
2021-09-30
KVM: x86: Manually retrieve CPUID.0x1 when getting FMS for RESET/INIT
Sean Christopherson
1
-7
/
+5
2021-09-30
KVM: x86: WARN on non-zero CRs at RESET to detect improper initalization
Sean Christopherson
1
-0
/
+10
2021-09-30
KVM: SVM: Move RESET emulation to svm_vcpu_reset()
Sean Christopherson
3
-16
/
+21
2021-09-30
KVM: VMX: Move RESET emulation to vmx_vcpu_reset()
Sean Christopherson
1
-31
/
+32
2021-09-30
KVM: VMX: Drop explicit zeroing of MSR guest values at vCPU creation
Sean Christopherson
1
-5
/
+1
2021-09-30
KVM: x86: Fold fx_init() into kvm_arch_vcpu_create()
Sean Christopherson
1
-12
/
+4
2021-09-30
KVM: x86: Remove defunct setting of XCR0 for guest during vCPU create
Sean Christopherson
1
-6
/
+1
2021-09-30
KVM: x86: Remove defunct setting of CR0.ET for guests during vCPU create
Sean Christopherson
1
-2
/
+0
2021-09-30
KVM: x86: Do not mark all registers as avail/dirty during RESET/INIT
Sean Christopherson
2
-2
/
+3
2021-09-30
KVM: x86: Simplify retrieving the page offset when loading PDTPRs
Sean Christopherson
1
-2
/
+2
2021-09-30
KVM: x86: Subsume nested GPA read helper into load_pdptrs()
Sean Christopherson
2
-41
/
+18
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
9
-11
/
+11
2021-09-30
Revert "x86/kvm: fix vcpu-id indexed array sizes"
Juergen Gross
2
-3
/
+3
2021-09-30
KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask
Vitaly Kuznetsov
3
-13
/
+2
2021-09-30
KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()
Vitaly Kuznetsov
2
-2
/
+2
2021-09-30
KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask...
Vitaly Kuznetsov
1
-6
/
+9
2021-09-30
KVM: nVMX: Reset vmxon_ptr upon VMXOFF emulation.
Vitaly Kuznetsov
2
-0
/
+2
2021-09-30
KVM: nVMX: Use INVALID_GPA for pointers used in nVMX.
Yu Zhang
2
-32
/
+32
2021-09-30
KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checks
Sean Christopherson
1
-2
/
+2
2021-09-30
x86/kvmclock: Move this_cpu_pvti into kvmclock.h
Zelin Deng
2
-11
/
+16
2021-09-27
KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
Zhenzhong Duan
1
-1
/
+1
2021-09-24
Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
3
-5
/
+9
2021-09-23
KVM: X86: Synchronize the shadow pagetable before link it
Lai Jiangshan
2
-9
/
+31
2021-09-23
KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
Lai Jiangshan
1
-21
/
+2
2021-09-23
KVM: x86: nSVM: don't copy virt_ext from vmcb12
Maxim Levitsky
1
-1
/
+0
2021-09-23
KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
Maxim Levitsky
1
-0
/
+4
2021-09-23
KVM: x86: nSVM: restore int_vector in svm_clear_vintr
Maxim Levitsky
1
-0
/
+2
[next]