index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
/
mips.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
2024-09-04
1
-2
/
+2
*
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
2024-09-04
1
-2
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-07-20
1
-1
/
+1
|
\
|
*
KVM: Introduce vcpu->wants_to_run
David Matlack
2024-06-18
1
-1
/
+1
*
|
MIPS: kvm: Declare prototype for kvm_init_loongson_ipi
Jiaxun Yang
2024-06-11
1
-2
/
+0
|
/
*
KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
David Matlack
2023-08-17
1
-8
/
+2
*
KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
David Matlack
2023-08-17
1
-1
/
+1
*
MIPS: KVM: Fix NULL pointer dereference
Huacai Chen
2023-07-03
1
-8
/
+8
*
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
2023-03-16
1
-2
/
+2
*
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
2022-12-29
1
-6
/
+1
*
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
2022-12-29
1
-10
/
+0
*
KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
2022-12-29
1
-4
/
+5
*
KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
2022-12-29
1
-1
/
+5
*
KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
2022-12-29
1
-7
/
+2
*
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
2022-12-29
1
-5
/
+0
*
kvm/mips: rework guest entry logic
Mark Rutland
2022-02-01
1
-4
/
+46
*
KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
Sean Christopherson
2021-12-08
1
-2
/
+0
*
KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"
Sean Christopherson
2021-12-08
1
-4
/
+0
*
KVM: Let/force architectures to deal with arch specific memslot data
Sean Christopherson
2021-12-08
1
-1
/
+2
*
KVM: mips: Use kvm_get_vcpu() instead of open-coded access
Marc Zyngier
2021-12-08
1
-1
/
+1
*
KVM: Move wiping of the kvm->vcpus array to common code
Marc Zyngier
2021-12-08
1
-20
/
+1
*
KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
Vitaly Kuznetsov
2021-11-18
1
-1
/
+1
*
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
2021-09-30
1
-1
/
+1
*
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
2021-08-20
1
-4
/
+0
*
KVM: debugfs: Reuse binary stats descriptors
Jing Zhang
2021-06-25
1
-39
/
+0
*
KVM: stats: Support binary stats retrieval for a VCPU
Jing Zhang
2021-06-25
1
-0
/
+44
*
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
2021-06-25
1
-0
/
+15
*
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
2021-06-24
1
-6
/
+6
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-01
1
-10
/
+11
|
\
|
*
KVM: MIPS: let generic code call prepare_flush_shadow
Paolo Bonzini
2021-04-17
1
-5
/
+6
|
*
KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush
Paolo Bonzini
2021-04-17
1
-6
/
+6
|
*
KVM: constify kvm_arch_flush_remote_tlbs_memslot
Paolo Bonzini
2021-04-17
1
-1
/
+1
*
|
MIPS: Remove KVM_TE support
Thomas Bogendoerfer
2021-03-10
1
-66
/
+2
|
/
*
KVM: MIPS: remove unneeded semicolon
Yang Li
2021-02-03
1
-1
/
+1
*
KVM: MIPS: clean up redundant kvm_run parameters in assembly
Tianjia Zhang
2020-09-28
1
-1
/
+2
*
KVM: MIPS: Change the definition of kvm type
Huacai Chen
2020-09-11
1
-0
/
+2
*
KVM: MIPS: clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-07-10
1
-6
/
+5
*
KVM: MIPS: Fix a build error for !CPU_LOONGSON64
Huacai Chen
2020-06-15
1
-0
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-12
1
-3
/
+44
|
\
|
*
KVM: MIPS: Add CPUCFG emulation for Loongson-3
Huacai Chen
2020-06-04
1
-0
/
+1
|
*
KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support
Huacai Chen
2020-06-04
1
-0
/
+6
|
*
KVM: MIPS: Add more types of virtual interrupts
Huacai Chen
2020-06-04
1
-3
/
+37
*
|
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
|
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-06-04
1
-36
/
+36
|
\
|
*
kvm: add halt-polling cpu usage stats
David Matlack
2020-05-15
1
-0
/
+2
|
*
kvm: Replace vcpu->swait with rcuwait
Davidlohr Bueso
2020-05-13
1
-4
/
+2
|
*
KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run
Tianjia Zhang
2020-04-21
1
-1
/
+2
|
*
kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
Emanuele Giuseppe Esposito
2020-04-21
1
-31
/
+30
*
|
KVM: MIPS: use true,false for bool variable
Jason Yan
2020-05-14
1
-2
/
+2
|
/
[next]