summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstateEric Auger2015-03-121-8/+5
| | * | KVM: arm/arm64: implement kvm_arch_intc_initializedEric Auger2015-03-123-0/+9
| | * | KVM: introduce kvm_arch_intc_initialized and use it in irqfdEric Auger2015-03-122-0/+17
| | * | KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIPEric Auger2015-03-122-2/+0
| | * | arm/arm64: KVM: Kill CONFIG_KVM_ARM_{VGIC,TIMER}Christoffer Dall2015-03-1210-202/+20
| | * | KVM: arm/arm64: prefer IS_ENABLED to a static variablePaolo Bonzini2015-03-111-12/+5
| | * | KVM: vgic: add virt-capable compatible stringsMark Rutland2015-03-111-2/+4
| * | | Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-04-078-75/+105
| |\ \ \
| * | | | x86: Use bool function return values of true/false not 1/0Joe Perches2015-03-313-38/+38
| * | | | KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky2015-03-301-3/+1
| * | | | KVM: x86: Remove redundant definitionsNadav Amit2015-03-303-15/+12
| * | | | KVM: x86: removing redundant eflags bits definitionsNadav Amit2015-03-302-61/+46
| * | | | KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit2015-03-301-1/+18
| * | | | KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit2015-03-301-16/+23
| * | | | KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit2015-03-301-2/+1
| * | | | kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek2015-03-301-0/+1
| * | | | Merge tag 'kvm_mips_20150327' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2015-03-3023-366/+1877
| |\ \ \ \
| | * | | | MIPS: KVM: Wire up MSA capabilityJames Hogan2015-03-273-0/+31
| | * | | | MIPS: KVM: Expose MSA registersJames Hogan2015-03-273-3/+86
| | * | | | MIPS: KVM: Add MSA exception handlingJames Hogan2015-03-275-2/+140
| | * | | | MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan2015-03-271-2/+35
| | * | | | MIPS: KVM: Add base guest MSA supportJames Hogan2015-03-276-19/+323
| | * | | | MIPS: KVM: Wire up FPU capabilityJames Hogan2015-03-273-0/+51
| | * | | | MIPS: KVM: Expose FPU registersJames Hogan2015-03-273-11/+114
| | * | | | MIPS: KVM: Add FP exception handlingJames Hogan2015-03-275-3/+88
| | * | | | MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan2015-03-271-11/+100
| | * | | | MIPS: KVM: Add base guest FPU supportJames Hogan2015-03-277-1/+333
| | * | | | MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan2015-03-273-0/+20
| | * | | | MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan2015-03-275-2/+128
| | * | | | MIPS: KVM: Simplify default guest Config registersJames Hogan2015-03-272-31/+9
| | * | | | MIPS: KVM: Clean up register definitions a littleJames Hogan2015-03-272-55/+68
| | * | | | MIPS: KVM: Drop pr_info messages on init/exitJames Hogan2015-03-271-3/+0
| | * | | | MIPS: KVM: Sort kvm_mips_get_reg() registersJames Hogan2015-03-271-3/+3
| | * | | | MIPS: KVM: Implement PRid CP0 register accessJames Hogan2015-03-273-0/+9
| | * | | | MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan2015-03-275-0/+71
| | * | | | MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan2015-03-273-12/+21
| | * | | | MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan2015-03-274-0/+35
| | * | | | Merge branch '4.1-fp' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfr i...James Hogan2015-03-279-245/+249
| | |\ \ \ \ | |/ / / / /
| | * | | | MIPS: MSA: Fix big-endian FPR_IDX implementationJames Hogan2015-03-271-1/+1
| | * | | | Revert "MIPS: Don't assume 64-bit FP registers for context switch"James Hogan2015-03-273-194/+128
| | * | | | MIPS: disable FPU if the mode is unsupportedPaul Burton2015-03-271-7/+12
| | * | | | MIPS: prevent FP context set via ptrace being discardedPaul Burton2015-03-271-6/+24
| | * | | | MIPS: Ensure FCSR cause bits are clear after invoking FPU emulatorPaul Burton2015-03-271-8/+9
| | * | | | MIPS: clear MSACSR cause bits when handling MSA FP exceptionPaul Burton2015-03-271-1/+10
| | * | | | MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA supportPaul Burton2015-03-271-4/+20
| | * | | | MIPS: remove MSA macro recursionPaul Burton2015-03-271-3/+31
| | * | | | MIPS: assume at as source/dest of MSA copy/insert instructionsPaul Burton2015-03-271-16/+12
| | * | | | MIPS: Push .set mips64r* into the functions needing itPaul Burton2015-03-272-9/+5
| | * | | | MIPS: lose_fpu(): Disable FPU when MSA enabledJames Hogan2015-03-271-0/+1
| * | | | | KVM: nVMX: Add support for rdtscpJan Kiszka2015-03-262-2/+8
OpenPOWER on IntegriCloud