summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf3-2/+15
2019-09-09KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEMarc Zyngier5-4/+19
2019-08-27arm64: KVM: Device mappings should be execute-neverJames Morse1-1/+1
2019-08-27KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9Paul Mackerras1-1/+8
2019-08-27KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual coresPaul Mackerras1-5/+10
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras6-4/+21
2019-08-25KVM: arm/arm64: vgic: Use a single IO device per redistributorEric Auger3-59/+24
2019-08-25KVM: arm/arm64: vgic: Remove spurious semicolonsMarc Zyngier1-1/+1
2019-08-23KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslotSuraj Jitindar Singh2-5/+19
2019-08-23KVM: PPC: Book3S: Mark expected switch fall-throughPaul Menzel1-0/+1
2019-08-22KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson1-2/+2
2019-08-22KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson3-0/+9
2019-08-22KVM: X86: Add pv tlb shootdown tracepointWanpeng Li2-0/+21
2019-08-22KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson1-10/+3
2019-08-22KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson1-8/+8
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson3-8/+11
2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson4-5/+5
2019-08-22x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov1-10/+10
2019-08-22x86: KVM: svm: eliminate weird goto from vmrun_interception()Vitaly Kuznetsov1-22/+14
2019-08-22x86: KVM: svm: remove hardcoded instruction length from interceptsVitaly Kuznetsov1-11/+0
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov4-2/+31
2019-08-22x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov1-0/+1
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov4-22/+38
2019-08-22x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu...Vitaly Kuznetsov1-1/+1
2019-08-22KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson1-1/+1
2019-08-22KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2-0/+13
2019-08-22KVM: x86: always expose VIRT_SSBD to guestsPaolo Bonzini1-4/+9
2019-08-22KVM: x86: fix reporting of AMD speculation bug CPUID leafPaolo Bonzini1-8/+13
2019-08-21selftests/kvm: make platform_info_test pass on AMDVitaly Kuznetsov1-1/+1
2019-08-21Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini1-32/+1
2019-08-21selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini1-6/+10
2019-08-18KVM: Call kvm_arch_vcpu_blocking early into the blocking sequenceMarc Zyngier1-4/+3
2019-08-18KVM: arm/arm64: vgic: Make function comments match function declarationsAlexandru Elisei2-6/+8
2019-08-18arm64/kvm: Remove VMID rollover I-cache maintenanceMark Rutland1-1/+13
2019-08-18KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomicMarc Zyngier1-6/+30
2019-08-18KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injectionMarc Zyngier2-0/+37
2019-08-18KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translationMarc Zyngier1-0/+86
2019-08-18KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardownMarc Zyngier1-0/+2
2019-08-18KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on ITS disableMarc Zyngier1-0/+2
2019-08-18KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIsMarc Zyngier1-1/+3
2019-08-18KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific co...Marc Zyngier1-0/+9
2019-08-18KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidationMarc Zyngier2-0/+24
2019-08-18KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitiveMarc Zyngier2-9/+18
2019-08-18KVM: arm/arm64: vgic: Add LPI translation cache definitionMarc Zyngier4-0/+59
2019-08-16powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras5-23/+108
2019-08-16KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE devicePaul Mackerras3-1/+15
2019-08-16KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interruptsPaul Mackerras1-13/+23
2019-08-16KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VPCédric Le Goater2-13/+17
2019-08-15selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini1-3/+14
2019-08-15selftests: kvm: provide common function to enable eVMCSPaolo Bonzini4-21/+28