Age | Commit message (Expand) | Author | Files | Lines |
2016-07-05 | MIPS: KVM: Fix pre-r6 ll/sc instructions on r6 | James Hogan | 1 | -3/+3 |
2016-07-05 | MIPS: KVM: Relative branch to common exit handler | James Hogan | 1 | -1/+1 |
2016-07-05 | MIPS: KVM: Dynamically choose scratch registers | James Hogan | 1 | -0/+1 |
2016-07-05 | MIPS; KVM: Convert exception entry to uasm | James Hogan | 1 | -2/+6 |
2016-06-16 | MIPS: KVM: Use mipsregs.h defs for config registers | James Hogan | 1 | -67/+0 |
2016-06-16 | MIPS: KVM: Move commpage so 0x0 is unmapped | James Hogan | 1 | -2/+8 |
2016-06-16 | MIPS: KVM: Add KScratch registers | James Hogan | 1 | -0/+19 |
2016-06-16 | MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu() | James Hogan | 1 | -1/+1 |
2016-06-16 | MIPS: KVM: Make KVM_GET_REG_LIST dynamic | James Hogan | 1 | -0/+2 |
2016-06-16 | MIPS: KVM: Convert emulation to use asm/inst.h | James Hogan | 1 | -9/+13 |
2016-06-14 | MIPS: KVM: Clean up kvm_exit trace event | James Hogan | 1 | -22/+0 |
2016-06-14 | MIPS: KVM: Generalise fpu_inuse for other state | James Hogan | 1 | -4/+4 |
2016-06-14 | MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.h | James Hogan | 1 | -7/+4 |
2016-06-14 | MIPS: KVM: Simplify TLB_* macros | James Hogan | 1 | -5/+3 |
2016-06-14 | MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo* | James Hogan | 1 | -6/+5 |
2016-06-14 | MIPS: KVM: Restore host EBase from ebase variable | James Hogan | 1 | -1/+1 |
2016-06-14 | MIPS: KVM: Drop unused hpa0/hpa1 args from function | James Hogan | 1 | -3/+1 |
2016-06-14 | MIPS: KVM: Don't indirect KVM functions | James Hogan | 1 | -3/+0 |
2016-06-14 | MIPS: KVM: Move non-TLB handling code out of tlb.c | James Hogan | 1 | -0/+4 |
2016-06-14 | MIPS: KVM: Make various Cause variables 32-bit | James Hogan | 1 | -20/+20 |
2016-06-14 | MIPS: KVM: Convert headers to kernel sized types | James Hogan | 1 | -50/+47 |
2016-06-14 | MIPS: KVM: Drop unused host_cp0_entryhi | James Hogan | 1 | -1/+0 |
2016-06-14 | MIPS: KVM: Drop unused guest_inst from kvm_vcpu_arch | James Hogan | 1 | -1/+0 |
2016-06-14 | MIPS: KVM: Include bit 31 in segment matches | James Hogan | 1 | -1/+1 |
2016-06-14 | MIPS: KVM: Fix modular KVM under QEMU | James Hogan | 1 | -0/+1 |
2016-05-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+3 |
2016-05-13 | KVM: halt_polling: provide a way to qualify wakeups during poll | Christian Borntraeger | 1 | -0/+2 |
2016-05-13 | MIPS: KVM: Abstract guest ASID mask | Paul Burton | 1 | -2/+3 |
2016-05-10 | MIPS: KVM: Fix timer IRQ race when writing CP0_Compare | James Hogan | 1 | -1/+1 |
2016-01-24 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -38/+1 |
2016-01-24 | MIPS: Move Cause.ExcCode trap codes to mipsregs.h | James Hogan | 1 | -28/+0 |
2016-01-24 | MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index() | James Hogan | 1 | -1/+0 |
2016-01-24 | MIPS: Move definition of DC bit to mipsregs.h | James Hogan | 1 | -3/+0 |
2016-01-24 | MIPS: KVM: Drop some unused definitions from kvm_host.h | James Hogan | 1 | -5/+0 |
2016-01-24 | MIPS: KVM: Trivial whitespace and style fixes | James Hogan | 1 | -1/+1 |
2016-01-16 | kvm: rename pfn_t to kvm_pfn_t | Dan Williams | 1 | -3/+3 |
2015-10-23 | KVM: Add kvm_arch_vcpu_{un}blocking callbacks | Christoffer Dall | 1 | -0/+2 |
2015-09-25 | KVM: disable halt_poll_ns as default for s390x | David Hildenbrand | 1 | -0/+1 |
2015-09-16 | KVM: add halt_attempted_poll to VCPU stats | Paolo Bonzini | 1 | -0/+1 |
2015-05-26 | KVM: add memslots argument to kvm_arch_memslots_updated | Paolo Bonzini | 1 | -1/+1 |
2015-03-28 | MIPS: KVM: Add MSA exception handling | James Hogan | 1 | -0/+16 |
2015-03-28 | MIPS: KVM: Add base guest MSA support | James Hogan | 1 | -1/+20 |
2015-03-28 | MIPS: KVM: Add FP exception handling | James Hogan | 1 | -0/+8 |
2015-03-28 | MIPS: KVM: Add base guest FPU support | James Hogan | 1 | -0/+27 |
2015-03-28 | MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback | James Hogan | 1 | -0/+2 |
2015-03-28 | MIPS: KVM: Add Config4/5 and writing of Config registers | James Hogan | 1 | -0/+13 |
2015-03-28 | MIPS: KVM: Simplify default guest Config registers | James Hogan | 1 | -25/+0 |
2015-03-28 | MIPS: KVM: Clean up register definitions a little | James Hogan | 1 | -2/+2 |
2015-03-28 | MIPS: KVM: Implement PRid CP0 register access | James Hogan | 1 | -0/+1 |
2015-03-28 | MIPS: KVM: Handle TRAP exceptions from guest kernel | James Hogan | 1 | -0/+8 |