summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
* KVM: VMX: Add PML support in VMXKai Huang2015-01-301-0/+1
* KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang2015-01-291-8/+63
* KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang2015-01-291-3/+7
* KVM: x86: 32-bit wraparound read/write not emulated correctlyNadav Amit2015-01-261-0/+2
* KVM: x86: IRET emulation does not clear NMI maskingNadav Amit2015-01-261-0/+6
* Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-231-7/+3
|\
| * KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-7/+3
* | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-231-59/+13
|\ \
| * | KVM: x86: switch to kvm_get_dirty_log_protectPaolo Bonzini2015-01-161-59/+13
| |/
* | KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issueMarcelo Tosatti2015-01-201-1/+14
* | KVM: fix "Should it be static?" warnings from sparseFengguang Wu2015-01-201-4/+4
* | KVM: x86: allow TSC deadline timer on all hostsRadim Krčmář2015-01-091-3/+1
|/
* kvm: x86: Remove kvm_make_request from lapic.cNicholas Krause2015-01-081-0/+9
* KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti2015-01-081-0/+5
* KVM: nVMX: Add nested msr load/restore algorithmWincy Van2015-01-081-0/+1
* KVM: x86: support XSAVES usage in the hostPaolo Bonzini2014-12-051-7/+83
* kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini2014-11-241-1/+1
* KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini2014-11-241-0/+1
* kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-231-1/+1
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-0/+1
* kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges2014-11-131-1/+1
* KVM: x86: fix warning on 32-bit compilationPaolo Bonzini2014-11-101-0/+2
* kvm: x86: add trace event for pvclock updatesDavid Matlack2014-11-081-0/+2
* kvm: x86: Fix kvm clock versioning.Owen Hofmann2014-11-081-5/+5
* KVM: x86: update masterclock values on TSC writesMarcelo Tosatti2014-11-081-9/+10
* 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-071-0/+2
* KVM: x86: Breakpoints do not consider CS.baseNadav Amit2014-11-071-13/+16
* KVM: x86: No error-code on real-mode exceptionsNadav Amit2014-11-071-0/+2
* KVM: x86: Enable Intel AVX-512 for guestChao Peng2014-11-031-0/+6
* KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit2014-11-031-29/+17
* KVM: x86: DR7.GD should be cleared upon any #DB exceptionNadav Amit2014-11-031-0/+6
* KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2014-10-241-3/+8
* KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-10-241-1/+26
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
* | kvm: do not handle APIC access page if in-kernel irqchip is not in usePaolo Bonzini2014-10-021-0/+3
* | kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen2014-09-241-6/+16
* | kvm: x86: Add request bit to reload APIC access page addressTang Chen2014-09-241-0/+14
* | kvm: Add arch specific mmu notifier for page invalidationTang Chen2014-09-241-0/+5
* | kvm: x86: use macros to compute bank MSRsChen Yucong2014-09-241-4/+4
* | KVM: vmx: Inject #GP on invalid PAT CRNadav Amit2014-09-241-2/+3
* | KVM: x86: directly use kvm_make_request againLiang Chen2014-09-241-1/+1
* | KVM: x86: count actual tlb flushesRadim Krčmář2014-09-241-1/+7
* | KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit2014-09-241-1/+1
* | kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen2014-09-171-2/+0
* | KVM: x86: Use kvm_make_request when applicableGuo Hui Liu2014-09-161-8/+7
* | KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini2014-09-051-4/+5
* | KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini2014-09-051-5/+10
OpenPOWER on IntegriCloud