aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-30KVM: arm/arm64: enable KVM_CAP_IOEVENTFDNikolay Nikolaev1-0/+1
2015-03-30KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara8-221/+55
2015-03-30KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handlingAndre Przywara2-1/+39
2015-03-30KVM: arm/arm64: merge GICv3 RD_base and SGI_base register framesAndre Przywara1-91/+83
2015-03-30KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky1-3/+1
2015-03-30KVM: x86: Remove redundant definitionsNadav Amit3-15/+12
2015-03-30KVM: x86: removing redundant eflags bits definitionsNadav Amit2-61/+46
2015-03-30KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit1-1/+18
2015-03-30KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit1-16/+23
2015-03-30KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit1-2/+1
2015-03-30kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek1-0/+1
2015-03-27MIPS: KVM: Wire up MSA capabilityJames Hogan3-0/+31
2015-03-27MIPS: KVM: Expose MSA registersJames Hogan3-3/+86
2015-03-27MIPS: KVM: Add MSA exception handlingJames Hogan5-2/+140
2015-03-27MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan1-2/+35
2015-03-27MIPS: KVM: Add base guest MSA supportJames Hogan6-19/+323
2015-03-27MIPS: KVM: Wire up FPU capabilityJames Hogan3-0/+51
2015-03-27MIPS: KVM: Expose FPU registersJames Hogan3-11/+114
2015-03-27MIPS: KVM: Add FP exception handlingJames Hogan5-3/+88
2015-03-27MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan1-11/+100
2015-03-27MIPS: KVM: Add base guest FPU supportJames Hogan7-1/+333
2015-03-27MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan3-0/+20
2015-03-27MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan5-2/+128
2015-03-27MIPS: KVM: Simplify default guest Config registersJames Hogan2-31/+9
2015-03-27MIPS: KVM: Clean up register definitions a littleJames Hogan2-55/+68
2015-03-27MIPS: KVM: Drop pr_info messages on init/exitJames Hogan1-3/+0
2015-03-27MIPS: KVM: Sort kvm_mips_get_reg() registersJames Hogan1-3/+3
2015-03-27MIPS: KVM: Implement PRid CP0 register accessJames Hogan3-0/+9
2015-03-27MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan5-0/+71
2015-03-27MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan3-12/+21
2015-03-27MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan4-0/+35
2015-03-27MIPS: MSA: Fix big-endian FPR_IDX implementationJames Hogan1-1/+1
2015-03-27Revert "MIPS: Don't assume 64-bit FP registers for context switch"James Hogan3-194/+128
2015-03-27MIPS: disable FPU if the mode is unsupportedPaul Burton1-7/+12
2015-03-27MIPS: prevent FP context set via ptrace being discardedPaul Burton1-6/+24
2015-03-27MIPS: Ensure FCSR cause bits are clear after invoking FPU emulatorPaul Burton1-8/+9
2015-03-27MIPS: clear MSACSR cause bits when handling MSA FP exceptionPaul Burton1-1/+10
2015-03-27MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA supportPaul Burton1-4/+20
2015-03-27MIPS: remove MSA macro recursionPaul Burton1-3/+31
2015-03-27MIPS: assume at as source/dest of MSA copy/insert instructionsPaul Burton1-16/+12
2015-03-27MIPS: Push .set mips64r* into the functions needing itPaul Burton2-9/+5
2015-03-27MIPS: lose_fpu(): Disable FPU when MSA enabledJames Hogan1-0/+1
2015-03-26KVM: nVMX: Add support for rdtscpJan Kiszka2-2/+8
2015-03-26KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_busAndre Przywara2-6/+17
2015-03-26KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGICAndre Przywara3-0/+145
2015-03-26KVM: arm/arm64: simplify vgic_find_range() and callersAndre Przywara3-17/+10
2015-03-26KVM: arm/arm64: rename struct kvm_mmio_range to vgic_io_rangeAndre Przywara4-22/+22
2015-03-26KVM: x86: remove now unneeded include directory from MakefileAndre Przywara1-1/+1
2015-03-26KVM: arm/arm64: remove now unneeded include directory from MakefileAndre Przywara2-2/+2
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara9-11/+10