index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-15
1
-1
/
+2
|
\
|
*
Merge branch 'kvm-kconfig'
Paolo Bonzini
2024-02-08
1
-1
/
+1
|
|
\
|
|
*
MIPS: introduce Kconfig for MIPS VZ
Paolo Bonzini
2024-02-08
1
-1
/
+1
|
*
|
kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol
Paolo Bonzini
2024-02-08
1
-0
/
+1
|
|
/
*
|
MIPS: kvm/entry: Use GPR number macros
Jiaxun Yang
2024-02-20
1
-217
/
+187
*
|
MIPS: Unify define of CP0 registers for uasm code
Jiaxun Yang
2024-02-20
1
-25
/
+2
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-01-17
1
-4
/
+2
|
\
|
*
KVM: introduce CONFIG_KVM_COMMON
Paolo Bonzini
2024-01-08
1
-2
/
+1
|
*
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
2023-12-08
1
-1
/
+0
|
*
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
2023-11-13
1
-1
/
+1
*
|
MIPS: Fix typos
Bjorn Helgaas
2024-01-08
1
-1
/
+1
|
/
*
KVM: MIPS: fix -Wunused-but-set-variable warning
Paolo Bonzini
2023-10-12
1
-2
/
+1
*
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-08-31
1
-1
/
+1
|
\
|
*
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
2023-08-17
1
-1
/
+1
*
|
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 build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled
Thomas Bogendoerfer
2023-07-07
1
-2
/
+2
*
MIPS: KVM: Fix NULL pointer dereference
Huacai Chen
2023-07-03
4
-33
/
+33
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-05-01
2
-3
/
+3
|
\
|
*
KVM: MIPS: Make kvm_mips_callbacks const
Sean Christopherson
2023-03-23
1
-1
/
+1
|
*
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
2023-03-16
1
-2
/
+2
*
|
kvm: Remove "select SRCU"
Paul E. McKenney
2023-04-05
1
-1
/
+0
|
/
*
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2023-02-26
1
-3
/
+3
|
\
|
*
MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOAT
Nathan Chancellor
2023-01-26
1
-3
/
+3
*
|
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
2022-12-29
1
-0
/
+1
*
|
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
4
-25
/
+7
*
|
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
2022-12-29
1
-5
/
+0
|
/
*
MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()
Feiyang Chen
2022-12-11
1
-2
/
+1
*
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
1
-1
/
+0
*
KVM: mips, x86: do not rely on KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
1
-4
/
+3
*
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
2022-08-19
1
-6
/
+6
*
mips: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
2022-07-17
1
-1
/
+1
*
MIPS: fix typos in comments
Julia Lawall
2022-05-04
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-02-05
1
-4
/
+46
|
\
|
*
kvm/mips: rework guest entry logic
Mark Rutland
2022-02-01
1
-4
/
+46
*
|
MIPS: KVM: fix vz.c kernel-doc notation
Randy Dunlap
2022-02-01
1
-3
/
+9
|
/
*
KVM: mips: Use Makefile.kvm for common files
David Woodhouse
2021-12-09
1
-1
/
+2
*
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
2021-12-08
1
-1
/
+1
*
KVM: Use interval tree to do fast hva lookup in memslots
Maciej S. Szmigiero
2021-12-08
1
-0
/
+1
*
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
2
-3
/
+3
*
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
*
Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
2021-11-05
1
-7
/
+1
|
\
[next]