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
2012-10-28
target-ppc: rename helper flags
Aurelien Jarno
1
-19
/
+19
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2
-38
/
+38
2012-10-06
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
6
-146
/
+152
2012-10-05
ppc: avoid buffer overrun: use pstrcpy, not strncpy
Jim Meyering
1
-1
/
+1
2012-10-05
PPC: KVM: Fix BAT put
Alexander Graf
1
-4
/
+5
2012-10-04
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
1
-3
/
+1
2012-10-05
ppc/pseries: Reset VPA registration on CPU reset
David Gibson
1
-0
/
+8
2012-10-04
target-ppc: Remove unused power_mode field from cpu state
David Gibson
2
-3
/
+2
2012-10-04
target-ppc: KVM: Fix some kernel version edge cases for kvmppc_reset_htab()
David Gibson
1
-5
/
+25
2012-10-04
pseries: Add support for new KVM hash table control call
David Gibson
2
-0
/
+48
2012-10-04
ppc: Make kvm_arch_put_registers() put *all* the registers
David Gibson
1
-39
/
+50
2012-10-04
target-ppc: get rid of the HANDLE_NAN{1, 2, 3} macros
Aurelien Jarno
1
-21
/
+0
2012-10-04
target-ppc: use the softfloat float32_muladd function
Aurelien Jarno
1
-43
/
+14
2012-10-04
target-ppc: use the softfloat min/max functions
Aurelien Jarno
1
-21
/
+2
2012-10-04
target-ppc: simplify NaN propagation for vector functions
Aurelien Jarno
1
-19
/
+7
2012-09-27
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
1
-1
/
+2
2012-08-28
target-ppc: fix altivec instructions
Aurelien Jarno
1
-1
/
+1
2012-08-15
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
Anthony Liguori
1
-1
/
+1
2012-08-15
win32: provide separate macros for weak decls and definitions
Anthony Liguori
1
-2
/
+2
2012-08-15
ppc: Fix bug in handling of PAPR hypercall exits
David Gibson
1
-1
/
+1
2012-08-13
target-ppc: add implementation of query-cpu-definitions (v2)
Anthony Liguori
1
-0
/
+26
2012-06-27
pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure
David Gibson
1
-2
/
+2
2012-06-24
target-ppc: Fix 2nd parameter for tcg_gen_shri_tl
Stefan Weil
1
-1
/
+1
2012-06-24
target-ppc: Fix build with --enable-debug
Stefan Weil
1
-1
/
+1
2012-06-24
PPC: BookE206: Bump MAS2 to 64bit
Alexander Graf
1
-1
/
+1
2012-06-24
PPC: BookE: Support 32 and 64 bit wide MAS2
Alexander Graf
1
-1
/
+18
2012-06-24
PPC: Extract SPR dump generation into its own function
Alexander Graf
1
-12
/
+18
2012-06-24
PPC: Add e5500 CPU target
Alexander Graf
1
-3
/
+93
2012-06-24
PPC: BookE: Make ivpr selectable by CPU type
Alexander Graf
1
-4
/
+5
2012-06-24
PPC: BookE: Implement EPR SPR
Alexander Graf
4
-0
/
+38
2012-06-24
PPC: Add support for MSR_CM
Alexander Graf
4
-6
/
+16
2012-06-24
PPC: Add some booke SPR defines
Alexander Graf
1
-0
/
+22
2012-06-24
ppc64: Rudimentary Support for extra page sizes on server CPUs
Benjamin Herrenschmidt
5
-0
/
+272
2012-06-24
booke_206_tlbwe: Discard invalid bits in MAS2
Fabien Chouteau
1
-2
/
+15
2012-06-24
ppc: Make hbrev table const
Blue Swirl
1
-1
/
+1
2012-06-24
ppc: Add missing break
Blue Swirl
1
-0
/
+1
2012-06-24
ppc: Move load and store helpers, switch to AREG0 free mode
Blue Swirl
5
-89
/
+90
2012-06-24
ppc: Move misc helpers from helper.c to misc_helper.c
Blue Swirl
2
-9
/
+9
2012-06-24
ppc: Avoid AREG0 for misc helpers
Blue Swirl
5
-27
/
+25
2012-06-24
ppc: Split off misc helpers
Blue Swirl
3
-94
/
+118
2012-06-24
ppc: Avoid AREG0 for timebase helpers
Blue Swirl
5
-69
/
+71
2012-06-24
ppc: Split off timebase helpers
Blue Swirl
3
-135
/
+162
2012-06-24
ppc: Cleanup MMU merge
Blue Swirl
2
-106
/
+35
2012-06-24
ppc: Move MMU helpers from helper.c to mmu_helper.c
Blue Swirl
2
-2475
/
+2471
2012-06-24
ppc: Avoid a warning with the next patch
Blue Swirl
1
-2
/
+2
2012-06-24
ppc: Avoid AREG0 for MMU etc. helpers
Blue Swirl
5
-133
/
+142
2012-06-24
ppc: Split MMU etc. helpers from op_helper.c
Blue Swirl
3
-854
/
+884
2012-06-24
ppc: Avoid AREG0 for integer and vector helpers
Blue Swirl
4
-191
/
+280
2012-06-24
ppc: Split integer and vector ops
Blue Swirl
3
-1500
/
+1540
2012-06-24
ppc: Avoid AREG0 for FPU and SPE helpers
Blue Swirl
4
-322
/
+346
[next]