DRAM: Make latency parameters be Param.Latency instead of ints.
[gem5.git] / src /
2007-11-01 Ali SaidiDRAM: Make latency parameters be Param.Latency instead...
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Ali Saidino manual changes
2007-10-31 Ali SaidiTraceflags: Old traceflags.py file is no longer needed.
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-31 Ali SaidiBase: Rework the way M5 provides and creates random...
2007-10-31 Vilas SridharanAdd constant stat.
2007-10-30 Gabe BlackX86: Compile fixes for 32 bit/debug/opt.
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-24 Gabe BlackX86: Fix X86_FS compilation.
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackX86: Use the cda microop where appropriate. The ENTER...
2007-10-22 Gabe BlackX86: Implement the cda microop which checks if an addre...
2007-10-22 Gabe BlackCPU: Add functions to the "ExecContext"s that translate...
2007-10-22 Gabe BlackX86: Start using the stupd microop, and update statisti...
2007-10-22 Gabe BlackX86: Implement the stupd microop ("store with update...
2007-10-19 Gabe BlackX86: Implement the PUSHF, POPF, SAHF, and LAHF instruct...
2007-10-19 Gabe BlackX86: Impelement the HLT instruction and fix the "halt...
2007-10-19 Gabe BlackX86: Implement a "halt" microop.
2007-10-19 Gabe BlackX86: Implement the ENTER instruction. This could probab...
2007-10-19 Gabe BlackMerge with head.
2007-10-19 Gabe BlackX86: Replace "group10" placeholder with the correspondi...
2007-10-19 Gabe BlackX86: Implement the string IO instructions, ins and...
2007-10-19 Gabe BlackX86: Implement the undocumented SALC instruction which...
2007-10-19 Gabe BlackX86: Implement the XLAT instruction.
2007-10-19 Gabe BlackX86: Implement the BOUND instruction.
2007-10-19 Gabe BlackX86: Make the "fault" microop predicated.
2007-10-19 Gabe BlackX86: Make "Inst" the default format instead of WarnUnim...
2007-10-19 Gabe BlackX86: Implement the in/out instructions. These will...
2007-10-19 Gabe BlackX86: Implement the LOOP instructions.
2007-10-19 Gabe BlackX86: Attach the CMC instruction to the decoder.
2007-10-19 Gabe BlackX86: Implemented the jrcx instruction.
2007-10-19 Gabe BlackX86: Make wrip sign extend its second operand.
2007-10-18 Ali SaidiCPU: Use the ThreadContext cpu id instead of the params...
2007-10-17 Gabe BlackMake the process objects use the Params structs in...
2007-10-13 Gabe BlackMerge with head
2007-10-13 Gabe BlackLoader: Identify sections based on virtual addresses...
2007-10-13 Gabe BlackX86: Added some new versions of MOV and a new argument...
2007-10-13 Gabe BlackX86: Implemented LODS.
2007-10-12 Gabe BlackX86: Implement MSR reads and writes and the wrsmr and...
2007-10-10 Gabe BlackX86: Get rid of BasicOperate format which wasn't used...
2007-10-10 Gabe BlackX86: Get rid of stray Sparc DPRINTF
2007-10-09 Gabe BlackELF Loader: Use physical addresses instead of virtual...
2007-10-08 Gabe BlackX86: Make x86 initialize more state.
2007-10-08 Gabe BlackX86: Work on the x86 tlb.
2007-10-08 Gabe BlackX86: Make faults maintain an error code which gets...
2007-10-08 Gabe BlackX86: Significantly filled out misc regs.
2007-10-08 Gabe BlackX86: Make sure there are fewer spurious differences...
2007-10-08 Gabe BlackBitUnion: Fix some types in the bitunion classes.
2007-10-08 Gabe BlackX86: Make initCPU and startupCPU do something basic.
2007-10-08 Gabe BlackX86: Make the Interrupts class complain less.
2007-10-08 Gabe BlackX86: Adjust the config scripts for x86 fs.
2007-10-08 Gabe BlackX86: Make an x86 system object.
2007-10-08 Gabe BlackX86: Make an x86 platform object.
2007-10-08 Gabe BlackX86: X86 FS compile fix.
2007-10-04 Gabe BlackMerge with head.
2007-10-04 Gabe BlackX86: Fix the PageShift constant in isa_traits.hh (I...
2007-10-04 Gabe BlackSPARC: Make software trap 3 flush the register windows...
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackX86: Distinguish between the rep and repe prefixes.
2007-10-03 Gabe BlackX86: Start implementing the x86 tlb which will handle...
2007-10-03 Gabe BlackX86: Fix places where movfp was used incorrectly.
2007-10-03 Gabe BlackX86: Fix the movfp microop.
2007-10-03 Gabe BlackX86: Fix x87 floating point stack register indexing.
2007-10-03 Gabe BlackPredecoder: Clear out predecoder state on an ITLB fault.
2007-10-03 Gabe BlackX86: Put ldst into the microcode (the earlier changeset...
2007-10-03 Gabe BlackX86: Implement the ldst microop and put it in existing...
2007-10-03 Gabe BlackX86: Fix up the microcode for the FST and FSTP instruct...
2007-10-03 Gabe BlackX86: Get rid of a hack for ruflag which is no longer...
2007-10-03 Gabe BlackX86: Allow logic instructions to set ECF as well as CF.
2007-10-03 Gabe BlackX86: Add classes for the actual x86 faults.
2007-10-03 Gabe BlackX86: Hook in another version of the XCHG instruction.
2007-10-03 Gabe BlackX86: Implement MOVS
2007-10-03 Gabe BlackX86: Implement STOS.
2007-10-03 Gabe BlackCPU: Make the cpuid parameter get set in SE mode as...
2007-10-03 Gabe BlackRemote GDB: Turn on remote gdb in SE mode.
2007-10-03 Gabe BlackCPU: Make the cpus check the pc event queues in SE...
2007-10-03 Gabe BlackSPARC,Remote GDB: Flesh out the acc function for SE...
2007-10-03 Gabe BlackSPARC,Remote GDB: Fix an accounting bug in the remote...
2007-10-03 Gabe BlackRemote GDB: Get rid of an unwanted delete in SE.
2007-10-03 Gabe BlackCPU: Make sure the system parameter gets set in the...
2007-10-01 Ali SaidiCPU: fix sparc_fs booting with SimpleTimingCPU.
2007-09-28 Ali SaidiUpdate stats for quiesced cycles
2007-09-28 Ali SaidiRename cycles() function to ticks()
2007-09-28 Ali SaidiUpdate statistics to use cycles properly instead of...
2007-09-26 Gabe BlackCondition Codes: Fix the findParity function.
2007-09-26 Gabe BlackMerge with head.
2007-09-26 Gabe BlackSPARC: Remove parameter that was only ever set to one...
2007-09-26 Gabe BlackSPARC: Remove some redundant code from some of the...
2007-09-26 Gabe BlackSPARC: Clean up of privileged instructions.
2007-09-26 Gabe BlackSPARC: Long overdue cleanup of the condition code handlers.
2007-09-26 Gabe BlackCondition Codes: Fix type error.
2007-09-26 Gabe BlackSPARC: Clean up the branch instructions a bit.
2007-09-26 Gabe BlackLoader: Load all segments of an elf, rather than just...
2007-09-26 Gabe BlackLoader: Only complain about TLS sections if you're...
2007-09-26 Gabe BlackSPARC: Fix a stupid mistake which was breaking the...
2007-09-25 Gabe BlackX86: Fix for uninitialized variables in stacktrace...
next