gem5.git
2009-04-19 Gabe BlackX86: Keep track of what the initial count value was...
2009-04-19 Gabe BlackX86: Only recognize the first startup IPI after INIT...
2009-04-19 Gabe BlackX86: Use recvResponse to implement the idle bit in...
2009-04-19 Gabe BlackX86: Add a function which gets called when an interrupt...
2009-04-19 Gabe BlackX86: Fix the flags for interrupt response messages.
2009-04-19 Gabe BlackX86: Explicitly use the right width in a few places...
2009-04-19 Gabe BlackX86: Keep track of the pioAddr for the local APIC.
2009-04-19 Gabe BlackX86: Implement far jmp.
2009-04-19 Gabe BlackX86: Some segment selectors can be used when "NULL".
2009-04-19 Gabe BlackX86: Fix a bug in the chks microop where it ignored...
2009-04-19 Gabe BlackX86: Make the interrupt entering microcode record the...
2009-04-19 Gabe BlackX86: LEA calculates an address before segmentation.
2009-04-19 Gabe BlackX86: Implement the save machine status word instruction...
2009-04-19 Gabe BlackX86: Implement the load machine status word instruction...
2009-04-19 Gabe BlackX86: Update the stats for the fix for CPUID.
2009-04-19 Gabe BlackX86: Only use %eax to select a function and look like...
2009-04-19 Gabe BlackX86: Fix the mov to segment selector in real mode instr...
2009-04-19 Gabe BlackX86: The startup IPI delivery mode is not reserved.
2009-04-19 Gabe BlackX86: Implement the STARTUP IPI.
2009-04-19 Gabe BlackX86: Implement the INIT IPI.
2009-04-19 Gabe BlackX86: Fix the halt microop.
2009-04-19 Gabe BlackX86: Start implementing the interrupt command register...
2009-04-19 Gabe BlackX86: Make code that sends an interrupt from the IO...
2009-04-19 Gabe BlackX86: Automatically make the IO APIC in an N CPU system...
2009-04-19 Gabe BlackCPU: If the simple CPU is already idle, just return...
2009-04-19 Gabe BlackX86: Condense the startupCPU code.
2009-04-19 Gabe BlackX86: Set the local APIC ID to something meaningful.
2009-04-19 Gabe BlackX86: Don't pretend to be an AMD CPU any more. We're...
2009-04-18 Korey Sewello3-mips-regress: add hello word regression.
2009-04-18 Korey Sewellmips-tlb-fix: check for alignment faults.\nMIPS was...
2009-04-18 Korey Sewellmips-syscall: mark with correct flag. \nMIPS was using...
2009-04-18 Korey Sewello3-delay-slot-bpred: fix decode stage handling of uncdt...
2009-04-18 Korey Sewellmips-shadowsets: fix calcuations. \n Remove Shadowsets...
2009-04-17 Steve Reinhardto3, inorder: fix FS bug due to initializing ThreadState...
2009-04-16 Steve Reinhardto3: handle fetch with no active threads correctly.
2009-04-16 Steve Reinhardto3: fix {read,set}ArchFloatReg* functions.
2009-04-15 Steve ReinhardtThreadState: initialize status to Halted in constructor.
2009-04-15 Steve ReinhardtUpdate stats after elimination of Unallocated state.
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-15 Steve Reinhardtconfigs: Allow M5_CPU2000 env var to set CPU2K binary...
2009-04-13 Gabe BlackX86: Fix minor bug in the page table walker from TLB...
2009-04-09 Nathan Binkertstats: disallow duplicate statistic names.
2009-04-09 Nathan Binkertalpha: get rid of all turbolaser remnants
2009-04-09 Nathan Binkerttests: update tests for TLB unification
2009-04-09 Nathan Binkerttlb: More fixing of unified TLB
2009-04-09 Gabe Blacktlb: Don't separate the TLB classes into an instruction...
2009-04-09 Nathan Binkertstyle: fix style hook for some newer versions of mercurial.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5
2009-03-26 Ali SaidiCPA: Fix a typo that managed to sneak in.
2009-03-17 Nathan Binkertincludes: add ext to the includes path.
2009-03-17 Nathan Binkertply: put the absolute path to ply in the environment...
2009-03-16 Nathan Binkertstats: fix compiler error
2009-03-16 Steve ReinhardtVery minor regression stats updates due top previous...
2009-03-12 Steve Reinhardtcache: set dirty bit on swaps (oops!)
2009-03-12 Steve Reinhardtcpu: fix minor endian issue with trace output
2009-03-11 Steve Reinhardttests: use env.Execute instead of Execute to pick up...
2009-03-11 Steve Reinhardtprefetch: don't panic on requests w/o contextID (e...
2009-03-08 Nathan Binkertbuild: fix compiler warnings in g++ 3.4
2009-03-08 Steve ReinhardtMinor tweak to regression exit status message.
2009-03-08 Steve ReinhardtFix up regression execution to better handle tests...
2009-03-07 Nathan Binkerttests: update tests because of changes in stat names...
2009-03-07 Nathan Binkertstats: fix duplicate statistics names.
2009-03-07 Nathan Binkertstats: cleanup text output stuff and fix mysql output
2009-03-07 Nathan Binkertscons: fix the library path stuff
2009-03-07 Nathan Binkertbuild: fix errors for compilers other than g++ 4.3
2009-03-06 Nathan Binkertstats: create an enable phase, and a prepare phase.
2009-03-06 Nathan Binkertstats: clean up how templates are used on the data...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-03-06 Nathan Binkertstats: remove the template wart left over from the...
2009-03-06 Nathan Binkertstats: stick the distribution's fancy parameter into...
2009-03-06 Nathan Binkertstats: Add a wrapper class for the information side...
2009-03-06 Nathan Binkertstats: better naming of template parameters for the...
2009-03-06 Nathan Binkertstats: get rid of meaningless uses of virtual
2009-03-06 Nathan Binkertstats: miscellaneous cleanup
2009-03-06 Nathan Binkertserialize: Allow floats and doubles to be serialized
2009-03-06 Steve ReinhardtGet rid of 'using namespace' declarations in headers.
2009-03-05 Ali SaidiSCons: Fix bug with .hg dir not existing.
2009-03-05 Korey SewellInOrderCPU: Clean up Constructors to initialize variabl...
2009-03-04 Korey SewellGive each resource in InOrder it's own TraceFlag instea...
2009-03-04 Korey SewellRemove unused functions/comments cluttering up the...
2009-03-04 Korey Sewellmake handling of interstage buffers (i.e. StageQueues...
2009-03-04 Korey Sewell InOrder didnt have all it's params set to a default...
2009-03-04 Korey SewellGive TimeBuffer an ID that can be set. Necessary becaus...
2009-03-04 Korey Sewelluse numCycles instead of simTicks to determine CPI...
2009-03-04 Steve ReinhardtO3: Make numThreads error message more helpful.
2009-03-01 Steve ReinhardtFix Num_Syscall_Descs check bug in non-x86 ISAs.
2009-02-28 Nathan Binkertquell gcc 4.3 warning
2009-02-27 Gabe BlackX86: Install the exit system call.
2009-02-27 Gabe BlackX86: Install the 32 bit write system call.
2009-02-27 Gabe BlackX86: Implement shrd.
2009-02-27 Gabe BlackX86: Add a structure to allow mapping between the host...
2009-02-27 Gabe BlackX86: Don't treat the REX prefixes as prefixes in 32...
2009-02-27 Gabe BlackX86: Set address size to 64 bits when generating addres...
2009-02-27 Gabe BlackX86: Add a vsyscall page for 32 bit processes to use.
2009-02-27 Gabe BlackX86: Implement sysenter as a system call interface.
2009-02-27 Gabe BlackX86: Add a 32 bit mmap2 system call.
2009-02-27 Gabe BlackX86: Install a 32 bit fstat64 system call.
2009-02-27 Gabe BlackX86: Take address size into account when computing...
2009-02-27 Gabe BlackX86: Make instructions that use intseg preserve all...
next