index
:
Linux Stable
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-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
path:
root
/
arch
/
x86
/
kvm
/
x86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup mode
Anton Romanov
2022-03-16
1
-0
/
+7
*
KVM: x86: Exit to userspace if emulation prepared a completion callback
Hou Wenlong
2022-03-08
1
-0
/
+3
*
KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code seg
Sean Christopherson
2022-03-08
1
-1
/
+6
*
KVM: X86: Ensure that dirty PDPTRs are loaded
Lai Jiangshan
2022-03-08
1
-0
/
+1
*
KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any time
Like Xu
2022-02-01
1
-2
/
+2
*
KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS
Like Xu
2022-02-01
1
-0
/
+1
*
KVM: x86: Keep MSR_IA32_XSS unchanged for INIT
Xiaoyao Li
2022-02-01
1
-2
/
+1
*
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
2022-02-01
1
-1
/
+3
*
KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
Wei Wang
2022-01-20
1
-1
/
+1
*
KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
Sean Christopherson
2022-01-20
1
-1
/
+4
*
KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
Sean Christopherson
2022-01-20
1
-3
/
+4
*
KVM: x86: Always set kvm_run->if_flag
Marc Orr
2021-12-29
1
-8
/
+1
*
KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_C...
Vitaly Kuznetsov
2021-12-22
1
-1
/
+1
*
KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
Lai Jiangshan
2021-12-22
1
-0
/
+12
*
KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
Sean Christopherson
2021-12-14
1
-2
/
+7
*
KVM: x86: check PIR even for vCPUs with disabled APICv
Paolo Bonzini
2021-12-08
1
-9
/
+9
*
KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit
Sean Christopherson
2021-12-08
1
-4
/
+24
*
KVM: x86: ignore APICv if LAPIC is not enabled
Paolo Bonzini
2021-12-08
1
-1
/
+1
*
KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
黄乐
2021-11-25
1
-2
/
+6
*
KVM: x86: Assume a 64-bit hypercall for guests with protected state
Tom Lendacky
2021-11-25
1
-1
/
+1
*
KVM: Fix steal time asm constraints
David Woodhouse
2021-11-21
1
-3
/
+3
*
KVM: x86: move guest_pv_has out of user_access section
Paolo Bonzini
2021-11-18
1
-3
/
+6
*
KVM: x86: Fix recording of guest steal time / preempted status
David Woodhouse
2021-11-18
1
-30
/
+75
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-10-31
1
-14
/
+22
|
\
|
*
KVM: x86: Take srcu lock in post_kvm_run_save()
David Woodhouse
2021-10-28
1
-0
/
+8
|
*
KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlock
David Woodhouse
2021-10-25
1
-14
/
+14
*
|
KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if needed
Paolo Bonzini
2021-10-22
1
-16
/
+56
*
|
KVM: SEV-ES: keep INS functions together
Paolo Bonzini
2021-10-22
1
-9
/
+9
*
|
KVM: x86: remove unnecessary arguments from complete_emulator_pio_in
Paolo Bonzini
2021-10-22
1
-5
/
+6
*
|
KVM: x86: split the two parts of emulator_pio_in
Paolo Bonzini
2021-10-22
1
-17
/
+28
*
|
KVM: SEV-ES: clean up kvm_sev_es_ins/outs
Paolo Bonzini
2021-10-22
1
-16
/
+15
*
|
KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_out
Paolo Bonzini
2021-10-22
1
-4
/
+9
*
|
KVM: SEV-ES: rename guest_ins_data to sev_pio_data
Paolo Bonzini
2021-10-22
1
-2
/
+2
*
|
KVM: x86: check for interrupts before deciding whether to exit the fast path
Paolo Bonzini
2021-10-21
1
-5
/
+5
|
/
*
KVM: X86: fix lazy allocation of rmaps
Paolo Bonzini
2021-10-18
1
-1
/
+2
*
kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
Fares Mehanna
2021-09-22
1
-0
/
+7
*
KVM: x86: reset pdptrs_from_userspace when exiting smm
Maxim Levitsky
2021-09-22
1
-0
/
+7
*
KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entry
Sean Christopherson
2021-09-22
1
-1
/
+1
*
KVM: x86: Handle SRCU initialization failure during page track init
Haimin Zhang
2021-09-22
1
-1
/
+6
*
KVM: x86: Clear KVM's cached guest CR3 at RESET/INIT
Sean Christopherson
2021-09-22
1
-0
/
+3
*
KVM: x86: Mark all registers as avail/dirty at vCPU creation
Sean Christopherson
2021-09-22
1
-0
/
+2
*
KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...
Zelin Deng
2021-09-06
1
-0
/
+4
*
KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ
Maxim Levitsky
2021-08-20
1
-0
/
+4
*
KVM: x86/mmu: Add detailed page size stats
Mingwei Zhang
2021-08-20
1
-1
/
+3
*
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
2021-08-20
1
-4
/
+0
*
KVM: SVM: avoid refreshing avic if its state didn't change
Maxim Levitsky
2021-08-20
1
-1
/
+8
*
KVM: x86: APICv: fix race in kvm_request_apicv_update on SVM
Maxim Levitsky
2021-08-20
1
-15
/
+24
*
KVM: x86: don't disable APICv memslot when inhibited
Maxim Levitsky
2021-08-20
1
-13
/
+8
*
KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
Peter Xu
2021-08-20
1
-4
/
+2
*
KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()
Sean Christopherson
2021-08-13
1
-1
/
+8
[next]