2008-10-21 |
aurel32 | target-ppc: convert crf related instructions to TCG |
blob | commitdiff | raw |
2008-10-21 |
aurel32 | target-ppc: Convert XER accesses to TCG |
blob | commitdiff | raw | diff to current |
2008-09-20 |
blueswir1 | Suppress gcc 4.x -Wpointer-sign (included in -Wall... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
aurel32 | ppc: Convert CRF moves to TCG |
blob | commitdiff | raw | diff to current |
2008-09-04 |
aurel32 | ppc: cleanup register types |
blob | commitdiff | raw | diff to current |
2008-09-04 |
aurel32 | ppc: Convert GPR moves to TCG |
blob | commitdiff | raw | diff to current |
2008-07-01 |
pbrook | Move interrupt_request and user_mode_only to common... |
blob | commitdiff | raw | diff to current |
2008-06-30 |
pbrook | Move CPU save/load registration to common code. |
blob | commitdiff | raw | diff to current |
2008-06-29 |
pbrook | Add instruction counter. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Fix typo. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Move clone() register setup to target specific code... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
bellard | Push common interrupt variables to cpu-defs.h (Glauber... |
blob | commitdiff | raw | diff to current |
2008-05-28 |
bellard | moved halted field to CPU_COMMON |
blob | commitdiff | raw | diff to current |
2008-05-06 |
aurel32 | PPC: fix definition of msr_spe |
blob | commitdiff | raw | diff to current |
2007-12-10 |
j_mayer | Cleanup: remove useless TARGET_GPR_BITS definition. |
blob | commitdiff | raw | diff to current |
2007-12-10 |
j_mayer | Fix PowerPC 74xx definitions. |
blob | commitdiff | raw | diff to current |
2007-11-24 |
j_mayer | Fix incorrect debug prints (reported by Paul Brook). |
blob | commitdiff | raw | diff to current |
2007-11-23 |
j_mayer | Revert foolish patch. |
blob | commitdiff | raw | diff to current |
2007-11-23 |
pbrook | Fix ppc32 register dumps on 64-bit hosts. |
blob | commitdiff | raw | diff to current |
2007-11-21 |
j_mayer | Fix PowerPC 7xx definitions. |
blob | commitdiff | raw | diff to current |
2007-11-19 |
j_mayer | Remove shared macro used to define PowerPC implementati... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
j_mayer | PowerPC 620 MMU do not have the same exact behavior... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
j_mayer | New PowerPC CPU flag to define the decrementer and... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | Improve PowerPC instructions set dump. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | Add definitions for Freescale PowerPC implementations, |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | Define Freescale cores specific MMU model, exceptions... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | PowerPC hypervisor mode is not fundamentally available... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | Make the PowerPC MMU model, exception model and input... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | Add missing definition for number of input pins for... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
j_mayer | Always make all PowerPC exception definitions visible. |
blob | commitdiff | raw | diff to current |
2007-11-16 |
j_mayer | Always make PowerPC hypervisor mode memory accesses... |
blob | commitdiff | raw | diff to current |
2007-11-14 |
j_mayer | Fix PowerPC targets compilation on 32 bits hosts: |
blob | commitdiff | raw | diff to current |
2007-11-12 |
j_mayer | PowerPC SPE extension fix: must always preserve GPR... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
j_mayer | Allow use of SPE extension by all PowerPC targets, |
blob | commitdiff | raw | diff to current |
2007-11-10 |
j_mayer | Allow selection of PowerPC CPU giving a PVR. |
blob | commitdiff | raw | diff to current |
2007-11-10 |
bellard | added cpu_model parameter to cpu_init() |
blob | commitdiff | raw | diff to current |
2007-11-04 |
j_mayer | PowerPC 601 need specific callbacks for its BATs setup. |
blob | commitdiff | raw | diff to current |
2007-11-03 |
j_mayer | PowerPC MMU and exception fixes: |
blob | commitdiff | raw | diff to current |
2007-10-27 |
j_mayer | Fix PowerPC FPSCR update and floating-point exception... |
blob | commitdiff | raw | diff to current |
2007-10-25 |
j_mayer | Add PowerPC power-management state check callback. |
blob | commitdiff | raw | diff to current |
2007-10-25 |
j_mayer | Gprof prooved the PowerPC emulation spent too much... |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | Properly implement non-execute bit on PowerPC segments... |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | Merge PowerPC 620 input bus definitions with standard... |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | There is no need of a specific MMU model for PowerPC... |
blob | commitdiff | raw | diff to current |
2007-10-14 |
j_mayer | Replace is_user variable with mmu_idx in softmmu core, |
blob | commitdiff | raw | diff to current |
2007-10-12 |
j_mayer | Unify '-cpu ?' option. |
blob | commitdiff | raw | diff to current |
2007-10-08 |
j_mayer | Remove synonymous in PowerPC MSR bits definitions. |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | Implement PowerPC Altivec load & stores, used by Apple... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | PowerPC target coding style fixes. |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | Reorganize the CPUPPCState structure to group features. |
blob | commitdiff | raw | diff to current |
2007-10-07 |
j_mayer | Add MSR bits signification per PowerPC implementation... |
blob | commitdiff | raw | diff to current |
2007-10-05 |
j_mayer | Full implementation of PowerPC 64 MMU, just missing... |
blob | commitdiff | raw | diff to current |
2007-10-05 |
j_mayer | Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not... |
blob | commitdiff | raw | diff to current |
2007-10-04 |
j_mayer | Make PowerPC cache line size implementation dependant. |
blob | commitdiff | raw | diff to current |
2007-10-03 |
j_mayer | We never have to export ppc_set_irq. |
blob | commitdiff | raw | diff to current |
2007-10-01 |
j_mayer | Fix reproductible crash: call cpu_loop_exit from micro... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
j_mayer | Avoid op helpers that would just call helpers for TLB... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
j_mayer | Share input pins and internal interrupt controller... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | * Update OEA environment, following the PowerPC 2.04... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | XER is to be treated as a 64 bits register on 64 bits... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
j_mayer | Implement the PowerPC alternate time-base, following... |
blob | commitdiff | raw | diff to current |
2007-09-29 |
j_mayer | Code provision for hypervisor timers resources, |
blob | commitdiff | raw | diff to current |
2007-09-29 |
j_mayer | Rework PowerPC exceptions model to make it more versatile: |
blob | commitdiff | raw | diff to current |
2007-09-29 |
j_mayer | Define the proper bfd_mach to be used by the disassembl... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
blob | commitdiff | raw | diff to current |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-26 |
j_mayer | Great rework and cleanups to ease PowerPC implementatio... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
j_mayer | More PowerPC definitions, from POWER 2.04 specification... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
j_mayer | Make CPU hflags be a masked version of the PowerPC... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
j_mayer | Move likely and unlikely macros in a common place ... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
j_mayer | TARGET_FMT_lu may also be useful. |
blob | commitdiff | raw | diff to current |
2007-09-19 |
j_mayer | More PowerPC target cleanups: |
blob | commitdiff | raw | diff to current |
2007-09-18 |
j_mayer | Fix PowerPC 32 emulation on 64 bits hosts: |
blob | commitdiff | raw | diff to current |
2007-09-17 |
j_mayer | Coding style fixes in PowerPC related code (no function... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
ths | Fix PPCEMB for 32bit hosts. |
blob | commitdiff | raw | diff to current |
2007-06-23 |
ths | Spelling fixes, by Aurelien Jarno. |
blob | commitdiff | raw | diff to current |
2007-06-03 |
ths | Move target-specific defines to the target directories. |
blob | commitdiff | raw | diff to current |
2007-04-24 |
j_mayer | Code provision for new PowerPC embedded target support... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
j_mayer | Improve PowerPC 405 MMU model / share more code for... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
j_mayer | Add callbacks to allow dynamic change of PowerPC clocks... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
j_mayer | PowerPC 4xx software driven TLB fixes + debug traces. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
j_mayer | Add reset callbacks for PowerPC CPU. |
blob | commitdiff | raw | diff to current |
2007-04-16 |
j_mayer | Add bus model (or input pins) into PowerPC CPU flags. |
blob | commitdiff | raw | diff to current |
2007-04-14 |
j_mayer | Fix miscellaneous display warnings for PowerPC & alpha... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
j_mayer | Add PowerPC 405 input pins (IRQ, resets, ...) model. |
blob | commitdiff | raw | diff to current |
2007-04-12 |
j_mayer | Embedded PowerPC Device Control Registers infrastructure. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
j_mayer | Implement embedded IRQ controller for PowerPC 6xx/740... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
pbrook | Unify IRQ handling. |
blob | commitdiff | raw | diff to current |
2007-03-31 |
j_mayer | As embedded PowerPC TLB model is very different from... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
j_mayer | Fix / update PowerPC BookE definitions. |
blob | commitdiff | raw | diff to current |
2007-03-30 |
j_mayer | New model for PowerPC CPU hardware interrupt events: |
blob | commitdiff | raw | diff to current |
2007-03-28 |
j_mayer | Solaris host compilation fix by Shaddy Baddah. |
blob | commitdiff | raw | diff to current |
2007-03-23 |
j_mayer | Add missing PowerPC 64 instructions |
blob | commitdiff | raw | diff to current |
2007-03-23 |
j_mayer | Fix debug printf: we need different macros for target_u... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
j_mayer | PowerPC improvments: |
blob | commitdiff | raw | diff to current |
2007-03-20 |
j_mayer | PowerPC 2.03 SPE extension - first pass. |
blob | commitdiff | raw | diff to current |
2007-03-17 |
j_mayer | Make it safe to use 64 bits GPR and/or 64 bits host... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
j_mayer | Great PowerPC emulation code resynchronisation and... |
blob | commitdiff | raw | diff to current |
2007-01-31 |
ths | siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont. |
blob | commitdiff | raw | diff to current |
next |