summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | KVM: arm/arm64: Factor out VMID into struct kvm_vmidChristoffer Dall2019-02-197-16/+34
| | * | | | | | | | arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier2019-02-194-2/+16
| | * | | | | | | | 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-193-1/+5
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-02-228-62/+604
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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-051-0/+1
| | * | | | | | | | 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
| | * | | | | | | | KVM: s390: coding style kvm_s390_gisa_init/clear()Michael Mueller2019-02-051-10/+10
| | * | | | | | | | KVM: s390: move bitmap idle_mask into arch struct top levelMichael Mueller2019-02-053-8/+7
| | * | | | | | | | KVM: s390: make bitmap declaration consistentMichael Mueller2019-02-052-2/+2
| | * | | | | | | | KVM: s390: drop obsolete else pathMichael Mueller2019-02-051-1/+1
| | * | | | | | | | KVM: s390: clarify kvm related kernel messageMichael Mueller2019-02-051-3/+3
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-02-2220-139/+206
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-02-228-100/+71
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: PPC: Book3S: Improve KVM reference countingAlexey Kardashevskiy2019-02-221-3/+4
| | * | | | | | | | | KVM: PPC: Book3S HV: Fix build failure without IOMMU supportJordan Niethe2019-02-222-0/+12
| | * | | | | | | | | KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-193-1/+19
| | * | | | | | | | | KVM: PPC: Release all hardware TCE tables attached to a groupAlexey Kardashevskiy2019-02-191-1/+0
| | * | | | | | | | | KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUSSuraj Jitindar Singh2019-02-191-0/+18
| | * | | | | | | | | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-197-26/+47
| | * | | | | | | | | KVM: PPC: Remove -I. header search pathsMasahiro Yamada2019-02-191-5/+0
| | * | | | | | | | | KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_nodewangbo2019-02-191-3/+1
| | * | | | | | | | | KVM: PPC: Book3S PR: Add emulation for slbfee. instructionPaul Mackerras2019-02-194-0/+34
| * | | | | | | | | | x86: kvmguest: use TSC clocksource if invariant TSC is exposedMarcelo Tosatti2019-02-201-0/+14
| * | | | | | | | | | KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startNir Weiner2019-02-201-3/+2
| * | | | | | | | | | KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner2019-02-201-2/+1
| * | | | | | | | | | KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_nsNir Weiner2019-02-201-1/+4
| * | | | | | | | | | KVM: x86/mmu: Consolidate kvm_mmu_zap_all() and kvm_mmu_zap_mmio_sptes()Sean Christopherson2019-02-201-23/+10
| * | | | | | | | | | KVM: x86/mmu: WARN if zapping a MMIO spte results in zapping childrenSean Christopherson2019-02-201-2/+5
| * | | | | | | | | | KVM: x86/mmu: Differentiate between nr zapped and list unstableSean Christopherson2019-02-201-10/+26
| * | | | | | | | | | Revert "KVM: MMU: fast invalidate all pages"Sean Christopherson2019-02-203-100/+1
| * | | | | | | | | | KVM: x86/mmu: Voluntarily reschedule as needed when zapping all sptesSean Christopherson2019-02-201-1/+2
| * | | | | | | | | | KVM: x86/mmu: skip over invalid root pages when zapping all sptesSean Christopherson2019-02-201-1/+4
| * | | | | | | | | | Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson2019-02-202-1/+16
| * | | | | | | | | | Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"Sean Christopherson2019-02-201-12/+9
| * | | | | | | | | | Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson2019-02-202-22/+0
| * | | | | | | | | | Revert "KVM: MMU: zap pages in batch"Sean Christopherson2019-02-201-11/+24