2009-01-04 |
aurel32 | Update FSF address in GPL/LGPL boilerplate |
blob | commitdiff | raw |
2009-01-03 |
aurel32 | Add vscr access macros. |
blob | commitdiff | raw | diff to current |
2008-12-18 |
aurel32 | target-ppc: fix type of spe_acc. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
aurel32 | target-ppc: add signed fields to ppc_avr_t. |
blob | commitdiff | raw | diff to current |
2008-12-11 |
aurel32 | target-ppc: remove remaining warnings |
blob | commitdiff | raw | diff to current |
2008-12-07 |
aurel32 | target-ppc: convert SPR accesses to TCG |
blob | commitdiff | raw | diff to current |
2008-12-06 |
aurel32 | target-ppc: remove dead code |
blob | commitdiff | raw | diff to current |
2008-12-06 |
aurel32 | target-ppc: convert SLB/TLB instructions to TCG |
blob | commitdiff | raw | diff to current |
2008-11-30 |
aurel32 | Common cpu_loop_exit prototype |
blob | commitdiff | raw | diff to current |
2008-11-27 |
aurel32 | target-ppc: convert POWER2 load/store instructions... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
aurel32 | target-ppc: convert SPE load/store to TCG |
blob | commitdiff | raw | diff to current |
2008-11-24 |
aurel32 | target-ppc: convert altivec load/store to TCG |
blob | commitdiff | raw | diff to current |
2008-11-19 |
aurel32 | target-ppc: convert fp ops to TCG |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Refactor translation block CPU state handling (Jan... |
blob | commitdiff | raw | diff to current |
2008-11-18 |
aliguori | Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2008-11-10 |
aurel32 | target-ppc: convert most SPE integer instructions to TCG |
blob | commitdiff | raw | diff to current |
2008-11-08 |
aurel32 | target-ppc: fix tcg fatal error on i386 host |
blob | commitdiff | raw | diff to current |
2008-11-01 |
aurel32 | target-ppc: xer access prototypes no more used & implem... |
blob | commitdiff | raw | diff to current |
2008-10-21 |
aurel32 | target-ppc: convert crf related instructions to TCG |
blob | commitdiff | raw | diff to current |
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 |
next |