aboutsummaryrefslogtreecommitdiffstats
path: root/certs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-21kvm: selftests: dirty_log_test: don't identity map the test memAndrew Jones1-13/+14
2018-12-21kvm: selftests: x86_64: dirty_log_test: fix -tAndrew Jones1-0/+9
2018-12-21KVM: fix some typosWei Yang3-3/+3
2018-12-21x86/kvmclock: convert to SPDX identifiersPeng Hao1-14/+1
2018-12-21KVM: x86: Remove KF() macro placeholderSean Christopherson1-3/+0
2018-12-21kvm: vmx: Allow guest read access to IA32_TSCJim Mattson1-0/+1
2018-12-21kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson1-3/+7
2018-12-21KVM: nSVM: Fix nested guest support for PAUSE filtering.Tambe, William1-0/+12
2018-12-21kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson2-2/+4
2018-12-21kvm: Disallow wraparound in kvm_gfn_to_hva_cache_initJim Mattson1-20/+21
2018-12-21KVM: VMX: Remove duplicated include from vmx.cYueHaibing1-1/+0
2018-12-21selftests: kvm: report failed stage when exit reason is unexpectedVitaly Kuznetsov2-4/+4
2018-12-21KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov1-0/+7
2018-12-21KVM: x86: fix size of x86_fpu_cache objectsPaolo Bonzini1-1/+1
2018-12-19arm: KVM: Add S2_PMD_{MASK,SIZE} constantsMarc Zyngier1-0/+3
2018-12-19arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier3-1/+6
2018-12-19arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon1-1/+1
2018-12-19KVM: arm/arm64: Fix unintended stage 2 PMD mappingsChristoffer Dall1-22/+64
2018-12-19arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 PPIs/SGIsMarc Zyngier1-2/+4
2018-12-19arm64: KVM: Add trapped system register access tracepointMarc Zyngier3-0/+41
2018-12-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall2-2/+2
2018-12-19KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminateChristoffer Dall1-3/+0
2018-12-19KVM: arm/arm64: Remove arch timer workqueueChristoffer Dall2-31/+7
2018-12-19KVM: arm/arm64: Fixup the kvm_exit tracepointChristoffer Dall3-13/+15
2018-12-19KVM: arm/arm64: vgic: Consider priority and active state for pending irqChristoffer Dall1-1/+6
2018-12-19KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()Gustavo A. R. Silva1-1/+1
2018-12-18KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximumMarc Zyngier1-2/+2
2018-12-18KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELSChristoffer Dall2-10/+8
2018-12-18KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabledJulien Thierry1-21/+0
2018-12-18KVM: arm64: Add support for creating PUD hugepages at stage 2Punit Agrawal6-6/+143
2018-12-18KVM: arm64: Update age handlers to support PUD hugepagesPunit Agrawal4-19/+32
2018-12-18KVM: arm64: Support handling access faults for PUD hugepagesPunit Agrawal4-11/+33
2018-12-18KVM: arm64: Support PUD hugepage in stage2_is_exec()Punit Agrawal4-5/+61
2018-12-18KVM: arm64: Support dirty page tracking for PUD hugepagesPunit Agrawal3-4/+32
2018-12-18KVM: arm/arm64: Introduce helpers to manipulate page table entriesPunit Agrawal3-6/+18
2018-12-18KVM: arm/arm64: Re-factor setting the Stage 2 entry to exec on faultPunit Agrawal1-13/+15
2018-12-18KVM: arm/arm64: Share common code in user_mem_abort()Punit Agrawal1-19/+30
2018-12-18KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring stateChristoffer Dall1-1/+16
2018-12-18KVM: arm/arm64: Log PSTATE for unhandled sysregsMark Rutland2-6/+6
2018-12-18KVM: arm/arm64: Fix VMID alloc race by reverting to lock-lessChristoffer Dall1-12/+11
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland9-93/+46
2018-12-18arm64: KVM: Skip MMIO insn after emulationMark Rutland1-5/+6
2018-12-18KVM: s390: fix kmsg component kvm-s390Michael Mueller1-4/+3
2018-12-18KVM: s390: unregister debug feature on failing arch initMichael Mueller1-3/+14
2018-12-17KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guestSuraj Jitindar Singh2-10/+4
2018-12-17KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants 1 & 2Suraj Jitindar Singh5-4/+89
2018-12-17KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guestSuraj Jitindar Singh5-11/+57
2018-12-17KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrantsSuraj Jitindar Singh1-2/+16
2018-12-17KVM: PPC: Add load_from_eaddr and store_to_eaddr to the kvmppc_ops structSuraj Jitindar Singh2-0/+44
2018-12-17KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh4-0/+111