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
2021-10-22
target/riscv: Use REQUIRE_64BIT in amo_check64
Richard Henderson
1
-1
/
+2
2021-10-22
target/riscv: Add MXL/SXL/UXL to TB_FLAGS
Richard Henderson
5
-1
/
+47
2021-10-22
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
8
-34
/
+45
2021-10-22
target/riscv: Split misa.mxl and misa.ext
Richard Henderson
8
-69
/
+100
2021-10-22
target/riscv: Create RISCVMXL enumeration
Richard Henderson
1
-3
/
+5
2021-10-22
target/riscv: Move cpu_get_tb_cpu_state out of line
Richard Henderson
2
-45
/
+48
2021-10-22
target/riscv: Organise the CPU properties
Alistair Francis
1
-7
/
+10
2021-10-22
target/riscv: Remove some unused macros
Alistair Francis
1
-8
/
+0
2021-10-22
target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
Frank Chang
2
-8
/
+8
2021-10-22
hw/riscv: virt: Use machine->ram as the system memory
Mingwang Li
1
-4
/
+2
2021-10-22
target/riscv: Fix orc.b implementation
Philipp Tomsich
1
-5
/
+8
2021-10-22
target/riscv: line up all of the registers in the info register dump
Travis Geiselbrecht
1
-5
/
+5
2021-10-22
target/riscv: Pass the same value to oprsz and maxsz for vmv.v.v
Frank Chang
1
-1
/
+2
2021-10-21
Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into staging
Richard Henderson
22
-109
/
+403
2021-10-21
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-6.2-20211021' into...
Richard Henderson
26
-159
/
+651
2021-10-21
tests/data/acpi/virt: Update the empty expected file for PPTT
Yanan Wang
2
-1
/
+0
2021-10-21
hw/arm/virt-acpi-build: Generate PPTT table
Yanan Wang
1
-1
/
+7
2021-10-21
tests/data/acpi/virt: Add an empty expected file for PPTT
Yanan Wang
2
-0
/
+1
2021-10-21
hw/acpi/aml-build: Add PPTT table
Andrew Jones
2
-0
/
+62
2021-10-20
hw/acpi/aml-build: Add Processor hierarchy node structure
Yanan Wang
1
-0
/
+30
2021-10-20
hw/arm/virt: Add cpu-map to device tree
Andrew Jones
1
-10
/
+60
2021-10-20
device_tree: Add qemu_fdt_add_path
Yanan Wang
2
-2
/
+43
2021-10-20
hw/arm/virt: Only describe cpu topology since virt-6.2
Yanan Wang
2
-1
/
+4
2021-10-20
bios-tables-test: Generate reference table for virt/DBG2
Eric Auger
2
-1
/
+0
2021-10-20
hw/arm/virt_acpi_build: Generate DBG2 table
Eric Auger
1
-1
/
+62
2021-10-20
tests/acpi: Add void table for virt/DBG2 bios-tables-test
Eric Auger
2
-0
/
+1
2021-10-21
hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels
Thomas Huth
1
-3
/
+5
2021-10-21
target/ppc: adding user read/write functions for PMCs
Daniel Henrique Barboza
3
-6
/
+80
2021-10-21
target/ppc: add user read/write functions for MMCR2
Daniel Henrique Barboza
4
-12
/
+99
2021-10-21
target/ppc: add user read/write functions for MMCR0
Gustavo Romero
5
-1
/
+128
2021-10-21
target/ppc: add MMCR0 PMCC bits to hflags
Daniel Henrique Barboza
3
-0
/
+16
2021-10-21
target/ppc: Filter mtmsr[d] input before setting MSR
Matheus Ferst
2
-33
/
+41
2021-10-21
tests/acceptance: Add a test for the bamboo ppc board
Thomas Huth
2
-0
/
+40
2021-10-21
ppc/pegasos2: Implement power-off RTAS function with VOF
BALATON Zoltan
1
-0
/
+11
2021-10-21
ppc/pegasos2: Add constants for PCI config addresses
BALATON Zoltan
1
-2
/
+4
2021-10-21
ppc/pegasos2: Access MV64361 registers via their memory region
BALATON Zoltan
2
-62
/
+56
2021-10-21
ppc/pegasos2: Implement get-time-of-day RTAS function with VOF
BALATON Zoltan
1
-0
/
+25
2021-10-21
ppc/pegasos2: Warn when using VOF but no kernel is specified
BALATON Zoltan
1
-0
/
+3
2021-10-21
ppc/pegasos2: Restrict memory to 2 gigabytes
BALATON Zoltan
1
-0
/
+4
2021-10-21
target/ppc: Fix XER access in monitor
Matheus Ferst
1
-1
/
+8
2021-10-21
linux-user: Fix XER access in ppc version of elf_core_copy_regs
Matheus Ferst
3
-3
/
+3
2021-10-21
target/ppc: Fix XER access in gdbstub
Matheus Ferst
1
-4
/
+4
2021-10-21
linux-user/ppc: Fix XER access in save/restore_user_regs
Matheus Ferst
4
-3
/
+52
2021-10-21
tests/acceptance: Add tests for the ppc405 boards
Thomas Huth
1
-0
/
+42
2021-10-21
hw/ppc: Fix iothread locking in the 405 code
Thomas Huth
1
-0
/
+4
2021-10-21
spapr/xive: Use xive_esb_rw() to trigger interrupts
Cédric Le Goater
1
-3
/
+1
2021-10-21
hw/ppc/spapr_softmmu: Reduce include list
Philippe Mathieu-Daudé
1
-15
/
+0
2021-10-21
target/ppc: Fix the test raising the decrementer exception
Cédric Le Goater
1
-1
/
+1
2021-10-21
target/ppc: Use tcg_constant_i64() in gen_brh()
Philippe Mathieu-Daudé
1
-5
/
+3
2021-10-21
target/ppc: Use tcg_constant_i32() in gen_setb()
Philippe Mathieu-Daudé
1
-6
/
+2
[next]