Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
255d9e75e2549a5bc85c3606f5a80e8a0ef4d170
/
arch
/
x86
/
kvm
/
svm.c
255d9e7
KVM: SVM: Add support for SEV GUEST_STATUS command
by Brijesh Singh
· 7 years ago
5bdb0e2
KVM: SVM: Add support for SEV LAUNCH_FINISH command
by Brijesh Singh
· 7 years ago
0d0736f
KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE command
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
70cd94e
KVM: SVM: VMRUN should use associated ASID when SEV is enabled
by Brijesh Singh
· 7 years ago
1654efc
KVM: SVM: Add KVM_SEV_INIT command
by Brijesh Singh
· 7 years ago
e9df094
KVM: SVM: Add sev module_param
by Brijesh Singh
· 7 years ago
ed3cd23
KVM: SVM: Reserve ASID range for SEV guest
by Brijesh Singh
· 7 years ago
8765d75
KVM: X86: Extend CPUID range to include new leaf
by Brijesh Singh
· 7 years ago
4faefff
KVM: SVM: Prepare to reserve asid for SEV guest
by Brijesh Singh
· 7 years ago
cea3a19
kvm: svm: prepare for new bit definition in nested_ctl
by Tom Lendacky
· 7 years ago
15038e1
KVM: SVM: obey guest PAT
by Paolo Bonzini
· 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
c263406
KVM: nSVM: refactor nested_svm_vmrun
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
d000653
KVM: SVM: limit kvm_handle_page_fault to #PF handling
by Paolo Bonzini
· 7 years ago
1cf5358
KVM: SVM: unconditionally wake up VCPU on IOMMU interrupt
by Paolo Bonzini
· 7 years ago
67034bb
KVM: SVM: Add irqchip_split() checks before enabling AVIC
by Suravee Suthikulpanit
· 7 years ago
b2a05fe
KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()
by Suravee Suthikulpanit
· 7 years ago
dfa2009
KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu()
by Suravee Suthikulpanit
· 7 years ago
49a8afc
KVM: SVM: Add a missing 'break' statement
by Jan H. Schönherr
· 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
413d63d71b
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
by Ingo Molnar
· 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
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
e911eb3
KVM: x86: Add return value to kvm_cpuid().
by Yu Zhang
· 7 years ago
640bd6e
KVM: SVM: Enable Virtual GIF feature
by Janakarajan Natarajan
· 7 years ago
3f0d4db
KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)
by Denys Vlasenko
· 7 years ago
618232e
KVM: x86: Avoid guest page table walk when gpa_available is set
by Brijesh Singh
· 7 years ago
5442c26
x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD" CPUID flag
by Borislav Petkov
· 7 years ago
de63ad4
KVM: X86: implement the logic for spinlock optimization
by Longpeng(Mike)
· 7 years ago
199b576
KVM: add spinlock optimization framework
by Longpeng(Mike)
· 7 years ago
1b4d56b
KVM: x86: use general helpers for some cpuid manipulation
by Radim Krčmář
· 7 years ago
d6321d4
KVM: x86: generalize guest_cpuid_has_ helpers
by Radim Krčmář
· 7 years ago
b96fb43
KVM: nVMX: fixes to nested virt interrupt injection
by Paolo Bonzini
· 7 years ago
d0ec49d
kvm/x86/svm: Support Secure Memory Encryption within KVM
by Tom Lendacky
· 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
89c8a49
KVM: SVM: Enable Virtual VMLOAD VMSAVE feature
by Janakarajan Natarajan
· 7 years ago
0dc9211
KVM: SVM: Rename lbr_ctl field in the vmcb control area
by Janakarajan Natarajan
· 7 years ago
8a77e90
KVM: SVM: Prepare for new bit definition in lbr_ctl
by Janakarajan Natarajan
· 7 years ago
b742c1e
KVM: SVM: handle singlestep exception when skipping emulated instructions
by Ladi Prosek
· 8 years ago
c136b84
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
c207aee
objtool, x86: Add several functions and files to the objtool whitelist
by Josh Poimboeuf
· 8 years ago
1a5e185
KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exit
by Ladi Prosek
· 8 years ago
a12713c
KVM: SVM: don't NMI singlestep over event injection
by Ladi Prosek
· 8 years ago
9b61174
KVM: SVM: hide TF/RF flags used by NMI singlestep
by Ladi Prosek
· 8 years ago
ab2f4d73
KVM: nSVM: do not forward NMI window singlestep VM exits to L1
by Ladi Prosek
· 8 years ago
4aebd0e
KVM: SVM: introduce disable_nmi_singlestep helper
by Ladi Prosek
· 8 years ago
e9196ce
KVM: Tidy the whitespace in nested_svm_check_permissions()
by Dan Carpenter
· 8 years ago
d9c1b54
KVM: SVM: do not zero out segment attributes if segment is unusable or not present
by Roman Pen
· 8 years ago
8eae957
KVM: SVM: ignore type when setting segment registers
by Gioh Kim
· 8 years ago
d3e7dec
KVM: Silence underflow warning in avic_get_physical_id_entry()
by Dan Carpenter
· 8 years ago
2d3e486
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
668fffa
kvm: better MWAIT emulation for guests
by Michael S. Tsirkin
· 8 years ago
74f1690
kvm/svm: Setup MCG_CAP on AMD properly
by Borislav Petkov
· 8 years ago
7f75540
Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch
by Ingo Molnar
· 8 years ago
3863dff
kvm: fix usage of uninit spinlock in avic_vm_destroy()
by Dmitry Vyukov
· 8 years ago
45fc875
x86: Make the GDT remapping read-only on 64-bit
by Thomas Garnier
· 8 years ago
bd7e5b0
KVM: x86: remove code for lazy FPU handling
by Paolo Bonzini
· 8 years ago
681bcea
KVM: svm: inititalize hash table structures directly
by David Hildenbrand
· 8 years ago
76dfafd5
KVM: x86: do not scan IRR twice on APICv vmentry
by Paolo Bonzini
· 8 years ago
0f89b20
kvm: svm: Use the hardware provided GPA instead of page walk
by Tom Lendacky
· 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
6218590
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
adad0d0
kvm: svm: fix unsigned compare less than zero comparison
by Colin Ian King
· 8 years ago
3e3f502
kvm: x86: drop read_tsc_offset()
by Luiz Capitulino
· 8 years ago
411b44b
svm: Implements update_pi_irte hook to setup posted interrupt
by Suravee Suthikulpanit
· 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
404f6aa
x86: Apply more __ro_after_init and const
by Kees Cook
· 8 years ago
221bb8a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
f2485b3
KVM: x86: use guest_exit_irqoff
by Paolo Bonzini
· 9 years ago
5b8abf1
kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC
by Suravee Suthikulpanit
· 9 years ago
7d669f5
kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()
by Suravee Suthikulpanit
· 9 years ago
bb3541f
KVM: x86: Fix typos
by Andrea Gelmini
· 9 years ago
e28e909
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
5446a97
svm: bitwise vs logical op typo
by Dan Carpenter
· 9 years ago
7beaa24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
67c9ddd
KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same
by Paolo Bonzini
· 9 years ago
8221c13
svm: Manage vcpu load/unload when enable AVIC
by Suravee Suthikulpanit
· 9 years ago
3bbf356
svm: Do not intercept CR8 when enable AVIC
by Suravee Suthikulpanit
· 9 years ago
46781ea
svm: Do not expose x2APIC when enable AVIC
by Suravee Suthikulpanit
· 9 years ago
be8ca17
KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
by Suravee Suthikulpanit
· 9 years ago
18f40c5
svm: Add VMEXIT handlers for AVIC
by Suravee Suthikulpanit
· 9 years ago
340d3bc
svm: Add interrupt injection via AVIC
by Suravee Suthikulpanit
· 9 years ago
44a95da
KVM: x86: Detect and Initialize AVIC support
by Suravee Suthikulpanit
· 9 years ago
296f781
x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase
by Andy Lutomirski
· 9 years ago
Next »