summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: check bounds of APIC mapsRadim Krčmář2014-12-041-4/+5
* KVM: x86: fix APIC physical destination wrappingRadim Krčmář2014-12-041-1/+4
* KVM: x86: deliver phys lowest-prioRadim Krčmář2014-12-041-2/+0
* KVM: x86: don't retry hopeless APIC deliveryRadim Krčmář2014-12-041-2/+2
* KVM: x86: use MSR_ICR instead of a numberRadim Krčmář2014-12-041-2/+2
* KVM: x86: Fix reserved x2apic registersNadav Amit2014-12-041-0/+9
* KVM: x86: Generate #UD when memory operand is requiredNadav Amit2014-12-041-4/+34
* kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini2014-11-243-3/+3
* KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini2014-11-245-33/+64
* kvm: x86: mask out XSAVESPaolo Bonzini2014-11-231-1/+10
* kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-235-2/+1409
* kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar2014-11-212-24/+2
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-216-3/+1150
* KVM: x86: Remove FIXMEs in emulate.cNicholas Krause2014-11-191-4/+0
* KVM: emulator: remove duplicated limit checkPaolo Bonzini2014-11-191-9/+4
* KVM: emulator: remove code duplication in register_address{,_increment}Paolo Bonzini2014-11-191-12/+11
* KVM: x86: Move __linearize masking of la into switchNadav Amit2014-11-191-2/+1
* KVM: x86: Non-canonical access using SS should cause #SSNadav Amit2014-11-191-1/+1
* KVM: x86: Perform limit checks when assigning EIPNadav Amit2014-11-191-41/+54
* KVM: x86: Emulator performs privilege checks on __linearizeNadav Amit2014-11-191-15/+0
* KVM: x86: Stack size is overridden by __linearizeNadav Amit2014-11-191-4/+5
* KVM: x86: Revert NoBigReal patch in the emulatorNadav Amit2014-11-191-7/+1
* kvm: x86: vmx: remove MMIO_MAX_GENTiejun Chen2014-11-181-4/+3
* kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen2014-11-181-3/+3
* KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit2014-11-171-6/+12
* KVM: compute correct map even if all APICs are software disabledPaolo Bonzini2014-11-171-10/+15
* KVM: x86: Software disabled APIC should still deliver NMIsNadav Amit2014-11-171-8/+15
* kvm: x86: increase user memory slots to 509Igor Mammedov2014-11-141-1/+1
* kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges2014-11-132-4/+6
* x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski2014-11-121-1/+3
* x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski2014-11-121-2/+8
* KVM: x86: fix warning on 32-bit compilationPaolo Bonzini2014-11-101-0/+2
* kvm: x86: add trace event for pvclock updatesDavid Matlack2014-11-082-0/+39
* kvm: x86: Fix kvm clock versioning.Owen Hofmann2014-11-081-5/+5
* KVM: x86: MOVNTI emulation min opsize is not respectedNadav Amit2014-11-081-7/+7
* KVM: x86: update masterclock values on TSC writesMarcelo Tosatti2014-11-081-9/+10
* KVM: x86: Return UNHANDLABLE on unsupported SYSENTERNadav Amit2014-11-081-4/+2
* KVM: x86: Warn on APIC base relocationNadav Amit2014-11-081-0/+4
* KVM: x86: Emulator mis-decodes VEX instructions on real-modeNadav Amit2014-11-081-2/+1
* KVM: x86: Remove redundant and incorrect cpl check on task-switchNadav Amit2014-11-071-6/+2
* KVM: x86: Inject #GP when loading system segments with non-canonical baseNadav Amit2014-11-071-0/+6
* KVM: x86: Combine the lgdt and lidt emulation logicNadav Amit2014-11-071-16/+11
* KVM: x86: Do not update EFLAGS on faulting emulationNadav Amit2014-11-071-1/+3
* KVM: x86: MOV to CR3 can set bit 63Nadav Amit2014-11-073-1/+4
* KVM: x86: Emulate push sreg as done in CoreNadav Amit2014-11-071-0/+4
* KVM: x86: Wrong flags on CMPS and SCAS emulationNadav Amit2014-11-071-2/+13
* KVM: x86: SYSCALL cannot clear eflags[1]Nadav Amit2014-11-071-0/+1
* KVM: x86: Emulation of MOV-sreg to memory uses incorrect sizeNadav Amit2014-11-071-0/+2
* KVM: x86: Breakpoints do not consider CS.baseNadav Amit2014-11-073-16/+18
* KVM: x86: Clear DR6[0:3] on #DB during handle_drNadav Amit2014-11-071-0/+1
OpenPOWER on IntegriCloud