aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
...
| * | KVM: x86: 32-bit wraparound read/write not emulated correctlyNadav Amit2015-01-26
| * | KVM: x86: Fix defines in emulator.cNadav Amit2015-01-26
| * | KVM: x86: ARPL emulation can cause spurious exceptionsNadav Amit2015-01-26
| * | KVM: x86: IRET emulation does not clear NMI maskingNadav Amit2015-01-26
| * | KVM: x86: Wrong operand size for far retNadav Amit2015-01-26
| * | KVM: x86: Dirty the dest op page on cmpxchg emulationNadav Amit2015-01-26
| * | Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-23
| |\ \
| | * | KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-23
| * | | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-23
| |\ \ \
| | * | | KVM: x86: switch to kvm_get_dirty_log_protectPaolo Bonzini2015-01-16
| | |/ /
| * | | KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issueMarcelo Tosatti2015-01-20
| * | | KVM: fix "Should it be static?" warnings from sparseFengguang Wu2015-01-20
| * | | Optimize TLB flush in kvm_mmu_slot_remove_write_access.Kai Huang2015-01-19
| * | | x86: kvm: vmx: Remove some unused functionsRickard Strandqvist2015-01-19
| * | | KVM: x86: #PF error-code on R/W operations is wrongNadav Amit2015-01-09
| * | | KVM: x86: flush TLB when D bit is manually changed.Kai Huang2015-01-09
| * | | KVM: x86: allow TSC deadline timer on all hostsRadim Krčmář2015-01-09
| |/ /
| * | kvm: x86: Remove kvm_make_request from lapic.cNicholas Krause2015-01-08
| * | KVM: x86: Access to LDT/GDT that wraparound is incorrectNadav Amit2015-01-08
| * | KVM: x86: Do not set access bit on accessed segmentsNadav Amit2015-01-08
| * | KVM: x86: POP [ESP] is not emulated correctlyNadav Amit2015-01-08
| * | KVM: x86: em_call_far should return failure resultNadav Amit2015-01-08
| * | KVM: x86: JMP/CALL using call- or task-gate causes exceptionNadav Amit2015-01-08
| * | KVM: x86: fnstcw and fnstsw may cause spurious exceptionNadav Amit2015-01-08
| * | KVM: x86: pop sreg accesses only 2 bytesNadav Amit2015-01-08
| * | KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ONPaolo Bonzini2015-01-08
| * | KVM: x86: mmu: remove ASSERT(vcpu)Paolo Bonzini2015-01-08
| * | KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini2015-01-08
| * | KVM: x86: mmu: do not use return to tail-call functions that return voidPaolo Bonzini2015-01-08
| * | KVM: x86: add tracepoint to wait_lapic_expireMarcelo Tosatti2015-01-08
| * | KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti2015-01-08
| * | KVM: x86: add method to test PIR bitmap vectorMarcelo Tosatti2015-01-08
| * | kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicvTiejun Chen2015-01-08
| * | KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32Nicholas Krause2015-01-08
| * | KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exitEugene Korenevsky2015-01-08
| * | KVM: nVMX: Improve nested msr switch checkingEugene Korenevsky2015-01-08
| * | KVM: nVMX: Add nested msr load/restore algorithmWincy Van2015-01-08
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-09
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-21
| |\ \ | | |/ | |/|
| | * rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-06
* | | KVM: x86: check LAPIC presence when building apic_mapRadim Krčmář2015-01-30
* | | KVM: x86: SYSENTER emulation is brokenNadav Amit2015-01-23
* | | KVM: x86: Fix of previously incomplete fix for CVE-2014-8480Nadav Amit2015-01-23
|/ /
* | kvm: x86: drop severity of "generation wraparound" messagePaolo Bonzini2014-12-27
* | kvm: x86: vmx: reorder some msr writingTiejun Chen2014-12-27
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-18
|\
| * KVM: move APIC types to arch/x86/Paolo Bonzini2014-12-18
| * Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-12-15
| |\
| | * kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel2014-11-25
| | * KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka2014-10-29