index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
/
emulate.c
Age
Commit message (
Expand
)
Author
2024-01-08
MIPS: Fix typos
Bjorn Helgaas
2023-07-03
MIPS: KVM: Fix NULL pointer dereference
Huacai Chen
2022-09-26
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
KVM: mips, x86: do not rely on KVM_REQ_UNHALT
Paolo Bonzini
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
2021-03-10
MIPS: Remove KVM_TE support
Thomas Bogendoerfer
2020-08-10
MIPS: KVM: Convert a fallthrough comment to fallthrough
Jiaxun Yang
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-07-27
MIPS: KVM: Fix build error caused by 'kvm_run' cleanup
Huacai Chen
2020-07-10
KVM: MIPS: Fix build errors for 32bit kernel
Huacai Chen
2020-07-10
KVM: MIPS: clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-07-08
KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"
Colin Ian King
2020-06-04
KVM: MIPS: Add more MMIO load/store instructions emulation
Huacai Chen
2020-06-04
KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support
Huacai Chen
2020-05-14
KVM: MIPS/Emulate: Remove unneeded semicolon
Zou Wei
2020-05-07
MIPS: Use fallthrough for arch/mips
Liangliang Huang
2019-07-18
MIPS: Annotate fall-through in kvm/emulate.c
Paul Burton
2019-03-25
MIPS: KVM: Use prandom_u32_max() to generate tlbwr index
Paul Burton
2019-02-04
MIPS: mm: Add set_cpu_context() for ASID assignments
Paul Burton
2019-02-04
MIPS: mm: Remove redundant get_new_mmu_context() cpu argument
Paul Burton
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2017-04-27
KVM: add kvm_{test,clear}_request to replace {test,clear}_bit
Radim Krčmář
2017-03-28
KVM: MIPS/Emulate: Properly implement TLBR for T&E
James Hogan
2017-03-28
KVM: MIPS/Emulate: Adapt T&E CACHE emulation for Octeon
James Hogan
2017-03-28
KVM: MIPS/VZ: Support hardware guest timer
James Hogan
2017-03-28
KVM: MIPS/Emulate: Drop CACHE emulation for VZ
James Hogan
2017-03-28
KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ
James Hogan
2017-03-28
KVM: MIPS: Abstract guest CP0 register access for VZ
James Hogan
2017-03-28
KVM: MIPS: Init timer frequency from callback
James Hogan
2017-03-28
KVM: MIPS/Emulate: Implement 64-bit MMIO emulation
James Hogan
2017-03-28
KVM: MIPS/Emulate: De-duplicate MMIO emulation
James Hogan
2017-03-28
KVM: MIPS: Implement HYPCALL emulation
James Hogan
2017-02-03
KVM: MIPS/T&E: Implement CP0_EBase register
James Hogan
2017-02-03
KVM: MIPS/T&E: Move CP0 register access into T&E
James Hogan
2017-02-03
KVM: MIPS/T&E: Handle read only GPA in TLB mod
James Hogan
2017-02-03
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
James Hogan
2017-02-03
KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
James Hogan
2017-02-03
KVM: MIPS: Use CP0_BadInstr[P] for emulation
James Hogan
2017-02-03
KVM: MIPS: Improve kvm_get_inst() error return
James Hogan
2017-02-03
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
2017-02-03
KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions
James Hogan
2017-02-03
KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts
James Hogan
2017-02-03
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
James Hogan
2017-02-03
KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
James Hogan
2017-02-03
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
2017-02-03
KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID
James Hogan
2017-02-03
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
2016-10-26
KVM: MIPS: Precalculate MMIO load resume PC
James Hogan
2016-10-26
KVM: MIPS: Make ERET handle ERL before EXL
James Hogan
2016-10-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
[next]