Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
04789b6664a60474aeb8b07a9a94d923a217690e
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
04789b6
KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor
by Liran Alon
· 7 years ago
e236617
KVM: x86: Add emulation_type to not raise #UD on emulation failure
by Liran Alon
· 7 years ago
dca7f12
KVM: x86: add kvm_fast_pio() to consolidate fast PIO code
by Sean Christopherson
· 7 years ago
a2e164e
x86/kvm/hyper-v: add reenlightenment MSRs support
by Vitaly Kuznetsov
· 7 years ago
faeb783
kvm: x86: hyperv: guest->host event signaling via eventfd
by Roman Kagan
· 7 years ago
518e7b9
KVM: X86: Allow userspace to define the microcode version
by Wanpeng Li
· 7 years ago
801e459
KVM: x86: Add a framework for supporting MSR-based features
by Tom Lendacky
· 7 years ago
f75e492
kvm: fix warning for non-x86 builds
by Sebastian Ott
· 7 years ago
87cedc6
kvm: x86: remove efer_reload entry in kvm_vcpu_stat
by Longpeng(Mike)
· 7 years ago
65e3858
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
by Paolo Bonzini
· 7 years ago
c2ba05c
KVM: X86: introduce invalidate_gpa argument to tlb flush
by Wanpeng Li
· 7 years ago
52797bf
KVM: x86: Add emulation of MSR_SMI_COUNT
by Liran Alon
· 7 years ago
66336ca
KVM: x86: add support for emulating UMIP
by Paolo Bonzini
· 9 years ago
ae3e61e
KVM: x86: add support for UMIP
by Paolo Bonzini
· 9 years ago
b1394e7
KVM: x86: fix APIC page invalidation
by Radim Krčmář
· 7 years ago
f775b13
x86,kvm: move qemu/guest FPU switching out to vcpu_run
by Rik van Riel
· 7 years ago
1e80fdc
KVM: SVM: Pin guest memory when SEV is active
by Brijesh Singh
· 7 years ago
89c5058
KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA command
by Brijesh Singh
· 7 years ago
59414c9
KVM: SVM: Add support for KVM_SEV_LAUNCH_START command
by Brijesh Singh
· 7 years ago
1654efc
KVM: SVM: Add KVM_SEV_INIT command
by Brijesh Singh
· 7 years ago
69eaede
KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctl
by Brijesh Singh
· 7 years ago
5acc5c0
KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
by Brijesh Singh
· 7 years ago
9b8ae63
KVM: x86: Don't re-execute instruction when not passing CR2 value
by Liran Alon
· 7 years ago
974aa56
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
cc3d967
KVM: SVM: detect opening of SMI window using STGI intercept
by Ladi Prosek
· 7 years ago
05cade7
KVM: nSVM: fix SMI injection in guest mode
by Ladi Prosek
· 7 years ago
72d7b37
KVM: x86: introduce ISA specific smi_allowed callback
by Ladi Prosek
· 7 years ago
0234bf8
KVM: x86: introduce ISA specific SMM entry/exit callbacks
by Ladi Prosek
· 7 years ago
6406350
x86/apic: Sanitize 32/64bit APIC callbacks
by Thomas Gleixner
· 7 years ago
b2a05fe
KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()
by Suravee Suthikulpanit
· 7 years ago
98152b8
KVM: x86: Remove .get_pkru() from kvm_x86_ops
by Joerg Roedel
· 7 years ago
0756b7f
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
5f54c8b
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Radim Krčmář
· 7 years ago
b1b6f83
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
fb1522e
KVM: update to new mmu_notifier semantic v2
by Jérôme Glisse
· 7 years ago
b9dd21e
KVM: x86: simplify handling of PKRU
by Paolo Bonzini
· 7 years ago
664f8e2
KVM: X86: Fix loss of exception which has not yet been injected
by Wanpeng Li
· 7 years ago
fd8cb43
KVM: MMU: Expose the LA57 feature to VM.
by Yu Zhang
· 7 years ago
855feb6
KVM: MMU: Add 5 level EPT & Shadow page table support.
by Yu Zhang
· 7 years ago
2a7266a
KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.
by Yu Zhang
· 7 years ago
d1cd3ce
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
by Yu Zhang
· 7 years ago
618232e
KVM: x86: Avoid guest page table walk when gpa_available is set
by Brijesh Singh
· 7 years ago
eebed24
kvm: nVMX: Add support for fast unprotection of nested guest page tables
by Paolo Bonzini
· 8 years ago
de63ad4
KVM: X86: implement the logic for spinlock optimization
by Longpeng(Mike)
· 7 years ago
d0ec49d
kvm/x86/svm: Support Secure Memory Encryption within KVM
by Tom Lendacky
· 7 years ago
d3457c8
kvm: x86: hyperv: make VP_INDEX managed by userspace
by Roman Kagan
· 7 years ago
52a5c15
KVM: async_pf: Let guest support delivery of async_pf from guest mode
by Wanpeng Li
· 7 years ago
adfe20f
KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
by Wanpeng Li
· 7 years ago
1261bfa
KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
by Wanpeng Li
· 7 years ago
cfcd20e
KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list
by Wanpeng Li
· 7 years ago
efc479e
kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
by Roman Kagan
· 8 years ago
a826faf
KVM: x86: make backwards_tsc_observed a per-VM variable
by Ladi Prosek
· 8 years ago
ac8d57e
kvm: x86: mmu: allow A/D bits to be disabled in an mmu
by Peter Feiner
· 8 years ago
04a7ea0
Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 8 years ago
2387149
KVM: improve arch vcpu request defining
by Andrew Jones
· 8 years ago
b401ee0
KVM: x86: lower default for halt_poll_ns
by Paolo Bonzini
· 8 years ago
bab4165
kvm: x86: Add a hook for arch specific dirty logging emulation
by Bandan Das
· 8 years ago
5c0aea0
KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING
by David Hildenbrand
· 8 years ago
7a97cec
KVM: mark requests that need synchronization
by Paolo Bonzini
· 8 years ago
930f7fd
KVM: mark requests that do not need a wakeup
by Radim Krčmář
· 8 years ago
db2336a
KVM: x86: virtualize cpuid faulting
by Kyle Huey
· 8 years ago
637e3f8
KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS
by David Hildenbrand
· 8 years ago
4b4357e
kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public
by Paolo Bonzini
· 8 years ago
ae1e2d1
kvm: nVMX: support EPT accessed/dirty bits
by Paolo Bonzini
· 8 years ago
bd7e5b0
KVM: x86: remove code for lazy FPU handling
by Paolo Bonzini
· 8 years ago
76dfafd5
KVM: x86: do not scan IRR twice on APICv vmentry
by Paolo Bonzini
· 8 years ago
0f1e261
KVM: x86: add VCPU stat for KVM_REQ_EVENT processing
by Paolo Bonzini
· 8 years ago
0f89b20
kvm: svm: Use the hardware provided GPA instead of page walk
by Tom Lendacky
· 8 years ago
f160c7b
kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.
by Junaid Shahid
· 8 years ago
37f0e8f
kvm: x86: mmu: Do not use bit 63 for tracking special SPTEs
by Junaid Shahid
· 8 years ago
114df30
kvm: x86: reduce collisions in mmu_page_hash
by David Matlack
· 8 years ago
f3414bc
kvm: x86: export maximum number of mmu_page_hash collisions
by David Matlack
· 8 years ago
49776fa
KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()
by Radim Krčmář
· 8 years ago
a5a1d1c
clocksource: Use a plain u64 instead of cycle_t
by Thomas Gleixner
· 8 years ago
3f5ad8b
KVM: hyperv: fix locking of struct kvm_hv fields
by Paolo Bonzini
· 8 years ago
9ed38ffa
KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry
by Ladi Prosek
· 8 years ago
6affcbe
KVM: x86: Add kvm_skip_emulated_instruction and use it.
by Kyle Huey
· 8 years ago
6a908b6
KVM: x86: Add a return value to kvm_emulate_cpuid
by Kyle Huey
· 8 years ago
8370c3d
kvm: svm: Add kvm_fast_pio_in support
by Tom Lendacky
· 8 years ago
1472775
kvm: svm: Add support for additional SVM NPF error codes
by Tom Lendacky
· 8 years ago
ea26e4e
KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK
by Paolo Bonzini
· 8 years ago
095cf55
KVM: x86: Hyper-V tsc page setup
by Paolo Bonzini
· 9 years ago
3e3f502
kvm: x86: drop read_tsc_offset()
by Luiz Capitulino
· 8 years ago
a545ab6
kvm: x86: add tsc_offset field to struct kvm_vcpu_arch
by Luiz Capitulino
· 8 years ago
ad53e35
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 8 years ago
5881f73
svm: Introduce AMD IOMMU avic_ga_log_notifier
by Suravee Suthikulpanit
· 8 years ago
5ea11f2
svm: Introduces AVIC per-VM ID
by Suravee Suthikulpanit
· 8 years ago
8a7e75d
KVM: Add provisioning for ulong vm stats and u64 vcpu stats
by Suraj Jitindar Singh
· 8 years ago
221bb8a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
af1bae5
KVM: x86: bump KVM_MAX_VCPU_ID to 1023
by Radim Krčmář
· 9 years ago
682f732
KVM: x86: bump MAX_VCPUS to 288
by Radim Krčmář
· 9 years ago
c519265
KVM: x86: add a flag to disable KVM x2apic broadcast quirk
by Radim Krčmář
· 9 years ago
37131313
KVM: x86: add KVM_CAP_X2APIC_API
by Radim Krčmář
· 9 years ago
0ca52e7
KVM: x86: dynamic kvm_apic_map
by Radim Krčmář
· 9 years ago
e45115b
KVM: x86: use physical LAPIC array for logical x2APIC
by Radim Krčmář
· 9 years ago
757883d
KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240
by Radim Krčmář
· 9 years ago
ffb128c
kvm: mmu: don't set the present bit unconditionally
by Bandan Das
· 9 years ago
c45dcc7
KVM: VMX: enable guest access to LMCE related MSRs
by Ashok Raj
· 9 years ago
64672c9
kvm: vmx: hook preemption timer support
by Yunhong Jiang
· 9 years ago
ce7a058
KVM: x86: support using the vmx preemption timer for tsc deadline timer
by Yunhong Jiang
· 9 years ago
Next »