summaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/mips.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson1-2/+2
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson1-58/+5
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson1-6/+0
2020-02-05KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()Sean Christopherson1-10/+5
2020-02-05KVM: MIPS: Fix a build error due to referencing not-yet-defined functionSean Christopherson1-21/+21
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson1-10/+0
2020-01-27KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson1-12/+14
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson1-5/+0
2020-01-27KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()Sean Christopherson1-2/+8
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson1-27/+6
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson1-1/+1
2020-01-24KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuSean Christopherson1-2/+2
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson1-0/+5
2020-01-24KVM: MIPS: Drop kvm_arch_vcpu_free()Sean Christopherson1-7/+2
2020-01-24KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUsSean Christopherson1-3/+3
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini1-10/+0
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson1-2/+2
2019-05-28KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_IDThomas Huth1-0/+3
2019-02-04MIPS: MemoryMapID (MMID) SupportPaul Burton1-0/+5
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini1-0/+23
2018-12-14kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini1-3/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-2/+2
2018-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-05-14KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"Colin Ian King1-1/+1
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini1-3/+12
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctlChristoffer Dall1-20/+29
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regsChristoffer Dall1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regsChristoffer Dall1-0/+3
2017-12-14KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_runChristoffer Dall1-0/+3
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-5/+2
2017-09-15kvm,mips: Fix potential swait_active() racesDavidlohr Bueso1-2/+2
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)1-0/+5
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini1-3/+0
2017-03-28KVM: MIPS/VZ: Trace guest mode changesJames Hogan1-0/+13
2017-03-28KVM: MIPS/VZ: Support hardware guest timerJames Hogan1-1/+5
2017-03-28KVM: MIPS: Implement VZ supportJames Hogan1-0/+5
2017-03-28KVM: MIPS: Update exit handler for VZJames Hogan1-13/+18
2017-03-28KVM: MIPS/Entry: Update entry code to support VZJames Hogan1-1/+3
2017-03-28KVM: MIPS: Abstract guest CP0 register access for VZJames Hogan1-3/+3
2017-03-28KVM: MIPS: Add guest exit exception callbackJames Hogan1-0/+5
2017-03-28KVM: MIPS: Add hardware_{enable,disable} callbackJames Hogan1-1/+6
2017-03-28KVM: MIPS: Add callback to check extensionJames Hogan1-2/+1
2017-03-28KVM: MIPS: Init timer frequency from callbackJames Hogan1-3/+0
2017-03-28KVM: MIPS: Add VZ & TE capabilitiesJames Hogan1-0/+9
2017-03-28KVM: MIPS: Extend counters & events for VZ GExcCodesJames Hogan1-0/+10
2017-03-28KVM: MIPS: Update kvm_lose_fpu() for VZJames Hogan1-8/+12
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2