summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* MIPS: KVM: Fix CACHE triggered exception emulationJames Hogan2016-06-141-0/+3
* MIPS: KVM: Don't unwind PC when emulating CACHEJames Hogan2016-06-141-6/+10
* MIPS: KVM: Fix modular KVM under QEMUJames Hogan2016-06-143-1/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-194-50/+76
|\
| * KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+1
| * MIPS: KVM: Add missing disable FPU hazard barriersJames Hogan2016-05-101-1/+4
| * MIPS: KVM: Fix preemption warning reading FPU capabilityJames Hogan2016-05-101-1/+2
| * MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() callsJames Hogan2016-05-101-8/+18
| * MIPS: KVM: Fix timer IRQ race when writing CP0_CompareJames Hogan2016-05-102-35/+28Star
| * MIPS: KVM: Fix timer IRQ race when freezing timerJames Hogan2016-05-101-5/+23
* | MIPS: Define & use CP0_EBase bit definitionsJames Hogan2016-05-131-1/+2
* | MIPS: Support extended ASIDsPaul Burton2016-05-131-0/+14
* | MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mipsPaul Burton2016-05-131-11/+19
* | MIPS: KVM/locore.S: Relax noatJames Hogan2016-05-131-11/+5Star
* | MIPS: KVM/locore.S: Only preserve callee saved registersJames Hogan2016-05-131-47/+1Star
* | MIPS: KVM: Abstract guest ASID maskPaul Burton2016-05-132-13/+15
* | MIPS: Add & use CP0_EntryHi ASID definitionsJames Hogan2016-05-131-2/+2
* | MIPS: KVM/locore.S: Don't preserve host ASID around vcpu_runJames Hogan2016-05-131-12/+0Star
|/
* MIPS: Fix misspellings in comments.Adam Buchbinder2016-04-032-2/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-151-4/+4
|\
| * KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-4/+4
* | mips/kvm: fix ioctl error handlingMichael S. Tsirkin2016-03-021-2/+2
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-249-183/+103Star
|\
| * MIPS: KVM: Add missing newline to kvm_err()James Hogan2016-01-241-1/+1
| * MIPS: Move KVM specific opcodes into asm/inst.hJames Hogan2016-01-243-27/+3Star
| * MIPS: KVM: Use cacheops.h definitionsJames Hogan2016-01-241-22/+8Star
| * MIPS: Move Cause.ExcCode trap codes to mipsregs.hJames Hogan2016-01-243-55/+56
| * MIPS: KVM: Make kvm_mips_{init,exit}() staticJames Hogan2016-01-241-2/+2
| * MIPS: KVM: Refactor added offsetof()sJames Hogan2016-01-241-7/+3Star
| * MIPS: KVM: Convert EXPORT_SYMBOL to _GPLJames Hogan2016-01-242-19/+19
| * MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()James Hogan2016-01-241-37/+0Star
| * MIPS: KVM: Trivial whitespace and style fixesJames Hogan2016-01-243-13/+11Star
* | kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-162-8/+8
|/
* MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan2015-11-181-1/+4
* MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan2015-11-181-1/+1
* MIPS: KVM: Fix ASID restoration logicJames Hogan2015-11-181-6/+10
* MIPS: Fix duplicate CP0_* definitions.James Hogan2015-11-111-8/+0Star
* KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-5/+8
|\
| * KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-0/+1
| * KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
| * KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-1/+3
| * KVM: mips: use id_to_memslot correctlyPaolo Bonzini2015-05-191-1/+1
| * KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger2015-05-071-2/+2
* | MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire2015-06-061-1/+1
* | MIPS: KVM: Fix unused variable build warningNicholas Mc Guire2015-05-121-6/+0Star
|/
* MIPS: KVM: Wire up MSA capabilityJames Hogan2015-03-271-0/+18
* MIPS: KVM: Expose MSA registersJames Hogan2015-03-271-0/+65
* MIPS: KVM: Add MSA exception handlingJames Hogan2015-03-274-2/+124
* MIPS: KVM: Emulate MSA bits in COP0 interfaceJames Hogan2015-03-271-2/+35