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.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
/
x86
/
kvm
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-33
/
+29
2021-10-01
KVM: x86: nSVM: implement nested TSC scaling
Maxim Levitsky
1
-0
/
+1
2021-09-30
kvm: irqfd: avoid update unmodified entries of the routing
Longpeng(Mike)
1
-0
/
+9
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: 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
1
-2
/
+2
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
1
-38
/
+18
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
1
-1
/
+1
2021-09-30
KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask
Vitaly Kuznetsov
1
-8
/
+1
2021-09-30
KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()
Vitaly Kuznetsov
1
-1
/
+1
2021-09-22
kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
Fares Mehanna
1
-0
/
+7
2021-09-22
KVM: x86: reset pdptrs_from_userspace when exiting smm
Maxim Levitsky
1
-0
/
+7
2021-09-22
KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entry
Sean Christopherson
1
-1
/
+1
2021-09-22
KVM: x86: Handle SRCU initialization failure during page track init
Haimin Zhang
1
-1
/
+6
2021-09-22
KVM: x86: Clear KVM's cached guest CR3 at RESET/INIT
Sean Christopherson
1
-0
/
+3
2021-09-22
KVM: x86: Mark all registers as avail/dirty at vCPU creation
Sean Christopherson
1
-0
/
+2
2021-09-06
KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...
Zelin Deng
1
-0
/
+4
2021-08-20
KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ
Maxim Levitsky
1
-0
/
+4
2021-08-20
KVM: x86/mmu: Add detailed page size stats
Mingwei Zhang
1
-1
/
+3
2021-08-20
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
1
-4
/
+0
2021-08-20
KVM: SVM: avoid refreshing avic if its state didn't change
Maxim Levitsky
1
-1
/
+8
2021-08-20
KVM: x86: APICv: fix race in kvm_request_apicv_update on SVM
Maxim Levitsky
1
-15
/
+24
2021-08-20
KVM: x86: don't disable APICv memslot when inhibited
Maxim Levitsky
1
-13
/
+8
2021-08-20
KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
Peter Xu
1
-4
/
+2
2021-08-13
KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()
Sean Christopherson
1
-1
/
+8
2021-08-13
KVM: VMX: Reset DR6 only when KVM_DEBUGREG_WONT_EXIT
Paolo Bonzini
1
-6
/
+0
2021-08-13
KVM: X86: Set host DR6 only on VMX and for KVM_DEBUGREG_WONT_EXIT
Paolo Bonzini
1
-1
/
+0
2021-08-13
KVM: X86: Remove unneeded KVM_DEBUGREG_RELOAD
Lai Jiangshan
1
-3
/
+0
2021-08-05
KVM: xen: do not use struct gfn_to_hva_cache
Paolo Bonzini
1
-0
/
+1
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
1
-5
/
+2
2021-08-02
KVM: x86: Preserve guest's CR0.CD/NW on INIT
Sean Christopherson
1
-1
/
+13
2021-08-02
KVM: SVM: Emulate #INIT in response to triple fault shutdown
Sean Christopherson
1
-0
/
+1
2021-08-02
KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86
Sean Christopherson
1
-0
/
+8
2021-08-02
KVM: x86/mmu: Skip the permission_fault() check on MMIO if CR0.PG=0
Sean Christopherson
1
-3
/
+3
2021-08-02
KVM: x86: Move EDX initialization at vCPU RESET to common code
Sean Christopherson
1
-0
/
+13
2021-08-02
KVM: x86: Flush the guest's TLB on INIT
Sean Christopherson
1
-0
/
+12
2021-08-02
KVM: x86: APICv: drop immediate APICv disablement on current vCPU
Maxim Levitsky
1
-11
/
+1
2021-08-02
KVM: X86: Add per-vm stat for max rmap list size
Peter Xu
1
-0
/
+1
2021-08-02
KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
Sean Christopherson
1
-4
/
+2
2021-08-02
KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
Sean Christopherson
1
-0
/
+4
2021-07-30
KVM: x86: accept userspace interrupt only if no event is injected
Paolo Bonzini
1
-2
/
+11
2021-07-26
KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK access
Vitaly Kuznetsov
1
-2
/
+2
2021-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+2
2021-07-15
KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()
Lai Jiangshan
1
-0
/
+2
[prev]
[next]