summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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-081-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
|/
* MIPS: MemoryMapID (MMID) SupportPaul Burton2019-02-041-0/+5
* MIPS: mm: Add set_cpu_context() for ASID assignmentsPaul Burton2019-02-042-6/+6
* MIPS: mm: Unify ASID version checksPaul Burton2019-02-042-21/+7
* MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentPaul Burton2019-02-043-7/+7
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-262-4/+28
|\ \
| * | KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+2
| * | kvm: introduce manual dirty log reprotectPaolo Bonzini2018-12-141-0/+23
| * | kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini2018-12-141-3/+3
| |/
* / MIPS: Introduce CONFIG_MIPS_FP_SUPPORTPaul Burton2018-11-091-0/+1
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-315-5/+5
* KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-10/+0
* sched/swait: Rename to exclusivePeter Zijlstra2018-06-201-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-1/+1
|\
| * kvm: Change return type to vm_fault_tSouptick Joarder2018-06-011-1/+1
* | KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"Colin Ian King2018-05-141-1/+1
|/
* KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini2017-12-142-3/+13
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall2017-12-141-20/+29
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall2017-12-141-0/+3
* KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall2017-12-141-0/+3