summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guestVictor Kamensky2014-07-112-6/+10
* ARM64: KVM: set and get of sys registers in BE caseVictor Kamensky2014-07-111-4/+2Star
* ARM64: KVM: fix vgic_bitmap_get_reg function for BE 64bit caseVictor Kamensky2014-07-111-2/+22
* ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky2014-07-111-1/+1
* ARM64: KVM: MMIO support BE host running LE codeVictor Kamensky2014-07-111-0/+22
* ARM: KVM: enable KVM in Kconfig on big-endian systemsVictor Kamensky2014-07-111-1/+1
* ARM: KVM: one_reg coproc set and get BE fixesVictor Kamensky2014-07-111-9/+79
* ARM: KVM: MMIO support BE host running LE codeVictor Kamensky2014-07-111-4/+18
* ARM: KVM: vgic mmio should hold data as LE bytes array in BE caseVictor Kamensky2014-07-111-2/+2
* ARM: KVM: __kvm_vcpu_run function return result fix in BE caseVictor Kamensky2014-07-111-0/+5
* ARM: KVM: handle 64bit values passed to mrcc or from mcrr instructions in BE ...Victor Kamensky2014-07-114-7/+25
* ARM: KVM: fix vgic V7 assembler code to work in BE imageVictor Kamensky2014-07-111-0/+14
* ARM: virt: fix wrong HSCTLR.EE bit settingLi Liu2014-07-111-3/+1Star
* arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardwareMarc Zyngier2014-07-113-0/+10
* arm64: KVM: vgic: add GICv3 world switchMarc Zyngier2014-07-113-0/+248
* KVM: ARM: vgic: add the GICv3 backendMarc Zyngier2014-07-114-0/+290
* arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch codeMarc Zyngier2014-07-112-7/+15
* arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier2014-07-1110-90/+195
* arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.SMarc Zyngier2014-07-113-8/+8
* KVM: ARM: vgic: revisit implementation of irqchip_in_kernelMarc Zyngier2014-07-112-1/+3
* KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier2014-07-115-225/+304
* KVM: ARM: introduce vgic_params structureMarc Zyngier2014-07-112-37/+44
* KVM: ARM: vgic: introduce vgic_enableMarc Zyngier2014-07-112-8/+22
* KVM: ARM: vgic: abstract VMCR accessMarc Zyngier2014-07-112-16/+62
* KVM: ARM: vgic: move underflow handling to vgic_opsMarc Zyngier2014-07-112-3/+27
* KVM: ARM: vgic: abstract MISR decodingMarc Zyngier2014-07-112-3/+27
* KVM: ARM: vgic: abstract EISR bitmap accessMarc Zyngier2014-07-112-2/+24
* KVM: ARM: vgic: abstract access to the ELRSR bitmapMarc Zyngier2014-07-112-5/+43
* KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitivesMarc Zyngier2014-07-112-52/+128
* KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier2014-07-116-75/+81
* arm64: boot protocol documentation update for GICv3Marc Zyngier2014-07-111-0/+8
* arm64: GICv3 device tree binding documentationMarc Zyngier2014-07-111-0/+79
* Merge tag 'deps-irqchip-gic-3.17' of git://git.infradead.org/users/jcooper/li...Christoffer Dall2014-07-1110-56/+1065
|\
| * irqchip: gic-v3: Initial support for GICv3Marc Zyngier2014-07-097-0/+916
| * irqchip: gic: Move some bits of GICv2 to a library-type fileMarc Zyngier2014-07-084-56/+149
* | arm64: KVM: allow export and import of generic timer regsAlex Bennée2014-07-114-14/+81
* | arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée2014-07-111-1/+1
* | ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips2014-07-111-3/+8
* | ARM: KVM: Unmap IPA on memslot delete/moveEric Auger2014-07-112-37/+46
* | arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall2014-07-113-73/+111
* | arch: x86: kvm: x86.c: Cleaning up variable is set more than onceRickard Strandqvist2014-06-301-1/+0Star
* | MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()Deng-Cheng Zhu2014-06-301-5/+0Star
* | MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()Deng-Cheng Zhu2014-06-301-3/+0Star
* | MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"Deng-Cheng Zhu2014-06-3014-15/+15
* | MIPS: KVM: Remove unneeded volatileDeng-Cheng Zhu2014-06-301-2/+2
* | MIPS: KVM: Simplify functions by removing redundancyDeng-Cheng Zhu2014-06-305-43/+17Star
* | MIPS: KVM: Use KVM internal loggerDeng-Cheng Zhu2014-06-305-117/+110Star
* | MIPS: KVM: Reformat code and commentsDeng-Cheng Zhu2014-06-3015-552/+564
* | Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-06-302-14/+13Star
|\ \
| * | KVM: s390: add sie.h uapi header file to Kbuild and remove header dependencyHeiko Carstens2014-06-262-14/+13Star