- 74d77ca target-ppc: simpler definitions for microcontrollers based on e300 by Thomas Monjalon · 15 years ago
- 492d7bf target-ppc: add declarations of microcontrollers based on e300 by Thomas Monjalon · 15 years ago
- 8daf178 target-ppc: better support of e300 CPU core by Thomas Monjalon · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 15 years ago
- e2542fe rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN by Juan Quintela · 15 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
- f407823 target-ppc: enable PPC_MFTB for 44x by Baojun Wang · 16 years ago
- a139aa1 target-ppc: permit linux-user to read PVR by Nathan Froyd · 16 years ago
- 5c55ff9 Replace ELF section hack with normal table by Blue Swirl · 16 years ago
- c29b735 target-ppc: expose cpu capability flags by Nathan Froyd · 16 years ago
- 2d3eb7b Fix powerpc 604 reset vector by Tristan Gingold · 16 years ago
- fc1c67b Fix PPC reset by Blue Swirl · 16 years ago
- 515e2f7 target-ppc: fix commit r6789 by aurel32 · 16 years ago
- 69bd582 target-ppc: free a tcg temp variable by aurel32 · 16 years ago
- d34defb target-ppc: add support for reading/writing spefscr by aurel32 · 16 years ago
- 70976a7 Fix off-by-one errors for Altivec and SPE registers by aurel32 · 16 years ago
- 8eee0af Keep SLB in-CPU by blueswir1 · 16 years ago
- 4e98d8c Nop some SPRs on 970fx by blueswir1 · 16 years ago
- 0cfe11e target-ppc: improve mfcr/mtcrf by aurel32 · 16 years ago
- 9fdc60b kvm/powerpc: Add irq support for E500 core by aurel32 · 16 years ago
- 2adab7d Implement HIOR by blueswir1 · 16 years ago
- bd5ea51 target-ppc: Model e500v{1,2} CPUs more accurately by aurel32 · 16 years ago
- 40569b7 target-ppc: Model SPE floating-point instructions more accurately by aurel32 · 16 years ago
- 0d0266a targets: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
- cf8358c Add calls to initialize VSCR on appropriate machines by aurel32 · 16 years ago
- 688890f target-ppc: Add SPE register read/write using XML by aurel32 · 16 years ago
- b4f8d82 target-ppc: Add Altivec register read/write using XML by aurel32 · 16 years ago
- 2495152 target-ppc: Add float register read/write using XML by aurel32 · 16 years ago
- 4e47ea6 target-ppc: Include gdbstub.h by aurel32 · 16 years ago
- fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
- b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
- e06fcd7 target-ppc: rework exception code by aurel32 · 16 years ago
- 45d827d target-ppc: convert SPR accesses to TCG by aurel32 · 16 years ago
- cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
- 3d7b417 target-ppc: Convert XER accesses to TCG by aurel32 · 16 years ago
- b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
- cfdcd37 ppc: Convert ctr, lr moves to TCG by aurel32 · 16 years ago
- 79383c9 Fix some warnings that would be generated by gcc -Wredundant-decls by blueswir1 · 16 years ago
- 4e77744 Fix PowerPC 74xx definitions. by j_mayer · 17 years ago
- bd928eb Fix PowerPC 7xx definitions. by j_mayer · 17 years ago
- 082c668 Remove shared macro used to define PowerPC implementations instructions sets: by j_mayer · 17 years ago
- add7895 PowerPC 620 MMU do not have the same exact behavior as standard by j_mayer · 17 years ago
- 4018bae New PowerPC CPU flag to define the decrementer and time-base source clock. by j_mayer · 17 years ago
- 4c1b1bf Improve PowerPC instructions set dump. by j_mayer · 17 years ago
- 80d11f4 Add definitions for Freescale PowerPC implementations, by j_mayer · 17 years ago
- b4095fe Define Freescale cores specific MMU model, exceptions and input bus. by j_mayer · 17 years ago
- 05332d7 A little more granularity in PowerPC instructions definition is needed by j_mayer · 17 years ago
- 7820dbf Make the PowerPC MMU model, exception model and input bus model by j_mayer · 17 years ago
- b172c56 Always make all PowerPC exception definitions visible. by j_mayer · 17 years ago
- 1b413d5 Reorganize PowerPC instructions categories, add icbi separate case. by j_mayer · 17 years ago
- c3e3682 Add PVR and SPR definition for most embedded PowerPC from Freescale. by j_mayer · 17 years ago
- ee4e83e Allow selection of PowerPC CPU giving a PVR. by j_mayer · 17 years ago
- aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
- 056401e PowerPC 601 need specific callbacks for its BATs setup. by j_mayer · 17 years ago
- 2e13d23 Fix PowerPC high BATs access: BAT number was incorrect. by j_mayer · 17 years ago
- faadf50 PowerPC MMU and exception fixes: by j_mayer · 17 years ago
- 2f46281 Implement power-management for all defined PowerPC CPUs. by j_mayer · 17 years ago
- 8ca3f6c Allow selection of all defined PowerPC 74xx (aka G4) CPUs. by j_mayer · 17 years ago
- a13d752 There is no need of a specific MMU model for PowerPC 601. by j_mayer · 17 years ago
- 25ba3a6 Remove synonymous in PowerPC MSR bits definitions. by j_mayer · 17 years ago
- 141c8ae Real-mode only PowerPC 40x do not have any TLBs. by j_mayer · 17 years ago
- 4e80eff Implement exception prefix feature for PowerPC 601. by j_mayer · 17 years ago
- 7a3a692 Add missing exception vectors for PowerPC 7x5. by j_mayer · 17 years ago
- 417bf01 Work-around C89 and/or "old" gcc unspecified behavior (#if in macro calls). by j_mayer · 17 years ago
- f2e63a4 Reorganize the CPUPPCState structure to group features. by j_mayer · 17 years ago
- d26bfc9 Add MSR bits signification per PowerPC implementation flags (to be continued). by j_mayer · 17 years ago
- 12de9a3 Full implementation of PowerPC 64 MMU, just missing support for 1 TB by j_mayer · 17 years ago
- 65f9ee8 Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific. by j_mayer · 17 years ago
- 1c27f8f PowerPC hardware reset vector is now considered as part of the exception model. by j_mayer · 17 years ago
- e57448f More cache tuning fixes: by j_mayer · 17 years ago
- d63001d Make PowerPC cache line size implementation dependant. by j_mayer · 17 years ago
- 0640342 HID0 is a write-clear register on 970 (DBSR). by j_mayer · 17 years ago
- 00af685 We never have to export ppc_set_irq. by j_mayer · 17 years ago
- 578bb25 More comments about unimplemented SPRs. by j_mayer · 17 years ago
- 035feb8 Share more SPR instanciations between all PowerPC 401 incarnations. by j_mayer · 17 years ago
- 6f5d427 Implement embedded PowerPC exceptions prefix and vectors registers. by j_mayer · 17 years ago
- 4e290a0 Share input pins and internal interrupt controller between all PowerPC 40x. by j_mayer · 17 years ago
- 068abdc Fix inconsistent end conditions in ppc_find_xxx functions. by j_mayer · 17 years ago
- a062e36 Implement the PowerPC alternate time-base, following the 2.04 specification. by j_mayer · 17 years ago
- dee96f6 PowerPC emulation optimization: by j_mayer · 17 years ago
- e1833e1 Rework PowerPC exceptions model to make it more versatile: by j_mayer · 17 years ago
- 237c0af Define the proper bfd_mach to be used by the disassembler for each by j_mayer · 17 years ago
- d12f4c3 Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. by j_mayer · 17 years ago
- e3b9808 Build fix for PowerPC hosts, where "PPC" is a predefined macro name. by ths · 17 years ago
- 92a343d New ppc64-linux-user target. by j_mayer · 17 years ago
- a750fc0 Great rework and cleanups to ease PowerPC implementations definitions. by j_mayer · 17 years ago
- 2662a05 More PowerPC definitions, from POWER 2.04 specifications and misc sources. by j_mayer · 17 years ago
- 3608160 Coding style fixes in PowerPC related code (no functional change): by j_mayer · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- 5b28496 Disable dead code. by ths · 18 years ago
- c294fc5 Improve PowerPC 405 MMU model / share more code for other embedded targets by j_mayer · 18 years ago
- f9d6b6b Duplicated SPR fix for BookE PowerPC by Guglielmo Morandin by j_mayer · 18 years ago
- 04f2079 Move PowerPC 405 specific definitions into a separate file by j_mayer · 18 years ago
- 8ecc791 Add callbacks to allow dynamic change of PowerPC clocks (to be improved) by j_mayer · 18 years ago
- 3a60785 Cleanup and add more PowerPC core definitions. by j_mayer · 18 years ago
- 0a032cb Add reset callbacks for PowerPC CPU. by j_mayer · 18 years ago
- d0dfae6 Add bus model (or input pins) into PowerPC CPU flags. by j_mayer · 18 years ago