summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo
2014-03-11KVM: svm: Allow the guest to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: svm: set/clear all DR intercepts in one swoopPaolo Bonzini
2014-03-11KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini
2014-03-11KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini
2014-03-11KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka
2014-03-11KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka
2014-03-11KVM: nVMX: Fully emulate preemption timerJan Kiszka
2014-03-11KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka
2014-03-04Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini
2014-03-04Merge tag 'kvm-s390-20140304' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2014-03-04x86: kvm: introduce periodic global clock updatesAndrew Jones
2014-03-04x86: kvm: rate-limit global clock updatesAndrew Jones
2014-03-04virtio-ccw: virtio-ccw adapter interrupt support.Cornelia Huck
2014-03-04s390/airq: add support for irq rangesMartin Schwidefsky
2014-03-04KVM: s390: get rid of local_int arrayJens Freimann
2014-03-04KVM: s390: Fixed CC of SIGP SET_PREFIX handlerThomas Huth
2014-03-04KVM: s390: Simplify online vcpus counting for stsiJens Freimann
2014-03-04KVM: s390: expose gbea register to userspaceChristian Borntraeger
2014-03-04KVM: s390: Provide access to program parameterChristian Borntraeger
2014-03-03kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini
2014-03-03ARM: KVM: fix warning in mmu.cMarc Zyngier
2014-03-03ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier
2014-03-03ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier
2014-03-03ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier
2014-03-03ARM: KVM: fix ordering of 64bit coprocessor accessesMarc Zyngier
2014-03-03ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier
2014-03-03ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier
2014-03-03arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier
2014-03-03ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier
2014-03-03arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier
2014-03-03arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier
2014-03-03arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier
2014-02-27kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini
2014-02-27kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier
2014-02-27KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEXTakuya Yoshikawa
2014-02-26KVM/s390: Set preempted flag during vcpu wakeup and interrupt deliveryMichael Mueller
2014-02-26KVM: s390: implementation of kvm_arch_vcpu_runnable()Michael Mueller
2014-02-26KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti
2014-02-26KVM: x86: emulator_cmpxchg_emulated should mark_page_dirtyMarcelo Tosatti
2014-02-25KVM: x86: Enable Intel MPX for guestLiu, Jinsong
2014-02-25KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong
2014-02-24KVM: x86: Intel MPX vmx and msr handleLiu, Jinsong
2014-02-22KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong
2014-02-22KVM: x86: expose ADX feature to guestLiu, Jinsong
2014-02-22KVM: x86: expose new instruction RDSEED to guestLiu, Jinsong