index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-18
KVM: MIPS: Switch to use hrtimer_setup()
Nam Cao
1
-3
/
+2
2024-10-25
KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest
Sean Christopherson
1
-8
/
+6
2024-10-25
KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock
Sean Christopherson
1
-2
/
+1
2024-10-25
KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path
Sean Christopherson
1
-10
/
+2
2024-10-25
KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path
Sean Christopherson
1
-2
/
+3
2024-09-04
KVM: MIPS: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
2
-6
/
+6
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
1
-2
/
+2
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2024-06-18
KVM: Introduce vcpu->wants_to_run
David Matlack
1
-1
/
+1
2024-06-11
MIPS: kvm: Declare prototype for kvm_init_loongson_ipi
Jiaxun Yang
3
-2
/
+6
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
1
-30
/
+0
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+2
2024-02-20
MIPS: kvm/entry: Use GPR number macros
Jiaxun Yang
1
-217
/
+187
2024-02-20
MIPS: Unify define of CP0 registers for uasm code
Jiaxun Yang
1
-25
/
+2
2024-02-08
Merge branch 'kvm-kconfig'
Paolo Bonzini
1
-1
/
+1
2024-02-08
MIPS: introduce Kconfig for MIPS VZ
Paolo Bonzini
1
-1
/
+1
2024-02-08
kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol
Paolo Bonzini
1
-0
/
+1
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+2
2024-01-08
KVM: introduce CONFIG_KVM_COMMON
Paolo Bonzini
1
-2
/
+1
2024-01-08
MIPS: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-12-08
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
1
-1
/
+0
2023-11-13
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
1
-1
/
+1
2023-10-12
KVM: MIPS: fix -Wunused-but-set-variable warning
Paolo Bonzini
1
-2
/
+1
2023-08-31
Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2023-08-17
KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
Sean Christopherson
1
-1
/
+1
2023-08-17
KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
David Matlack
1
-8
/
+2
2023-08-17
KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
David Matlack
1
-1
/
+1
2023-07-07
MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled
Thomas Bogendoerfer
1
-2
/
+2
2023-07-03
MIPS: KVM: Fix NULL pointer dereference
Huacai Chen
4
-33
/
+33
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+3
2023-04-05
kvm: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-03-23
KVM: MIPS: Make kvm_mips_callbacks const
Sean Christopherson
1
-1
/
+1
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
1
-2
/
+2
2023-02-26
Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-3
/
+3
2023-01-26
MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOAT
Nathan Chancellor
1
-3
/
+3
2022-12-29
KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
1
-0
/
+1
2022-12-29
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
1
-6
/
+1
2022-12-29
KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
1
-10
/
+0
2022-12-29
KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
1
-4
/
+5
2022-12-29
KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
1
-1
/
+5
2022-12-29
KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
4
-25
/
+7
2022-12-29
KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
1
-5
/
+0
2022-12-11
MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()
Feiyang Chen
1
-2
/
+1
2022-09-26
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
1
-1
/
+0
2022-09-26
KVM: mips, x86: do not rely on KVM_REQ_UNHALT
Paolo Bonzini
1
-4
/
+3
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
1
-6
/
+6
2022-07-17
mips: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
1
-1
/
+1
2022-05-04
MIPS: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-02-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+46
2022-02-01
kvm/mips: rework guest entry logic
Mark Rutland
1
-4
/
+46
[next]