aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-18KVM: arm64: vgic-its: Read initial LPI pending tableGravatar Andre Przywara 2-0/+100
2016-07-18KVM: arm64: vgic-its: Connect LPIs to the VGIC emulationGravatar Andre Przywara 5-6/+73
2016-07-18KVM: arm64: vgic-its: Implement basic ITS register handlersGravatar Andre Przywara 5-21/+420
2016-07-18KVM: arm64: vgic-its: Introduce new KVM ITS deviceGravatar Andre Przywara 9-9/+168
2016-07-18KVM: arm64: vgic-its: Introduce ITS emulation file with MMIO frameworkGravatar Andre Przywara 6-13/+213
2016-07-18KVM: arm64: vgic: Handle ITS related GICv3 redistributor registersGravatar Andre Przywara 4-4/+181
2016-07-18irqchip/gic-v3: Refactor and add GICv3 definitionsGravatar Andre Przywara 1-60/+120
2016-07-18KVM: arm/arm64: vgic: Add refcounting for IRQsGravatar Andre Przywara 9-12/+99
2016-07-18KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callGravatar Andre Przywara 2-0/+26
2016-07-18KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesGravatar Andre Przywara 4-4/+4
2016-07-18KVM: Extend struct kvm_msi to hold a 32-bit device IDGravatar Andre Przywara 2-3/+14
2016-07-18KVM: arm/arm64: vgic: Check return value for kvm_register_vgic_deviceGravatar Andre Przywara 4-12/+31
2016-07-18KVM: arm/arm64: vgic: Move redistributor kvm_io_devicesGravatar Andre Przywara 3-16/+15
2016-07-14arm64: KVM: Clean up a conditionGravatar Dan Carpenter 1-2/+2
2016-07-03arm/arm64: Get rid of KERN_TO_HYPGravatar Marc Zyngier 4-13/+10
2016-07-03arm/arm64: KVM: Check that IDMAP doesn't intersect with VA rangeGravatar Marc Zyngier 1-0/+15
2016-07-03arm/arm64: KVM: Prune unused #definesGravatar Marc Zyngier 2-19/+0
2016-07-03arm: KVM: Allow hyp teardownGravatar Marc Zyngier 5-7/+24
2016-07-03arm: KVM: Simplify HYP initGravatar Marc Zyngier 2-50/+14
2016-07-03arm/arm64: KVM: Kill free_boot_hyp_pgdGravatar Marc Zyngier 4-29/+7
2016-07-03arm/arm64: KVM: Drop boot_pgdGravatar Marc Zyngier 6-31/+8
2016-07-03arm64: KVM: Simplify HYP init/teardownGravatar Marc Zyngier 5-92/+26
2016-07-03arm/arm64: KVM: Always have merged page tablesGravatar Marc Zyngier 2-64/+41
2016-07-03arm64: KVM: Runtime detection of lower HYP offsetGravatar Marc Zyngier 1-0/+19
2016-07-03arm/arm64: KVM: Export __hyp_text_start/end symbolsGravatar Marc Zyngier 3-2/+8
2016-07-03arm64: KVM: Refactor kern_hyp_va to deal with multiple offsetsGravatar Marc Zyngier 2-14/+39
2016-07-03arm64: KVM: Define HYP offset masksGravatar Marc Zyngier 1-2/+6
2016-07-03arm64: Add ARM64_HYP_OFFSET_LOW capabilityGravatar Marc Zyngier 1-1/+2
2016-07-03arm64: KVM: Kill HYP_PAGE_OFFSETGravatar Marc Zyngier 1-2/+1
2016-07-03arm/arm64: KVM: Remove hyp_kern_va helperGravatar Marc Zyngier 2-13/+0
2016-07-03arm64: KVM: Always reference __hyp_panic_string via its kernel VAGravatar Marc Zyngier 1-2/+9
2016-07-03arm64: KVM: Merged page tables documentationGravatar Marc Zyngier 1-3/+37
2016-07-03KVM: arm/arm64: The GIC is dead, long live the GICGravatar Marc Zyngier 13-5603/+130
2016-06-29arm/arm64: KVM: Make default HYP mappings non-excutableGravatar Marc Zyngier 2-2/+2
2016-06-29arm/arm64: KVM: Map the HYP text as read-onlyGravatar Marc Zyngier 4-4/+6
2016-06-29arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata sectionGravatar Marc Zyngier 3-1/+3
2016-06-29arm64: Add PTE_HYP_XN page table flagGravatar Marc Zyngier 1-0/+1
2016-06-29arm/arm64: KVM: Add a protection parameter to create_hyp_mappingsGravatar Marc Zyngier 4-10/+12
2016-06-21Merge tag 'kvm-s390-next-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 23-133/+3211
2016-06-21KVM: s390: vsie: add module parameter "nested"Gravatar David Hildenbrand 1-1/+6
2016-06-21KVM: s390: vsie: add indication for future featuresGravatar David Hildenbrand 2-0/+22
2016-06-21KVM: s390: vsie: correctly set and handle guest TODGravatar David Hildenbrand 2-0/+11
2016-06-21KVM: s390: vsie: speed up VCPU external callsGravatar David Hildenbrand 1-0/+6
2016-06-21KVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU is idleGravatar David Hildenbrand 2-6/+6
2016-06-21KVM: s390: vsie: speed up VCPU irq delivery when handling vsieGravatar David Hildenbrand 4-0/+43
2016-06-21KVM: s390: vsie: try to refault after a reported fault to g2Gravatar David Hildenbrand 1-1/+23
2016-06-21KVM: s390: vsie: support IBS interpretationGravatar David Hildenbrand 3-0/+5
2016-06-21KVM: s390: vsie: support conditional-external-interceptionGravatar David Hildenbrand 3-0/+5
2016-06-21KVM: s390: vsie: support intervention-bypassGravatar David Hildenbrand 3-0/+5
2016-06-21KVM: s390: vsie: support guest-storage-limit-suppressionGravatar David Hildenbrand 3-2/+8