SE/FS: Get rid of uses of FULL_SYSTEM in Alpha.
[gem5.git] / src / arch / alpha /
2011-11-01 Gabe BlackSE/FS: Get rid of uses of FULL_SYSTEM in Alpha.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-31 Gabe BlackSystem: Push boot_cpu_frequency down into the subclasse...
2011-10-16 Gabe BlackAlpha: Turn on vtophys in SE mode.
2011-10-09 Gabe BlackSE/FS: Build the Interrupt objects in SE mode.
2011-09-30 Gabe BlackSE/FS: Remove System::platform and Platform::intrFrequency.
2011-09-30 Gabe BlackSE/FS: Use the new FullSystem constant where possible.
2011-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-19 Gabe BlackFaults: Get rid of the unused isAlignmentFault and...
2011-09-19 Gabe BlackAlpha: Get rid of some #if FULL_SYSTEMs in the Alpha...
2011-09-19 Gabe BlackPseudoInst: Remove the now unnecessary #if FULL_SYSTEMs...
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-09-09 Gabe BlackDecode: Pull instruction decoding out of the StaticInst...
2011-09-09 Gabe BlackStack: Tidy up some comments, a warning, and make stack...
2011-07-08 Korey Sewellalpha:hwrei:rollback for o3
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-06-20 Korey Sewellinorder/dtb: make sure DTB translate correct address
2011-06-20 Korey Sewellalpha: fix warn_once for prefetches
2011-06-20 Korey Sewellalpha: naming for dtb faults
2011-06-20 Korey Sewellalpha: make hwrei a control inst
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-13 Chander SudanthiTrace: Allow printing ASIDs and selectively tracing...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertdebug: create a Debug namespace
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiO3: Send instruction back to fetch on squash to seed...
2011-03-09 Yi XiangAlpha: Fix the datatypes of some values read from the...
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-12-09 Gabe BlackMerge.
2010-12-08 Gabe BlackAlpha: Take advantage of new PCState syntax.
2010-12-08 Giacomo GabrielliO3: Make all instructions that write a misc. register...
2010-11-16 Gabe BlackO3: Make O3 support variably lengthed instructions.
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-22 Gabe BlackISA: Simplify various implementations of completeAcc.
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-11 Gabe BlackSPARC: Make SPARC's ISA's clear function initialize...
2010-10-11 Gabe BlackAlpha: Force all the IPRs to an initial, determinstic...
2010-10-11 Gabe BlackAlpha: Initialize the data TLB mode IPR.
2010-10-04 Gabe BlackAlpha: Fix Alpha NumMiscArchRegs constant.
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-31 Gabe BlackAlpha: Alpha's mt.hh was including mips header files.
2010-08-26 Min Kyu JeongARM: Fixed register flattening logic (FP_Base_DepTag...
2010-08-23 Gabe BlackISA: Get rid of old, unused utility functions clutterin...
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-08-17 Steve Reinhardtsim: revamp unserialization procedure
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-04 Steve ReinhardtMore minor gdb-related cleanup.
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-03-27 Korey Sewellm5: merge inorder updates
2010-03-23 Steve Reinhardtcpu: fix exec tracing memory corruption bug
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-20 Lisa Hsuutil: do checkpoint aggregation more cleanly, fix last...
2010-01-19 Derek Howermerge
2009-12-20 Soumyaroop RoyAlpha: Implement MVI and remaining BWX instructions.
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackMem: Eliminate the NO_FAULT request flag.
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-24 Timothy M. Jonessyscall: Addition of an ioctl command code for Power.
2009-10-18 Brad Beckmannmerged with ISA event manager fix
2009-10-17 Gabe BlackISA: Fix compilation.
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackAlpha: Missed a file in an earlier changeset.
2009-07-09 Gabe BlackGet rid of the unused get(Data|Inst)Asid and (inst...
2009-07-09 Gabe BlackAlpha: Pull the MiscRegFile fully into the ISA object.
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-07-09 Gabe BlackAlpha: Move reg_redir into its own files, and move...
2009-07-09 Gabe BlackRegisters: Eliminate the ISA defined RegFile class.
2009-07-09 Gabe BlackAlpha: Get rid of function prototypes with no implement...
2009-07-09 Gabe BlackRegisters: Move the PCs out of the ISAs and into the...
2009-07-09 Gabe BlackAlpha: Phase out Alpha's intregfile.hh and intregfile.cc.
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-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Korey Sewellalpha-isa: add mt.hh so it can compile with inorder
2009-05-12 Korey Sewellinorder-tlb-cunit: merge the TLB as implicit to any...
2009-05-12 Korey Sewellinorder-float: Fix storage of FP results
2009-05-12 Korey Sewellinorder-mem: skeleton support for prefetch/writehints
next