summaryrefslogtreecommitdiffstats
path: root/target-sparc
Commit message (Expand)AuthorAgeFilesLines
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-145-15/+29
* Unify '-cpu ?' option.j_mayer2007-10-121-0/+1
* Fix taddcctv and tsubcctv (David Matthews)blueswir12007-10-102-1/+3
* Fix Sparc64 ldfa/stfa and float ops with fpr >= 32blueswir12007-10-031-3/+3
* Fix block load ASIsblueswir12007-10-011-9/+25
* Fix Sparc64 ldfa, lddfa, stfa, and stdfa instructionsblueswir12007-09-304-6/+133
* Fix Sparc64 wrasr instructionsblueswir12007-09-301-0/+6
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-12/+0
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+12
* CPU boot modeblueswir12007-09-244-4/+13
* Add missing break statementsblueswir12007-09-231-0/+20
* Rework ASI instructions (Aurelien Jarno)blueswir12007-09-215-204/+727
* Fix tadd op generation with GCC 4.xblueswir12007-09-201-1/+4
* Detabifyblueswir12007-09-206-2212/+2212
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-172-10/+10
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-167-36/+36
* Fix tb->size mishandling, by Daniel Jacobowitz.ths2007-09-111-1/+0
* Fix Sparc32 interrupt handlingblueswir12007-08-041-1/+3
* More alignment checksblueswir12007-07-112-4/+102
* Fix retry and done ops, trap handlingblueswir12007-07-082-11/+20
* Save state in Sparc64 return opblueswir12007-07-081-0/+1
* Report normalised CWP values to userland and GDB, not internal representationblueswir12007-07-073-7/+13
* Use unsigned 32-bit load for ld/lduwblueswir12007-07-072-1/+14
* Fix wrong number of clean/saveable windows, match Linux startup register valuesblueswir12007-07-072-2/+5
* Fix Sparc64 page sizeblueswir12007-07-071-1/+1
* Fix Sparc64 movrblueswir12007-07-041-2/+2
* Drop unused parametersblueswir12007-06-251-12/+15
* Fix Sparc64 prefetcha opblueswir12007-06-101-3/+3
* Move target-specific defines to the target directories.ths2007-06-031-0/+6
* Clean up of some target specifics in exec.c/cpu-exec.c.ths2007-06-031-0/+10
* Enable 36-bit physical address space also on 32-bit hostsblueswir12007-06-011-0/+2
* Sparc64 linux-user build fixblueswir12007-06-011-0/+8
* Separate fault for code access to unassigned memoryblueswir12007-05-272-2/+10
* Implement Sparc64 CPU timers using ptimersblueswir12007-05-254-7/+58
* Use full 36-bit physical address space on SS10blueswir12007-05-193-25/+82
* Enable faults for unassigned memory accesses and unimplemented ASIsblueswir12007-05-173-17/+118
* Enable unaligned access faultsblueswir12007-05-071-4/+5
* Fix pc/npc for unaligned load/stores, maybe other exceptionsblueswir12007-05-071-0/+1
* Report unassigned memory access to CPU (not enabled yet)blueswir12007-05-061-1/+4
* Handle division by zero case in Sparc64 udivx and sdivx opsblueswir12007-05-021-0/+6
* More Sparc32 CPUsblueswir12007-04-291-3/+20
* Fix CPU type zapped by system_resetblueswir12007-04-291-2/+2
* Sparc64 update: more VIS opsblueswir12007-04-223-36/+884
* Constificationblueswir12007-04-221-7/+7
* Fix Sparc64 wrfprs, move VIS ops where they belong, more VIS opsblueswir12007-04-132-38/+111
* Alignment check mechanism (not fully enabled yet) (Aurelien Jarno)blueswir12007-04-134-2/+18
* cpu_get_phys_page_debug should return target_phys_addr_tj_mayer2007-04-071-2/+2
* Full implementation of IEEE exceptions (Aurelien Jarno)blueswir12007-04-064-14/+154
* Enforce even float register pair for double register ops (Aurelien Jarno)blueswir12007-04-061-1/+1
* Fix stdfq op (Aurelien Jarno)blueswir12007-04-052-2/+16
OpenPOWER on IntegriCloud