summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2015-03-31KVM: s390: store the breaking-event address on pgm interruptsDavid Hildenbrand
2015-03-30KVM: arm/arm64: enable KVM_CAP_IOEVENTFDNikolay Nikolaev
2015-03-30KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara
2015-03-30KVM: remove useless check of "ret" variable prior to returning the same valueEugene Korenevsky
2015-03-30KVM: x86: Remove redundant definitionsNadav Amit
2015-03-30KVM: x86: removing redundant eflags bits definitionsNadav Amit
2015-03-30KVM: x86: BSF and BSR emulation change register unnecassarilyNadav Amit
2015-03-30KVM: x86: POPA emulation may not clear bits [63:32]Nadav Amit
2015-03-30KVM: x86: CMOV emulation on legacy mode is wrongNadav Amit
2015-03-30kvm: x86: i8259: return initialized data on invalid-size readPetr Matousek
2015-03-29Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-03-29Merge tag 'sunxi-fixes-for-4.0' of https://git.kernel.org/pub/scm/linux/kerne...Olof Johansson
2015-03-29Merge tag 'fixes-v4.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Olof Johansson
2015-03-29Merge tag 'socfpga_fix_for_v4.0_2' of git://git.rocketboards.org/linux-socfpg...Olof Johansson
2015-03-29arm64: juno: Fix misleading name of UART reference clockDave Martin
2015-03-29Merge tag 'fixes-for-v4.0-rc5' of https://github.com/rjarzmik/linux into fixesOlof Johansson
2015-03-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-03-28Merge branch 'parisc-4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-03-28Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-03-28Merge tag 'arc-4.0-fixes-part-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-03-27MIPS: KVM: Wire up MSA capabilityJames Hogan
2015-03-27MIPS: KVM: Expose MSA registersJames Hogan
2015-03-27MIPS: KVM: Add MSA exception handlingJames Hogan
2015-03-27MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan
2015-03-27MIPS: KVM: Add base guest MSA supportJames Hogan
2015-03-27MIPS: KVM: Wire up FPU capabilityJames Hogan
2015-03-27MIPS: KVM: Expose FPU registersJames Hogan
2015-03-27MIPS: KVM: Add FP exception handlingJames Hogan
2015-03-27MIPS: KVM: Emulate FPU bits in COP0 interfaceJames Hogan
2015-03-27MIPS: KVM: Add base guest FPU supportJames Hogan
2015-03-27MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callbackJames Hogan
2015-03-27MIPS: KVM: Add Config4/5 and writing of Config registersJames Hogan
2015-03-27MIPS: KVM: Simplify default guest Config registersJames Hogan
2015-03-27MIPS: KVM: Clean up register definitions a littleJames Hogan
2015-03-27MIPS: KVM: Drop pr_info messages on init/exitJames Hogan
2015-03-27MIPS: KVM: Sort kvm_mips_get_reg() registersJames Hogan
2015-03-27MIPS: KVM: Implement PRid CP0 register accessJames Hogan
2015-03-27MIPS: KVM: Handle TRAP exceptions from guest kernelJames Hogan
2015-03-27MIPS: Clear [MSA]FPE CSR.Cause after notify_die()James Hogan
2015-03-27MIPS: KVM: Handle MSA Disabled exceptions from guestJames Hogan
2015-03-27Merge branch '4.1-fp' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfr i...James Hogan
2015-03-27MIPS: MSA: Fix big-endian FPR_IDX implementationJames Hogan
2015-03-27Revert "MIPS: Don't assume 64-bit FP registers for context switch"James Hogan
2015-03-27MIPS: disable FPU if the mode is unsupportedPaul Burton
2015-03-27MIPS: prevent FP context set via ptrace being discardedPaul Burton
2015-03-27MIPS: Ensure FCSR cause bits are clear after invoking FPU emulatorPaul Burton
2015-03-27MIPS: clear MSACSR cause bits when handling MSA FP exceptionPaul Burton
2015-03-27MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA supportPaul Burton
2015-03-27MIPS: remove MSA macro recursionPaul Burton
2015-03-27MIPS: assume at as source/dest of MSA copy/insert instructionsPaul Burton