summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3Huacai Chen2020-06-041-2/+6
| * KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3Huacai Chen2020-06-041-0/+6
| * KVM: MIPS: Introduce and use cpu_guest_has_ldpteHuacai Chen2020-06-041-13/+13
| * KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgdHuacai Chen2020-06-041-1/+18
| * KVM: MIPS: Add EVENTFD support which is needed by VHOSTHuacai Chen2020-06-044-1/+8
* | mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-11/+11
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-041-36/+36
|\
| * kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
| * kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-4/+2
| * Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-131-2/+0
| |\
| * | KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang2020-04-211-1/+2
| * | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-31/+30
* | | mips: Add MIPS Release 5 supportSerge Semin2020-05-221-3/+3
* | | KVM: MIPS/Emulate: Remove unneeded semicolonZou Wei2020-05-141-2/+2
* | | KVM: MIPS/VZ: Remove unneeded semicolonZou Wei2020-05-141-5/+5
* | | KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.cJason Yan2020-05-141-2/+2
* | | KVM: MIPS: use true,false for bool variableJason Yan2020-05-141-2/+2
* | | MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-071-4/+4
| |/ |/|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-2/+0
|\ \ | |/ |/|
| * vhost: refine vhost and vringh kconfigJason Wang2020-04-011-2/+0
* | KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
* | KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-58/+5
* | KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
* | KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-6/+0
|/
* KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Sean Christopherson2020-02-051-10/+5
* KVM: MIPS: Fix a build error due to referencing not-yet-defined functionSean Christopherson2020-02-051-21/+21
* KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson2020-01-271-10/+0
* KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson2020-01-271-12/+14
* KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()Sean Christopherson2020-01-271-2/+8
* KVM: Move vcpu alloc and init invocation to common codeSean Christopherson2020-01-271-27/+6
* KVM: Introduce kvm_vcpu_destroy()Sean Christopherson2020-01-241-1/+1
* KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuSean Christopherson2020-01-241-2/+2
* KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson2020-01-241-0/+5
* KVM: MIPS: Drop kvm_arch_vcpu_free()Sean Christopherson2020-01-241-7/+2
* KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUsSean Christopherson2020-01-241-3/+3
* mips: add support for folded p4d page tablesMike Rapoport2019-11-222-5/+15
* mips: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2019-11-221-12/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-101-10/+0
|\
| * KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-10/+0
* | Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-061-0/+1
|\ \ | |/ |/|
| * MIPS: Annotate fall-through in kvm/emulate.cPaul Burton2019-07-181-0/+1
* | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-2/+2
* | KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth2019-05-281-0/+3
|/
* Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-05-091-3/+1
|\
| * MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexPaul Burton2019-03-251-3/+1
* | Make anon_inodes unconditionalDavid Howells2019-04-191-1/+0
|/