summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-1593-1199/+2623
|\
| * kvm: vmx: fix formatting of a commentPaolo Bonzini2019-03-151-5/+5
| * KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-151-0/+17
| * Merge tag 'kvm-ppc-next-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-03-153-5/+17
| |\
| | * KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()Suraj Jitindar Singh2019-03-012-4/+16
| | * KVM: PPC: Fix compilation when KVM is not enabledPaul Mackerras2019-02-271-1/+1
| * | MAINTAINERS: Add KVM selftests to existing KVM entrySean Christopherson2019-03-151-0/+1
| * | Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon2019-03-151-13/+3
| |/
| * Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-02-2233-384/+909
| |\
| | * arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin2019-02-221-1/+1
| | * KVM: arm/arm64: Remove unused timer variableShaokun Zhang2019-02-221-2/+0
| | * KVM: arm/arm64: Remove unused gpa_end variableShaokun Zhang2019-02-201-2/+1
| | * KVM: arm64: Fix comment for KVM_PHYS_SHIFTZenghui Yu2019-02-191-1/+2
| | * KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"Colin Ian King2019-02-191-1/+1
| | * KVM: arm/arm64: Update MAINTAINERS entriesMarc Zyngier2019-02-191-11/+7
| | * KVM: arm/arm64: Prefix header search paths with $(srctree)/Masahiro Yamada2019-02-192-2/+2
| | * KVM: arm/arm64: Remove -I. header search pathsMasahiro Yamada2019-02-192-4/+1
| | * KVM: arm/arm64: Fix TRACE_INCLUDE_PATHMasahiro Yamada2019-02-191-1/+1
| | * KVM: arm/arm64: arch_timer: Mark physical interrupt active when a virtual int...Marc Zyngier2019-02-191-3/+12
| | * arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel2019-02-192-1/+17
| | * arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel2019-02-193-2/+61
| | * KVM: arm/arm64: Move kvm_is_write_fault to header fileChristoffer Dall2019-02-193-8/+16
| | * KVM: arm/arm64: Rework the timer code to use a timer_mapChristoffer Dall2019-02-193-145/+278
| | * KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systemsChristoffer Dall2019-02-193-49/+180
| | * KVM: arm/arm64: timer: Rework data structures for multiple timersChristoffer Dall2019-02-192-48/+51
| | * KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara2019-02-195-66/+187
| | * KVM: arm64: Reuse sys_reg() macro when searching the trap tableMarc Zyngier2019-02-191-13/+6
| | * KVM: arm64: Fix ICH_ELRSR_EL2 sysreg namingMarc Zyngier2019-02-193-4/+4
| | * KVM: arm/arm64: Simplify bg_timer programmingChristoffer Dall2019-02-193-26/+14
| | * KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-199-53/+61
| | * arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-195-2/+17
| | * ARM: KVM: Teach some form of type-safety to kvm_call_hypMarc Zyngier2019-02-193-6/+31
| | * arm64: KVM: Drop VHE-specific HYP call stubMarc Zyngier2019-02-192-15/+0
| | * arm64: KVM: Allow for direct call of HYP functions when using VHEMarc Zyngier2019-02-191-2/+30
| | * arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-195-4/+8
| | * clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHEAndre Przywara2019-02-192-2/+10
| * | Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-02-2210-62/+642
| |\ \
| | * | KVM: s390: add debug logging for cpu model subfunctionsChristian Borntraeger2019-02-221-0/+136
| | * | KVM: s390: implement subfunction processor callsChristian Borntraeger2019-02-222-13/+23
| | * | KVM: s390: fix possible null pointer dereference in pending_irqs()Michael Mueller2019-02-051-3/+7
| | * | KVM: s390: start using the GIBMichael Mueller2019-02-051-0/+7
| | * | KVM: s390: add gib_alert_irq_handler()Michael Mueller2019-02-056-2/+175
| | * | KVM: s390: kvm_s390_gisa_clear() now clears the IPM onlyMichael Mueller2019-02-051-3/+22
| | * | KVM: s390: add functions to (un)register GISC with GISAMichael Mueller2019-02-052-0/+125
| | * | KVM: s390: add kvm reference to struct sie_page2Michael Mueller2019-02-052-1/+3
| | * | KVM: s390: add the GIB and its related life-cyle functionsMichael Mueller2019-02-054-0/+55
| | * | s390/cio: add function chsc_sgib()Michael Mueller2019-02-053-0/+39
| | * | KVM: s390: introduce struct kvm_s390_gisa_interruptMichael Mueller2019-02-053-24/+36
| | * | KVM: s390: remove kvm_s390_ from gisa static inline functionsMichael Mueller2019-02-051-14/+13
| | * | KVM: s390: use pending_irqs_no_gisa() where appropriateMichael Mueller2019-02-051-2/+2