Age | Commit message (Expand) | Author |
2014-03-15 | misc: Fix typos in comments | Stefan Weil |
2014-03-13 | cputlb: Change tlb_set_page() argument to CPUState | Andreas Färber |
2014-03-13 | cputlb: Change tlb_flush() argument to CPUState | Andreas Färber |
2014-03-13 | cputlb: Change tlb_flush_page() argument to CPUState | Andreas Färber |
2014-03-13 | exec: Change cpu_abort() argument to CPUState | Andreas Färber |
2014-03-13 | target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook | Andreas Färber |
2014-03-13 | translate-all: Change cpu_restore_state() argument to CPUState | Andreas Färber |
2014-03-13 | cpu-exec: Change cpu_loop_exit() argument to CPUState | Andreas Färber |
2014-03-13 | exec: Change tlb_fill() argument to CPUState | Andreas Färber |
2014-03-13 | cpu: Move breakpoints field from CPU_COMMON to CPUState | Andreas Färber |
2014-03-13 | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber |
2014-03-13 | cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook | Andreas Färber |
2014-03-13 | cpu: Factor out cpu_generic_init() | Andreas Färber |
2014-03-13 | cpu: Turn cpu_has_work() into a CPUClass hook | Andreas Färber |
2014-03-13 | target-ppc: Clean up ENV_GET_CPU() usage | Andreas Färber |
2014-03-05 | target-ppc: spapr: e500: fix to use cpu_dt_id | Alexey Kardashevskiy |
2014-03-05 | target-ppc: add PowerPCCPU::cpu_dt_id | Alexey Kardashevskiy |
2014-03-05 | target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab | Aneesh Kumar K.V |
2014-03-05 | target-ppc: Change the hpte store API | Aneesh Kumar K.V |
2014-03-05 | target-ppc: Fix page table lookup with kvm enabled | Aneesh Kumar K.V |
2014-03-05 | target-ppc: Fix htab_mask calculation | Aneesh Kumar K.V |
2014-03-05 | target-ppc: Use Additional Temporary in stqcx Case | Tom Musta |
2014-03-05 | target-ppc: Fix Compiler Warnings Due to 64-Bit Constants Declared as UL | Tom Musta |
2014-03-05 | target-ppc/translate.c: Use ULL suffix for 64 bit constants | Peter Maydell |
2014-03-05 | target-ppc: Altivec 2.07: Vector Permute and Exclusive OR | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector SHA Sigma Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: AES Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Binary Coded Decimal Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Polynomial Multiply Sum | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Gather Bits by Bytes | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Doubleword Compares | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: vbpermq Instruction | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Quadword Addition and Subtracation | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Doubleword Rotate and Shift Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Change Bit Masks to Support 64-bit Rotates and Shifts | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Merge Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Unpack Signed Word Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Pack Doubleword Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Min/Max Doubleword Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Population Count Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Add Vector Count Leading Zeroes | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: vmuluw Instruction | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Multiply Even/Odd Word Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Change VMUL_DO to Support 64-bit Integers | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Add/Subtract Unsigned Doubleword Modulo | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Vector Logical Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Add Support for R-Form Dual Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Add Opcode Macro for VX Form Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Add Support for Dual Altivec Instructions | Tom Musta |
2014-03-05 | target-ppc: Altivec 2.07: Add GEN_VXFORM3 | Tom Musta |