summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini2014-11-021-1/+1
* KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka2014-11-021-0/+4
* KVM: x86: Fix far-jump to non-canonical checkNadav Amit2014-11-021-3/+5
* KVM: emulator: fix execution close to the segment limitPaolo Bonzini2014-10-291-10/+33
* KVM: emulator: fix error code for __linearizePaolo Bonzini2014-10-291-2/+2
* KVM: x86: Wrong assertion on paging_tmpl.hNadav Amit2014-10-241-1/+1
* KVM: x86: PREFETCH and HINT_NOP should have SrcMem flagNadav Amit2014-10-241-3/+4
* KVM: x86: Emulator does not decode clflush wellNadav Amit2014-10-241-3/+17
* KVM: emulate: avoid accessing NULL ctxt->memoppPaolo Bonzini2014-10-241-1/+1
* KVM: x86: Decoding guest instructions which cross page boundary may failNadav Amit2014-10-241-2/+4
* kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2014-10-242-6/+6
* kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2014-10-241-1/+8
* KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit2014-10-241-30/+88
* KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit2014-10-241-24/+54
* KVM: x86: Fix wrong masking on relative jump/callNadav Amit2014-10-241-5/+22
* KVM: x86: Improve thread safety in pitAndy Honig2014-10-241-0/+2
* KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2014-10-242-5/+13
* KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-10-243-3/+28
* x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski2014-10-181-2/+14
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-153-9/+9
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-263-9/+9
* | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-101-1/+1
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-241-7/+4
| |\ \
| * | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-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-242-8/+23
* | | kvm: vmx: Implement set_apic_access_page_addrTang Chen2014-09-241-6/+41
* | | 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: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-15/+23
* | | kvm/x86/mmu: Pass gfn and level to rmapp callback.Andres Lagar-Cavilla2014-09-241-13/+24
* | | kvm: x86: use macros to compute bank MSRsChen Yucong2014-09-241-4/+4
* | | KVM: x86: Remove debug assertion of non-PAE reserved bitsNadav Amit2014-09-241-2/+1
* | | kvm: x86: fix two typos in commentTiejun Chen2014-09-242-2/+2
* | | KVM: vmx: Inject #GP on invalid PAT CRNadav Amit2014-09-243-2/+7
* | | KVM: x86: emulating descriptor load misses long-mode caseNadav Amit2014-09-241-0/+9
* | | KVM: x86: directly use kvm_make_request againLiang Chen2014-09-243-13/+7
* | | KVM: x86: count actual tlb flushesRadim Krčmář2014-09-242-2/+7
* | | KVM: nested VMX: disable perf cpuid reportingMarcelo Tosatti2014-09-242-0/+8
* | | KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit2014-09-241-1/+1
* | | kvm: Make init_rmode_tss() return 0 on success.Paolo Bonzini2014-09-241-10/+3
* | | KVM: x86: Warn if guest virtual address space is not 48-bitsNadav Amit2014-09-242-8/+15
* | | kvm: Make init_rmode_identity_map() return 0 on success.Tang Chen2014-09-171-10/+8
* | | kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen2014-09-172-27/+22
* | | KVM: x86: Use kvm_make_request when applicableGuo Hui Liu2014-09-161-8/+7
* | | KVM: x86: make apic_accept_irq tracepoint more genericPaolo Bonzini2014-09-112-9/+6
* | | kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address.Tang Chen2014-09-112-4/+5
* | | KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini2014-09-053-8/+10
* | | KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini2014-09-051-5/+10
* | | KVM: nSVM: propagate the NPF EXITINFO to the guestPaolo Bonzini2014-09-032-4/+32
OpenPOWER on IntegriCloud