Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d97c2e0d635e39b5b63784deb3212e846ebf76dc
/
arch
/
x86
/
kvm
b1394e7
KVM: x86: fix APIC page invalidation
by Radim Krčmář
· 7 years ago
2895db6
KVM: VMX: fix page leak in hardware_setup()
by Jim Mattson
· 7 years ago
d59d51f
KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
by Andrew Honig
· 7 years ago
6ab0b9f
x86,kvm: remove KVM emulator get_fpu / put_fpu
by Rik van Riel
· 7 years ago
f775b13
x86,kvm: move qemu/guest FPU switching out to vcpu_run
by Rik van Riel
· 7 years ago
20b7035
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
by Jan H. Schönherr
· 7 years ago
b745582
KVM: VMX: Fix vmx->nested freeing when no SMI handler
by Wanpeng Li
· 7 years ago
c37c287
KVM: VMX: Fix rflags cache during vCPU reset
by Wanpeng Li
· 7 years ago
e70b57a
KVM: X86: Fix softlockup when get the current kvmclock
by Wanpeng Li
· 7 years ago
12806ba
KVM: lapic: Fixup LDR on load in x2apic
by Dr. David Alan Gilbert
· 7 years ago
e872fa9
KVM: lapic: Split out x2apic ldr calculation
by Dr. David Alan Gilbert
· 7 years ago
c4ad77e
KVM: vmx: use X86_CR4_UMIP and X86_FEATURE_UMIP
by Paolo Bonzini
· 7 years ago
50a671d
KVM: x86: Fix CPUID function for word 6 (80000001_ECX)
by Janakarajan Natarajan
· 7 years ago
917dc60
KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was reinjected to L2
by Liran Alon
· 7 years ago
b200dded
KVM: x86: ioapic: Preserve read-only values in the redirection table
by Nikita Leshenko
· 7 years ago
a8bfec2
KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggered
by Nikita Leshenko
· 7 years ago
7d22536
KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irq
by Nikita Leshenko
· 7 years ago
da3fe7b
KVM: x86: ioapic: Don't fire level irq when Remote IRR set
by Nikita Leshenko
· 7 years ago
0fc5a36
KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race
by Nikita Leshenko
· 7 years ago
6ea6e84
KVM: x86: inject exceptions produced by x86_decode_insn
by Paolo Bonzini
· 7 years ago
fab0aa3
KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRs
by Eyal Moscovici
· 7 years ago
4d772cb
KVM: x86: fix em_fxstor() sleeping while in atomic
by David Hildenbrand
· 7 years ago
5af4157
KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
by Wanpeng Li
· 7 years ago
f1b026a
KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
by Wanpeng Li
· 7 years ago
3853be2
KVM: X86: Fix operand/address-size during instruction decoding
by Wanpeng Li
· 7 years ago
9b8ae63
KVM: x86: Don't re-execute instruction when not passing CR2 value
by Liran Alon
· 7 years ago
1f4dcb3
KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
by Liran Alon
· 7 years ago
61cb57c
KVM: x86: Exit to user-mode on #UD intercept when emulator requires
by Liran Alon
· 7 years ago
ac9b305
KVM: nVMX/nSVM: Don't intercept #UD when running L2
by Liran Alon
· 7 years ago
51c4b8b
KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk
by Liran Alon
· 7 years ago
d02fcf5
kvm: vmx: Allow disabling virtual NMI support
by Paolo Bonzini
· 7 years ago
8a1b439
kvm: vmx: Reinstate support for CPUs without virtual NMI
by Paolo Bonzini
· 7 years ago
15038e1
KVM: SVM: obey guest PAT
by Paolo Bonzini
· 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
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
f0a32ee
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
4191db2
KVM: x86: Update APICv on APIC reset
by Jan H. Schönherr
· 7 years ago
a488848
KVM: VMX: Do not fully reset PI descriptor on vCPU reset
by Jan H. Schönherr
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
9ffd986
KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0
by Wanpeng Li
· 7 years ago
61f1dd9
KVM: VMX: Fix VPID capability detection
by Wanpeng Li
· 7 years ago
575b3a2
KVM: nVMX: Fix EPT switching advertising
by Wanpeng Li
· 7 years ago
cc3d967
KVM: SVM: detect opening of SMI window using STGI intercept
by Ladi Prosek
· 7 years ago
9b8ebbd
KVM: x86: extend usage of RET_MMIO_PF_* constants
by Paolo Bonzini
· 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
72e9cbd
KVM: nVMX: fix SMI injection in guest mode
by Ladi Prosek
· 7 years ago
21f2d55
KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
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
c1bd743
arch/x86: remove redundant null checks before kmem_cache_destroy
by Tim Hansen
· 7 years ago
8ad8182
KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled
by Wanpeng Li
· 7 years ago
a554d20
KVM: X86: Processor States following Reset or INIT
by Wanpeng Li
· 7 years ago
4427593
KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch
by Radim Krčmář
· 7 years ago
5d74a69
KVM: x86: really disarm lapic timer when clearing TMICT
by Radim Krčmář
· 7 years ago
86bbc1e
KVM: x86: handle 0 write to TSC_DEADLINE MSR
by Radim Krčmář
· 7 years ago
46bea48
kvm, mm: account kvm related kmem slabs to kmemcg
by Shakeel Butt
· 7 years ago
736fdf7
KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exiting
by David Hildenbrand
· 7 years ago
1af1ac9
KVM: x86: allow setting identity map addr with no vcpus only
by David Hildenbrand
· 7 years ago
d8a6e36
KVM: VMX: cleanup init_rmode_identity_map()
by David Hildenbrand
· 7 years ago
1c13bff
KVM: nVMX: no need to set ept/vpid caps to 0
by David Hildenbrand
· 7 years ago
0ee096d
KVM: nVMX: no need to set vcpu->cpu when switching vmcs
by David Hildenbrand
· 7 years ago
9522ea9
KVM: VMX: drop unnecessary function declarations
by David Hildenbrand
· 7 years ago
f5f5158
KVM: VMX: require INVEPT GLOBAL for EPT
by David Hildenbrand
· 7 years ago
fdf288b
KVM: VMX: call ept_sync_global() with enable_ept only
by David Hildenbrand
· 7 years ago
0e1252d
KVM: VMX: drop enable_ept check from ept_sync_context()
by David Hildenbrand
· 7 years ago
f2d1da6
KVM: x86: no need to inititalize vcpu members to 0
by David Hildenbrand
· 7 years ago
12d7991
KVM: VMX: vmx_vcpu_setup() cannot fail
by David Hildenbrand
· 7 years ago
26de798
KVM: x86: drop BUG_ON(vcpu->kvm)
by David Hildenbrand
· 7 years ago
87ca74a
KVM: x86: mmu: free_page can handle NULL
by David Hildenbrand
· 7 years ago
bb606a9
KVM: x86: mmu: returning void in a void function is strange
by David Hildenbrand
· 7 years ago
c301b90
KVM: LAPIC: Apply change to TDCR right away to the timer
by Wanpeng Li
· 7 years ago
dedf9c5
KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
by Wanpeng Li
· 7 years ago
ccbfa1d
KVM: LAPIC: Introduce limit_periodic_timer_frequency
by Wanpeng Li
· 7 years ago
c69518c
KVM: LAPIC: Fix lapic timer mode transition
by Wanpeng Li
· 7 years ago
0f10768
KVM: VMX: Don't expose PLE enable if there is no hardware support
by Wanpeng Li
· 7 years ago
8eb3f87
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
by Haozhong Zhang
· 7 years ago
829ee27
KVM: MMU: always terminate page walks at level 1
by Ladi Prosek
· 7 years ago
fd19d3b4
KVM: nVMX: update last_nonleaf_level when initializing nested EPT
by Ladi Prosek
· 7 years ago
e42eef4
KVM: add X86_LOCAL_APIC dependency
by Arnd Bergmann
· 7 years ago
f26e601
x86/kvm: Move kvm_fastop_exception to .fixup section
by Josh Poimboeuf
· 7 years ago
a2b7861
kvm/x86: Avoid async PF preempting the kernel incorrectly
by Boqun Feng
· 7 years ago
42057e1
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
305d0ab
KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresume
by Wanpeng Li
· 7 years ago
c0a1666
KVM: VMX: use cmpxchg64
by Paolo Bonzini
· 7 years ago
31afb2e
KVM: VMX: simplify and fix vmx_vcpu_pi_load
by Paolo Bonzini
· 8 years ago
8b306e2
KVM: VMX: avoid double list add with VT-d posted interrupts
by Paolo Bonzini
· 8 years ago
cd39e11
KVM: VMX: extract __pi_post_block
by Paolo Bonzini
· 8 years ago
8474c53
Merge branch 'WIP.x86/fpu' into x86/fpu, because it's ready
by Ingo Molnar
· 7 years ago
2ce03d8
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
by Ingo Molnar
· 7 years ago
a141fd5
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
f5caf62
x86/asm: Fix inline asm call constraints for Clang
by Josh Poimboeuf
· 7 years ago
4488994
KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
by Ladi Prosek
· 7 years ago
5753743f
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
by Haozhong Zhang
· 7 years ago
dc91f2e
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
by Haozhong Zhang
· 7 years ago
d650014
KVM: x86: Fix the NULL pointer parameter in check_cr_write()
by Yu Zhang
· 7 years ago
9db5959
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
Next »