Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4a798f508f5d0809f45c939e329e17b3eb0ffbc1
/
arch
/
x86
/
kvm
2680d6d
kvm: x86: Update tsc multiplier on change.
by Owen Hofmann
· 9 years ago
70e4da7
KVM: x86: fix root cause for missed hardware breakpoints
by Paolo Bonzini
· 9 years ago
17e4bce
KVM: x86: MMU: fix ubsan index-out-of-range warning
by Mike Krinkin
· 9 years ago
0c1d77f
KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
by Paolo Bonzini
· 9 years ago
172b238
KVM: x86: fix missed hardware breakpoints
by Paolo Bonzini
· 9 years ago
ba049e9
kvm: rename pfn_t to kvm_pfn_t
by Dan Williams
· 9 years ago
1baa5ef
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
45bdbcf
kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROL
by Huaitong Han
· 9 years ago
671d553
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ac3e5fc
kvm/x86: Hyper-V SynIC timers tracepoints
by Andrey Smetanin
· 9 years ago
18659a9
kvm/x86: Hyper-V SynIC tracepoints
by Andrey Smetanin
· 9 years ago
f3b138c
kvm/x86: Update SynIC timers on guest entry only
by Andrey Smetanin
· 9 years ago
7be58a6
kvm/x86: Skip SynIC vector check for QEMU side
by Andrey Smetanin
· 9 years ago
23a3b20
kvm/x86: Hyper-V fix SynIC timer disabling condition
by Andrey Smetanin
· 9 years ago
0cdeabb
kvm/x86: Reorg stimer_expiration() to better control timer restart
by Andrey Smetanin
· 9 years ago
f808495
kvm/x86: Hyper-V unify stimer_start() and stimer_restart()
by Andrey Smetanin
· 9 years ago
019b978
kvm/x86: Drop stimer_stop() function
by Andrey Smetanin
· 9 years ago
1ac1b65
kvm/x86: Hyper-V timers fix incorrect logical operation
by Andrey Smetanin
· 9 years ago
2860c4b
KVM: move architecture-dependent requests to arch/
by Paolo Bonzini
· 9 years ago
1dab134
kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clock
by Nicholas Krause
· 9 years ago
e5e57e7
kvm: x86: only channel 0 of the i8254 is linked to the HPET
by Paolo Bonzini
· 9 years ago
0af2593
kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpa
by David Matlack
· 9 years ago
0185604
KVM: x86: Reload pit counters for all channels when restoring state
by Andrew Honig
· 9 years ago
e24dea2
KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUID
by Paolo Bonzini
· 9 years ago
fa7c4eb
KVM: MTRR: observe maxphyaddr from guest CPUID, not host
by Paolo Bonzini
· 9 years ago
a7f2d78
KVM: MTRR: fix fixed MTRR segment look up
by Alexis Dambricourt
· 9 years ago
7749266
KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()
by Takuya Yoshikawa
· 9 years ago
481d2bc
kvm/x86: Remove Hyper-V SynIC timer stopping
by Andrey Smetanin
· 9 years ago
8a86aea9
KVM: vmx: detect mismatched size in VMCS read/write
by Paolo Bonzini
· 9 years ago
845c5b4
KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs
by Paolo Bonzini
· 9 years ago
f353105
KVM: VMX: fix read/write sizes of VMCS fields
by Paolo Bonzini
· 9 years ago
0bcf261
KVM: VMX: fix the writing POSTED_INTR_NV
by Li RongQing
· 9 years ago
1f4b34f
kvm/x86: Hyper-V SynIC timers
by Andrey Smetanin
· 9 years ago
765eaa0
kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
by Andrey Smetanin
· 9 years ago
93bf417
kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
by Andrey Smetanin
· 9 years ago
0ae8038
kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
by Andrey Smetanin
· 9 years ago
e18eaee
kvm/x86: Rearrange func's declarations inside Hyper-V header
by Andrey Smetanin
· 9 years ago
81b1b9c
KVM: VMX: Fix host initiated access to guest MSR_TSC_AUX
by Haozhong Zhang
· 9 years ago
8b89fe1
kvm: x86: move tracepoints outside extended quiescent state
by Paolo Bonzini
· 9 years ago
bb11c6c
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
by Takuya Yoshikawa
· 9 years ago
74c4e63
KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
by Takuya Yoshikawa
· 9 years ago
98bba23
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
by Takuya Yoshikawa
· 9 years ago
4700579
KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
by Takuya Yoshikawa
· 9 years ago
77fbbbd
KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
by Takuya Yoshikawa
· 9 years ago
afd28fe
KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
by Takuya Yoshikawa
· 9 years ago
029499b
KVM: x86: MMU: Make mmu_set_spte() return emulate value
by Takuya Yoshikawa
· 9 years ago
fd95145
KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
by Takuya Yoshikawa
· 9 years ago
7ee0e5b
KVM: x86: MMU: Remove unused parameter of __direct_map()
by Takuya Yoshikawa
· 9 years ago
018aabb5
KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
by Takuya Yoshikawa
· 9 years ago
0e3d064
KVM: x86: MMU: always set accessed bit in shadow PTEs
by Paolo Bonzini
· 9 years ago
aba2f06
KVM: x86: correctly print #AC in traces
by Paolo Bonzini
· 9 years ago
46896c7
KVM: svm: add support for RDTSCP
by Paolo Bonzini
· 9 years ago
9dbe6cf
KVM: x86: expose MSR_TSC_AUX to userspace
by Paolo Bonzini
· 9 years ago
db397571
kvm/x86: Hyper-V kvm exit
by Andrey Smetanin
· 9 years ago
5c919412
kvm/x86: Hyper-V synthetic interrupt controller
by Andrey Smetanin
· 9 years ago
d62caab
kvm/x86: per-vcpu apicv deactivation support
by Andrey Smetanin
· 9 years ago
6308630
kvm/x86: split ioapic-handled and EOI exit bitmaps
by Andrey Smetanin
· 9 years ago
abdb080
kvm/irqchip: kvm_arch_irq_routing_update renaming split
by Andrey Smetanin
· 9 years ago
b2467e7
KVM: nVMX: remove incorrect vpid check in nested invvpid emulation
by Haozhong Zhang
· 9 years ago
ae8b787
x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSR
by Borislav Petkov
· 9 years ago
91713fa
kvm: Add accessors for guest CPU's family, model, stepping
by Borislav Petkov
· 9 years ago
62a193e
KVM: x86: request interrupt window when IRQ chip is split
by Matt Gingell
· 9 years ago
934bf65
KVM: x86: set KVM_REQ_EVENT on local interrupt request from user space
by Matt Gingell
· 9 years ago
782d422
KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_irq_injection
by Matt Gingell
· 9 years ago
127a457
KVM: x86: fix interrupt window handling in split IRQ chip case
by Matt Gingell
· 9 years ago
3370b69
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
a96036b
KVM: x86: rename update_db_bp_intercept to update_bp_intercept
by Paolo Bonzini
· 9 years ago
cbdb967
KVM: svm: unconditionally intercept #DB
by Paolo Bonzini
· 9 years ago
54a2055
KVM: x86: work around infinite loop in microcode when #AC is delivered
by Eric Northup
· 9 years ago
8cfe986
KVM: VMX: Dump TSC multiplier in dump_vmcs()
by Haozhong Zhang
· 9 years ago
be7b263
KVM: VMX: Use a scaled host TSC for guest readings of MSR_IA32_TSC
by Haozhong Zhang
· 9 years ago
ff2c3a1
KVM: VMX: Setup TSC scaling ratio when a vcpu is loaded
by Haozhong Zhang
· 9 years ago
64903d6
KVM: VMX: Enable and initialize VMX TSC scaling
by Haozhong Zhang
· 9 years ago
27cca94
KVM: x86: Use the correct vcpu's TSC rate to compute time scale
by Haozhong Zhang
· 9 years ago
4ba7653
KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()
by Haozhong Zhang
· 9 years ago
58ea676
KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()
by Haozhong Zhang
· 9 years ago
07c1419
KVM: x86: Replace call-back compute_tsc_offset() with a common function
by Haozhong Zhang
· 9 years ago
381d585
KVM: x86: Replace call-back set_tsc_khz() with a common function
by Haozhong Zhang
· 9 years ago
35181e8
KVM: x86: Add a common TSC scaling function
by Haozhong Zhang
· 9 years ago
ad72188
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
by Haozhong Zhang
· 9 years ago
bc9b961
KVM: x86: Collect information for setting TSC scaling ratio
by Haozhong Zhang
· 9 years ago
893590c
KVM: x86: declare a few variables as __read_mostly
by Paolo Bonzini
· 9 years ago
450869d
KVM: x86: merge handle_mmio_page_fault and handle_mmio_page_fault_common
by Paolo Bonzini
· 9 years ago
933425fb
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
a3eaa86
KVM: VMX: Fix commit which broke PML
by Kai Huang
· 9 years ago
879ae18
KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()
by Laszlo Ersek
· 9 years ago
89651a3
KVM: x86: allow RSM from 64-bit mode
by Paolo Bonzini
· 9 years ago
656ec4a
KVM: VMX: fix SMEP and SMAP without EPT
by Radim Krčmář
· 9 years ago
8a22f23
KVM: x86: move kvm_set_irq_inatomic to legacy device assignment
by Paolo Bonzini
· 9 years ago
7695405
KVM: device assignment: remove pointless #ifdefs
by Paolo Bonzini
· 9 years ago
b97e6de
KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic
by Paolo Bonzini
· 9 years ago
0669a51
KVM: x86: zero apic_arb_prio on reset
by Radim Krčmář
· 9 years ago
f40606b
KVM: x86: handle SMBASE as physical address in RSM
by Radim Krčmář
· 9 years ago
7a036a6
KVM: x86: add read_phys to x86_emulate_ops
by Radim Krčmář
· 9 years ago
2da29bc
KVM: x86: removing unused variable
by Saurabh Sengar
· 9 years ago
ce4d72f
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
8c85ac1
KVM: x86: MMU: Initialize force_pt_level before calling mapping_level()
by Takuya Yoshikawa
· 9 years ago
5690891
kvm: x86: zero EFER on INIT
by Paolo Bonzini
· 9 years ago
7cae2be
KVM: x86: move steal time initialization to vcpu entry time
by Marcelo Tosatti
· 9 years ago
5225fdf
KVM: x86: MMU: Eliminate an extra memory slot search in mapping_level()
by Takuya Yoshikawa
· 9 years ago
Next »