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
2018-10-19
vfio: Use warn_report() & friends to report warnings
Markus Armbruster
3
-10
/
+10
2018-10-19
cpus hw target: Use warn_report() & friends to report warnings
Markus Armbruster
8
-24
/
+25
2018-10-19
block: Use warn_report() & friends to report warnings
Markus Armbruster
3
-4
/
+4
2018-10-19
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
4
-17
/
+23
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
13
-33
/
+61
2018-10-19
vl: Print error when using incorrect backend for debugcon
Philippe Mathieu-Daudé
1
-0
/
+1
2018-10-19
scripts: Remove check-qerror.sh
Alberto Garcia
2
-25
/
+3
2018-10-19
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...
Peter Maydell
2
-25
/
+53
2018-10-19
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-october-2018-...
Peter Maydell
14
-162
/
+1618
2018-10-18
target/mips: Add opcodes for nanoMIPS EVA instructions
Dimitrije Nikolic
1
-0
/
+34
2018-10-18
target/mips: Fix misplaced 'break' in handling of NM_SHRA_R_PH
Stefan Markovic
1
-1
/
+1
2018-10-18
target/mips: Fix emulation of microMIPS R6 <SELEQZ|SELNEZ>.<D|S>
Matthew Fortune
1
-8
/
+8
2018-10-18
target/mips: Implement hardware page table walker for MIPS32
Yongbok Kim
3
-3
/
+370
2018-10-18
target/mips: Add reset state for PWSize and PWField registers
Yongbok Kim
1
-0
/
+18
2018-10-18
target/mips: Add CP0 PWCtl register
Yongbok Kim
5
-2
/
+45
2018-10-18
target/mips: Add CP0 PWSize register
Yongbok Kim
5
-2
/
+43
2018-10-18
target/mips: Add CP0 PWField register
Yongbok Kim
5
-2
/
+101
2018-10-18
target/mips: Add CP0 PWBase register
Yongbok Kim
3
-2
/
+37
2018-10-18
target/mips: Add CP0 Config2 to DisasContext
Stefan Markovic
1
-0
/
+2
2018-10-18
target/mips: Improve DSP R2/R3-related naming
Stefan Markovic
5
-112
/
+120
2018-10-18
target/mips: Add availability control for DSP R3 ASE
Stefan Markovic
3
-5
/
+22
2018-10-18
target/mips: Add bit definitions for DSP R3 ASE
Stefan Markovic
2
-0
/
+2
2018-10-18
target/mips: Reorganize bit definitions for insn_flags (ISAs/ASEs flags)
Philippe Mathieu-Daudé
1
-34
/
+44
2018-10-18
target/mips: Increase 'supported ISAs/ASEs' flag holder size
Philippe Mathieu-Daudé
3
-5
/
+5
2018-10-18
target/mips: Add opcode values of MXU ASE
Aleksandar Markovic
1
-0
/
+276
2018-10-18
target/mips: Add organizational chart of MXU ASE
Aleksandar Markovic
1
-0
/
+155
2018-10-18
target/mips: Add assembler mnemonics list for MXU ASE
Aleksandar Markovic
1
-0
/
+88
2018-10-18
target/mips: Add basic description of MXU ASE
Aleksandar Markovic
1
-0
/
+20
2018-10-18
target/mips: Add a comment before each CP0 register section in cpu.h
Aleksandar Markovic
1
-0
/
+88
2018-10-18
target/mips: Add a comment with an overview of CP0 registers
Aleksandar Markovic
1
-0
/
+109
2018-10-18
linux-user: Add infrastructure for handling MIPS-specific prctl()
Stefan Markovic
1
-0
/
+8
2018-10-18
linux-user: Add MIPS-specific prctl() options
Stefan Markovic
2
-0
/
+8
2018-10-18
elf: Fix comments to EF_MIPS_MACH_xxx constants
Fredrik Noring
1
-2
/
+2
2018-10-18
elf: Add Mips_elf_abiflags_v0 structure
Stefan Markovic
1
-0
/
+16
2018-10-18
elf: Add MIPS_ABI_FP_XXX constants
Stefan Markovic
1
-0
/
+8
2018-10-18
elf: Fix PT_MIPS_XXX constants
Stefan Markovic
1
-2
/
+5
2018-10-18
mailmap: Add an item for Yongbok Kim
Aleksandar Markovic
1
-0
/
+1
2018-10-18
linux-user/sparc/signal.c: Remove unnecessary comment
Peter Maydell
1
-4
/
+0
2018-10-18
linux-user: Suppress address-of-packed-member warnings in __get/put_user_e
Peter Maydell
1
-21
/
+53
2018-10-18
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...
Peter Maydell
19
-193
/
+69
2018-10-18
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20181016' into staging
Peter Maydell
1
-1
/
+2
2018-10-17
configure: remove glib_subprocess check
Marc-André Lureau
1
-6
/
+0
2018-10-17
hw/core/generic-loader: Compile only once, not for each target
Thomas Huth
2
-6
/
+2
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
4
-7
/
+11
2018-10-17
hw/core/generic-loader: Set a category for the generic-loader device
Thomas Huth
1
-0
/
+1
2018-10-17
qemu/compiler: Wrap __attribute__((flatten)) in a macro
Thomas Huth
2
-24
/
+30
2018-10-17
mailmap: Fix Reimar Döffinger name
Philippe Mathieu-Daudé
1
-1
/
+2
2018-10-16
target/hppa: Raise exception 26 on emulated hardware
Helge Deller
1
-1
/
+2
2018-10-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181016-...
Peter Maydell
10
-70
/
+402
2018-10-16
show-fixed-bugs.sh: Modern shell scripting (use $() instead of ``)
Mao Zhongyi
1
-5
/
+5
[next]