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
2023-02-07
target/riscv: add a MAINTAINERS entry for XThead* extension support
Christoph Müllner
1
-0
/
+8
2023-02-07
RISC-V: Adding XTheadFmv ISA extension
Christoph Müllner
5
-3
/
+55
2023-02-07
RISC-V: Add initial support for T-Head C906
Christoph Müllner
3
-0
/
+38
2023-02-07
RISC-V: Set minimum priv version for Zfh to 1.11
Christoph Müllner
1
-1
/
+1
2023-02-07
RISC-V: Adding T-Head FMemIdx extension
Christoph Müllner
5
-1
/
+123
2023-02-07
RISC-V: Adding T-Head MemIdx extension
Christoph Müllner
5
-1
/
+464
2023-02-07
RISC-V: Adding T-Head MemPair extension
Christoph Müllner
5
-1
/
+109
2023-02-07
RISC-V: Adding T-Head multiply-accumulate instructions
Christoph Müllner
5
-1
/
+96
2023-02-07
RISC-V: Adding XTheadCondMov ISA extension
Christoph Müllner
5
-1
/
+43
2023-02-07
RISC-V: Adding XTheadBs ISA extension
Christoph Müllner
5
-1
/
+23
2023-02-07
RISC-V: Adding XTheadBb ISA extension
Christoph Müllner
5
-2
/
+149
2023-02-07
RISC-V: Adding XTheadBa ISA extension
Christoph Müllner
5
-1
/
+66
2023-02-07
RISC-V: Adding XTheadSync ISA extension
Christoph Müllner
7
-1
/
+105
2023-02-07
RISC-V: Adding XTheadCmo ISA extension
Christoph Müllner
6
-0
/
+131
2023-02-07
hw/riscv: change riscv_compute_fdt_addr() semantics
Daniel Henrique Barboza
6
-17
/
+32
2023-02-07
hw/riscv: split fdt address calculation from fdt load
Daniel Henrique Barboza
6
-17
/
+43
2023-02-07
hw/riscv/boot.c: calculate fdt size after fdt_pack()
Daniel Henrique Barboza
1
-4
/
+6
2023-02-07
target/riscv: set tval for triggered watchpoints
Sergey Matyukevich
2
-1
/
+6
2023-02-07
hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'
Daniel Henrique Barboza
1
-9
/
+9
2023-02-07
hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'
Daniel Henrique Barboza
1
-217
/
+217
2023-02-07
hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()
Daniel Henrique Barboza
1
-15
/
+19
2023-02-07
target/riscv: Ensure opcode is saved for all relevant instructions
Anup Patel
7
-3
/
+21
2023-02-07
target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAX
Anup Patel
1
-0
/
+24
2023-02-07
target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP
Anup Patel
2
-6
/
+8
2023-02-07
target/riscv: Update VS timer whenever htimedelta changes
Anup Patel
1
-0
/
+16
2023-02-07
hw/riscv: boot: Don't use CSRs if they are disabled
Alistair Francis
1
-0
/
+9
2023-02-07
include/hw/riscv/opentitan: update opentitan IRQs
Wilfred Mallawa
2
-47
/
+47
2023-02-07
target/riscv: update disas.c for xnor/orn/andn and slli.uw
Philipp Tomsich
1
-4
/
+4
2023-02-05
Merge tag 'pull-ppc-20230205' of https://gitlab.com/danielhb/qemu into staging
Peter Maydell
9
-246
/
+268
2023-02-05
hw/display/sm501: Code style fix
BALATON Zoltan
1
-1
/
+2
2023-02-05
hw/display/sm501: Remove unneeded casts from void pointer
BALATON Zoltan
1
-11
/
+11
2023-02-05
hw/display/sm501: Remove parenthesis around constant macro definitions
BALATON Zoltan
1
-197
/
+197
2023-02-05
hw/ppc/pegasos2: Fix a typo in a comment
BALATON Zoltan
1
-1
/
+1
2023-02-05
ppc/pnv/pci: Fix PHB xscom registers memory region name
Frederic Barrat
1
-1
/
+1
2023-02-05
ppc/pnv/pci: Update PHB5 version register
Frederic Barrat
1
-1
/
+1
2023-02-05
ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID
Frederic Barrat
1
-1
/
+0
2023-02-05
ppc/pnv/pci: Cleanup PnvPHBPecState structure
Frederic Barrat
1
-2
/
+0
2023-02-05
hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space
Bernhard Beschow
1
-3
/
+7
2023-02-05
hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()
Bernhard Beschow
1
-1
/
+1
2023-02-05
hw/ppc/e500{, plat}: Drop redundant checks for presence of platform bus
Bernhard Beschow
2
-9
/
+5
2023-02-05
hw/ppc: Set machine->fdt in e500 machines
Bernhard Beschow
1
-1
/
+6
2023-02-05
hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
Bernhard Beschow
1
-6
/
+1
2023-02-05
ppc/pegasos2: Improve readability of VIA south bridge creation
BALATON Zoltan
1
-7
/
+7
2023-02-05
tests/migration: add support for ppc64le for guestperf.py
Murilo Opsfelder Araujo
1
-3
/
+25
2023-02-05
tests/migration: add sysprof-capture-4 as dependency for stress binary
Murilo Opsfelder Araujo
1
-1
/
+3
2023-02-04
Merge tag 'pull-tcg-20230204' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
54
-946
/
+2030
2023-02-04
Merge tag 'linux-user-for-8.0-pull-request' of https://gitlab.com/laurent_viv...
Peter Maydell
11
-250
/
+378
2023-02-04
tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target
Richard Henderson
1
-1
/
+1
2023-02-04
target/i386: Inline cmpxchg16b
Richard Henderson
3
-78
/
+39
2023-02-04
target/i386: Inline cmpxchg8b
Richard Henderson
3
-64
/
+49
[next]