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
path:
root
/
target
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170222' into...
Peter Maydell
13
-35
/
+615
2017-02-22
hw/ppc/spapr: Check for valid page size when hot plugging memory
Thomas Huth
2
-4
/
+35
2017-02-22
target-ppc: fix Book-E TLB matching
Alex Zuepke
1
-1
/
+1
2017-02-22
target/ppc/POWER9: Direct all instr and data storage interrupts to the hypv
Suraj Jitindar Singh
1
-2
/
+18
2017-02-22
target/ppc/POWER9: Adapt LPCR handling for POWER9
Suraj Jitindar Singh
3
-6
/
+44
2017-02-22
target/ppc/POWER9: Add ISAv3.00 MMU definition
Suraj Jitindar Singh
3
-3
/
+7
2017-02-22
target/ppc: Fix LPCR DPFD mask define
Suraj Jitindar Singh
1
-1
/
+1
2017-02-22
target-ppc: Add xscvqpudz and xscvqpuwz instructions
Bharata B Rao
4
-0
/
+8
2017-02-22
target-ppc: Implement round to odd variants of quad FP instructions
Bharata B Rao
2
-23
/
+21
2017-02-22
target-ppc: add wait instruction
Nikunj A Dadhania
1
-0
/
+1
2017-02-22
target-ppc: add slbsync implementation
Nikunj A Dadhania
1
-0
/
+12
2017-02-22
target-ppc: add slbieg instruction
Nikunj A Dadhania
3
-2
/
+29
2017-02-22
target-ppc: generate exception for copy/paste
Nikunj A Dadhania
1
-0
/
+15
2017-02-22
target-ppc: implement store atomic instruction
Balamuruhan S
1
-0
/
+52
2017-02-22
target-ppc: implement load atomic instruction
Balamuruhan S
2
-0
/
+61
2017-02-22
target-ppc: Add xsmaxjdp and xsminjdp instructions
Bharata B Rao
4
-0
/
+61
2017-02-22
target-ppc: Add xsmaxcdp and xsmincdp instructions
Bharata B Rao
4
-0
/
+44
2017-02-22
ppc: implement xssubqp instruction
Jose Ricardo Ziviani
4
-0
/
+37
2017-02-22
ppc: implement xssqrtqp instruction
Jose Ricardo Ziviani
4
-0
/
+41
2017-02-22
ppc: implement xsrqpxp instruction
Jose Ricardo Ziviani
4
-0
/
+59
2017-02-22
ppc: implement xsrqpi[x] instruction
Jose Ricardo Ziviani
5
-0
/
+75
2017-02-21
monitor: Fix crashes when using HMP commands without CPU
Thomas Huth
1
-0
/
+4
2017-02-02
ppc/kvm: Handle the "family" CPU via alias instead of registering new types
Thomas Huth
1
-13
/
+23
2017-02-02
target/ppc/mmu_hash64: Fix incorrect shift value in amr calculation
Suraj Jitindar Singh
1
-1
/
+1
2017-02-02
target/ppc/mmu_hash64: Fix printing unsigned as signed int
Suraj Jitindar Singh
1
-2
/
+2
2017-02-02
tcg/POWER9: NOOP the cp_abort instruction
Suraj Jitindar Singh
1
-0
/
+5
2017-02-02
target/ppc/debug: Print LPCR register value if register exists
Suraj Jitindar Singh
1
-0
/
+3
2017-02-02
target-ppc: Add xststdc[sp, dp, qp] instructions
Nikunj A Dadhania
5
-8
/
+69
2017-02-02
target-ppc: Add xvtstdc[sp,dp] instructions
Nikunj A Dadhania
5
-2
/
+55
2017-01-31
target/ppc/cpu-models: Fix/remove bad CPU aliases
Thomas Huth
1
-20
/
+2
2017-01-31
target/ppc: Remove unused POWERPC_FAMILY(POWER)
Thomas Huth
1
-22
/
+0
2017-01-31
spapr: clock should count only if vm is running
Laurent Vivier
1
-0
/
+3
2017-01-31
target/ppc: Add pcr_supported to POWER9 cpu class definition
Suraj Jitindar Singh
2
-0
/
+3
2017-01-31
powerpc/cpu-models: rename ISAv3.00 logical PVR definition
Suraj Jitindar Singh
1
-1
/
+1
2017-01-31
target-ppc: Add xvcv[hpsp, sphp] instructions
Nikunj A Dadhania
4
-9
/
+24
2017-01-31
target-ppc: Add xsmulqp instruction
Bharata B Rao
4
-0
/
+38
2017-01-31
target-ppc: Add xsdivqp instruction
Bharata B Rao
4
-0
/
+39
2017-01-31
target-ppc: Add xscvsdqp and xscvudqp instructions
Bharata B Rao
4
-0
/
+31
2017-01-31
target-ppc: Use ppc_vsr_t.f128 in xscmp[o,u,exp]qp
Bharata B Rao
1
-12
/
+8
2017-01-31
ppc: Implement bcdutrunc. instruction
Jose Ricardo Ziviani
4
-1
/
+57
2017-01-31
ppc: Implement bcdtrunc. instruction
Jose Ricardo Ziviani
4
-2
/
+45
2017-01-31
target-ppc: Add xscvqps[d,w]z instructions
Bharata B Rao
4
-0
/
+46
2017-01-31
target-ppc: Add xvxsigdp instruction
Nikunj A Dadhania
2
-0
/
+41
2017-01-31
target-ppc: Add xvxsigsp instruction
Nikunj A Dadhania
4
-0
/
+24
2017-01-31
target-ppc: Add xvxexpdp instruction
Nikunj A Dadhania
2
-0
/
+18
2017-01-31
target-ppc: Add xvxexpsp instruction
Nikunj A Dadhania
2
-0
/
+18
2017-01-31
target-ppc: Add xviexpdp instruction
Nikunj A Dadhania
2
-0
/
+27
2017-01-31
target-ppc: Add xviexpsp instruction
Nikunj A Dadhania
2
-0
/
+28
2017-01-31
target-ppc: Add xsiexpqp instruction
Nikunj A Dadhania
2
-0
/
+23
2017-01-31
target-ppc: Add xsiexpdp instruction
Nikunj A Dadhania
2
-0
/
+21
[next]