ARM: DFSR status value for sync external data abort is expected to be 0x8 in ARMv7
[gem5.git] / src / arch / sparc /
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-08-23 Gabe BlackSPARC: Fix some style issues in utility.hh.
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Tidy up endianness handling for mmapped "IPR"s.
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-05-14 Gabe BlackSPARC: Implement the version of movcc that uses the...
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-01-19 Derek Howermerge
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-09-15 Vince WeaverSPARC: Make resTemp in udivcc wide enough to hold all...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-02 Steve ReinhardtClean up some inconsistencies with Request flags.
2009-07-26 Korey Sewellmerge sparc fix w/2t regress fix
2009-07-25 Gabe BlackSPARC: Fix a minor compile bug in native trace on gcc...
2009-07-20 Derek Howermerge
2009-07-20 Gabe BlackCPU: Separate out native trace into ISA (in)dependent...
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackSPARC: Set up a lookup table for integer register flatt...
2009-07-10 Gabe BlackSPARC: Fold the MiscRegFile all the way into the ISA...
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined RegFile class.
2009-07-09 Gabe BlackRegisters: Move the PCs out of the ISAs and into the...
2009-07-09 Gabe BlackSPARC: Phase out SPARC's intregfile.hh.
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined integer register...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined floating point...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-07-06 Nathan Binkertautomerge
2009-07-05 Gabe BlackSPARC: Fix the parenthesis in inUserMode.
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-25 Gabe BlackSPARC: Tighten up the clone system call and SPARCs...
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-21 Daniel SanchezCommit m5threads package.
2009-04-19 Gabe BlackSE mode: Make keeping track of the number of syscalls...
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-01 Steve ReinhardtFix Num_Syscall_Descs check bug in non-x86 ISAs.
2009-02-27 Gabe BlackProcesses: Make getting and setting system call argumen...
2009-02-25 Gabe BlackISA: Get rid of the get*RegName functions.
2009-02-25 Gabe BlackSPARC: Get rid of the state keeping track of register...
2009-02-25 Gabe BlackISA: Set up common trace flags for tracing registers.
2009-02-25 Gabe BlackISA: Get rid of FlattenIntIndex function.
2009-02-25 Gabe BlackSPARC: Get rid of flattenIndex in the int register...
2009-02-25 Gabe BlackISA: Use the "Stack" traceflag for DPRINTFs about the...
2009-02-25 Gabe BlackSPARC: Get rid of the setGlobals function.
2009-02-25 Gabe BlackSPARC: Get rid of the setCWP function.
2009-02-25 Gabe BlackSPARC: Add a traceflag for register windows.
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackSPARC: Adjust a few instructions to not write registers...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-16 Lisa Hsusycalls: implement mremap() and add DATA flag for getrl...
2009-01-31 Ali SaidiErrors: Use the correct panic/warn/fatal/info message...
2009-01-26 Gabe BlackCPU: Add a setCPU function to the interrupt objects.
2009-01-19 Nathan Binkerttracing: Add help strings for some of the trace flags
2009-01-13 Nathan BinkertSCons: centralize the Dir() workaround for newer versio...
2008-12-17 Gabe BlackSPARC: Truncate syscall args and return values appropri...
2008-12-07 Lisa Hsuimported patch aux-fix.patch
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-12-04 Lisa HsuThis patch pulls out the auxiliary vector struct from...
2008-11-15 Steve Reinhardtsyscalls: fix latent brk/obreak bug.
2008-11-10 Nathan Binkertmem: update stuff for changes to Packet and Request
2008-11-06 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-11-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-11-05 Nathan BinkertFix a few more places where the context stuff wasn...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa HsuMake it so that all thread contexts are registered...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-10-21 Nathan Binkertstyle: Use the correct m5 style for things relating...
2008-10-13 Gabe BlackGet rid of old RegContext code.
2008-10-12 Gabe BlackCPU: Create a microcode ROM object in the CPU which...
2008-10-12 Gabe BlackTurn Interrupts objects into SimObjects. Also, move...
2008-10-12 Gabe BlackCPU: Eliminate the get_vec function.
2008-10-11 Gabe BlackTLB: Make all tlbs derive from a common base class...
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertmisc: remove #include <cassert> from misc.hh since...
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-28 Nathan Binkertarch: TheISA shouldn't really ever be used in the arch...
2008-09-26 Nathan BinkertWhen nesting if statements, use braces to avoid ambiguo...
2008-09-26 Nathan Binkertstyle: bring this file into M5 style, use the new pte...
2008-09-24 Nathan Binkertsparc: Fix style, create a helper function for translation.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-08-11 Nathan Binkertstyle
2008-07-23 Michael Adlersyscalls: Add a bunch of missing system calls.
2008-07-01 Ali SaidiRemove delVirtPort() and make getVirtPort() only return...
2008-07-01 Ali SaidiChange everything to use the cached virtPort rather...
2008-05-20 Stephen HinesSCons: Fixing SCons bug 2006 issues for non-alpha ISAs
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackTLB: Make a TLB base class and put a virtual demapPage...
2008-01-01 Gabe BlackSPARC: Fix a bug where the TLB would match against...
2007-12-01 Gabe BlackSPARC: Fixes for invalidateAll and demapAll in the...
2007-11-30 Gabe BlackSPARC: Fix 32 bit register window flushing endian conve...
next