summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm64: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier2017-04-091-8/+23
| * | arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-094-20/+1
| * | arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier2017-04-091-5/+19
| * | arm64: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier2017-04-091-1/+6
| * | arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier2017-04-091-0/+13
| * | arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2017-04-092-1/+19
| * | arm64: hyp-stub: Update documentation in asm/virt.hMarc Zyngier2017-04-091-3/+8
| * | arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier2017-04-093-2/+5
| * | arm64: hyp-stub: Don't save lr in the EL1 codeMarc Zyngier2017-04-091-4/+0
| * | arm64: KVM: Move lr save/restore to do_el2_callMarc Zyngier2017-04-092-5/+2
| * | arm64: hyp-stub: Stop pointlessly clobbering lrMarc Zyngier2017-04-091-6/+0
| * | arm: KVM: Treat CP15 accessors returning false as successfulMarc Zyngier2017-04-091-3/+3
| * | arm: KVM: Make unexpected register accesses inject an undefMarc Zyngier2017-04-092-18/+18
| * | arm64: KVM: Do not corrupt registers on failed 64bit CP readMarc Zyngier2017-04-091-11/+16
| * | arm64: KVM: Treat sysreg accessors returning false as successfulMarc Zyngier2017-04-091-29/+20
| * | arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0Marc Zyngier2017-04-091-7/+6
| * | arm64: KVM: Make unexpected reads from WO registers inject an undefMarc Zyngier2017-04-092-18/+9
| * | arm64: KVM: PMU: Inject UNDEF on non-privileged accessesMarc Zyngier2017-04-091-2/+6
| * | arm64: KVM: PMU: Inject UNDEF exception on illegal register accessMarc Zyngier2017-04-091-1/+6
| * | arm64: KVM: PMU: Refactor pmu_*_el0_disabledMarc Zyngier2017-04-091-14/+11
| * | KVM: arm/arm64: vgic: Improve sync_hwstate performanceChristoffer Dall2017-04-093-8/+16
| * | KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flushChristoffer Dall2017-04-091-6/+0
| * | KVM: arm/arm64: vgic: Implement early VGIC init functionalityChristoffer Dall2017-04-091-40/+56
| * | KVM: arm/arm64: vgic: Get rid of MISR and EISR fieldsChristoffer Dall2017-04-093-8/+0
| * | KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_stateChristoffer Dall2017-04-092-69/+0
| * | KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operationChristoffer Dall2017-04-094-96/+25
| * | KVM: arm/arm64: vgic: Only set underflow when actually out of LRsChristoffer Dall2017-04-091-4/+6
| * | KVM: arm/arm64: vgic: Get rid of live_lrsChristoffer Dall2017-04-093-61/+22
| * | KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQShih-Wei Li2017-04-091-0/+17
| * | KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall2017-04-0911-16/+106
| * | kvm: arm/arm64: Rework gpa callback handlersSuzuki K Poulose2017-04-091-18/+13
* | | kvm: nVMX: Remove superfluous VMX instruction fault checksJim Mattson2017-04-271-43/+14
* | | KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2017-04-273-11/+24
* | | KVM: mark requests that need synchronizationPaolo Bonzini2017-04-275-12/+32
* | | KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář2017-04-272-5/+9
* | | KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones2017-04-273-4/+7
* | | KVM: perform a wake_up in kvm_make_all_cpus_requestRadim Krčmář2017-04-271-0/+3
* | | KVM: mark requests that do not need a wakeupRadim Krčmář2017-04-274-10/+12
* | | KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_upRadim Krčmář2017-04-271-2/+0
* | | KVM: x86: always use kvm_make_request instead of set_bitRadim Krčmář2017-04-271-8/+2
* | | KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-279-14/+24
* | | Merge tag 'kvm-s390-next-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2017-04-276-5/+14
|\ \ \
| * | | s390: kvm: Cpu model support for msa6, msa7 and msa8Jason J. Herne2017-04-265-3/+11
| * | | Merge branch 's390forkvm' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Christian Borntraeger2017-04-261-2/+3
| |\ \ \
| | * | | s390/cpacf: Introduce kma instructionJason J. Herne2017-04-261-0/+1
| | * | | s390/cpacf: query instructions use unique parameters for compatibility with KMAJason J. Herne2017-04-261-2/+2
| | |/ /
* | | | KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCKMarcelo Tosatti2017-04-211-19/+3
* | | | kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-216-4/+58
* | | | KVM: x86: virtualize cpuid faultingKyle Huey2017-04-215-0/+49
* | | | Merge tag 'kvm-s390-next-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2017-04-2110-10/+39
|\| | |