Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5c404cabd1b5c125653ac573cb9284bdf42b658a
/
arch
/
x86
/
kvm
5c404ca
KVM: x86: use F() macro throughout cpuid.c
by Paolo Bonzini
· 10 years ago
df1daba
KVM: x86: support XSAVES usage in the host
by Paolo Bonzini
· 10 years ago
45c3094
KVM: x86: allow 256 logical x2APICs again
by Radim Krčmář
· 10 years ago
25995e5
KVM: x86: check bounds of APIC maps
by Radim Krčmář
· 10 years ago
fa834e9
KVM: x86: fix APIC physical destination wrapping
by Radim Krčmář
· 10 years ago
085563f
KVM: x86: deliver phys lowest-prio
by Radim Krčmář
· 10 years ago
698f975
KVM: x86: don't retry hopeless APIC delivery
by Radim Krčmář
· 10 years ago
decdc28
KVM: x86: use MSR_ICR instead of a number
by Radim Krčmář
· 10 years ago
c69d3d9
KVM: x86: Fix reserved x2apic registers
by Nadav Amit
· 10 years ago
39f062f
KVM: x86: Generate #UD when memory operand is required
by Nadav Amit
· 10 years ago
2b4a273
kvm: x86: avoid warning about potential shift wrapping bug
by Paolo Bonzini
· 10 years ago
c9eab58
KVM: x86: move device assignment out of kvm_host.h
by Paolo Bonzini
· 10 years ago
b65d6e1
kvm: x86: mask out XSAVES
by Paolo Bonzini
· 10 years ago
c274e03
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
by Radim Krčmář
· 10 years ago
3bf58e9
kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64
by Radim Krcmar
· 10 years ago
6ef768f
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
by Paolo Bonzini
· 10 years ago
86619e7
KVM: x86: Remove FIXMEs in emulate.c
by Nicholas Krause
· 10 years ago
997b041
KVM: emulator: remove duplicated limit check
by Paolo Bonzini
· 10 years ago
01485a2
KVM: emulator: remove code duplication in register_address{,_increment}
by Paolo Bonzini
· 10 years ago
31ff648
KVM: x86: Move __linearize masking of la into switch
by Nadav Amit
· 10 years ago
abc7d8a
KVM: x86: Non-canonical access using SS should cause #SS
by Nadav Amit
· 10 years ago
d50eaa1
KVM: x86: Perform limit checks when assigning EIP
by Nadav Amit
· 10 years ago
a7315d2
KVM: x86: Emulator performs privilege checks on __linearize
by Nadav Amit
· 10 years ago
1c1c35a
KVM: x86: Stack size is overridden by __linearize
by Nadav Amit
· 10 years ago
7d882ff
KVM: x86: Revert NoBigReal patch in the emulator
by Nadav Amit
· 10 years ago
842bb26
kvm: x86: vmx: remove MMIO_MAX_GEN
by Tiejun Chen
· 10 years ago
81ed33e
kvm: x86: vmx: cleanup handle_ept_violation
by Tiejun Chen
· 10 years ago
f210f75
KVM: x86: Fix lost interrupt on irr_pending race
by Nadav Amit
· 10 years ago
a3e339e
KVM: compute correct map even if all APICs are software disabled
by Paolo Bonzini
· 10 years ago
173beed
KVM: x86: Software disabled APIC should still deliver NMIs
by Nadav Amit
· 10 years ago
d913b90
kvm: svm: move WARN_ON in svm_adjust_tsc_offset
by Chris J Arges
· 10 years ago
54b98bf
x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest match
by Andy Lutomirski
· 10 years ago
f6577a5f
x86, kvm, vmx: Always use LOAD_IA32_EFER if available
by Andy Lutomirski
· 10 years ago
ac14623
KVM: x86: fix warning on 32-bit compilation
by Paolo Bonzini
· 10 years ago
ce1a5e6
kvm: x86: add trace event for pvclock updates
by David Matlack
· 10 years ago
09a0c3f
kvm: x86: Fix kvm clock versioning.
by Owen Hofmann
· 10 years ago
ed9aad2
KVM: x86: MOVNTI emulation min opsize is not respected
by Nadav Amit
· 10 years ago
7f18792
KVM: x86: update masterclock values on TSC writes
by Marcelo Tosatti
· 10 years ago
b2c9d43
KVM: x86: Return UNHANDLABLE on unsupported SYSENTER
by Nadav Amit
· 10 years ago
db324fe
KVM: x86: Warn on APIC base relocation
by Nadav Amit
· 10 years ago
d14cb5d
KVM: x86: Emulator mis-decodes VEX instructions on real-mode
by Nadav Amit
· 10 years ago
2c2ca2d
KVM: x86: Remove redundant and incorrect cpl check on task-switch
by Nadav Amit
· 10 years ago
9a9abf6
KVM: x86: Inject #GP when loading system segments with non-canonical base
by Nadav Amit
· 10 years ago
5b7f6a1
KVM: x86: Combine the lgdt and lidt emulation logic
by Nadav Amit
· 10 years ago
38827db
KVM: x86: Do not update EFLAGS on faulting emulation
by Nadav Amit
· 10 years ago
9d88fca
KVM: x86: MOV to CR3 can set bit 63
by Nadav Amit
· 10 years ago
0fcc207
KVM: x86: Emulate push sreg as done in Core
by Nadav Amit
· 10 years ago
5aca372
KVM: x86: Wrong flags on CMPS and SCAS emulation
by Nadav Amit
· 10 years ago
807c142
KVM: x86: SYSCALL cannot clear eflags[1]
by Nadav Amit
· 10 years ago
b5bbf10
KVM: x86: Emulation of MOV-sreg to memory uses incorrect size
by Nadav Amit
· 10 years ago
82b3277
KVM: x86: Breakpoints do not consider CS.base
by Nadav Amit
· 10 years ago
7305eb5
KVM: x86: Clear DR6[0:3] on #DB during handle_dr
by Nadav Amit
· 10 years ago
6d2a052
KVM: x86: Emulator should set DR6 upon GD like real CPU
by Nadav Amit
· 10 years ago
3ffb246
KVM: x86: No error-code on real-mode exceptions
by Nadav Amit
· 10 years ago
5b38ab8
KVM: x86: decode_modrm does not regard modrm correctly
by Nadav Amit
· 10 years ago
4114c27
KVM: x86: reset RVI upon system reset
by Wei Wang
· 10 years ago
a2ae9df
kvm: x86: vmx: avoid returning bool to distinguish success from error
by Paolo Bonzini
· 10 years ago
34a1cd6
kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()
by Tiejun Chen
· 10 years ago
f2c7648
kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()
by Tiejun Chen
· 10 years ago
f30ebc3
KVM: x86: optimize some accesses to LVTT and SPIV
by Radim Krčmář
· 10 years ago
a323b40
KVM: x86: detect LVTT changes under APICv
by Radim Krčmář
· 10 years ago
e462755
KVM: x86: detect SPIV changes under APICv
by Radim Krčmář
· 10 years ago
612263b
KVM: x86: Enable Intel AVX-512 for guest
by Chao Peng
· 10 years ago
1e0ad70
KVM: x86: fix deadline tsc interrupt injection
by Radim Krčmář
· 10 years ago
5d87db7
KVM: x86: add apic_timer_expired()
by Radim Krčmář
· 10 years ago
16f8a6f
KVM: vmx: Unavailable DR4/5 is checked before CPL
by Nadav Amit
· 10 years ago
c49c759
KVM: x86: Emulator performs code segment checks on read access
by Nadav Amit
· 10 years ago
0e8a0996
KVM: x86: Clear DR7.LE during task-switch
by Nadav Amit
· 10 years ago
518547b
KVM: x86: Emulator does not calculate address correctly
by Nadav Amit
· 10 years ago
6bdf066
KVM: x86: DR7.GD should be cleared upon any #DB exception
by Nadav Amit
· 10 years ago
394457a
KVM: x86: some apic broadcast modes does not work
by Nadav Amit
· 10 years ago
52ce3c2
x86,kvm,vmx: Don't trap writes to CR4.TSD
by Andy Lutomirski
· 10 years ago
bf0b682
KVM: x86: Sysexit emulation does not mask RIP/RSP
by Nadav Amit
· 10 years ago
58b7075
KVM: x86: Distinguish between stack operation and near branches
by Nadav Amit
· 10 years ago
f778404
KVM: x86: Getting rid of grp45 in emulator
by Nadav Amit
· 10 years ago
4be4de7
KVM: x86: Use new is_noncanonical_address in _linearize
by Nadav Amit
· 10 years ago
d09155d
KVM: emulator: always inline __linearize
by Paolo Bonzini
· 10 years ago
a73896c
KVM: vmx: defer load of APIC access page address during reset
by Paolo Bonzini
· 10 years ago
282da87
KVM: nVMX: Disable preemption while reading from shadow VMCS
by Jan Kiszka
· 10 years ago
7e46ddd
KVM: x86: Fix far-jump to non-canonical check
by Nadav Amit
· 10 years ago
fd56e15
KVM: emulator: fix execution close to the segment limit
by Paolo Bonzini
· 10 years ago
3606189
KVM: emulator: fix error code for __linearize
by Paolo Bonzini
· 10 years ago
1715d0d
KVM: x86: Wrong assertion on paging_tmpl.h
by Nadav Amit
· 10 years ago
3f6f148
KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag
by Nadav Amit
· 10 years ago
13e457e
KVM: x86: Emulator does not decode clflush well
by Nadav Amit
· 10 years ago
a430c91
KVM: emulate: avoid accessing NULL ctxt->memopp
by Paolo Bonzini
· 10 years ago
08da44a
KVM: x86: Decoding guest instructions which cross page boundary may fail
by Nadav Amit
· 10 years ago
2bc19dc
kvm: x86: don't kill guest on unknown exit reason
by Michael S. Tsirkin
· 10 years ago
a642fc3
kvm: vmx: handle invvpid vm exit gracefully
by Petr Matousek
· 10 years ago
d1442d8
KVM: x86: Handle errors when RIP is set during far jumps
by Nadav Amit
· 10 years ago
234f3ce
KVM: x86: Emulator fixes for eip canonical checks on near branches
by Nadav Amit
· 10 years ago
05c83ec
KVM: x86: Fix wrong masking on relative jump/call
by Nadav Amit
· 10 years ago
2febc83
KVM: x86: Improve thread safety in pit
by Andy Honig
· 10 years ago
8b3c310
KVM: x86: Prevent host from panicking on shared MSR writes.
by Andy Honig
· 10 years ago
854e8bb
KVM: x86: Check non-canonical addresses upon WRMSR
by Nadav Amit
· 10 years ago
d974baa
x86,kvm,vmx: Preserve CR4 across VM entry
by Andy Lutomirski
· 10 years ago
0429fbc
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
c798360
Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 10 years ago
f439ed2
kvm: do not handle APIC access page if in-kernel irqchip is not in use
by Paolo Bonzini
· 10 years ago
d06efeb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
by Tejun Heo
· 10 years ago
Next »