summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | KVM: svm: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-0/+28
| * | | | | | | | | KVM: svm: set/clear all DR intercepts in one swoopPaolo Bonzini2014-03-111-21/+20Star
| * | | | | | | | | KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini2014-03-111-0/+4
| * | | | | | | | | KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-1/+37
| * | | | | | | | | KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-112-0/+18
| * | | | | | | | | KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini2014-03-112-2/+8
| * | | | | | | | | KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini2014-03-111-1/+1
| * | | | | | | | | KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka2014-03-114-29/+14Star
| * | | | | | | | | KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka2014-03-111-1/+2
| * | | | | | | | | KVM: nVMX: Fully emulate preemption timerJan Kiszka2014-03-111-55/+96
| * | | | | | | | | KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka2014-03-113-36/+59
| * | | | | | | | | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-04145-429/+1580
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARM: KVM: fix warning in mmu.cMarc Zyngier2014-03-031-1/+2
| | * | | | | | | | | ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-035-19/+66
| | * | | | | | | | | ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier2014-03-033-3/+19
| | * | | | | | | | | ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier2014-03-035-10/+11
| | * | | | | | | | | ARM: KVM: fix ordering of 64bit coprocessor accessesMarc Zyngier2014-03-031-3/+3
| | * | | | | | | | | ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier2014-03-032-4/+4
| | * | | | | | | | | ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-031-1/+10
| | * | | | | | | | | arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-034-1/+101
| | * | | | | | | | | ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier2014-03-033-5/+22
| | * | | | | | | | | arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-033-14/+82
| | * | | | | | | | | arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2014-03-032-0/+8
| | * | | | | | | | | arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-033-8/+16
| * | | | | | | | | | Merge tag 'kvm-s390-20140304' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-03-049-105/+101Star
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | virtio-ccw: virtio-ccw adapter interrupt support.Cornelia Huck2014-03-042-0/+2
| | * | | | | | | | | | s390/airq: add support for irq rangesMartin Schwidefsky2014-03-041-2/+12
| | * | | | | | | | | | KVM: s390: get rid of local_int arrayJens Freimann2014-03-044-80/+56Star
| | * | | | | | | | | | KVM: s390: Fixed CC of SIGP SET_PREFIX handlerThomas Huth2014-03-041-16/+8Star
| | * | | | | | | | | | KVM: s390: Simplify online vcpus counting for stsiJens Freimann2014-03-041-6/+1Star
| | * | | | | | | | | | KVM: s390: expose gbea register to userspaceChristian Borntraeger2014-03-042-0/+9
| | * | | | | | | | | | KVM: s390: Provide access to program parameterChristian Borntraeger2014-03-043-1/+13
| * | | | | | | | | | | x86: kvm: introduce periodic global clock updatesAndrew Jones2014-03-042-0/+21
| * | | | | | | | | | | x86: kvm: rate-limit global clock updatesAndrew Jones2014-03-042-4/+24
| * | | | | | | | | | | kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-03-031-1/+1
| |/ / / / / / / / / /
| * | | | | | | | | | KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEXTakuya Yoshikawa2014-02-271-2/+5
| * | | | | | | | | | KVM/s390: Set preempted flag during vcpu wakeup and interrupt deliveryMichael Mueller2014-02-261-0/+3
| * | | | | | | | | | KVM: s390: implementation of kvm_arch_vcpu_runnable()Michael Mueller2014-02-261-3/+1Star
| * | | | | | | | | | KVM: x86: emulator_cmpxchg_emulated should mark_page_dirtyMarcelo Tosatti2014-02-261-0/+1
| * | | | | | | | | | KVM: x86: Enable Intel MPX for guestLiu, Jinsong2014-02-253-2/+8
| * | | | | | | | | | KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong2014-02-252-1/+7
| * | | | | | | | | | KVM: x86: Intel MPX vmx and msr handleLiu, Jinsong2014-02-244-2/+22
| * | | | | | | | | | KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong2014-02-223-5/+10
| * | | | | | | | | | KVM: x86: expose ADX feature to guestLiu, Jinsong2014-02-221-1/+2
| * | | | | | | | | | KVM: x86: expose new instruction RDSEED to guestLiu, Jinsong2014-02-221-1/+1
| * | | | | | | | | | kvm: remove redundant registration of BSP's hv_clock areaFernando Luis Vázquez Cao2014-02-222-2/+1Star
| * | | | | | | | | | KVM: SVM: fix NMI window after iretRadim Krčmář2014-02-181-0/+1
| * | | | | | | | | | KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa2014-02-181-3/+4
| * | | | | | | | | | Merge branch 'kvm-master' into kvm-queuePaolo Bonzini2014-02-141-0/+9
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-02-0414-101/+676
| |\ \ \ \ \ \ \ \ \ \ \