aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-04-01vhost: refine vhost and vringh kconfigGravatar Jason Wang 1-2/+0
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsGravatar Sean Christopherson 1-2/+2
2020-03-16KVM: Provide common implementation for generic dirty log functionsGravatar Sean Christopherson 1-58/+5
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Gravatar Sean Christopherson 1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Gravatar Sean Christopherson 1-6/+0
2020-02-05KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Gravatar Sean Christopherson 1-10/+5
2020-02-05KVM: MIPS: Fix a build error due to referencing not-yet-defined functionGravatar Sean Christopherson 1-21/+21
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Gravatar Sean Christopherson 1-10/+0
2020-01-27KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()Gravatar Sean Christopherson 1-12/+14
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Gravatar Sean Christopherson 1-5/+0
2020-01-27KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()Gravatar Sean Christopherson 1-2/+8
2020-01-27KVM: Move vcpu alloc and init invocation to common codeGravatar Sean Christopherson 1-27/+6
2020-01-24KVM: Introduce kvm_vcpu_destroy()Gravatar Sean Christopherson 1-1/+1
2020-01-24KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuGravatar Sean Christopherson 1-2/+2
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesGravatar Sean Christopherson 1-0/+5
2020-01-24KVM: MIPS: Drop kvm_arch_vcpu_free()Gravatar Sean Christopherson 1-7/+2
2020-01-24KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUsGravatar Sean Christopherson 1-3/+3
2019-11-22mips: add support for folded p4d page tablesGravatar Mike Rapoport 2-5/+15
2019-11-22mips: drop __pXd_offset() macros that duplicate pXd_index() onesGravatar Mike Rapoport 1-12/+12
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-10/+0
2019-08-06Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Gravatar Paolo Bonzini 1-10/+0
2019-07-18MIPS: Annotate fall-through in kvm/emulate.cGravatar Paul Burton 1-0/+1
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Gravatar Sean Christopherson 1-2/+2
2019-05-28KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDGravatar Thomas Huth 1-0/+3
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-3/+1
2019-04-19Make anon_inodes unconditionalGravatar David Howells 1-1/+0
2019-03-25MIPS: KVM: Use prandom_u32_max() to generate tlbwr indexGravatar Paul Burton 1-3/+1
2019-02-04MIPS: MemoryMapID (MMID) SupportGravatar Paul Burton 1-0/+5
2019-02-04MIPS: mm: Add set_cpu_context() for ASID assignmentsGravatar Paul Burton 2-6/+6
2019-02-04MIPS: mm: Unify ASID version checksGravatar Paul Burton 2-21/+7
2019-02-04MIPS: mm: Remove redundant get_new_mmu_context() cpu argumentGravatar Paul Burton 3-7/+7
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-4/+28
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-1/+1
2018-12-21KVM: Make kvm_set_spte_hva() return intGravatar Lan Tianyu 1-1/+2
2018-12-14kvm: introduce manual dirty log reprotectGravatar Paolo Bonzini 1-0/+23
2018-12-14kvm: rename last argument to kvm_get_dirty_log_protectGravatar Paolo Bonzini 1-3/+3
2018-11-09MIPS: Introduce CONFIG_MIPS_FP_SUPPORTGravatar Paul Burton 1-0/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 5-5/+5
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendGravatar Marc Zyngier 1-10/+0
2018-06-20sched/swait: Rename to exclusiveGravatar Peter Zijlstra 1-2/+2
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2018-06-01kvm: Change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-05-14KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"Gravatar Colin Ian King 1-1/+1
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlGravatar Paolo Bonzini 2-3/+13
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlGravatar Christoffer Dall 1-20/+29
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsGravatar Christoffer Dall 1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsGravatar Christoffer Dall 1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runGravatar Christoffer Dall 1-0/+3