2007-10-28 |
j_mayer | Make Alpha and PowerPC targets use shared helpers |
tree | commitdiff |
2007-10-28 |
j_mayer | PowerPC coding style and inlining fixes. |
tree | commitdiff |
2007-10-27 |
j_mayer | PowerPC floating-point helper typo. |
tree | commitdiff |
2007-10-27 |
j_mayer | PowerPC float bugfix: 64 bits float mantissa is 52... |
tree | commitdiff |
2007-10-27 |
j_mayer | Fix PowerPC FPSCR update and floating-point exception... |
tree | commitdiff |
2007-10-27 |
j_mayer | Fix endianness bug for PowerPC stfiwx instruction. |
tree | commitdiff |
2007-10-26 |
j_mayer | For consistency, align the address to the cache line... |
tree | commitdiff |
2007-10-26 |
j_mayer | Bugfix in PowerPC dcbi instruction: |
tree | commitdiff |
2007-10-26 |
j_mayer | Pretty dump for specific PowerPC instructions names. |
tree | commitdiff |
2007-10-26 |
j_mayer | Make PowerPC hypervisor resources able to compile,... |
tree | commitdiff |
2007-10-26 |
j_mayer | Bugfix: PowerPC 64 slbia never invalidates the first... |
tree | commitdiff |
2007-10-25 |
j_mayer | Fix PowerPC 64x64 bits multiplication overflow check. |
tree | commitdiff |
2007-10-25 |
j_mayer | Use host-utils for PowerPC 64 64x64 bits multiplications. |
tree | commitdiff |
2007-10-25 |
j_mayer | Add PowerPC power-management state check callback. |
tree | commitdiff |
2007-10-25 |
j_mayer | Implement power-management for all defined PowerPC... |
tree | commitdiff |
2007-10-25 |
j_mayer | Update PowerPC emulation status file. |
tree | commitdiff |
2007-10-25 |
j_mayer | Allow selection of all defined PowerPC 74xx (aka G4... |
tree | commitdiff |
2007-10-25 |
j_mayer | Gprof prooved the PowerPC emulation spent too much... |
tree | commitdiff |
2007-10-14 |
j_mayer | Properly implement non-execute bit on PowerPC segments... |
tree | commitdiff |
2007-10-14 |
j_mayer | Merge PowerPC 620 input bus definitions with standard... |
tree | commitdiff |
2007-10-14 |
j_mayer | There is no need of a specific MMU model for PowerPC... |
tree | commitdiff |
2007-10-14 |
j_mayer | Implement PowerPC 64 SLB invalidation helpers. |
tree | commitdiff |
2007-10-14 |
j_mayer | Do not allow PowerPC CPU restart after entering checkst... |
tree | commitdiff |
2007-10-14 |
j_mayer | Generate micro-ops for PowerPC hypervisor mode. |
tree | commitdiff |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
tree | commitdiff |
2007-10-12 |
j_mayer | Unify '-cpu ?' option. |
tree | commitdiff |
2007-10-08 |
j_mayer | Update PowerPC emulation status file. |
tree | commitdiff |
2007-10-08 |
j_mayer | Remove synonymous in PowerPC MSR bits definitions. |
tree | commitdiff |
2007-10-08 |
j_mayer | Real-mode only PowerPC 40x do not have any TLBs. |
tree | commitdiff |
2007-10-08 |
j_mayer | Implement exception prefix feature for PowerPC 601. |
tree | commitdiff |
2007-10-08 |
j_mayer | Add missing exception vectors for PowerPC 7x5. |
tree | commitdiff |
2007-10-07 |
j_mayer | Work-around C89 and/or "old" gcc unspecified behavior... |
tree | commitdiff |
2007-10-07 |
j_mayer | Implement PowerPC Altivec load & stores, used by Apple... |
tree | commitdiff |
2007-10-07 |
j_mayer | PowerPC target coding style fixes. |
tree | commitdiff |
2007-10-07 |
j_mayer | PowerPC target optimisations: make intensive use of... |
tree | commitdiff |
2007-10-07 |
j_mayer | Reorganize the CPUPPCState structure to group features. |
tree | commitdiff |
2007-10-07 |
j_mayer | Add MSR bits signification per PowerPC implementation... |
tree | commitdiff |
2007-10-05 |
j_mayer | Full implementation of PowerPC 64 MMU, just missing... |
tree | commitdiff |
2007-10-05 |
j_mayer | Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not... |
tree | commitdiff |
2007-10-05 |
j_mayer | PowerPC hardware reset vector is now considered as... |
tree | commitdiff |
2007-10-04 |
j_mayer | More cache tuning fixes: |
tree | commitdiff |
2007-10-04 |
j_mayer | Make PowerPC cache line size implementation dependant. |
tree | commitdiff |
2007-10-03 |
j_mayer | HID0 is a write-clear register on 970 (DBSR). |
tree | commitdiff |
2007-10-03 |
j_mayer | Enable PowerPC 64 MMU model and exceptions. |
tree | commitdiff |
2007-10-03 |
j_mayer | Fix PowerPC initialisation and first reset: |
tree | commitdiff |
2007-10-03 |
j_mayer | We never have to export ppc_set_irq. |
tree | commitdiff |
2007-10-02 |
j_mayer | Code provision for hypervisor mode memory accesses. |
tree | commitdiff |
2007-10-01 |
j_mayer | Fix nasty sign-extensions when running 32 bits CPU... |
tree | commitdiff |
2007-10-01 |
j_mayer | Fix reproductible crash: call cpu_loop_exit from micro... |
tree | commitdiff |
2007-10-01 |
j_mayer | Fix missing nip updates for instructions that potential... |
tree | commitdiff |
2007-10-01 |
j_mayer | Handle all MMU models in switches, even if it's just... |
tree | commitdiff |
2007-10-01 |
j_mayer | More comments about unimplemented SPRs. |
tree | commitdiff |
2007-10-01 |
j_mayer | Optimisations: avoid generation of duplicated micro... |
tree | commitdiff |
2007-10-01 |
j_mayer | Remove definitions for deprecated SLB & TLB related... |
tree | commitdiff |
2007-10-01 |
j_mayer | Avoid op helpers that would just call helpers for TLB... |
tree | commitdiff |
2007-10-01 |
j_mayer | Share more SPR instanciations between all PowerPC 401... |
tree | commitdiff |
2007-10-01 |
j_mayer | Implement embedded PowerPC exceptions prefix and vector... |
tree | commitdiff |
2007-10-01 |
j_mayer | Share input pins and internal interrupt controller... |
tree | commitdiff |
2007-09-30 |
j_mayer | Fix (once again) PowerPC sync weight field. |
tree | commitdiff |
2007-09-30 |
j_mayer | Fix PowerPC TLB miss dump code. |
tree | commitdiff |
2007-09-30 |
j_mayer | Fix inconsistent end conditions in ppc_find_xxx functions. |
tree | commitdiff |
2007-09-30 |
j_mayer | * Update OEA environment, following the PowerPC 2.04... |
tree | commitdiff |
2007-09-30 |
j_mayer | Synchronize with latest PowerPC ISA VEA: |
tree | commitdiff |
2007-09-30 |
j_mayer | Implement Process Priority Register as defined in the... |
tree | commitdiff |
2007-09-30 |
j_mayer | Implement new floating-point instructions (fre, frin... |
tree | commitdiff |
2007-09-30 |
j_mayer | Improve single-precision floats load & stores: |
tree | commitdiff |
2007-09-30 |
j_mayer | XER is to be treated as a 64 bits register on 64 bits... |
tree | commitdiff |
2007-09-30 |
j_mayer | Implement the PowerPC alternate time-base, following... |
tree | commitdiff |
2007-09-29 |
j_mayer | PowerPC emulation optimization: |
tree | commitdiff |
2007-09-29 |
j_mayer | Code provision for hypervisor timers resources, |
tree | commitdiff |
2007-09-29 |
j_mayer | Rework PowerPC exceptions model to make it more versatile: |
tree | commitdiff |
2007-09-29 |
j_mayer | Define the proper bfd_mach to be used by the disassembl... |
tree | commitdiff |
2007-09-29 |
j_mayer | Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. |
tree | commitdiff |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
tree | commitdiff |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
tree | commitdiff |
2007-09-27 |
ths | Build fix for PowerPC hosts, where "PPC" is a predefine... |
tree | commitdiff |
2007-09-27 |
j_mayer | Implement size bit in PowerPC 64 comparisons. |
tree | commitdiff |
2007-09-27 |
j_mayer | Fixes for PowerPC 64 rotate and mask instructions. |
tree | commitdiff |
2007-09-27 |
j_mayer | New ppc64-linux-user target. |
tree | commitdiff |
2007-09-26 |
j_mayer | Great rework and cleanups to ease PowerPC implementatio... |
tree | commitdiff |
2007-09-21 |
j_mayer | Avoid compilation warnings on 32 bits hosts. |
tree | commitdiff |
2007-09-21 |
j_mayer | More PowerPC definitions, from POWER 2.04 specification... |
tree | commitdiff |
2007-09-21 |
j_mayer | Rework PowerPC 440 TLB management (thanks to Hollis... |
tree | commitdiff |
2007-09-21 |
j_mayer | Make CPU hflags be a masked version of the PowerPC... |
tree | commitdiff |
2007-09-20 |
j_mayer | Move likely and unlikely macros in a common place ... |
tree | commitdiff |
2007-09-19 |
j_mayer | TARGET_FMT_lu may also be useful. |
tree | commitdiff |
2007-09-19 |
j_mayer | Code provision for PowerPC BookE MMU model support. |
tree | commitdiff |
2007-09-19 |
j_mayer | Code provision for PowerPC 64 MMU model support. |
tree | commitdiff |
2007-09-19 |
j_mayer | More PowerPC target cleanups: |
tree | commitdiff |
2007-09-18 |
j_mayer | Fix PowerPC 32 emulation on 64 bits hosts: |
tree | commitdiff |
2007-09-17 |
j_mayer | PowerPC flags update/use fixes: |
tree | commitdiff |
2007-09-17 |
j_mayer | Coding style fixes in PowerPC related code (no function... |
tree | commitdiff |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
tree | commitdiff |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
tree | commitdiff |
2007-09-11 |
ths | Fix tb->size mishandling, by Daniel Jacobowitz. |
tree | commitdiff |
2007-07-12 |
ths | Fix crash in set registers in PPC gdb-stub, by Jason... |
tree | commitdiff |
2007-07-12 |
ths | Disable dead code. |
tree | commitdiff |
2007-07-11 |
ths | Fix PPCEMB for 32bit hosts. |
tree | commitdiff |
2007-06-23 |
ths | Spelling fixes, by Aurelien Jarno. |
tree | commitdiff |
2007-06-03 |
ths | Move target-specific defines to the target directories. |
tree | commitdiff |
next |