aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář
2014-11-21kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini
2014-11-20KVM: ia64: removePaolo Bonzini
2014-11-19KVM: x86: Remove FIXMEs in emulate.cNicholas Krause
2014-11-19KVM: emulator: remove duplicated limit checkPaolo Bonzini
2014-11-19KVM: emulator: remove code duplication in register_address{,_increment}Paolo Bonzini
2014-11-19KVM: x86: Move __linearize masking of la into switchNadav Amit
2014-11-19KVM: x86: Non-canonical access using SS should cause #SSNadav Amit
2014-11-19KVM: x86: Perform limit checks when assigning EIPNadav Amit
2014-11-19KVM: x86: Emulator performs privilege checks on __linearizeNadav Amit
2014-11-19KVM: x86: Stack size is overridden by __linearizeNadav Amit
2014-11-19KVM: x86: Revert NoBigReal patch in the emulatorNadav Amit
2014-11-18kvm: x86: vmx: remove MMIO_MAX_GENTiejun Chen
2014-11-18kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen
2014-11-17KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit
2014-11-17KVM: compute correct map even if all APICs are software disabledPaolo Bonzini
2014-11-17KVM: x86: Software disabled APIC should still deliver NMIsNadav Amit
2014-11-14kvm: x86: increase user memory slots to 509Igor Mammedov
2014-11-13kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges
2014-11-12x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski
2014-11-12x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski
2014-11-10KVM: x86: fix warning on 32-bit compilationPaolo Bonzini
2014-11-08kvm: x86: add trace event for pvclock updatesDavid Matlack
2014-11-08kvm: x86: Fix kvm clock versioning.Owen Hofmann
2014-11-08KVM: x86: MOVNTI emulation min opsize is not respectedNadav Amit
2014-11-08KVM: x86: update masterclock values on TSC writesMarcelo Tosatti
2014-11-08KVM: x86: Return UNHANDLABLE on unsupported SYSENTERNadav Amit
2014-11-08KVM: x86: Warn on APIC base relocationNadav Amit
2014-11-08KVM: x86: Emulator mis-decodes VEX instructions on real-modeNadav Amit
2014-11-07KVM: x86: Remove redundant and incorrect cpl check on task-switchNadav Amit
2014-11-07KVM: x86: Inject #GP when loading system segments with non-canonical baseNadav Amit
2014-11-07KVM: x86: Combine the lgdt and lidt emulation logicNadav Amit
2014-11-07KVM: x86: Do not update EFLAGS on faulting emulationNadav Amit
2014-11-07KVM: x86: MOV to CR3 can set bit 63Nadav Amit
2014-11-07KVM: x86: Emulate push sreg as done in CoreNadav Amit
2014-11-07KVM: x86: Wrong flags on CMPS and SCAS emulationNadav Amit
2014-11-07KVM: x86: SYSCALL cannot clear eflags[1]Nadav Amit
2014-11-07KVM: x86: Emulation of MOV-sreg to memory uses incorrect sizeNadav Amit
2014-11-07KVM: x86: Breakpoints do not consider CS.baseNadav Amit
2014-11-07KVM: x86: Clear DR6[0:3] on #DB during handle_drNadav Amit
2014-11-07KVM: x86: Emulator should set DR6 upon GD like real CPUNadav Amit
2014-11-07KVM: x86: No error-code on real-mode exceptionsNadav Amit
2014-11-07KVM: x86: decode_modrm does not regard modrm correctlyNadav Amit
2014-11-07KVM: x86: reset RVI upon system resetWei Wang
2014-11-07kvm: x86: vmx: avoid returning bool to distinguish success from errorPaolo Bonzini
2014-11-07kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()Tiejun Chen
2014-11-07kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()Tiejun Chen
2014-11-07Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2014-11-07KVM: s390: fix handling of lctl[g]/stctl[g]Heiko Carstens