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
2019-10-28
target/ppc: fetch code with translator_ld
Emilio G. Cota
1
-5
/
+3
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-1
/
+1
2019-10-24
target/ppc: Fix for optimized vsl/vsr instructions
Stefan Brankovic
1
-44
/
+40
2019-10-04
target/ppc: use Vsr macros in BCD helpers
Mark Cave-Ayland
1
-47
/
+25
2019-10-04
target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ...
Mark Cave-Ayland
1
-50
/
+10
2019-10-04
target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp...
Mark Cave-Ayland
1
-39
/
+31
2019-10-04
target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_t
Mark Cave-Ayland
1
-102
/
+108
2019-10-04
target/ppc: introduce dfp_finalize_decimal{64,128}() helper functions
Mark Cave-Ayland
1
-19
/
+23
2019-10-04
target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...
Mark Cave-Ayland
3
-39
/
+44
2019-10-04
target/ppc: introduce set_dfp{64,128}() helper functions
Mark Cave-Ayland
1
-42
/
+48
2019-10-04
target/ppc: introduce get_dfp{64,128}() helper functions
Mark Cave-Ayland
1
-13
/
+39
2019-10-04
ppc/kvm: Skip writing DPDES back when in run time state
Alexey Kardashevskiy
2
-5
/
+9
2019-10-04
ppc: Use FPSCR defines instead of constants
Paul A. Clarke
2
-65
/
+65
2019-10-04
ppc: Add support for 'mffsce' instruction
Paul A. Clarke
2
-0
/
+32
2019-10-04
ppc: Add support for 'mffscrn','mffscrni' instructions
Paul A. Clarke
5
-3
/
+84
2019-09-04
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging
Peter Maydell
1
-6
/
+6
2019-09-03
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
1
-6
/
+6
2019-08-29
powerpc/spapr: Add host threads parameter to ibm,get_system_parameter
Suraj Jitindar Singh
2
-0
/
+3
2019-08-29
target/ppc: Refactor emulation of vmrgew and vmrgow instructions
Stefan Brankovic
1
-29
/
+37
2019-08-29
target/ppc: Fix do_float_check_status vs inexact
Richard Henderson
1
-7
/
+3
2019-08-29
target/ppc: Set float_tininess_before_rounding at cpu reset
Richard Henderson
1
-0
/
+4
2019-08-29
ppc: Fix xscvdpspn for SNAN
Paul A. Clarke
1
-2
/
+30
2019-08-29
ppc: Fix xsmaddmdp and friends
Paul A. Clarke
1
-1
/
+1
2019-08-22
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...
Peter Maydell
1
-1
/
+1
2019-08-21
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
1
-3
/
+3
2019-08-21
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...
Peter Maydell
11
-480
/
+449
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
1
-1
/
+1
2019-08-21
target/ppc: Rewrite a fall through comment
Philippe Mathieu-Daudé
1
-3
/
+3
2019-08-21
ppc: Fix emulated single to double denormalized conversions
Paul A. Clarke
1
-4
/
+13
2019-08-21
ppc: Fix emulated INFINITY and NAN conversions
Paul A. Clarke
1
-4
/
+11
2019-08-21
ppc: conform to processor User's Manual for xscvdpspn
Paul A. Clarke
1
-1
/
+5
2019-08-21
ppc: Add support for 'mffsl' instruction
Paul A. Clarke
4
-8
/
+37
2019-08-21
target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPR
Alexey Kardashevskiy
2
-0
/
+15
2019-08-21
ppc: remove idle_timer logic
Shivaprasad G Bhat
1
-70
/
+5
2019-08-21
spapr: Implement dispatch tracking for tcg
Nicholas Piggin
2
-0
/
+31
2019-08-21
target/ppc: Optimize emulation of vclzw instruction
Stefan Brankovic
3
-5
/
+27
2019-08-21
target/ppc: Optimize emulation of vclzd instruction
Stefan Brankovic
3
-5
/
+27
2019-08-21
target/ppc: Optimize emulation of vgbbd instruction
Stefan Brankovic
3
-278
/
+76
2019-08-21
target/ppc: move opcode decode tables to PowerPCCPU
Alex Bennée
3
-14
/
+13
2019-08-21
target/ppc: Optimize emulation of vsl and vsr instructions
Stefan Brankovic
3
-39
/
+99
2019-08-21
target/ppc: Optimize emulation of lvsl and lvsr instructions
Stefan Brankovic
3
-52
/
+89
2019-08-21
migration: Do not re-read the clock on pre_save in case of paused guest
Maxiwell S. Garcia
1
-0
/
+1
2019-08-20
icount: remove unnecessary gen_io_end calls
Pavel Dovgalyuk
2
-15
/
+0
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
7
-0
/
+11
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2
-1
/
+1
2019-08-16
migration: Move the VMStateDescription typedef to typedefs.h
Markus Armbruster
2
-2
/
+2
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...
Peter Maydell
2
-2
/
+2
[next]