index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-16
disas/mips: remove unused mips_msa_control_names_numeric[32]
Leon Alrae
1
-7
/
+0
2014-12-16
target-mips: convert single case switch into if statement
Leon Alrae
1
-3
/
+1
2014-12-16
target-mips: Fix DisasContext's ulri member initialization
Maciej W. Rozycki
1
-1
/
+1
2014-12-16
target-mips: Use local float status pointer across MSA macros
Maciej W. Rozycki
1
-35
/
+34
2014-12-16
target-mips: Add missing calls to synchronise SoftFloat status
Maciej W. Rozycki
4
-17
/
+17
2014-12-16
linux-user: Use the 5KEf processor for 64-bit emulation
Maciej W. Rozycki
1
-1
/
+1
2014-12-16
target-mips: Also apply the CP0.Status mask to MTTC0
Maciej W. Rozycki
1
-1
/
+2
2014-12-16
target-mips: gdbstub: Clean up FPU register handling
Maciej W. Rozycki
1
-19
/
+19
2014-12-16
target-mips: Correct 32-bit address space wrapping
Maciej W. Rozycki
2
-8
/
+19
2014-12-16
target-mips: Tighten ISA level checks
Maciej W. Rozycki
3
-15
/
+114
2014-12-16
target-mips: Fix CP0.Config3.ISAOnExc write accesses
Maciej W. Rozycki
3
-2
/
+15
2014-12-16
target-mips: Output CP0.Config2-5 in the register dump
Maciej W. Rozycki
1
-0
/
+4
2014-12-16
target-mips: Fix the 64-bit case for microMIPS MOVE16 and MOVEP
Maciej W. Rozycki
1
-3
/
+3
2014-12-16
target-mips: Correct the writes to Status and Cause registers via gdbstub
Maciej W. Rozycki
3
-86
/
+102
2014-12-16
target-mips: Correct the handling of writes to CP0.Status for MIPSr6
Maciej W. Rozycki
1
-2
/
+4
2014-12-16
target-mips: Correct MIPS16/microMIPS branch size calculation
Maciej W. Rozycki
2
-2
/
+3
2014-12-16
target-mips: Restore the order of helpers
Maciej W. Rozycki
1
-159
/
+160
2014-12-16
target-mips: Remove unused `FLOAT_OP' macro
Maciej W. Rozycki
1
-2
/
+0
2014-12-16
target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpers
Maciej W. Rozycki
1
-1
/
+1
2014-12-16
target-mips: Fix formatting in `decode_opc'
Maciej W. Rozycki
1
-5
/
+8
2014-12-16
target-mips: Fix formatting in `mips_defs'
Maciej W. Rozycki
1
-19
/
+21
2014-12-16
target-mips: Fix formatting in `decode_extended_mips16_opc'
Maciej W. Rozycki
1
-1
/
+1
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: Make CP0.Config4 and CP0.Config5 registers signed
Maciej W. Rozycki
1
-4
/
+4
2014-12-16
target-mips: Add 5KEc and 5KEf MIPS64r2 processors
Maciej W. Rozycki
1
-0
/
+45
2014-12-16
target-mips: Make CP1.FIR read-only here too
Maciej W. Rozycki
1
-1
/
+1
2014-12-16
target-mips: Correct the handling of register #72 on writes
Maciej W. Rozycki
1
-1
/
+1
2014-12-16
MAINTAINERS: Update for migrated migration code
Dr. David Alan Gilbert
1
-2
/
+1
2014-12-16
Split the QEMU buffered file code out
Dr. David Alan Gilbert
4
-457
/
+489
2014-12-16
Split struct QEMUFile out
Dr. David Alan Gilbert
2
-22
/
+54
2014-12-16
Remove migration- pre/post fixes off files in migration/ dir
Dr. David Alan Gilbert
7
-4
/
+4
2014-12-16
Start migrating migration code into a migration directory
Dr. David Alan Gilbert
15
-12
/
+18
2014-12-16
qmp-command.hx: add missing docs for migration capabilites
zhanghailiang
1
-0
/
+6
2014-12-16
cpu: verify that block->host is set
Michael S. Tsirkin
1
-0
/
+1
2014-12-16
cpu: assert host pointer offset within block
Michael S. Tsirkin
1
-0
/
+1
2014-12-16
exec: add wrapper for host pointer access
Michael S. Tsirkin
2
-5
/
+10
2014-12-16
MAINTAINERS: add include files to virtio-serial entry
Amit Shah
1
-0
/
+1
2014-12-16
MAINTAINERS: add entry for virtio-rng
Amit Shah
1
-0
/
+7
2014-12-16
MAINTAINERS: migration: add vmstate static checker files
Amit Shah
1
-0
/
+2
2014-12-16
MAINTAINERS: Add myself to migration maintainers
Amit Shah
1
-0
/
+1
2014-12-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
44
-263
/
+604
2014-12-15
sdhci: Support SDHCI devices on PCI
Kevin O'Connor
3
-1
/
+54
2014-12-15
sdhci: Define SDHCI PCI ids
Kevin O'Connor
3
-0
/
+4
2014-12-15
sdhci: Add "sysbus" to sdhci QOM types and methods
Kevin O'Connor
2
-18
/
+27
2014-12-15
sdhci: Remove class "virtual" methods
Kevin O'Connor
2
-106
/
+40
2014-12-15
sdhci: Set a default frequency clock
Kevin O'Connor
1
-2
/
+2
2014-12-15
serial: only resample THR interrupt on rising edge of IER.THRI
Paolo Bonzini
1
-9
/
+16
2014-12-15
serial: update LSR on enabling/disabling FIFOs
Paolo Bonzini
1
-0
/
+3
2014-12-15
serial: clean up THRE/TEMT handling
Paolo Bonzini
1
-14
/
+12
[prev]
[next]