Mem: Reclaim some request flags used by MIPS for alignment checking.
[gem5.git] / src / arch / alpha /
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-29 Nathan Binkertalpha: Need to include cstring so that g++ 4.3 works.
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-28 Nathan Binkertstyle: Make a style pass over the whole arch/alpha...
2008-09-28 Nathan Binkertalpha: Clean up namespace usage.
2008-09-28 Nathan Binkertarch: TheISA shouldn't really ever be used in the arch...
2008-09-28 Nathan Binkertalpha: Get rid fo the namespace called EV5.
2008-09-27 Nathan Binkertstyle
2008-09-22 Nathan Binkertstyle
2008-09-19 Nathan BinkertWe're using the static keyword improperly in some cases.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-08-13 Ali SaidiReturn an UnimpFault for an ITB translation of an uncac...
2008-07-23 Michael Adlersyscalls: Add a bunch of missing system calls.
2008-07-11 Nathan Binkertm5ops: clean up the m5ops stuff.
2008-07-01 Ali SaidiRemove delVirtPort() and make getVirtPort() only return...
2008-07-01 Ali SaidiChange everything to use the cached virtPort rather...
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...
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey SewellAdd CoreSpecific type to all archs
2007-11-15 Korey SewellGet MIPS simple regression working. Take out unecessary...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-09 Gabe BlackAlpha: Fix a long standing bug where all code ran as...
2007-11-09 Gabe BlackISA parser: Make the isa parser generate MaxInstSrcRegs...
2007-11-08 Ali SaidiCPU: Add function to explictly compare thread contexts...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-31 Ali SaidiLinux Support: Finally update vptr for new memory system.
2007-10-26 Gabe BlackTLB: Fix serialization issues with the tlb entries...
2007-10-26 Ali SaidiSE: Fix page table and system serialization, don't...
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackPredecoder: Clear out predecoder state on an ITLB fault.
2007-09-20 Gabe BlackX86: Put in the foundation for x87 stack based fp regis...
2007-09-13 Gabe BlackMerge with head.
2007-09-13 Ali SaidiSyscall Emulation: Add stat64 syscall.
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-28 Gabe BlackMerge with head.
2007-08-28 Gabe BlackAlpha: Fixes to get alpha to compile again.
2007-08-27 Gabe BlackAddress translation: Make the page table more flexible.
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-12 Nathan Binkertmerge
2007-08-08 Vincentius Robbyalpha: Quick fix for things related to TLB MRU cache.
2007-08-08 Vincentius Robbyalpha: Make the TLB cache to actually work.
2007-08-08 Gabe BlackAlpha: Fix an off by one error with the tlb caching...
2007-08-07 Gabe BlackMerge with head.
2007-08-04 Vincentius Robbyalpha: Implement a cache for recently used page table...
2007-08-03 Steve Reinhardtmerge from head
2007-08-02 Gabe BlackMerge with head.
2007-08-02 Nathan Binkertmerge: no manual changes
2007-08-02 Ali Saidimerge, no manual changes
2007-08-02 Ali SaidiLinux Support: make sure that when we get the stack...
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Ali SaidiMerge Gabe and my changes to arch/mips/utility.hh
2007-08-01 Ali SaidiArguments: Get rid of duplicate code for the Arguments...
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackAdd a flag to indicate an instruction triggers a syscal...
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Gabe BlackMerge with head.
2007-07-27 Gabe BlackX86: Fix argument register indexing.
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Gabe BlackMerge with head.
2007-07-18 Gabe BlackMake name, isMachineCheckFault, and isAlignmentFault...
2007-07-14 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtDisable PrintThreadInfo since it causes a panic when...
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackMake branches work by repopulating the predecoder every...
2007-06-18 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-14 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-14 Vincentius RobbyModified instruction decode method.
2007-06-13 Gabe BlackSeperate the pc-pc and the pc of the incoming bytes...
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-28 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-28 Nathan BinkertMove SimObject python files alongside the C++ and fix
2007-05-26 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-10 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-09 Ali SaidiMerge zizzer:/bk/newmem
2007-05-01 Ali SaidiMerge zizzer:/bk/newmem
2007-05-01 Ali Saidifix flushAddr so it doesn't modify an iterator that...
2007-04-23 Lisa HsuMerge zizzer:/bk/newmem
2007-04-23 Ron DreslinskiMerge zizzer:/bk/newmem
2007-04-23 Gabe BlackMerge zizzer.eecs.umich.edu:/n/wexford/x/gblack/m5...
2007-04-23 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-04-22 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-21 Ali SaidiMerge zizzer:/bk/newmem
2007-04-21 Ali Saidifixes for solaris compile
2007-04-21 Ali Saidicreate base/fenv.c to standerdize fenv across platforms...
2007-04-11 Gabe BlackMake the itlb set the PHYSICAL flag on a request when...
2007-04-03 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
next