index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-mips
/
translate_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-11
target-mips: add missing MSACSR and restore fp_status and hflags
Leon Alrae
1
-8
/
+2
2015-02-13
target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processors
Maciej W. Rozycki
1
-2
/
+2
2014-12-16
target-mips: Fix formatting in `mips_defs'
Maciej W. Rozycki
1
-19
/
+21
2014-12-16
target-mips: Enable vectored interrupt support for the 74Kf CPU
Maciej W. Rozycki
1
-1
/
+1
2014-12-16
target-mips: Add M14K and M14Kc MIPS32r2 microMIPS processors
Maciej W. Rozycki
1
-0
/
+41
2014-12-16
target-mips: Add 5KEc and 5KEf MIPS64r2 processors
Maciej W. Rozycki
1
-0
/
+45
2014-11-07
mips: Set the CP0.Config3.DSP and CP0.Config3.DSP2P bits
Maciej W. Rozycki
1
-3
/
+5
2014-11-03
target-mips: add MSA support to mips32r5-generic
Yongbok Kim
1
-2
/
+2
2014-11-03
target-mips: add msa_reset(), global msa register
Yongbok Kim
1
-0
/
+34
2014-11-03
target-mips: enable features in MIPS64R6-generic CPU
Leon Alrae
1
-2
/
+9
2014-11-03
target-mips: add TLBINV support
Leon Alrae
1
-0
/
+2
2014-11-03
target-mips: update PageGrain and m{t,f}c0 EntryLo{0,1}
Leon Alrae
1
-0
/
+2
2014-10-14
target-mips: define a new generic CPU supporting MIPS64 Release 6 ISA
Leon Alrae
1
-0
/
+30
2014-03-27
target-mips: Avoid shifting left into sign bit
Peter Maydell
1
-11
/
+11
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-1
/
+3
2014-02-10
target-mips: add user-mode FR switch support for MIPS32r5
Petar Jovanovic
1
-4
/
+5
2014-02-10
target-mips: add support for CP0_Config5
Petar Jovanovic
1
-1
/
+11
2014-02-10
target-mips: add support for CP0_Config4
Petar Jovanovic
1
-1
/
+8
2014-02-10
target-mips: add CPU definition for MIPS32R5
Petar Jovanovic
1
-0
/
+25
2013-08-03
target-mips: fix 34Kf configuration for DSP ASE
Yongbok Kim
1
-4
/
+3
2012-10-31
target-mips: Add ASE DSP processors
Jia Liu
1
-0
/
+52
2011-09-06
mips: Default to using one VPE and one TC.
Edgar E. Iglesias
1
-1
/
+1
2011-09-06
mips: Enable VInt interrupt mode for the 34Kf
Edgar E. Iglesias
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-05-08
Fix typos in comments (interupt -> interrupt)
Stefan Weil
1
-1
/
+1
2011-05-06
Fix typo in code and comments
Stefan Weil
1
-1
/
+1
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
1
-1
/
+1
2010-07-31
Remove unused constant
Hervé Poussineau
1
-4
/
+0
2010-06-29
MIPS: Initial support of fulong mini pc (CPU definition)
Huacai Chen
1
-0
/
+35
2009-12-17
target-mips: No MIPS16 support for 4Kc, 4KEc cores
Stefan Weil
1
-3
/
+3
2009-12-16
target-mips: 4Kc, 4KEc cores do not support MIPS16
Stefan Weil
1
-3
/
+3
2009-12-13
target-mips: fix user-mode emulation startup
Nathan Froyd
1
-8
/
+0
2009-12-13
target-mips: set Config1.CA for MIPS16-aware CPUs
Nathan Froyd
1
-9
/
+18
2009-11-22
target-mips: make CP0_LLAddr register CPU dependent
Aurelien Jarno
1
-0
/
+32
2009-11-14
mips: fix cpu_reset memory leak
Blue Swirl
1
-50
/
+0
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-10
/
+10
2009-10-01
Get rid of _t suffix
malc
1
-10
/
+10
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-03-08
target-mips: rename helpers from do_ to helper_
aurel32
1
-4
/
+4
2009-01-14
target-mips: fix indentation
aurel32
1
-42
/
+42
2009-01-12
target-mips: get rid of tests on env->user_mode_only
aurel32
1
-10
/
+10
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
1
-2
/
+2
2008-09-18
Move the active FPU registers into env again, and use more TCG registers
ths
1
-3
/
+6
2008-09-14
target-mips: fix warning
aurel32
1
-1
/
+1
2008-09-02
Build fix for gcc-3.3.
ths
1
-0
/
+4
2008-07-23
Less hardcoding of TARGET_USER_ONLY.
ths
1
-15
/
+12
2008-07-21
A bunch of minor code improvements in the MIPS target.
ths
1
-1
/
+1
2008-07-20
Fix compiler warning, by Stefan Weil.
ths
1
-1
/
+1
2008-06-27
More efficient target register / TC accesses.
ths
1
-2
/
+0
[next]