index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
mips
/
op_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/mips: Extract MSA helpers from op_helper.c
Philippe Mathieu-Daudé
2021-01-14
1
-394
/
+0
*
target/mips: Extract FPU helpers to 'fpu_helper.h'
Philippe Mathieu-Daudé
2021-01-14
1
-1
/
+1
*
target/mips: Remove unused headers from op_helper.c
Philippe Mathieu-Daudé
2020-12-13
1
-4
/
+0
*
target/mips: Fix Lesser GPL version number
Chetan Pant
2020-11-03
1
-1
/
+1
*
target/mips/op_helper: Log unimplemented cache opcode
Philippe Mathieu-Daudé
2020-10-17
1
-0
/
+9
*
target/mips/op_helper: Document Invalidate/Writeback opcodes as no-op
Philippe Mathieu-Daudé
2020-10-17
1
-0
/
+5
*
target/mips/op_helper: Convert multiple if() to switch case
Philippe Mathieu-Daudé
2020-10-17
1
-4
/
+9
*
target/mips: Separate FPU-related helpers into their own file
Aleksandar Markovic
2020-02-04
1
-1877
/
+0
*
target/mips: Separate CP0-related helpers into their own file
Aleksandar Markovic
2020-02-04
1
-1644
/
+3
*
target/mips: Fix handling of LL/SC instructions after 7dd547e5ab
Alex Richardson
2020-02-04
1
-4
/
+4
*
target/mips: Add implementation of GINVT instruction
Yongbok Kim
2020-01-29
1
-19
/
+110
*
target/mips: Amend CP0 WatchHi register implementation
Yongbok Kim
2020-01-29
1
-2
/
+21
*
target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
Richard Henderson
2020-01-16
1
-122
/
+60
*
target/mips: Clean up op_helper.c
Aleksandar Markovic
2019-10-25
1
-347
/
+663
*
target/mips: Switch to do_transaction_failed() hook
Peter Maydell
2019-09-12
1
-16
/
+8
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging
Peter Maydell
2019-09-04
1
-7
/
+6
|
\
|
*
mips/tcg: Call probe_write() for CONFIG_USER_ONLY as well
David Hildenbrand
2019-09-03
1
-5
/
+3
|
*
target/mips: Hard code size with MO_{8|16|32|64}
Tony Nguyen
2019-09-03
1
-2
/
+2
|
*
target/mips: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
1
-2
/
+3
*
|
target/mips: Fix emulation of ST.W in system mode
Aleksandar Markovic
2019-08-29
1
-8
/
+8
|
/
*
target/mips: rationalise softfloat includes
Alex Bennée
2019-08-19
1
-0
/
+1
*
target/mips: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
1
-14
/
+11
*
target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian host
Mateja Marjanovic
2019-05-26
1
-20
/
+180
*
target/mips: Fix MSA instructions LD.<B|H|W|D> on big endian host
Mateja Marjanovic
2019-05-26
1
-20
/
+168
*
target/mips: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-15
/
+0
*
target/mips: hold BQL in mips_vpe_wake()
Goran Ferenc
2019-02-14
1
-0
/
+3
*
hw/mips_int: hold BQL for all interrupt requests
Aleksandar Markovic
2019-02-14
1
-18
/
+3
*
target/mips: reimplement SC instruction emulation and use cmpxchg
Leon Alrae
2019-02-14
1
-27
/
+0
*
target/mips: compare virtual addresses in LL/SC sequence
Leon Alrae
2019-02-14
1
-12
/
+17
*
target/mips: Update ITU to utilize SAARI and SAAR CP0 registers
Yongbok Kim
2019-01-18
1
-0
/
+14
*
target/mips: Provide R/W access to SAARI and SAAR CP0 registers
Yongbok Kim
2019-01-18
1
-0
/
+50
*
target/mips: Implement hardware page table walker for MIPS32
Yongbok Kim
2018-10-18
1
-1
/
+6
*
target/mips: Add CP0 PWCtl register
Yongbok Kim
2018-10-18
1
-0
/
+10
*
target/mips: Add CP0 PWSize register
Yongbok Kim
2018-10-18
1
-0
/
+9
*
target/mips: Add CP0 PWField register
Yongbok Kim
2018-10-18
1
-0
/
+62
*
target/mips: Fix ERET/ERETNC behavior related to ADEL exception
Yongbok Kim
2018-08-24
1
-1
/
+3
*
target/mips: Implement emulation of nanoMIPS ROTX instruction
Matthew Fortune
2018-08-24
1
-0
/
+94
*
target/mips: Don't update BadVAddr register in Debug Mode
Yongbok Kim
2018-08-16
1
-3
/
+9
*
target/mips: Raise a RI when given fs is n/a from CTC1
Yongbok Kim
2018-06-27
1
-0
/
+3
*
target/mips: Remove floatX_maybe_silence_nan from conversions
Richard Henderson
2018-05-18
1
-2
/
+0
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
1
-5
/
+5
*
mips: introduce internal.h and cleanup cpu.h
Philippe Mathieu-Daudé
2017-09-21
1
-0
/
+1
*
target-mips: apply CP0.PageMask before writing into TLB entry
Leon Alrae
2017-08-02
1
-2
/
+3
*
target/mips: Add segmentation control registers
James Hogan
2017-07-20
1
-0
/
+24
*
target/mips: Add an MMU mode for ERL
James Hogan
2017-07-20
1
-0
/
+10
*
target/mips: Abstract mmu_idx from hflags
James Hogan
2017-07-20
1
-2
/
+2
*
target/mips: Add CP0_Ebase.WG (write gate) support
James Hogan
2017-07-20
1
-2
/
+10
*
target/mips: Weaken TLB flush on UX,SX,KX,ASID changes
James Hogan
2017-07-20
1
-1
/
+1
*
target/mips: Fix TLBWI shadow flush for EHINV,XI,RI
James Hogan
2017-07-20
1
-2
/
+10
*
target/mips: hold BQL for timer interrupts
Yongbok Kim
2017-03-09
1
-3
/
+18
[next]