summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | kvm: ppc: bookehv: Added wrapper macros for shadow registersBharat Bhushan2014-07-281-8/+36
| | * | | | KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf2014-07-286-20/+38
| | * | | | KVM: PPC: Book3S: Add hack for split real modeAlexander Graf2014-07-284-0/+71
| | * | | | KVM: PPC: Book3S: Stop PTE lookup on write errorsAlexander Graf2014-07-281-1/+1
| | * | | | KVM: PPC: Deflect page write faults properly in kvmppc_stAlexander Graf2014-07-281-2/+4
| | * | | | KVM: PPC: Book3S: Move vcore definition to end of kvm_arch structAlexander Graf2014-07-281-1/+4
| | * | | | KVM: PPC: e500: Emulate power management control SPRMihai Caraman2014-07-282-0/+13
| | * | | | KVM: PPC: Book3S HV: Enable for little endian hostsAlexander Graf2014-07-281-1/+0
| | * | | | KVM: PPC: Book3S HV: Fix ABIv2 on LEAlexander Graf2014-07-281-8/+8
| | * | | | KVM: PPC: Book3S HV: Access XICS in BEAlexander Graf2014-07-281-4/+14
| | * | | | KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BEAlexander Graf2014-07-281-10/+10
| | * | | | KVM: PPC: Book3S HV: Access guest VPA in BEAlexander Graf2014-07-282-14/+14
| | * | | | KVM: PPC: Book3S HV: Make HTAB code LE host awareAlexander Graf2014-07-284-129/+164
| | * | | | PPC: Add asm helpers for BE 32bit load/storeAlexander Graf2014-07-281-0/+4
| | * | | | KVM: PPC: e500: Fix default tlb for victim hintMihai Caraman2014-07-282-1/+8
| | * | | | KVM: PPC: Book3S HV: Add H_SET_MODE hcall handlingMichael Neuling2014-07-282-1/+57
| | * | | | KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-289-5/+84
| | * | | | KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-288-0/+153
| | * | | | KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu scheduleMihai Caraman2014-07-281-3/+3
| | * | | | KVM: PPC: Book3S PR: Fix sparse endian checksAlexander Graf2014-07-281-10/+11
| | * | | | KVM: PPC: Book3S PR: Fix ABIv2 on LEAlexander Graf2014-07-282-0/+8
| | * | | | KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()Anton Blanchard2014-07-282-2/+2
| | * | | | KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issueAnton Blanchard2014-07-281-2/+2
| | * | | | KVM: PPC: Book3S PR: Handle hyp doorbell exitsAlexander Graf2014-07-281-0/+1
| | * | | | KVM: PPC: Book3s HV: Fix tlbie compile errorAlexander Graf2014-07-281-6/+2
| | * | | | KVM: PPC: Book3s PR: Disable AIL mode with OPALAlexander Graf2014-07-281-0/+12
| | * | | | KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V2014-07-285-6/+14
| | * | | | KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V2014-07-287-7/+30
| | * | | | KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulationAneesh Kumar K.V2014-07-064-12/+21
| * | | | | Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-08-0532-389/+1928
| |\ \ \ \ \
| | * | | | | arm64: KVM: fix 64bit CP15 VM access for 32bit guestsMarc Zyngier2014-08-012-4/+9
| | * | | | | arm64: KVM: GICv3: move system register access to msr_s/mrs_sMarc Zyngier2014-07-311-65/+65
| | * | | | | arm64: KVM: enable trapping of all debug registersMarc Zyngier2014-07-111-0/+8
| | * | | | | arm64: KVM: implement lazy world switch for debug registersMarc Zyngier2014-07-112-6/+458
| | * | | | | arm64: KVM: add trap handlers for AArch32 debug registersMarc Zyngier2014-07-112-2/+151
| | * | | | | arm64: KVM: check ordering of all system register tablesMarc Zyngier2014-07-111-2/+20
| | * | | | | arm64: KVM: use separate tables for AArch32 32 and 64bit trapsMarc Zyngier2014-07-111-3/+10
| | * | | | | arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier2014-07-115-31/+124
| | * | | | | arm64: KVM: add trap handlers for AArch64 debug registersMarc Zyngier2014-07-113-9/+172
| | * | | | | arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier2014-07-112-14/+14
| | * | | | | arm64: KVM: rename pm_fake handler to trap_raz_wiMarc Zyngier2014-07-111-40/+43
| | * | | | | 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/+2
| | * | | | | 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: __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