summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash on NULL timers.j_mayer2007-09-301-10/+8
* Implement Process Priority Register as defined in the PowerPC 2.04 spec.j_mayer2007-09-304-0/+39
* Implement new floating-point instructions (fre, frin, friz, frip, frim)j_mayer2007-09-304-0/+106
* Improve single-precision floats load & stores:j_mayer2007-09-302-52/+87
* XER is to be treated as a 64 bits register on 64 bits implementations,j_mayer2007-09-302-4/+4
* Update TODO.ths2007-09-301-7/+0
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-306-57/+134
* Don't hardcode the host architecture name.ths2007-09-291-1/+1
* Update tarbin rule.ths2007-09-291-0/+4
* Enable sh4-softmmu and sh4-linux-user builds by default, by Magnus Damm.ths2007-09-291-2/+2
* Fix rte opcode, by Magnus Damm.ths2007-09-291-1/+1
* Add FRQCR read support, by Magnus Damm.ths2007-09-291-0/+2
* Add INTC controller prototype, by Magnus Damm.ths2007-09-291-0/+51
* Stand-alone SCI/SCIF emulation code, by Magnus Damm.ths2007-09-296-585/+325
* Stand-alone TMU emulation code, by Magnus Damm.ths2007-09-296-196/+336
* Add R2D-PLUS support, by Magnus Damm.ths2007-09-294-1/+69
* Supervisor mode implementation, by Aurelien Jarno.ths2007-09-293-34/+46
* Less magic constants.ths2007-09-291-25/+29
* PowerPC emulation optimization:j_mayer2007-09-292-45/+10
* Code provision for hypervisor timers resources,j_mayer2007-09-292-7/+106
* Fix PowerPC target objects dependenciesj_mayer2007-09-291-2/+2
* Provision for x86_64-linux-user target: needs get_sp_from_cpustatej_mayer2007-09-291-0/+5
* Rework PowerPC exceptions model to make it more versatile:j_mayer2007-09-298-1260/+1958
* make cpu_abort dump cpu state in logfile, which is useful for debugging.j_mayer2007-09-291-1/+9
* always_inline gcc directive can be useful.j_mayer2007-09-292-0/+16
* host_utils.o may also be useful for user-mode emulation.j_mayer2007-09-291-2/+1
* Define the proper bfd_mach to be used by the disassembler for eachj_mayer2007-09-294-4/+55
* Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT.j_mayer2007-09-293-29/+22
* Fix MIPS FP underflow handling, spotted by Daniel Jacobowitz.ths2007-09-281-13/+0
* Build fix, ppc64 needs also a get_sp_from_cpustate function now.ths2007-09-281-0/+5
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-2713-38/+39
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-2720-43/+425
* Build fix for PowerPC hosts, where "PPC" is a predefined macro name.ths2007-09-271-15/+15
* Implement size bit in PowerPC 64 comparisons.j_mayer2007-09-271-4/+4
* memset string pages to zero to avoid putting random data on the stackj_mayer2007-09-272-4/+5
* SVM VINTR fix, by Alexander Graf.ths2007-09-273-6/+13
* Fixes for PowerPC 64 rotate and mask instructions.j_mayer2007-09-272-7/+38
* New ppc64-linux-user target.j_mayer2007-09-275-39/+13
* Add flags to support PowerPC 405 bootinfos variations.j_mayer2007-09-263-4/+6
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-2611-3150/+4307
* hflags computation cleanup, by Aurelien Jarno.ths2007-09-263-62/+32
* Wrap a few often used tests with unlikely(), by Aurelien Jarno.ths2007-09-261-6/+6
* Convert syscall arguments and return value from long to int or target_long.j_mayer2007-09-262-83/+108
* linux-user utimensat() syscall, by Thayne Harbaugh.ths2007-09-251-0/+26
* Remove the target dependency introduced by previous patchblueswir12007-09-251-1/+1
* Fix monitor expressionsblueswir12007-09-251-11/+11
* Timer start/stop implementation, by Aurelien Jarno.ths2007-09-254-8/+46
* Check if the hosts defines a symlinkat syscall.ths2007-09-251-1/+1
* Optimise instructions accessing CP0, by Aurelien Jarno.ths2007-09-254-34/+49
* vvfat mbr fixes, by Ivan Kalvachev.ths2007-09-251-29/+66
OpenPOWER on IntegriCloud