summaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)Author
2016-06-14MIPS: KVM: Combine handle_tlb_ld/st_missJames Hogan
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan
2016-06-14MIPS: KVM: Use dump_tlb_all() for kvm_mips_dump_host_tlbs()James Hogan
2016-06-14MIPS: KVM: Clean up TLB management hazardsJames Hogan
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan
2016-06-14MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan
2016-06-14MIPS: KVM: Simplify even/odd TLB handlingJames Hogan
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan
2016-06-14MIPS: KVM: Move non-TLB handling code out of tlb.cJames Hogan
2016-06-14MIPS: KVM: Make various Cause variables 32-bitJames Hogan
2016-06-14MIPS: KVM: Convert code to kernel sized typesJames Hogan
2016-06-14MIPS: KVM: Convert headers to kernel sized typesJames Hogan
2016-06-14MIPS: KVM: Drop unused kvm_mips_sync_icache()James Hogan
2016-06-14MIPS: KVM: Drop unused host_cp0_entryhiJames Hogan
2016-06-14MIPS: KVM: Fix CACHE triggered exception emulationJames Hogan
2016-06-14MIPS: KVM: Don't unwind PC when emulating CACHEJames Hogan
2016-06-14MIPS: KVM: Fix modular KVM under QEMUJames Hogan
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-05-13MIPS: Define & use CP0_EBase bit definitionsJames Hogan
2016-05-13MIPS: Support extended ASIDsPaul Burton
2016-05-13MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton
2016-05-13MIPS: KVM/locore.S: Relax noatJames Hogan
2016-05-13MIPS: KVM/locore.S: Only preserve callee saved registersJames Hogan
2016-05-13MIPS: KVM: Abstract guest ASID maskPaul Burton
2016-05-13MIPS: Add & use CP0_EntryHi ASID definitionsJames Hogan
2016-05-13MIPS: KVM/locore.S: Don't preserve host ASID around vcpu_runJames Hogan
2016-05-10MIPS: KVM: Add missing disable FPU hazard barriersJames Hogan
2016-05-10MIPS: KVM: Fix preemption warning reading FPU capabilityJames Hogan
2016-05-10MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() callsJames Hogan
2016-05-10MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan
2016-05-10MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan
2016-04-03MIPS: Fix misspellings in comments.Adam Buchbinder
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-02mips/kvm: fix ioctl error handlingMichael S. Tsirkin
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-01-24MIPS: KVM: Add missing newline to kvm_err()James Hogan
2016-01-24MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan
2016-01-24MIPS: KVM: Use cacheops.h definitionsJames Hogan
2016-01-24MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan
2016-01-24MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan
2016-01-24MIPS: KVM: Refactor added offsetof()sJames Hogan
2016-01-24MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan
2016-01-24MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan
2016-01-24MIPS: KVM: Trivial whitespace and style fixesJames Hogan
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2015-11-18MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan
2015-11-18MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan