Show patches with: Submitter = James Hogan       |    State = Action Required       |   507 patches
« 1 2 ... 3 4 5 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/3] KVM: MIPS: Document MIPS specifics of KVM API. - - - --- 2014-07-04 James Hogan New
[2/3] KVM: Reformat KVM_SET_ONE_REG register documentation - - - --- 2014-07-04 James Hogan New
[1/3] KVM: Document KVM_SET_SIGNAL_MASK as universal - - - --- 2014-07-04 James Hogan New
[v2,2/4] mips/kvm: Disable FPU on reset with KVM - - - --- 2014-06-27 James Hogan New
[4/4] mips_malta: Catch kernels linked at wrong address - - - --- 2014-06-26 James Hogan New
[3/4] mips_malta: Remove incorrect KVM T&E references - - - --- 2014-06-26 James Hogan New
[2/4] mips_malta: Change default KVM cpu to 24Kc (no FP) - - - --- 2014-06-26 James Hogan New
[1/4] mips/kvm: Init EBase to correct KSEG0 - - - --- 2014-06-26 James Hogan New
[Qemu-devel,v5,10/12] hw/mips: malta: Add KVM support - - - --- 2014-06-20 James Hogan New
[v5,12/12] MAINTAINERS: Add entry for MIPS KVM - - - --- 2014-06-17 James Hogan New
[v5,11/12] target-mips: Enable KVM support in build system - - - --- 2014-06-17 James Hogan New
[v5,10/12] hw/mips: malta: Add KVM support - - - --- 2014-06-17 James Hogan New
[v5,09/12] hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctls - - - --- 2014-06-17 James Hogan New
[v5,08/12] target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset() - - - --- 2014-06-17 James Hogan New
[v5,07/12] target-mips: kvm: Add main KVM support for MIPS - - - --- 2014-06-17 James Hogan New
[v5,06/12] kvm: Allow arch to set sigmask length - - - --- 2014-06-17 James Hogan New
[v5,05/12] target-mips: get_physical_address: Add KVM awareness - - - --- 2014-06-17 James Hogan New
[v5,04/12] target-mips: get_physical_address: Add defines for segment bases - - - --- 2014-06-17 James Hogan New
[v5,03/12] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA - - - --- 2014-06-17 James Hogan New
[v5,02/12] hw/mips/cputimer: Don't start periodic timer in KVM mode - - - --- 2014-06-17 James Hogan New
[v5,01/12] target-mips: Reset CPU timer consistently - - - --- 2014-06-17 James Hogan New
[v2,00/23] MIPS: KVM: Fixes and guest timer rewrite - - - --- 2014-05-29 James Hogan New
[v2,23/23] MIPS: KVM: Remove redundant semicolon - - - --- 2014-05-29 James Hogan New
[v2,22/23] MIPS: KVM: Remove redundant NULL checks before kfree() - - - --- 2014-05-29 James Hogan New
[v2,21/23] MIPS: KVM: Quieten kvm_info() logging - - - --- 2014-05-29 James Hogan New
[v2,20/23] MIPS: KVM: Remove ifdef DEBUG around kvm_debug - - - --- 2014-05-29 James Hogan New
[v2,19/23] MIPS: KVM: Fix kvm_debug bit-rottage - - - --- 2014-05-29 James Hogan New
[v2,18/23] MIPS: KVM: Whitespace fixes in kvm_mips_callbacks - - - --- 2014-05-29 James Hogan New
[v2,17/23] MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static - - - --- 2014-05-29 James Hogan New
[v2,16/23] MIPS: KVM: Add count frequency KVM register - - - --- 2014-05-29 James Hogan New
[v2,15/23] MIPS: KVM: Add master disable count interface - - - --- 2014-05-29 James Hogan New
[v2,14/23] MIPS: KVM: Override guest kernel timer frequency directly - - - --- 2014-05-29 James Hogan New
[v2,13/23] MIPS: KVM: Rewrite count/compare timer emulation - - - --- 2014-05-29 James Hogan New
[v2,12/23] MIPS: KVM: Migrate hrtimer to follow VCPU - - - --- 2014-05-29 James Hogan New
[v2,11/23] MIPS: KVM: Fix timer race modifying guest CP0_Cause - - - --- 2014-05-29 James Hogan New
[v2,10/23] MIPS: KVM: Deliver guest interrupts after local_irq_disable() - - - --- 2014-05-29 James Hogan New
[v2,09/23] MIPS: KVM: Add CP0_HWREna KVM register access - - - --- 2014-05-29 James Hogan New
[v2,08/23] MIPS: KVM: Add CP0_UserLocal KVM register access - - - --- 2014-05-29 James Hogan New
[v2,07/23] MIPS: KVM: Add CP0_Count/Compare KVM register access - - - --- 2014-05-29 James Hogan New
[v2,06/23] MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h - - - --- 2014-05-29 James Hogan New
[v2,05/23] MIPS: KVM: Add CP0_EPC KVM register access - - - --- 2014-05-29 James Hogan New
[v2,04/23] MIPS: KVM: Use tlb_write_random - - - --- 2014-05-29 James Hogan New
[v2,03/23] MIPS: KVM: Use local_flush_icache_range to fix RI on XBurst - - - --- 2014-05-29 James Hogan New
[v2,02/23] MIPS: Export local_flush_icache_range for KVM - - - --- 2014-05-29 James Hogan New
[v2,01/23] MIPS: KVM: Allocate at least 16KB for exception handlers - - - --- 2014-05-29 James Hogan New
[21/21] MIPS: KVM: Remove redundant NULL checks before kfree() - - - --- 2014-04-25 James Hogan New
[20/21] MIPS: KVM: Quieten kvm_info() logging - - - --- 2014-04-25 James Hogan New
[19/21] MIPS: KVM: Remove ifdef DEBUG around kvm_debug - - - --- 2014-04-25 James Hogan New
[18/21] MIPS: KVM: Fix kvm_debug bit-rottage - - - --- 2014-04-25 James Hogan New
[17/21] MIPS: KVM: Whitespace fixes in kvm_mips_callbacks - - - --- 2014-04-25 James Hogan New
[16/21] MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static - - - --- 2014-04-25 James Hogan New
[15/21] MIPS: KVM: Add count frequency KVM register - - - --- 2014-04-25 James Hogan New
[14/21] MIPS: KVM: Add nanosecond count bias KVM register - - - --- 2014-04-25 James Hogan New
[13/21] MIPS: KVM: Add master disable count interface - - - --- 2014-04-25 James Hogan New
[12/21] MIPS: KVM: Override guest kernel timer frequency directly - - - --- 2014-04-25 James Hogan New
[11/21] MIPS: KVM: Rewrite count/compare timer emulation - - - --- 2014-04-25 James Hogan New
[10/21] MIPS: KVM: Migrate hrtimer to follow VCPU - - - --- 2014-04-25 James Hogan New
[09/21] MIPS: KVM: Fix timer race modifying guest CP0_Cause - - - --- 2014-04-25 James Hogan New
[08/21] MIPS: KVM: Deliver guest interrupts after local_irq_disable() - - - --- 2014-04-25 James Hogan New
[07/21] MIPS: KVM: Add CP0_Count/Compare KVM register access - - - --- 2014-04-25 James Hogan New
[06/21] MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h - - - --- 2014-04-25 James Hogan New
[05/21] MIPS: KVM: Add CP0_EPC KVM register access - - - --- 2014-04-25 James Hogan New
[04/21] MIPS: KVM: Fix CP0_EBASE KVM register id - - - --- 2014-04-25 James Hogan New
[03/21] MIPS: KVM: Use tlb_write_random - - - --- 2014-04-25 James Hogan New
[02/21] MIPS: KVM: Use local_flush_icache_range to fix RI on XBurst - - - --- 2014-04-25 James Hogan New
[01/21] MIPS: KVM: Allocate at least 16KB for exception handlers - - - --- 2014-04-25 James Hogan New
[4/4] MIPS: KVM: Remove dead code in CP0 emulation - - - --- 2014-03-14 James Hogan New
[3/4] MIPS: KVM: Consult HWREna before emulating RDHWR - - - --- 2014-03-14 James Hogan New
[2/4] MIPS: KVM: asm/kvm_host.h: Clean up whitespace - - - --- 2014-03-14 James Hogan New
[1/4] MIPS: KVM: Pass reserved instruction exceptions to guest - - - --- 2014-03-14 James Hogan New
[v4,10/10] MAINTAINERS: Add entry for MIPS KVM - - - --- 2014-03-14 James Hogan New
[v4,09/10] target-mips: Enable KVM support in build system - - - --- 2014-03-14 James Hogan New
[v4,08/10] hw/mips: malta: Add KVM support - - - --- 2014-03-14 James Hogan New
[v4,07/10] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls - - - --- 2014-03-14 James Hogan New
[v4,06/10] target-mips: kvm: Add main KVM support for MIPS - - - --- 2014-03-14 James Hogan New
[v4,05/10] kvm: Allow arch to set sigmask length - - - --- 2014-03-14 James Hogan New
[v4,04/10] target-mips: get_physical_address: Add KVM awareness - - - --- 2014-03-14 James Hogan New
[v4,03/10] target-mips: get_physical_address: Add defines for segment bases - - - --- 2014-03-14 James Hogan New
[v4,02/10] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA - - - --- 2014-03-14 James Hogan New
[v4,01/10] hw/mips/cputimer: Don't start periodic timer in KVM mode - - - --- 2014-03-14 James Hogan New
[v3,9/9] target-mips: Enable KVM support in build system - - - --- 2014-03-06 James Hogan New
[v3,8/9] hw/mips: malta: Add KVM support - - - --- 2014-03-06 James Hogan New
[v3,7/9] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls - - - --- 2014-03-06 James Hogan New
[v3,6/9] target-mips: kvm: Add main KVM support for MIPS - - - --- 2014-03-06 James Hogan New
[v3,5/9] kvm: Allow arch to set sigmask length - - - --- 2014-03-06 James Hogan New
[v3,4/9] target-mips: get_physical_address: Add KVM awareness - - - --- 2014-03-06 James Hogan New
[v3,3/9] target-mips: get_physical_address: Add defines for segment bases - - - --- 2014-03-06 James Hogan New
[v3,2/9] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA - - - --- 2014-03-06 James Hogan New
[v3,1/9] hw/mips/cputimer: Don't start periodic timer in KVM mode - - - --- 2014-03-06 James Hogan New
[v2,2/2] MIPS: KVM: remove shadow_tlb code - - - --- 2014-01-17 James Hogan New
[v2,1/2] MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI - - - --- 2014-01-17 James Hogan New
[2/2] MIPS: KVM: remove shadow_tlb code - - - --- 2014-01-15 James Hogan New
[1/2] MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI - - - --- 2014-01-15 James Hogan New
[v2,10/10] target-mips: Enable KVM support in build system - - - --- 2013-12-16 James Hogan New
[v2,09/10] hw/mips: malta: Add KVM support - - - --- 2013-12-16 James Hogan New
[v2,08/10] hw/mips: In KVM mode, inject IRQ2 (I/O) interupts via ioctls - - - --- 2013-12-16 James Hogan New
[v2,07/10] target-mips: kvm: Add main KVM support for MIPS - - - --- 2013-12-16 James Hogan New
[v2,06/10] target-mips: Set target page size to 16K in KVM mode - - - --- 2013-12-16 James Hogan New
[v2,05/10] kvm: Set sigmask length to 16 for MIPS targets - - - --- 2013-12-16 James Hogan New
[v2,04/10] target-mips: get_physical_address: Add KVM awareness - - - --- 2013-12-16 James Hogan New
« 1 2 ... 3 4 5 6 »