summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* PowerPC coding style and inlining fixes.j_mayer2007-10-283-42/+46
* PowerPC floating-point helper typo.j_mayer2007-10-271-2/+2
* PowerPC float bugfix: 64 bits float mantissa is 52 bits long.j_mayer2007-10-271-2/+2
* Fix PowerPC FPSCR update and floating-point exception generationj_mayer2007-10-277-336/+1120
* Fix endianness bug for PowerPC stfiwx instruction.j_mayer2007-10-271-2/+11
* For consistency, align the address to the cache line before using it,j_mayer2007-10-261-2/+2
* Bugfix in PowerPC dcbi instruction:j_mayer2007-10-261-5/+2
* Pretty dump for specific PowerPC instructions names.j_mayer2007-10-261-35/+75
* Make PowerPC hypervisor resources able to compile, even if not enabled for now.j_mayer2007-10-261-6/+18
* Bugfix: PowerPC 64 slbia never invalidates the first segment entry.j_mayer2007-10-261-1/+2
* Fix PowerPC 64x64 bits multiplication overflow check.j_mayer2007-10-251-1/+2
* Use host-utils for PowerPC 64 64x64 bits multiplications.j_mayer2007-10-253-78/+3
* Add PowerPC power-management state check callback.j_mayer2007-10-251-0/+1
* Implement power-management for all defined PowerPC CPUs.j_mayer2007-10-252-30/+174
* Update PowerPC emulation status file.j_mayer2007-10-251-20/+39
* Allow selection of all defined PowerPC 74xx (aka G4) CPUs.j_mayer2007-10-251-36/+0
* Gprof prooved the PowerPC emulation spent too much time in MSR load and storej_mayer2007-10-258-461/+398
* Properly implement non-execute bit on PowerPC segments and PTEs.j_mayer2007-10-142-127/+139
* Merge PowerPC 620 input bus definitions with standard PowerPC 6xx.j_mayer2007-10-141-26/+19
* There is no need of a specific MMU model for PowerPC 601.j_mayer2007-10-143-27/+1
* Implement PowerPC 64 SLB invalidation helpers.j_mayer2007-10-141-19/+63
* Do not allow PowerPC CPU restart after entering checkstop mode.j_mayer2007-10-141-5/+12
* Generate micro-ops for PowerPC hypervisor mode.j_mayer2007-10-142-0/+10
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-145-15/+32
* Unify '-cpu ?' option.j_mayer2007-10-121-0/+1
* Update PowerPC emulation status file.j_mayer2007-10-081-15/+45
* Remove synonymous in PowerPC MSR bits definitions.j_mayer2007-10-083-72/+193
* Real-mode only PowerPC 40x do not have any TLBs.j_mayer2007-10-082-2/+2
* Implement exception prefix feature for PowerPC 601.j_mayer2007-10-082-7/+8
* Add missing exception vectors for PowerPC 7x5.j_mayer2007-10-081-1/+27
* Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls).j_mayer2007-10-072-28/+16
* Implement PowerPC Altivec load & stores, used by Apple firmware for memcpy.j_mayer2007-10-075-8/+274
* PowerPC target coding style fixes.j_mayer2007-10-075-27/+20
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-077-236/+255
* Reorganize the CPUPPCState structure to group features.j_mayer2007-10-073-19/+69
* Add MSR bits signification per PowerPC implementation flags (to be continued).j_mayer2007-10-074-61/+122
* Full implementation of PowerPC 64 MMU, just missing support for 1 TBj_mayer2007-10-055-119/+373
* Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific.j_mayer2007-10-052-4/+4
* PowerPC hardware reset vector is now considered as part of the exception model.j_mayer2007-10-052-137/+31
* More cache tuning fixes:j_mayer2007-10-042-3/+23
* Make PowerPC cache line size implementation dependant.j_mayer2007-10-047-60/+620
* HID0 is a write-clear register on 970 (DBSR).j_mayer2007-10-031-3/+3
* Enable PowerPC 64 MMU model and exceptions.j_mayer2007-10-031-68/+71
* Fix PowerPC initialisation and first reset:j_mayer2007-10-031-1/+4
* We never have to export ppc_set_irq.j_mayer2007-10-033-13/+40
* Code provision for hypervisor mode memory accesses.j_mayer2007-10-021-108/+245
* Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulatorj_mayer2007-10-011-10/+10
* Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.cj_mayer2007-10-013-16/+16
* Fix missing nip updates for instructions that potentially generatej_mayer2007-10-011-0/+10
* Handle all MMU models in switches, even if it's just to abort because of lackj_mayer2007-10-015-10/+169
OpenPOWER on IntegriCloud