Age | Commit message (Expand) | Author | Files | Lines |
2017-08-31 | KVM: update to new mmu_notifier semantic v2 | Jérôme Glisse | 1 | -5/+0 |
2017-04-07 | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public | Paolo Bonzini | 1 | -1/+0 |
2017-03-28 | KVM: MIPS/VZ: Support hardware guest timer | James Hogan | 1 | -0/+14 |
2017-03-28 | KVM: MIPS/VZ: Emulate MAARs when necessary | James Hogan | 1 | -0/+5 |
2017-03-28 | KVM: MIPS/VZ: Support guest hardware page table walker | James Hogan | 1 | -0/+8 |
2017-03-28 | KVM: MIPS/VZ: Support guest segmentation control | James Hogan | 1 | -0/+6 |
2017-03-28 | KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig | James Hogan | 1 | -0/+4 |
2017-03-28 | KVM: MIPS/VZ: Support guest CP0_BadInstr[P] | James Hogan | 1 | -0/+4 |
2017-03-28 | KVM: MIPS: Implement VZ support | James Hogan | 1 | -0/+42 |
2017-03-28 | KVM: MIPS/TLB: Add VZ TLB management | James Hogan | 1 | -0/+12 |
2017-03-28 | KVM: MIPS/Entry: Update entry code to support VZ | James Hogan | 1 | -0/+5 |
2017-03-28 | KVM: MIPS: Abstract guest CP0 register access for VZ | James Hogan | 1 | -88/+255 |
2017-03-28 | KVM: MIPS: Add guest exit exception callback | James Hogan | 1 | -0/+1 |
2017-03-28 | KVM: MIPS: Add hardware_{enable,disable} callback | James Hogan | 1 | -1/+2 |
2017-03-28 | KVM: MIPS: Add callback to check extension | James Hogan | 1 | -0/+1 |
2017-03-28 | KVM: MIPS: Init timer frequency from callback | James Hogan | 1 | -1/+1 |
2017-03-28 | KVM: MIPS: Extend counters & events for VZ GExcCodes | James Hogan | 1 | -0/+10 |
2017-03-28 | KVM: MIPS: Implement HYPCALL emulation | James Hogan | 1 | -0/+7 |
2017-02-03 | KVM: MIPS: Allow multiple VCPUs to be created | James Hogan | 1 | -1/+1 |
2017-02-03 | KVM: MIPS/T&E: Expose read-only CP0_IntCtl register | James Hogan | 1 | -0/+1 |
2017-02-03 | KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registers | James Hogan | 1 | -0/+2 |
2017-02-03 | KVM: MIPS/T&E: Implement CP0_EBase register | James Hogan | 1 | -0/+3 |
2017-02-03 | KVM: MIPS/T&E: Move CP0 register access into T&E | James Hogan | 1 | -1/+0 |
2017-02-03 | KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU | James Hogan | 1 | -0/+13 |
2017-02-03 | KVM: MIPS/MMU: Add GPA PT mkclean helper | James Hogan | 1 | -0/+1 |
2017-02-03 | KVM: MIPS/T&E: Handle read only GPA in TLB mod | James Hogan | 1 | -5/+0 |
2017-02-03 | KVM: MIPS: Pass type of fault down to kvm_mips_map_page() | James Hogan | 1 | -3/+6 |
2017-02-03 | KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot | James Hogan | 1 | -3/+8 |
2017-02-03 | KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation | James Hogan | 1 | -1/+1 |
2017-02-03 | KVM: MIPS/T&E: Add lockless GVA access helpers | James Hogan | 1 | -0/+15 |
2017-02-03 | KVM: MIPS/MMU: Convert guest physical map to page table | James Hogan | 1 | -3/+4 |
2017-02-03 | KVM: MIPS: Use CP0_BadInstr[P] for emulation | James Hogan | 1 | -0/+4 |
2017-02-03 | KVM: MIPS: Improve kvm_get_inst() error return | James Hogan | 1 | -2/+1 |
2017-02-03 | KVM: MIPS/T&E: Don't treat code fetch faults as MMIO | James Hogan | 1 | -0/+27 |
2017-02-03 | KVM: MIPS/MMU: Drop kvm_get_new_mmu_context() | James Hogan | 1 | -5/+0 |
2017-02-03 | KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions | James Hogan | 1 | -1/+0 |
2017-02-03 | KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all() | James Hogan | 1 | -1/+0 |
2017-02-03 | KVM: MIPS: Use uaccess to read/modify guest instructions | James Hogan | 1 | -2/+0 |
2017-02-03 | KVM: MIPS: Drop vm_init() callback | James Hogan | 1 | -3/+0 |
2017-02-03 | KVM: MIPS/MMU: Convert commpage fault handling to page tables | James Hogan | 1 | -3/+0 |
2017-02-03 | KVM: MIPS/MMU: Convert TLB mapped faults to page tables | James Hogan | 1 | -5/+2 |
2017-02-03 | KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW | James Hogan | 1 | -0/+17 |
2017-02-03 | KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes | James Hogan | 1 | -0/+17 |
2017-02-03 | KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID | James Hogan | 1 | -1/+2 |
2017-02-03 | KVM: MIPS: Add fast path TLB refill handler | James Hogan | 1 | -0/+1 |
2017-02-03 | KVM: MIPS: Wire up vcpu uninit | James Hogan | 1 | -1/+1 |
2017-02-03 | KVM: MIPS/T&E: active_mm = init_mm in guest context | James Hogan | 1 | -0/+4 |
2017-02-03 | KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks | James Hogan | 1 | -0/+2 |
2017-02-03 | KVM: MIPS: Remove duplicated ASIDs from vcpu | James Hogan | 1 | -3/+1 |
2017-02-03 | KVM: MIPS: Convert get/set_regs -> vcpu_load/put | James Hogan | 1 | -2/+2 |