summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2015-03-10kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini
2015-01-30KVM: VMX: Add PML support in VMXKai Huang
2015-01-29KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang
2015-01-29KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang
2015-01-26KVM: x86: 32-bit wraparound read/write not emulated correctlyNadav Amit
2015-01-26KVM: x86: IRET emulation does not clear NMI maskingNadav Amit
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel
2015-01-20KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issueMarcelo Tosatti
2015-01-20KVM: fix "Should it be static?" warnings from sparseFengguang Wu
2015-01-16KVM: x86: switch to kvm_get_dirty_log_protectPaolo Bonzini
2015-01-09KVM: x86: allow TSC deadline timer on all hostsRadim Krčmář
2015-01-08kvm: x86: Remove kvm_make_request from lapic.cNicholas Krause
2015-01-08KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti
2015-01-08KVM: nVMX: Add nested msr load/restore algorithmWincy Van
2014-12-05KVM: x86: support XSAVES usage in the hostPaolo Bonzini
2014-11-24kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini
2014-11-24KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini
2014-11-13kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges
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: update masterclock values on TSC writesMarcelo Tosatti
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: Breakpoints do not consider CS.baseNadav Amit
2014-11-07KVM: x86: No error-code on real-mode exceptionsNadav Amit
2014-11-03KVM: x86: Enable Intel AVX-512 for guestChao Peng
2014-11-03KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit
2014-11-03KVM: x86: DR7.GD should be cleared upon any #DB exceptionNadav Amit
2014-10-24KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-02kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini
2014-09-24kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen
2014-09-24kvm: x86: Add request bit to reload APIC access page addressTang Chen
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen
2014-09-24kvm: x86: use macros to compute bank MSRsChen Yucong
2014-09-24KVM: vmx: Inject #GP on invalid PAT CRNadav Amit
2014-09-24KVM: x86: directly use kvm_make_request againLiang Chen
2014-09-24KVM: x86: count actual tlb flushesRadim Krčmář
2014-09-24KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit
2014-09-17kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen
2014-09-16KVM: x86: Use kvm_make_request when applicableGuo Hui Liu
2014-09-05KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini
2014-09-05KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini