Sign in
qemu
/
qemu
/
264f8b4fdc7b4ef304c426589b7fe198ca693823
/
target-ppc
48add81
ppc: use kvm_vcpu_enable_cap()
by Cornelia Huck
· 11 years ago
06f6e12
PPC: Add l1 cache sizes for 970 and above systems
by Alexander Graf
· 11 years ago
05edc26
PPC: Only enter MSR_POW when no interrupts pending
by Alexander Graf
· 11 years ago
e81a982
PPC: Clean up DECR implementation
by Alexander Graf
· 11 years ago
6cd7db3
target-ppc: Correct VSX Integer to FP Conversion
by Tom Musta
· 11 years ago
d1dec5e
target-ppc: Correct VSX FP to Integer Conversion
by Tom Musta
· 11 years ago
6bbad7a
target-ppc: Correct VSX FP to FP Conversions
by Tom Musta
· 11 years ago
50fc89e
target-ppc: Correct VSX Scalar Compares
by Tom Musta
· 11 years ago
bcb7652
target-ppc: Correct Simple VSR LE Host Inversions
by Tom Musta
· 11 years ago
d359db0
target-ppc: Correct LE Host Inversion of Lower VSRs
by Tom Musta
· 11 years ago
8018903
target-ppc: Define Endian-Correct Accessors for VSR Field Access
by Tom Musta
· 11 years ago
0453099
target-ppc: Bug: VSX Convert to Integer Should Truncate
by Tom Musta
· 11 years ago
76ac994
target-ppc: MSR_POW not supported on POWER7/7+/8
by Anton Blanchard
· 11 years ago
5b2b7dc
target-ppc: POWER7+ supports the MSR_VSX bit
by Anton Blanchard
· 11 years ago
536492e
target-ppc: POWER8 supports isel
by Anton Blanchard
· 11 years ago
d6fb330
target-ppc: POWER8 supports the MSR_LE bit
by Anton Blanchard
· 11 years ago
df99d30
target-ppc: Introduce powerisa-207-server flag
by Alexey Kardashevskiy
· 11 years ago
5ec83c7
target-ppc: Force CPU threads count to be a power of 2
by Bharata B Rao
· 11 years ago
a80172a
target-ppc: Fix overallocation of opcode tables
by Stuart Brady
· 11 years ago
d197fdb
target-ppc: Reset SPRs on CPU reset
by Alexey Kardashevskiy
· 11 years ago
cfd54a0
target-ppc: Add missing 'static' and 'const' attributes
by Stefan Weil
· 11 years ago
3b163b0
misc: Fix typos in comments
by Stefan Weil
· 11 years ago
0c591eb
cputlb: Change tlb_set_page() argument to CPUState
by Andreas Färber
· 11 years ago
00c8cb0
cputlb: Change tlb_flush() argument to CPUState
by Andreas Färber
· 11 years ago
31b030d
cputlb: Change tlb_flush_page() argument to CPUState
by Andreas Färber
· 11 years ago
a47dddd
exec: Change cpu_abort() argument to CPUState
by Andreas Färber
· 11 years ago
d0e39c5
target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook
by Andreas Färber
· 11 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 11 years ago
5638d18
cpu-exec: Change cpu_loop_exit() argument to CPUState
by Andreas Färber
· 11 years ago
d5a11fe
exec: Change tlb_fill() argument to CPUState
by Andreas Färber
· 11 years ago
f0c3c50
cpu: Move breakpoints field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
2710342
cpu: Move exception_index field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 11 years ago
9262685
cpu: Factor out cpu_generic_init()
by Andreas Färber
· 11 years ago
8c2e1b0
cpu: Turn cpu_has_work() into a CPUClass hook
by Andreas Färber
· 11 years ago
33276f1
target-ppc: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
0f20ba6
target-ppc: spapr: e500: fix to use cpu_dt_id
by Alexey Kardashevskiy
· 11 years ago
0ce470c
target-ppc: add PowerPCCPU::cpu_dt_id
by Alexey Kardashevskiy
· 11 years ago
c138593
target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab
by Aneesh Kumar K.V
· 11 years ago
3f94170
target-ppc: Change the hpte store API
by Aneesh Kumar K.V
· 11 years ago
7c43bca
target-ppc: Fix page table lookup with kvm enabled
by Aneesh Kumar K.V
· 11 years ago
f3c75d4
target-ppc: Fix htab_mask calculation
by Aneesh Kumar K.V
· 11 years ago
3707cd6
target-ppc: Use Additional Temporary in stqcx Case
by Tom Musta
· 11 years ago
7dff9ab
target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL
by Tom Musta
· 11 years ago
e5d7d2b
target-ppc/translate.c: Use ULL suffix for 64 bit constants
by Peter Maydell
· 11 years ago
ac17454
target-ppc: Altivec 2.07: Vector Permute and Exclusive OR
by Tom Musta
· 11 years ago
57354f8
target-ppc: Altivec 2.07: Vector SHA Sigma Instructions
by Tom Musta
· 11 years ago
557d52f
target-ppc: Altivec 2.07: AES Instructions
by Tom Musta
· 11 years ago
e8f7b27
target-ppc: Altivec 2.07: Binary Coded Decimal Instructions
by Tom Musta
· 11 years ago
b8476fc
target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum
by Tom Musta
· 11 years ago
f1064f6
target-ppc: Altivec 2.07: Vector Gather Bits by Bytes
by Tom Musta
· 11 years ago
6f3dab4
target-ppc: Altivec 2.07: Doubleword Compares
by Tom Musta
· 11 years ago
4d82038
target-ppc: Altivec 2.07: vbpermq Instruction
by Tom Musta
· 11 years ago
b41da4e
target-ppc: Altivec 2.07: Quadword Addition and Subtracation
by Tom Musta
· 11 years ago
2fdf78e
target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift Instructions
by Tom Musta
· 11 years ago
818692f
target-ppc: Altivec 2.07: Change Bit Masks to Support 64-bit Rotates and Shifts
by Tom Musta
· 11 years ago
e0ffe77
target-ppc: Altivec 2.07: Vector Merge Instructions
by Tom Musta
· 11 years ago
4430e07
target-ppc: Altivec 2.07: Unpack Signed Word Instructions
by Tom Musta
· 11 years ago
024215b
target-ppc: Altivec 2.07: Pack Doubleword Instructions
by Tom Musta
· 11 years ago
8203e31
target-ppc: Altivec 2.07: Vector Min/Max Doubleword Instructions
by Tom Musta
· 11 years ago
e13500b
target-ppc: Altivec 2.07: Vector Population Count Instructions
by Tom Musta
· 11 years ago
f293f04
target-ppc: Altivec 2.07: Add Vector Count Leading Zeroes
by Tom Musta
· 11 years ago
953f0f5
target-ppc: Altivec 2.07: vmuluw Instruction
by Tom Musta
· 11 years ago
63be093
target-ppc: Altivec 2.07: Multiply Even/Odd Word Instructions
by Tom Musta
· 11 years ago
aa9e930
target-ppc: Altivec 2.07: Change VMUL_DO to Support 64-bit Integers
by Tom Musta
· 11 years ago
56eabc7
target-ppc: Altivec 2.07: Add/Subtract Unsigned Doubleword Modulo
by Tom Musta
· 11 years ago
111c5f5
target-ppc: Altivec 2.07: Vector Logical Instructions
by Tom Musta
· 11 years ago
a737d3e
target-ppc: Altivec 2.07: Add Support for R-Form Dual Instructions
by Tom Musta
· 11 years ago
50f5fc0
target-ppc: Altivec 2.07: Add Opcode Macro for VX Form Instructions
by Tom Musta
· 11 years ago
5dffff5
target-ppc: Altivec 2.07: Add Support for Dual Altivec Instructions
by Tom Musta
· 11 years ago
9b47bb4
target-ppc: Altivec 2.07: Add GEN_VXFORM3
by Tom Musta
· 11 years ago
bb52753
target-ppc: Altivec 2.07: Update AVR Structure
by Tom Musta
· 11 years ago
32ea54a
target-ppc: Altivec 2.07: Add Instruction Flag
by Tom Musta
· 11 years ago
27b95bf
target-ppc: Add Store Quadword Conditional
by Tom Musta
· 11 years ago
9c294d5
target-ppc: Add Load Quadword and Reserve
by Tom Musta
· 11 years ago
84cab1e
target-ppc: Store Quadword
by Tom Musta
· 11 years ago
e0498da
target-ppc: Load Quadword
by Tom Musta
· 11 years ago
71a8c01
target-ppc: Add is_user_mode Utility Routine
by Tom Musta
· 11 years ago
38a8533
target-ppc: Add Flag for ISA 2.07 Load/Store Quadword Instructions
by Tom Musta
· 11 years ago
52a4984
target-ppc: Add bctar Instruction
by Tom Musta
· 11 years ago
6051104
target-ppc: Add Target Address SPR (TAR) to Power8
by Tom Musta
· 11 years ago
94840e0
target-ppc: Add Flag for bctar
by Tom Musta
· 11 years ago
f5bc1bf
target-ppc: Fix xxpermdi When T==A or T==B
by Tom Musta
· 11 years ago
3f34cf9
target-ppc: add extended opcodes for dcbt/dcbtst
by Cédric Le Goater
· 11 years ago
b36f100
PPC: KVM: suppress warnings about not supported SPRs
by Alexey Kardashevskiy
· 11 years ago
69b31b9
PPC: KVM: store SLB slot number
by Alexey Kardashevskiy
· 11 years ago
66c3e32
target-ppc: Add ISA2.06 lfiwzx Instruction
by Tom Musta
· 11 years ago
ce8ca30
target-ppc: Enable frsqrtes on Power7 and Power8
by Tom Musta
· 11 years ago
6d41d14
target-ppc: Add ISA 2.06 ftsqrt
by Tom Musta
· 11 years ago
da29cb7
target-ppc: Add ISA 2.06 ftdiv Instruction
by Tom Musta
· 11 years ago
29a0e4e
target-ppc: Add Flag for Power ISA V2.06 Floating Point Test Instructions
by Tom Musta
· 11 years ago
c738608
target-ppc: Fix and enable fri[mnpz]
by Tom Musta
· 11 years ago
28288b4
target-ppc: Add ISA 2.06 fcfid[u][s] Instructions
by Tom Musta
· 11 years ago
fab7fe4
target-ppc: Add ISA2.06 Float to Integer Instructions
by Tom Musta
· 11 years ago
1b0bd00
target-ppc: Add Flag for ISA V2.06 Floating Point Conversion
by Tom Musta
· 11 years ago
587c51f
target-ppc: Add ISA 2.06 stbcx. and sthcx. Instructions
by Tom Musta
· 11 years ago
5c77a78
target-ppc: Add ISA2.06 lbarx, lharx Instructions
by Tom Musta
· 11 years ago
1fa6c53
target-ppc: Add Flag for ISA2.06 Atomic Instructions
by Tom Musta
· 11 years ago
a98eb9e
target-ppc: Add ISA 2.06 divwe[o] Instructions
by Tom Musta
· 11 years ago
6a4fda3
target-ppc: Add ISA 2.06 divweu[o] Instructions
by Tom Musta
· 11 years ago
Next »