Age | Commit message (Expand) | Author | Files | Lines |
2007-10-03 | Fix Sparc64 ldfa/stfa and float ops with fpr >= 32 | blueswir1 | 1 | -3/+3 |
2007-10-01 | Fix block load ASIs | blueswir1 | 1 | -9/+25 |
2007-09-30 | Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructions | blueswir1 | 4 | -6/+133 |
2007-09-30 | Fix Sparc64 wrasr instructions | blueswir1 | 1 | -0/+6 |
2007-09-27 | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 1 | -12/+0 |
2007-09-27 | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 1 | -0/+12 |
2007-09-24 | CPU boot mode | blueswir1 | 4 | -4/+13 |
2007-09-23 | Add missing break statements | blueswir1 | 1 | -0/+20 |
2007-09-21 | Rework ASI instructions (Aurelien Jarno) | blueswir1 | 5 | -204/+727 |
2007-09-20 | Fix tadd op generation with GCC 4.x | blueswir1 | 1 | -1/+4 |
2007-09-20 | Detabify | blueswir1 | 6 | -2212/+2212 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2 | -10/+10 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 7 | -36/+36 |
2007-09-11 | Fix tb->size mishandling, by Daniel Jacobowitz. | ths | 1 | -1/+0 |
2007-08-04 | Fix Sparc32 interrupt handling | blueswir1 | 1 | -1/+3 |
2007-07-11 | More alignment checks | blueswir1 | 2 | -4/+102 |
2007-07-08 | Fix retry and done ops, trap handling | blueswir1 | 2 | -11/+20 |
2007-07-08 | Save state in Sparc64 return op | blueswir1 | 1 | -0/+1 |
2007-07-07 | Report normalised CWP values to userland and GDB, not internal representation | blueswir1 | 3 | -7/+13 |
2007-07-07 | Use unsigned 32-bit load for ld/lduw | blueswir1 | 2 | -1/+14 |
2007-07-07 | Fix wrong number of clean/saveable windows, match Linux startup register values | blueswir1 | 2 | -2/+5 |
2007-07-07 | Fix Sparc64 page size | blueswir1 | 1 | -1/+1 |
2007-07-04 | Fix Sparc64 movr | blueswir1 | 1 | -2/+2 |
2007-06-25 | Drop unused parameters | blueswir1 | 1 | -12/+15 |
2007-06-10 | Fix Sparc64 prefetcha op | blueswir1 | 1 | -3/+3 |
2007-06-03 | Move target-specific defines to the target directories. | ths | 1 | -0/+6 |
2007-06-03 | Clean up of some target specifics in exec.c/cpu-exec.c. | ths | 1 | -0/+10 |
2007-06-01 | Enable 36-bit physical address space also on 32-bit hosts | blueswir1 | 1 | -0/+2 |
2007-06-01 | Sparc64 linux-user build fix | blueswir1 | 1 | -0/+8 |
2007-05-27 | Separate fault for code access to unassigned memory | blueswir1 | 2 | -2/+10 |
2007-05-25 | Implement Sparc64 CPU timers using ptimers | blueswir1 | 4 | -7/+58 |
2007-05-19 | Use full 36-bit physical address space on SS10 | blueswir1 | 3 | -25/+82 |
2007-05-17 | Enable faults for unassigned memory accesses and unimplemented ASIs | blueswir1 | 3 | -17/+118 |
2007-05-07 | Enable unaligned access faults | blueswir1 | 1 | -4/+5 |
2007-05-07 | Fix pc/npc for unaligned load/stores, maybe other exceptions | blueswir1 | 1 | -0/+1 |
2007-05-06 | Report unassigned memory access to CPU (not enabled yet) | blueswir1 | 1 | -1/+4 |
2007-05-02 | Handle division by zero case in Sparc64 udivx and sdivx ops | blueswir1 | 1 | -0/+6 |
2007-04-29 | More Sparc32 CPUs | blueswir1 | 1 | -3/+20 |
2007-04-29 | Fix CPU type zapped by system_reset | blueswir1 | 1 | -2/+2 |
2007-04-22 | Sparc64 update: more VIS ops | blueswir1 | 3 | -36/+884 |
2007-04-22 | Constification | blueswir1 | 1 | -7/+7 |
2007-04-13 | Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS ops | blueswir1 | 2 | -38/+111 |
2007-04-13 | Alignment check mechanism (not fully enabled yet) (Aurelien Jarno) | blueswir1 | 4 | -2/+18 |
2007-04-07 | cpu_get_phys_page_debug should return target_phys_addr_t | j_mayer | 1 | -2/+2 |
2007-04-06 | Full implementation of IEEE exceptions (Aurelien Jarno) | blueswir1 | 4 | -14/+154 |
2007-04-06 | Enforce even float register pair for double register ops (Aurelien Jarno) | blueswir1 | 1 | -1/+1 |
2007-04-05 | Fix stdfq op (Aurelien Jarno) | blueswir1 | 2 | -2/+16 |
2007-04-05 | Fix co-processor branch and store ops (Aurelien Jarno) | blueswir1 | 1 | -9/+13 |
2007-04-01 | Fix off-by-one error | blueswir1 | 1 | -2/+2 |
2007-04-01 | Add SparcStation-10 machine | blueswir1 | 1 | -0/+7 |