Age | Commit message (Expand) | Author | Files | Lines |
2007-10-05 | Full implementation of PowerPC 64 MMU, just missing support for 1 TB | j_mayer | 5 | -119/+373 |
2007-10-05 | Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific. | j_mayer | 2 | -4/+4 |
2007-10-05 | PowerPC hardware reset vector is now considered as part of the exception model. | j_mayer | 2 | -137/+31 |
2007-10-04 | More cache tuning fixes: | j_mayer | 2 | -3/+23 |
2007-10-04 | Make PowerPC cache line size implementation dependant. | j_mayer | 7 | -60/+620 |
2007-10-03 | HID0 is a write-clear register on 970 (DBSR). | j_mayer | 1 | -3/+3 |
2007-10-03 | Enable PowerPC 64 MMU model and exceptions. | j_mayer | 1 | -68/+71 |
2007-10-03 | Fix PowerPC initialisation and first reset: | j_mayer | 1 | -1/+4 |
2007-10-03 | We never have to export ppc_set_irq. | j_mayer | 3 | -13/+40 |
2007-10-02 | Code provision for hypervisor mode memory accesses. | j_mayer | 1 | -108/+245 |
2007-10-01 | Fix nasty sign-extensions when running 32 bits CPU in the 64 bits emulator | j_mayer | 1 | -10/+10 |
2007-10-01 | Fix reproductible crash: call cpu_loop_exit from micro-op, not from helper.c | j_mayer | 3 | -16/+16 |
2007-10-01 | Fix missing nip updates for instructions that potentially generate | j_mayer | 1 | -0/+10 |
2007-10-01 | Handle all MMU models in switches, even if it's just to abort because of lack | j_mayer | 5 | -10/+169 |
2007-10-01 | More comments about unimplemented SPRs. | j_mayer | 1 | -56/+110 |
2007-10-01 | Optimisations: avoid generation of duplicated micro-ops. | j_mayer | 1 | -3/+14 |
2007-10-01 | Remove definitions for deprecated SLB & TLB related op helpers. | j_mayer | 1 | -13/+0 |
2007-10-01 | Avoid op helpers that would just call helpers for TLB & SLB management: | j_mayer | 6 | -198/+119 |
2007-10-01 | Share more SPR instanciations between all PowerPC 401 incarnations. | j_mayer | 1 | -34/+18 |
2007-10-01 | Implement embedded PowerPC exceptions prefix and vectors registers. | j_mayer | 2 | -24/+71 |
2007-10-01 | Share input pins and internal interrupt controller between all PowerPC 40x. | j_mayer | 2 | -25/+28 |
2007-09-30 | Fix (once again) PowerPC sync weight field. | j_mayer | 1 | -1/+1 |
2007-09-30 | Fix PowerPC TLB miss dump code. | j_mayer | 1 | -2/+2 |
2007-09-30 | Fix inconsistent end conditions in ppc_find_xxx functions. | j_mayer | 1 | -8/+9 |
2007-09-30 | * Update OEA environment, following the PowerPC 2.04 specification: | j_mayer | 5 | -32/+213 |
2007-09-30 | Synchronize with latest PowerPC ISA VEA: | j_mayer | 1 | -7/+23 |
2007-09-30 | Implement Process Priority Register as defined in the PowerPC 2.04 spec. | j_mayer | 4 | -0/+39 |
2007-09-30 | Implement new floating-point instructions (fre, frin, friz, frip, frim) | j_mayer | 4 | -0/+106 |
2007-09-30 | Improve single-precision floats load & stores: | j_mayer | 2 | -52/+87 |
2007-09-30 | XER is to be treated as a 64 bits register on 64 bits implementations, | j_mayer | 2 | -4/+4 |
2007-09-30 | Implement the PowerPC alternate time-base, following the 2.04 specification. | j_mayer | 3 | -2/+54 |
2007-09-29 | PowerPC emulation optimization: | j_mayer | 2 | -45/+10 |
2007-09-29 | Code provision for hypervisor timers resources, | j_mayer | 1 | -0/+6 |
2007-09-29 | Rework PowerPC exceptions model to make it more versatile: | j_mayer | 6 | -848/+1342 |
2007-09-29 | Define the proper bfd_mach to be used by the disassembler for each | j_mayer | 3 | -1/+47 |
2007-09-29 | Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. | j_mayer | 1 | -19/+20 |
2007-09-27 | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 1 | -5/+0 |
2007-09-27 | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 1 | -0/+5 |
2007-09-27 | Build fix for PowerPC hosts, where "PPC" is a predefined macro name. | ths | 1 | -15/+15 |
2007-09-27 | Implement size bit in PowerPC 64 comparisons. | j_mayer | 1 | -4/+4 |
2007-09-27 | Fixes for PowerPC 64 rotate and mask instructions. | j_mayer | 2 | -7/+38 |
2007-09-27 | New ppc64-linux-user target. | j_mayer | 1 | -28/+0 |
2007-09-26 | Great rework and cleanups to ease PowerPC implementations definitions. | j_mayer | 9 | -3145/+4288 |
2007-09-21 | Avoid compilation warnings on 32 bits hosts. | j_mayer | 1 | -1/+3 |
2007-09-21 | More PowerPC definitions, from POWER 2.04 specifications and misc sources. | j_mayer | 5 | -345/+1109 |
2007-09-21 | Rework PowerPC 440 TLB management (thanks to Hollis Blanchard) | j_mayer | 4 | -175/+110 |
2007-09-21 | Make CPU hflags be a masked version of the PowerPC MSR. | j_mayer | 2 | -4/+5 |
2007-09-20 | Move likely and unlikely macros in a common place (Aurelien Jarno). | j_mayer | 1 | -4/+0 |
2007-09-19 | TARGET_FMT_lu may also be useful. | j_mayer | 2 | -2/+4 |
2007-09-19 | Code provision for PowerPC BookE MMU model support. | j_mayer | 5 | -14/+365 |