Age | Commit message (Expand) | Author |
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 |
2006-12-12 | Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In... | Steve Reinhardt |
2006-11-07 | Put kernel_stats back into arch. | Gabe Black |
2006-11-07 | Moved the switched version of kernel_stats.hh back to kern, and moved the bas... | Gabe Black |
2006-11-03 | Got rid of "inPalMode". Some places are still effectively checking if they ar... | Gabe Black |
2006-11-02 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-02 | Use ISA specific makeExtMI. | Kevin Lim |
2006-11-01 | Merge zizzer.eecs.umich.edu:/bk/newmem/ | Gabe Black |
2006-11-01 | Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ... | Gabe Black |
2006-10-31 | Remove mem parameter. Now the translating port asks the CPU's dcache's peer ... | Kevin Lim |
2006-10-31 | Move IntrFlag into the MiscRegFile and get rid of specialized accessor functi... | Gabe Black |
2006-10-20 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-20 | Use PacketPtr everywhere | Nathan Binkert |
2006-10-19 | refactor code for the packet, get rid of packet_impl.hh | Nathan Binkert |
2006-10-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-09 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-10-09 | Fix checker bug. | Kevin Lim |
2006-10-08 | Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable(). | Steve Reinhardt |