Age | Commit message (Expand) | Author |
2012-03-09 | CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectable | Geoffrey Blake |
2012-03-02 | CPU: Check that the interrupt controller is created when needed | Andreas Hansson |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-02-12 | mem: Add a master ID to each request object. | Ali Saidi |
2012-02-07 | Checker: Access workload element 0 only if there is an element 0. | Gabe Black |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | CheckerCPU: Re-factor CheckerCPU to be compatible with current gem5 | Geoffrey Blake |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-11-18 | SE/FS: Get rid of FULL_SYSTEM in the CPU directory. | Gabe Black |
2011-10-30 | SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs. | Gabe Black |
2011-10-16 | SE/FS: Include getMemPort in FS. | Gabe Black |
2011-10-16 | SE/FS: Build/expose vport in SE mode. | Gabe Black |
2011-10-16 | CPU: Make physPort and getPhysPort available in SE mode. | Gabe Black |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-11-08 | ARM/Alpha/Cpu: Change prefetchs to be more like normal loads. | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-09-13 | CPU: Get rid of the now unnecessary getInst/setInst family of functions. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-08-31 | CPU: Get rid of the unused ev5_trap function on the simple and checker CPUs. | Gabe Black |
2010-06-03 | Minor remote GDB cleanup. | Steve Reinhardt |
2010-02-26 | cpu_models: get rid of cpu_models.py and move the stuff into SCons | Nathan Binkert |
2009-11-10 | Mem: Eliminate the NO_FAULT request flag. | Gabe Black |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-07-08 | Get rid of the unused get(Data|Inst)Asid and (inst|data)Asid functions. | Gabe Black |
2009-07-08 | Registers: Get rid of the float register width parameter. | Gabe Black |
2009-04-19 | Mem: Change isLlsc to isLLSC. | Gabe Black |
2009-04-19 | Memory: Rename LOCKED for load locked store conditional to LLSC. | Gabe Black |
2009-04-15 | ThreadState: initialize status to Halted in constructor. | Steve Reinhardt |
2009-04-15 | Get rid of the Unallocated thread context state. | Steve Reinhardt |
2009-04-08 | tlb: Don't separate the TLB classes into an instruction TLB and a data TLB | Gabe Black |
2009-02-27 | Processes: Make getting and setting system call arguments part of a process o... | Gabe Black |
2009-02-25 | ISA: Replace the translate functions in the TLBs with translateAtomic. | Gabe Black |
2009-02-25 | CPU: Get rid of translate... functions from various interface classes. | Gabe Black |
2008-11-04 | get rid of all instances of readTid() and getThreadNum(). Unify and eliminate | Lisa Hsu |
2008-11-02 | Add in Context IDs to the simulator. From now on, cpuId is almost never used, | Lisa Hsu |
2008-11-02 | make BaseCPU the provider of _cpuId, and cpuId() instead of being scattered | Lisa Hsu |
2008-10-20 | O3CPU: Undo Gabe's changes to remove hwrei and simpalcheck from O3 CPU. Remo... | Ali Saidi |
2008-10-12 | Get rid of old RegContext code. | Gabe Black |
2008-10-11 | CPU: Eliminate the simPalCheck funciton. | Gabe Black |
2008-10-11 | CPU: Eliminate the hwrei function. | Gabe Black |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-08-11 | params: Convert the CPU objects to use the auto generated param structs. | Nathan Binkert |
2008-07-01 | Remove delVirtPort() and make getVirtPort() only return cached version. | Ali Saidi |
2008-02-26 | TLB: Make a TLB base class and put a virtual demapPage function in it. | Gabe Black |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-02-12 | some forgotten commits | Ali Saidi |