summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Linux 3.12.42v3.12.42Jiri Slaby1-1/+1
2015-04-30arm/arm64: KVM: Keep elrsr/aisr in sync with software modelChristoffer Dall1-0/+10
2015-04-30arm64: KVM: Do not use pgd_index to index stage-2 pgdMarc Zyngier3-3/+7
2015-04-30arm64: KVM: Fix HCR setting for 32bit guestsMarc Zyngier2-1/+2
2015-04-30arm64: KVM: Fix TLB invalidation by IPA/VMIDMarc Zyngier1-0/+1
2015-04-30arm/arm64: KVM: Require in-kernel vgic for the arch timersChristoffer Dall3-14/+35
2015-04-30arm/arm64: KVM: Don't allow creating VCPUs after vgic_initializedChristoffer Dall1-0/+5
2015-04-30arm/arm64: KVM: Introduce stage2_unmap_vmChristoffer Dall4-0/+74
2015-04-30arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpuChristoffer Dall5-2/+12
2015-04-30arm/arm64: KVM: Correct KVM_ARM_VCPU_INIT power off optionChristoffer Dall2-1/+4
2015-04-30arm/arm64: KVM: Don't clear the VCPU_POWER_OFF flagChristoffer Dall1-1/+1
2015-04-30arm/arm64: kvm: drop inappropriate use of kvm_is_mmio_pfn()Ard Biesheuvel1-1/+6
2015-04-30arm64/kvm: Fix assembler compatibility of macrosGeoff Levand1-10/+11
2015-04-30arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper1-1/+1
2015-04-30arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall1-0/+11
2015-04-30arm: kvm: fix CPU hotplugVladimir Murzin1-1/+2
2015-04-30arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp3-6/+16
2015-04-30KVM: ARM: vgic: plug irq injection raceMarc Zyngier1-1/+2
2015-04-30ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel3-25/+9
2015-04-30arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall2-0/+4
2015-04-30ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar2-0/+8
2015-04-30KVM: vgic: return int instead of bool when checking I/O rangesWill Deacon1-1/+1
2015-04-30KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2-2/+2
2015-04-30KVM: ARM/arm64: fix broken __percpu annotationWill Deacon2-2/+2
2015-04-30KVM: ARM/arm64: fix non-const declaration of function returning constWill Deacon2-2/+2
2015-04-30ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky1-1/+1
2015-04-30ARM: virt: fix wrong HSCTLR.EE bit settingLi Liu1-1/+1
2015-04-30arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée1-1/+1
2015-04-30ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips1-2/+7
2015-04-30ARM: KVM: Unmap IPA on memslot delete/moveEric Auger2-37/+45
2015-04-30arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall3-42/+89
2015-04-30kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon1-4/+20
2015-04-30arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon1-3/+9
2015-04-30KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba...Haibin Wang1-2/+3
2015-04-30KVM: arm/arm64: vgic: fix GICD_ICFGR register accessesAndre Przywara1-5/+4
2015-04-30ARM: KVM: disable KVM in Kconfig on big-endian systemsWill Deacon1-1/+1
2015-04-30ARM: KVM: fix non-VGIC compilationMarc Zyngier1-0/+5
2015-04-30ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier4-20/+49
2015-04-30ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier3-3/+36
2015-04-30ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier5-10/+11
2015-04-30ARM: KVM: fix ordering of 64bit coprocessor accessesMarc Zyngier1-3/+3
2015-04-30ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier2-4/+4
2015-04-30ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier1-2/+9
2015-04-30arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier4-1/+91
2015-04-30ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier3-4/+21
2015-04-30arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier3-14/+82
2015-04-30arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2-0/+8
2015-04-30arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier3-10/+18
2015-04-30arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier3-4/+37
2015-04-30arm: kvm: implement CPU PM notifierLorenzo Pieralisi1-0/+30