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
2020-10-17
target/mips: Increase number of TLB entries on the 34Kf core (16 -> 64)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-17
MAINTAINERS: Remove duplicated Malta test entries
Philippe Mathieu-Daudé
1
-2
/
+0
2020-10-17
MAINTAINERS: Downgrade MIPS Boston to 'Odd Fixes', fix Paul Burton mail
Philippe Mathieu-Daudé
1
-2
/
+2
2020-10-17
MAINTAINERS: Put myself forward for MIPS target
Philippe Mathieu-Daudé
1
-2
/
+4
2020-10-17
MAINTAINERS: Remove myself
Aleksandar Markovic
1
-12
/
+5
2020-10-17
docs/system: Update MIPS CPU documentation
Huacai Chen
1
-2
/
+8
2020-10-17
tests/acceptance: Add MIPS record/replay tests
Pavel Dovgalyuk
1
-1
/
+166
2020-10-17
hw/mips: Remove exit(1) in case of missing ROM
Pavel Dovgalyuk
4
-24
/
+13
2020-10-17
hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON
Eduardo Habkost
1
-4
/
+4
2020-10-17
hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)
Philippe Mathieu-Daudé
5
-10
/
+9
2020-10-17
hw/mips: Simplify loading 64-bit ELF kernels
Philippe Mathieu-Daudé
2
-10
/
+2
2020-10-17
hw/mips/malta: Use clearer qdev style
Philippe Mathieu-Daudé
1
-4
/
+4
2020-10-17
hw/mips/malta: Move gt64120 related code together
Philippe Mathieu-Daudé
1
-7
/
+6
2020-10-17
hw/mips/malta: Fix FPGA I/O region size
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-17
target/mips/cpu: Display warning when CPU is used without input clock
Philippe Mathieu-Daudé
1
-0
/
+10
2020-10-17
hw/mips/cps: Do not allow use without input clock
Philippe Mathieu-Daudé
1
-0
/
+5
2020-10-17
hw/mips/malta: Set CPU frequency to 320 MHz
Philippe Mathieu-Daudé
1
-3
/
+16
2020-10-17
hw/mips/boston: Set CPU frequency to 1 GHz
Philippe Mathieu-Daudé
1
-0
/
+13
2020-10-17
hw/mips/cps: Expose input clock and connect it to CPU cores
Philippe Mathieu-Daudé
2
-0
/
+6
2020-10-17
hw/mips/jazz: Correct CPU frequencies
Philippe Mathieu-Daudé
1
-1
/
+14
2020-10-17
hw/mips/mipssim: Correct CPU frequency
Philippe Mathieu-Daudé
1
-1
/
+10
2020-10-17
hw/mips/fuloong2e: Set CPU frequency to 533 MHz
Philippe Mathieu-Daudé
1
-1
/
+6
2020-10-17
hw/mips/r4k: Explicit CPU frequency is 200 MHz
Philippe Mathieu-Daudé
1
-1
/
+6
2020-10-17
target/mips/cpu: Introduce mips_cpu_create_with_clock() helper
Philippe Mathieu-Daudé
2
-0
/
+24
2020-10-17
target/mips/cpu: Allow the CPU to use dynamic frequencies
Philippe Mathieu-Daudé
2
-2
/
+13
2020-10-17
target/mips/cpu: Make cp0_count_rate a property
Philippe Mathieu-Daudé
2
-8
/
+20
2020-10-17
target/mips/cpu: Calculate the CP0 timer period using the CPU frequency
Philippe Mathieu-Daudé
1
-2
/
+2
2020-10-17
target/mips: Move cp0_count_ns to CPUMIPSState
Philippe Mathieu-Daudé
3
-17
/
+28
2020-10-17
target/mips/cp0_timer: Document TIMER_PERIOD origin
Philippe Mathieu-Daudé
1
-1
/
+11
2020-10-17
target/mips/cp0_timer: Explicit unit in variable name
Philippe Mathieu-Daudé
1
-9
/
+10
2020-10-17
target/mips: Move cpu_mips_get_random() with CP0 helpers
Philippe Mathieu-Daudé
3
-26
/
+26
2020-10-17
target/mips/op_helper: Log unimplemented cache opcode
Philippe Mathieu-Daudé
1
-0
/
+9
2020-10-17
target/mips/op_helper: Document Invalidate/Writeback opcodes as no-op
Philippe Mathieu-Daudé
1
-0
/
+5
2020-10-17
target/mips/op_helper: Convert multiple if() to switch case
Philippe Mathieu-Daudé
1
-4
/
+9
2020-10-17
target/mips: Add loongson-ext lsdc2 group of instructions
Jiaxun Yang
1
-0
/
+179
2020-10-17
target/mips: Add loongson-ext lswc2 group of instructions (Part 2)
Jiaxun Yang
1
-2
/
+180
2020-10-17
target/mips: Add loongson-ext lswc2 group of instructions (Part 1)
Jiaxun Yang
1
-0
/
+86
2020-10-17
target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA>.<D|S>
Aleksandar Markovic
1
-23
/
+81
2020-10-17
target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>
Aleksandar Markovic
1
-17
/
+46
2020-10-17
target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS>
Aleksandar Markovic
1
-21
/
+40
2020-10-17
target/mips: Fix some comment spelling errors
zhaolichang
3
-7
/
+7
2020-10-16
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
14
-64
/
+84
2020-10-16
hw/core/clock: Add the clock_new helper function
Luc Michel
2
-0
/
+28
2020-10-16
hw/qdev-clock: Display error hint when clock is missing from device
Philippe Mathieu-Daudé
1
-0
/
+11
2020-10-16
util/cutils: Introduce freq_to_str() to display Hertz units
Philippe Mathieu-Daudé
2
-0
/
+26
2020-10-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
13
-162
/
+339
2020-10-15
Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201015-pull-reque...
Peter Maydell
14
-70
/
+68
2020-10-15
Merge remote-tracking branch 'remotes/rth/tags/pull-mb-20201014' into staging
Peter Maydell
3
-81
/
+60
2020-10-15
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
10
-93
/
+97
2020-10-15
block: deprecate the sheepdog block driver
Daniel P. Berrangé
3
-2
/
+26
[prev]
[next]