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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
ppc: Fix return value in cpu_post_load() error path
Greg Kurz
1
-4
/
+5
2020-10-09
ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()
Greg Kurz
2
-13
/
+17
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
1
-1
/
+1
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-18
target/ppc: Set instance_align on PowerPCCPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2
-17
/
+8
2020-09-09
trace-events: Delete unused trace points
Markus Armbruster
1
-1
/
+0
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2
-14
/
+4
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2
-3
/
+6
2020-09-01
target/ppc: Remove superfluous breaks
Liao Pingfang
1
-5
/
+0
2020-08-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...
Peter Maydell
8
-54
/
+197
2020-08-21
meson: target
Paolo Bonzini
2
-20
/
+37
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
14
-12
/
+12
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-08-13
target/ppc: Integrate icount to purr, vtb, and tbu40
Gustavo Romero
1
-0
/
+30
2020-08-12
target/ppc: Fix SPE unavailable exception triggering
Matthieu Bucchianeri
1
-33
/
+64
2020-08-12
target/ppc: add vmulh{su}d instructions
Lijun Pan
4
-0
/
+22
2020-08-12
target/ppc: add vmulh{su}w instructions
Lijun Pan
4
-2
/
+29
2020-08-12
target/ppc: add vmulld instruction
Lijun Pan
2
-0
/
+5
2020-08-12
target/ppc: convert vmuluwm to tcg_gen_gvec_mul
Lijun Pan
3
-15
/
+1
2020-08-12
target/ppc: add byte-reverse br[dwh] instructions
Lijun Pan
1
-0
/
+40
2020-08-12
target/ppc: Enable Power ISA 3.1
Lijun Pan
2
-2
/
+2
2020-08-12
target/ppc: Introduce Power ISA 3.1 flag
Lijun Pan
1
-0
/
+2
2020-08-12
target/ppc: Fix TCG leak with the evmwsmiaa instruction
Matthieu Bucchianeri
1
-2
/
+2
2020-07-27
pseries: fix kvmppc_set_fwnmi()
Laurent Vivier
2
-4
/
+3
2020-07-24
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-1
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-3
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-1
/
+1
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-06-26
target/ppc: Remove TIDR from POWER10 processor
Cédric Le Goater
1
-5
/
+0
2020-06-12
target/ppc: Restrict PPCVirtualHypervisorClass to system-mode
Philippe Mathieu-Daudé
3
-13
/
+17
2020-06-02
target/ppc: Use tcg_gen_gvec_rotlv
Richard Henderson
3
-25
/
+4
2020-05-27
target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() again
Greg Kurz
1
-1
/
+1
2020-05-27
target/ppc: Don't update radix PTE R/C bits with gdbstub
Greg Kurz
1
-18
/
+21
2020-05-27
target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()
Greg Kurz
1
-2
/
+4
2020-05-27
target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()
Greg Kurz
1
-1
/
+2
2020-05-27
target/ppc: Don't initialize some local variables in ppc_radix64_xlate()
Greg Kurz
1
-1
/
+5
2020-05-27
target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()
Greg Kurz
1
-1
/
+2
2020-05-27
target/ppc: Pass const pointer to ppc_radix64_get_prot_amr()
Greg Kurz
1
-2
/
+2
2020-05-27
ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2
Leonardo Bras
2
-8
/
+29
2020-05-27
target/ppc: Add support for scv and rfscv instructions
Nicholas Piggin
5
-30
/
+132
2020-05-27
target/ppc: Untabify excp_helper.c
Greg Kurz
1
-8
/
+8
2020-05-19
softfloat: Name compare relation enum
Richard Henderson
1
-6
/
+7
2020-05-15
target: Remove unnecessary CPU() cast
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-7
/
+2
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
2
-4
/
+2
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-8
/
+1
2020-05-15
qom: Drop object_property_set_description() parameter @errp
Markus Armbruster
1
-1
/
+1
2020-05-07
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...
Peter Maydell
4
-139
/
+396
[next]