gem5.git
2009-02-27 Ali SaidiCPA: Add annotations to IGbE and CopyEngine device...
2009-02-27 Ali SaidiCPA: Add code to automatically record function symbols...
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
2009-02-27 Ali SaidiCPA: Add m5ops for critical path annotation work.
2009-02-27 Ali SaidiTrace: fix the --trace-start option
2009-02-25 Gabe BlackDevices: Make the RTC device reflect the use of BCD...
2009-02-25 Gabe BlackX86: Implement IST stack switching.
2009-02-25 Gabe BlackCPU: Only look up the nearest symbol in the kernel...
2009-02-25 Gabe BlackISA: Get rid of the get*RegName functions.
2009-02-25 Gabe BlackSPARC: Get rid of the state keeping track of register...
2009-02-25 Gabe BlackISA: Set up common trace flags for tracing registers.
2009-02-25 Gabe BlackISA: Get rid of FlattenIntIndex function.
2009-02-25 Gabe BlackSPARC: Get rid of flattenIndex in the int register...
2009-02-25 Gabe BlackISA: Use the "Stack" traceflag for DPRINTFs about the...
2009-02-25 Gabe BlackSPARC: Get rid of the setGlobals function.
2009-02-25 Gabe BlackSPARC: Get rid of the setCWP function.
2009-02-25 Gabe BlackSPARC: Add a traceflag for register windows.
2009-02-25 Gabe BlackX86: Implement the lldt instruction.
2009-02-25 Gabe BlackX86: Add segmentation checks for ldt related descriptor...
2009-02-25 Gabe BlackX86: Make the TSS type check actually return a fault...
2009-02-25 Gabe BlackX86: Make rdcr use merge and the mov to control registe...
2009-02-25 Gabe BlackX86: Implement CLTS.
2009-02-25 Gabe BlackX86: Make the segment register reading microops use...
2009-02-25 Gabe BlackX86: Implement the mov to debug register intructions.
2009-02-25 Gabe BlackX86: Rename oszForPseudoDesc maxOsz to reflect its...
2009-02-25 Gabe BlackX86: Add code to interpret debug register values.
2009-02-25 Gabe BlackX86: Fix a few bugs with the segment register instructi...
2009-02-25 Gabe BlackX86: Do a merge for the zero extension microop.
2009-02-25 Gabe BlackX86: Add microops for reading/writing debug registers.
2009-02-25 Gabe BlackX86: Add classes that break out the bits of the DR6...
2009-02-25 Gabe BlackX86: Check src1 for illegal values since that's the...
2009-02-25 Gabe BlackX86: Implement the fence instructions. These are not...
2009-02-25 Gabe BlackCPU: Add a flag to identify a read barrier to the stati...
2009-02-25 Gabe BlackX86: Update stats now that prefetch is implemented.
2009-02-25 Gabe BlackX86: Implement a basic prefetch instruction.
2009-02-25 Gabe BlackX86: Use the right portion of a register for stores.
2009-02-25 Gabe BlackX86: Add IRQ4 to the Intel MP tables.
2009-02-25 Gabe BlackX86: Actually check page protections.
2009-02-25 Gabe BlackX86: Update CS later so stack accesses have the right...
2009-02-25 Gabe BlackCPU: Update stats now that there's no fetch in the...
2009-02-25 Gabe BlackCPU: Don't fetch when executing a macroop.
2009-02-25 Gabe BlackX86: Use atCPL0 for accesses that are part of CPU machi...
2009-02-25 Gabe BlackX86: Add a flag to force memory accesses to happen...
2009-02-25 Gabe BlackX86: Move where CS is set so CPL checks work out.
2009-02-25 Gabe BlackX86: Implement inUserMode for x86.
2009-02-25 Gabe BlackX86: Add a trace flag for tracing faults.
2009-02-25 Gabe BlackX86: Implement the sysret instruction in long mode.
2009-02-25 Gabe BlackX86: Implement the longmode versions of the syscall...
2009-02-25 Gabe BlackX86: Make the microcode assembler recognize r8-r15.
2009-02-25 Gabe BlackX86: Add a wrattr microop.
2009-02-25 Gabe BlackX86: Add a trace flag for the page table walker.
2009-02-25 Gabe BlackX86: Make exceptions handle stack switching.
2009-02-25 Gabe BlackX86: Implement the LTR instruction.
2009-02-25 Gabe BlackX86: Fix segment limit checking.
2009-02-25 Gabe BlackX86: Add a check to chks to verify a task state segment...
2009-02-25 Gabe BlackX86: Add a check to chks which raises #GP(selector...
2009-02-25 Gabe BlackX86: Add makeAtomicResponse to the read/write functions...
2009-02-25 Gabe BlackX86: Fix the timing mode of the page table walker.
2009-02-25 Gabe BlackX86: Update stats for in place TLB miss handling.
2009-02-25 Gabe BlackX86: Make the X86 TLB take advantage of delayed transla...
2009-02-25 Gabe BlackCPU: Implement translateTiming which defers to translat...
2009-02-25 Gabe BlackSPARC: Adjust a few instructions to not write registers...
2009-02-25 Gabe BlackX86: Make the stupd microop not update registers in...
2009-02-25 Gabe BlackISA: Replace the translate functions in the TLBs with...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2009-02-23 Nathan Binkertstats: reorganize how parameters are stored and accessed.
2009-02-23 Nathan Binkertstats: move the limits stuff into the types.hh file
2009-02-23 Nathan Binkertstats: get rid of the convoluted 'database' code.
2009-02-23 Nathan Binkertstats: Try to make the names of things more intuitive.
2009-02-23 Nathan Binkertstats: clean up the statistics unittest
2009-02-23 Nathan Binkertstats: fix text printout for distributions
2009-02-23 Nathan Binkertstats: cleanup static stats to make startup work.
2009-02-23 Nathan Binkertdebug: Move debug_break into src/base
2009-02-23 Gabe BlackX86: Pass whether an access was a read/write/fetch...
2009-02-20 Korey SewellRemove unnecessary building of FreeList/RenameMap in...
2009-02-18 Nathan Binkertevents: Make trace events happen at the right priority.
2009-02-18 Steve ReinhardtMake etherdump timestamps zero-based.
2009-02-16 Lisa Hsusycalls: implement mremap() and add DATA flag for getrl...
2009-02-16 Steve ReinhardtUpdate stats for new prefetching fixes.
2009-02-16 Steve ReinhardtFixes to get prefetching working again.
2009-02-16 Gabe BlackX86: Make the loader recognize 32 bit x86 processes.
2009-02-16 Nathan Binkerttraceflags: fix --trace-help
2009-02-16 Nathan BinkertSCons: Fix read_command so it can properly deal with...
2009-02-12 Nathan Binkertscons: clean up the main SConstruct file more.
2009-02-11 Nathan Binkertstyle
2009-02-10 Korey SewellConfigs: Add support for the InOrder CPU model
2009-02-10 Korey SewellInOrder: Import new inorder CPU model from MIPS.
2009-02-10 Korey Sewellsyscall: Expose ioctl for MIPS
2009-02-10 Korey SewellExeTrace: Allow subclasses of the tracer to define...
2009-02-10 Korey SewellCPU: Prepare CPU models for the new in-order CPU model.
2009-02-10 Nathan Binkertcopyright: This file need not have had the more restric...
2009-02-10 Nathan Binkertscons: Require SCons version 0.98.1
2009-02-10 Nathan Binkertscons: Don't build the intermediate static library...
2009-02-07 Nathan BinkertQuell g++ 4.3 warning about operator ambiguity
2009-02-05 Nathan Binkertsome new files are missing copyright notices
2009-02-02 Gabe BlackX86: Add some missing default arguments.
2009-02-02 Gabe BlackX86: All x86 fault classes now attempt to do something...
2009-02-02 Gabe BlackX86: Make the fault classes handle error codes better.
2009-02-02 Gabe BlackX86: Make the long mode interrupt/exception microcode...
2009-02-02 Gabe BlackX86: Distinguish between hardware and software interrup...
next