LinuxLists
Users
About
David Daney (
[email protected]
)
Number of posts: 471 (0.4 per day)
First post: 2011-03-23 22:03:39
Last post: 2014-05-29 22:14:37
Previous Page
/
Next Page
Date
List
Subject
2013-06-10 19:34:36
linux-kernel
[PATCH 1/2] kvm: Add definition of KVM_REG_MIPS
2013-06-10 19:34:12
linux-kernel
[PATCH 2/2] mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REG
2013-06-10 19:33:59
linux-kernel
[PATCH 0/2] kvm/mips: ABI fix for 3.10
2013-06-10 17:14:32
linux-kernel
Re: [PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions.
2013-06-07 23:13:59
linux-kernel
[PATCH 02/31] MIPS: Save and restore K0/K1 when CONFIG_KVM_MIPSVZ
2013-06-07 23:13:57
linux-kernel
[PATCH 03/31] mips/kvm: Fix 32-bitisms in kvm_locore.S
2013-06-07 23:13:20
linux-kernel
[PATCH 04/31] mips/kvm: Add casts to avoid pointer width mismatch build failures.
2013-06-07 23:13:17
linux-kernel
[PATCH 05/31] mips/kvm: Use generic cache flushing functions.
2013-06-07 23:12:36
linux-kernel
[PATCH 06/31] mips/kvm: Rename kvm_vcpu_arch.pc to kvm_vcpu_arch.epc
2013-06-07 23:12:34
linux-kernel
[PATCH 08/31] mips/kvm: Fix code formatting in arch/mips/kvm/kvm_locore.S
2013-06-07 23:11:51
linux-kernel
[PATCH 07/31] mips/kvm: Rename VCPU_registername to KVM_VCPU_ARCH_registername
2013-06-07 23:11:50
linux-kernel
[PATCH 10/31] mips/kvm: Implement ioctls to get and set FPU registers.
2013-06-07 23:09:50
linux-kernel
[PATCH 13/31] mips/kvm: Add accessors for MIPS VZ registers.
2013-06-07 23:09:46
linux-kernel
[PATCH 14/31] mips/kvm: Add thread_info flag to indicate operation in MIPS VZ Guest Mode.
2013-06-07 23:09:45
linux-kernel
[PATCH 15/31] mips/kvm: Exception handling to leave and reenter guest mode.
2013-06-07 23:09:43
linux-kernel
[PATCH 16/31] mips/kvm: Add exception handler for MIPSVZ Guest exceptions.
2013-06-07 23:09:41
linux-kernel
[PATCH 17/31] MIPS: Quit exposing Kconfig symbols in uapi headers.
2013-06-07 23:08:16
linux-kernel
[PATCH 18/31] mips/kvm: Add pt_regs slots for BadInstr and BadInstrP
2013-06-07 23:08:14
linux-kernel
[PATCH 19/31] mips/kvm: Add host definitions for MIPS VZ based host.
2013-06-07 23:08:12
linux-kernel
[PATCH 20/31] mips/kvm: Hook into TLB fault handlers.
2013-06-07 23:08:10
linux-kernel
[PATCH 21/31] mips/kvm: Allow set_except_vector() to be used from MIPSVZ code.
2013-06-07 23:08:07
linux-kernel
[PATCH 22/31] mips/kvm: Split get_new_mmu_context into two parts.
2013-06-07 23:06:53
linux-kernel
[PATCH 23/31] mips/kvm: Hook into CP unusable exception handler.
2013-06-07 23:06:51
linux-kernel
[PATCH 24/31] mips/kvm: Add thread_struct fields used by MIPSVZ hosts.
2013-06-07 23:06:49
linux-kernel
[PATCH 25/31] mips/kvm: Add some asm-offsets constants used by MIPSVZ.
2013-06-07 23:05:59
linux-kernel
[PATCH 26/31] mips/kvm: Split up Kconfig and Makefile definitions in preperation for MIPSVZ.
2013-06-07 23:05:57
linux-kernel
[PATCH 27/31] mips/kvm: Gate the use of kvm_local_flush_tlb_all() by KVM_MIPSTE
2013-06-07 23:05:55
linux-kernel
[PATCH 28/31] mips/kvm: Only use KVM_COALESCED_MMIO_PAGE_OFFSET with KVM_MIPSTE
2013-06-07 23:05:31
linux-kernel
[PATCH 29/31] mips/kvm: Add MIPSVZ support.
2013-06-07 23:04:48
linux-kernel
[PATCH 30/31] mips/kvm: Enable MIPSVZ in Kconfig/Makefile
2013-06-07 23:04:46
linux-kernel
[PATCH 31/31] mips/kvm: Allow for upto 8 KVM vcpus per vm.
2013-06-07 23:04:04
linux-kernel
[PATCH 11/31] MIPS: Rearrange branch.c so it can be used by kvm code.
2013-06-07 23:04:00
linux-kernel
[PATCH 12/31] MIPS: Add instruction format information for WAIT, MTC0, MFC0, et al.
2013-06-07 23:03:58
linux-kernel
[PATCH 09/31] mips/kvm: Factor trap-and-emulate support into a pluggable implementation.
2013-06-07 23:03:51
linux-kernel
[PATCH 01/31] MIPS: Move allocate_kscratch to cpu-probe.c and make it public.
2013-06-07 23:03:48
linux-kernel
[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions.
2013-05-29 17:19:41
linux-kernel
Re: [RFC PATCH] kernel/signal.c: avoid BUG_ON with SIG128 (MIPS)
2013-05-23 17:05:08
linux-kernel
Re: [PATCH v2 1/1] MIPS: Octeon: fix for held reboot_mutex lock at task exit time
2013-05-23 16:51:29
linux-kernel
[PATCH v6 1/6] mips/kvm: Fix ABI for use of FPU.
2013-05-23 16:50:42
linux-kernel
[PATCH v6 3/6] mips/kvm: Fix name of gpr field in struct kvm_regs.
2013-05-23 16:49:59
linux-kernel
[PATCH v6 4/6] mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_ioctl_{s,g}et_regs
2013-05-23 16:49:28
linux-kernel
[PATCH v6 5/6] mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG
2013-05-23 16:49:27
linux-kernel
[PATCH v6 6/6] mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.
2013-05-23 16:49:21
linux-kernel
[PATCH v6 2/6] mips/kvm: Fix ABI for use of 64-bit registers.
2013-05-23 16:49:18
linux-kernel
[PATCH v6 0/6] mips/kvm: Fix ABI for compatibility with 64-bit guests.
2013-05-22 20:08:16
linux-kernel
Re: [PATCH 2/2] nouveau: replace large udelay by mdelay
2013-05-22 18:46:51
linux-kernel
[PATCH v5 3/6] mips/kvm: Fix name of gpr field in struct kvm_regs.
2013-05-22 18:45:48
linux-kernel
[PATCH v5 4/6] mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_ioctl_{s,g}et_regs
2013-05-22 18:45:47
linux-kernel
[PATCH v5 5/6] mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG
2013-05-22 18:45:16
linux-kernel
[PATCH v5 6/6] mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.
2013-05-22 18:44:13
linux-kernel
[PATCH v5 1/6] mips/kvm: Fix ABI for use of FPU.