Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
987aec39a74373c55c3bedd5c3c83896d78fd0a2
/
arch
/
mips
/
kvm
ed9244e
MIPS: KVM: Do not sign extend on unsigned MMIO load
by Nicholas Mc Guire
· 9 years ago
5f508c4
MIPS: KVM: Fix unused variable build warning
by Nicholas Mc Guire
· 9 years ago
d952bd0
MIPS: KVM: Wire up MSA capability
by James Hogan
· 10 years ago
ab86bd6
MIPS: KVM: Expose MSA registers
by James Hogan
· 10 years ago
c2537ed
MIPS: KVM: Add MSA exception handling
by James Hogan
· 10 years ago
2b6009d
MIPS: KVM: Emulate MSA bits in COP0 interface
by James Hogan
· 10 years ago
539cb89fb
MIPS: KVM: Add base guest MSA support
by James Hogan
· 10 years ago
5fafd874
MIPS: KVM: Wire up FPU capability
by James Hogan
· 10 years ago
379245c
MIPS: KVM: Expose FPU registers
by James Hogan
· 10 years ago
1c0cd66
MIPS: KVM: Add FP exception handling
by James Hogan
· 10 years ago
6cdc65e
MIPS: KVM: Emulate FPU bits in COP0 interface
by James Hogan
· 10 years ago
98e91b8
MIPS: KVM: Add base guest FPU support
by James Hogan
· 10 years ago
b86ecb3
MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback
by James Hogan
· 10 years ago
c771607
MIPS: KVM: Add Config4/5 and writing of Config registers
by James Hogan
· 10 years ago
2211ee8
MIPS: KVM: Simplify default guest Config registers
by James Hogan
· 10 years ago
58a115b
MIPS: KVM: Drop pr_info messages on init/exit
by James Hogan
· 10 years ago
e93d4c1
MIPS: KVM: Sort kvm_mips_get_reg() registers
by James Hogan
· 10 years ago
1068eaa
MIPS: KVM: Implement PRid CP0 register access
by James Hogan
· 10 years ago
0a56042
MIPS: KVM: Handle TRAP exceptions from guest kernel
by James Hogan
· 10 years ago
98119ad
MIPS: KVM: Handle MSA Disabled exceptions from guest
by James Hogan
· 10 years ago
cfec0e7
KVM: MIPS: Enable after disabling interrupt
by Tapasweni Pathak
· 10 years ago
b3cffac
KVM: MIPS: Fix trace event to save PC directly
by James Hogan
· 10 years ago
b9085bc
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
f781951
kvm: add halt_poll_ns module parameter
by Paolo Bonzini
· 10 years ago
f798217
KVM: MIPS: Don't leak FPU/DSP to guest
by James Hogan
· 10 years ago
c4c6f2c
KVM: MIPS: Disable HTW while in guest
by James Hogan
· 10 years ago
31928aa
KVM: remove unneeded return value of vcpu_postcreate
by Dominik Dingel
· 10 years ago
83fe27e
rcu: Make SRCU optional by using CONFIG_SRCU
by Pranith Kumar
· 10 years ago
13a34e0
KVM: remove garbage arg to *hardware_{en,dis}able
by Radim Krčmář
· 10 years ago
0865e63
KVM: static inline empty kvm_arch functions
by Radim Krčmář
· 10 years ago
e790d9e
KVM: add kvm_arch_sched_in
by Radim Krčmář
· 10 years ago
cc568ea
Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm
by Paolo Bonzini
· 10 years ago
8533ce7
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
784aa3d
KVM: Rename and add argument to check_extension
by Alexander Graf
· 10 years ago
ab76228
MIPS: KVM: Remove dead code of TLB index error in kvm_mips_emul_tlbwr()
by Deng-Cheng Zhu
· 10 years ago
db2fb7f
MIPS: KVM: Skip memory cleaning in kvm_mips_commpage_init()
by Deng-Cheng Zhu
· 10 years ago
d7d5b05
MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"
by Deng-Cheng Zhu
· 10 years ago
b045c40
MIPS: KVM: Remove unneeded volatile
by Deng-Cheng Zhu
· 10 years ago
d98403a
MIPS: KVM: Simplify functions by removing redundancy
by Deng-Cheng Zhu
· 10 years ago
6ad78a5
MIPS: KVM: Use KVM internal logger
by Deng-Cheng Zhu
· 10 years ago
d116e81
MIPS: KVM: Reformat code and comments
by Deng-Cheng Zhu
· 10 years ago
8c9eb04
MIPS: KVM: Fix memory leak on VCPU
by Deng-Cheng Zhu
· 10 years ago
ee1a725
MIPS: KVM: Remove redundant semicolon
by James Hogan
· 10 years ago
c6c0a66
MIPS: KVM: Remove redundant NULL checks before kfree()
by James Hogan
· 10 years ago
6e95bfd
MIPS: KVM: Quieten kvm_info() logging
by James Hogan
· 10 years ago
d5c704d
MIPS: KVM: Remove ifdef DEBUG around kvm_debug
by James Hogan
· 10 years ago
3d65483
MIPS: KVM: Fix kvm_debug bit-rottage
by James Hogan
· 10 years ago
0fae34f
MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static
by James Hogan
· 10 years ago
f74a8e2
MIPS: KVM: Add count frequency KVM register
by James Hogan
· 10 years ago
f823934
MIPS: KVM: Add master disable count interface
by James Hogan
· 10 years ago
e30492b
MIPS: KVM: Rewrite count/compare timer emulation
by James Hogan
· 10 years ago
3a0ba77
MIPS: KVM: Migrate hrtimer to follow VCPU
by James Hogan
· 10 years ago
044f0f0
MIPS: KVM: Deliver guest interrupts after local_irq_disable()
by James Hogan
· 10 years ago
16fd5c1
MIPS: KVM: Add CP0_HWREna KVM register access
by James Hogan
· 10 years ago
7767b7d
MIPS: KVM: Add CP0_UserLocal KVM register access
by James Hogan
· 10 years ago
f8be02d
MIPS: KVM: Add CP0_Count/Compare KVM register access
by James Hogan
· 10 years ago
48a3c4e
MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h
by James Hogan
· 10 years ago
fb6df0c
MIPS: KVM: Add CP0_EPC KVM register access
by James Hogan
· 10 years ago
b5dfc6c
MIPS: KVM: Use tlb_write_random
by James Hogan
· 10 years ago
facaaec
MIPS: KVM: Use local_flush_icache_range to fix RI on XBurst
by James Hogan
· 10 years ago
7006e2d
MIPS: KVM: Allocate at least 16KB for exception handlers
by James Hogan
· 10 years ago
356d4c2
MIPS: KVM: remove the stale memory alias support function unalias_gfn
by Deng-Cheng Zhu
· 10 years ago
36c9549
MIPS: KVM: Remove dead code in CP0 emulation
by James Hogan
· 11 years ago
26f4f3b
MIPS: KVM: Consult HWREna before emulating RDHWR
by James Hogan
· 11 years ago
1550567
MIPS: KVM: Pass reserved instruction exceptions to guest
by James Hogan
· 11 years ago
3b2663c
mips: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
08596b0
MIPS: KVM: remove shadow_tlb code
by James Hogan
· 11 years ago
e36059e
MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI
by James Hogan
· 11 years ago
5587027
kvm: Add struct kvm arg to memslot APIs
by Aneesh Kumar K.V
· 11 years ago
ae7a835
Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
ea69f28
mips/kvm: Make kvm_locore.S 64-bit buildable/safe.
by David Daney
· 11 years ago
bb48c2f
mips/kvm: Cleanup .push/.pop directives in kvm_locore.S
by David Daney
· 11 years ago
2c07ebb
mips/kvm: Improve code formatting in arch/mips/kvm/kvm_locore.S
by David Daney
· 11 years ago
f1b7001
MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION
by Markos Chandras
· 11 years ago
e59dbe0
KVM: Introduce kvm_arch_memslots_updated()
by Takuya Yoshikawa
· 11 years ago
681865d
mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REG
by David Daney
· 11 years ago
ed82985
mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.
by David Daney
· 11 years ago
4c73fb2
mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REG
by David Daney
· 11 years ago
8d17dd0
mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_ioctl_{s,g}et_regs
by David Daney
· 11 years ago
bf32ebf
mips/kvm: Fix name of gpr field in struct kvm_regs.
by David Daney
· 11 years ago
72dd4e7
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 11 years ago
6d17c0d
KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()
by Sanjay Lal
· 11 years ago
48c4ac9
Revert "MIPS: Allow ASID size to be determined at boot time."
by David Daney
· 11 years ago
daf799c
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
b22d1b6
Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhill into mips-for-linux-next
by Ralf Baechle
· 11 years ago
50c8308
KVM/MIPS32: Binary patching of select privileged instructions.
by Sanjay Lal
· 12 years ago
f5c236d
KVM/MIPS32: Routines to handle specific traps/exceptions while executing the guest.
by Sanjay Lal
· 12 years ago
06d1838
KVM/MIPS32: Guest interrupt delivery.
by Sanjay Lal
· 12 years ago
3c20ef5
KVM/MIPS32: COP0 accesses profiling.
by Sanjay Lal
· 12 years ago
03a0331
KVM/MIPS32: Release notes and KVM module Makefile
by Sanjay Lal
· 12 years ago
858dd5d
KVM/MIPS32: MMU/TLB operations for the Guest.
by Sanjay Lal
· 12 years ago
e685c68
KVM/MIPS32: Privileged instruction/target branch emulation.
by Sanjay Lal
· 12 years ago
669e846
KVM/MIPS32: MIPS arch specific APIs for KVM
by Sanjay Lal
· 12 years ago
b680f70
KVM/MIPS32: Entry point for trampolining to the guest and trap handlers.
by Sanjay Lal
· 12 years ago
2235a54
KVM/MIPS32: Infrastructure/build files.
by Sanjay Lal
· 12 years ago