summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-133-7/+7
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-136-23/+39
* cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber2014-03-131-25/+33
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-135-53/+62
* target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hookAndreas Färber2014-03-136-10/+14
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-4/+5
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+2
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-138-58/+75
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-133-5/+9
* cpu: Factor out cpu_generic_init()Andreas Färber2014-03-131-20/+1
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-132-8/+9
* target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-133-7/+13
* target-ppc: spapr: e500: fix to use cpu_dt_idAlexey Kardashevskiy2014-03-052-1/+2
* target-ppc: add PowerPCCPU::cpu_dt_idAlexey Kardashevskiy2014-03-055-25/+24
* target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htabAneesh Kumar K.V2014-03-054-15/+68
* target-ppc: Change the hpte store APIAneesh Kumar K.V2014-03-052-17/+10
* target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V2014-03-054-21/+152
* target-ppc: Fix htab_mask calculationAneesh Kumar K.V2014-03-056-9/+18
* target-ppc: Use Additional Temporary in stqcx CaseTom Musta2014-03-051-3/+5
* target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as ULTom Musta2014-03-051-22/+22
* target-ppc/translate.c: Use ULL suffix for 64 bit constantsPeter Maydell2014-03-051-2/+2
* target-ppc: Altivec 2.07: Vector Permute and Exclusive ORTom Musta2014-03-053-1/+21
* target-ppc: Altivec 2.07: Vector SHA Sigma InstructionsTom Musta2014-03-053-0/+108
* target-ppc: Altivec 2.07: AES InstructionsTom Musta2014-03-053-0/+315
* target-ppc: Altivec 2.07: Binary Coded Decimal InstructionsTom Musta2014-03-053-4/+245
* target-ppc: Altivec 2.07: Vector Polynomial Multiply SumTom Musta2014-03-053-0/+82
* target-ppc: Altivec 2.07: Vector Gather Bits by BytesTom Musta2014-03-053-0/+279
* target-ppc: Altivec 2.07: Doubleword ComparesTom Musta2014-03-053-7/+29
* target-ppc: Altivec 2.07: vbpermq InstructionTom Musta2014-03-053-0/+34
* target-ppc: Altivec 2.07: Quadword Addition and SubtracationTom Musta2014-03-053-0/+211
* target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift InstructionsTom Musta2014-03-053-0/+16
* target-ppc: Altivec 2.07: Change Bit Masks to Support 64-bit Rotates and ShiftsTom Musta2014-03-051-25/+15
* target-ppc: Altivec 2.07: Vector Merge InstructionsTom Musta2014-03-051-0/+37
* target-ppc: Altivec 2.07: Unpack Signed Word InstructionsTom Musta2014-03-053-0/+8
* target-ppc: Altivec 2.07: Pack Doubleword InstructionsTom Musta2014-03-053-0/+16
* target-ppc: Altivec 2.07: Vector Min/Max Doubleword InstructionsTom Musta2014-03-053-0/+14
* target-ppc: Altivec 2.07: Vector Population Count InstructionsTom Musta2014-03-053-4/+36
* target-ppc: Altivec 2.07: Add Vector Count Leading ZeroesTom Musta2014-03-053-0/+43
* target-ppc: Altivec 2.07: vmuluw InstructionTom Musta2014-03-053-1/+6
* target-ppc: Altivec 2.07: Multiply Even/Odd Word InstructionsTom Musta2014-03-053-0/+14
* target-ppc: Altivec 2.07: Change VMUL_DO to Support 64-bit IntegersTom Musta2014-03-051-12/+14
* target-ppc: Altivec 2.07: Add/Subtract Unsigned Doubleword ModuloTom Musta2014-03-053-0/+7
* target-ppc: Altivec 2.07: Vector Logical InstructionsTom Musta2014-03-051-0/+11
* target-ppc: Altivec 2.07: Add Support for R-Form Dual InstructionsTom Musta2014-03-051-0/+35
* target-ppc: Altivec 2.07: Add Opcode Macro for VX Form InstructionsTom Musta2014-03-051-0/+5
* target-ppc: Altivec 2.07: Add Support for Dual Altivec InstructionsTom Musta2014-03-051-0/+24
* target-ppc: Altivec 2.07: Add GEN_VXFORM3Tom Musta2014-03-051-0/+19
* target-ppc: Altivec 2.07: Update AVR StructureTom Musta2014-03-051-0/+4
OpenPOWER on IntegriCloud