gem5.git
2009-05-11 Nathan Binkertruby: Migrate all of ruby and slicc to SCons.
2009-05-11 Nathan Binkertruby: clean up a few warnings
2009-05-11 Dan Gibsonruby: Fixed some unresolved references.
2009-05-11 Nathan Binkertruby: Make ruby #includes use full paths to the files...
2009-05-11 Dan Gibsonruby: remove unnecessary code.
2009-05-11 Derek Howerruby: Cleaned up sequencer. Removed LogTM specific...
2009-05-11 Derek Howerruby: added Packet interface to makeRequest and isReady.
2009-05-11 Nathan Binkertruby: fold the debugging options into Debug.cc
2009-05-11 Derek Howerruby: Renamed Ruby's EventQueue to RubyEventQueue
2009-05-11 Daniel Sanchezruby: Removed System name clash by renaming ruby's...
2009-05-11 Nathan Binkertruby: rename config.include to config.hh and clean...
2009-05-11 Nathan Binkertruby: strip out some unused defines
2009-05-11 Nathan Binkertruby: Import ruby and slicc from GEMS
2009-05-05 Korey Sewellcpus: fix cpu progress event
2009-05-04 Nathan Binkertscons: re-work the *Source functions to take more infor...
2009-04-26 Gabe BlackX86: Precompute the default and alternate address and...
2009-04-26 Gabe BlackX86: Split out the internal memory space from the regul...
2009-04-26 Gabe BlackX86: Centralize updates to the handy M5 reg.
2009-04-26 Gabe BlackX86: Implement lowest priority interrupts more correctly.
2009-04-26 Gabe BlackX86: Tell the function that sends int messages who...
2009-04-26 Gabe BlackX86: Make the local APICs register themselves with...
2009-04-26 Gabe BlackX86: Record the initial APIC ID which identifies an...
2009-04-26 Gabe BlackX86, Config: Make makeX86System consider the number...
2009-04-25 Gabe BlackSPARC: Tighten up the clone system call and SPARCs...
2009-04-23 Steve Reinhardtrequest: reorganize flags to group related flags together.
2009-04-23 Gabe BlackX86: Put the StoreCheck flag with the others, and don...
2009-04-22 Nathan Binkertstats: expose statistics to python
2009-04-22 Nathan Binkertstats: Move flags into info.hh and use base/flags.hh...
2009-04-22 Nathan Binkertstats: Shuffle around info stuff so it can be accessed...
2009-04-22 Nathan Binkertstats: Rename the info classes to hopefully make things...
2009-04-22 Nathan Binkertstats: update reference outputs now that compatibility...
2009-04-22 Nathan Binkertstats: remove simplescalar compatibility for printing
2009-04-22 Nathan Binkertstats: fix initialization bug in distribution text...
2009-04-22 Steve Reinhardti8254xGBe: major style overhaul.
2009-04-22 Steve ReinhardtUpdate stats for new single bad-address responder.
2008-07-16 Steve Reinhardtmem: use single BadAddr responder per system.
2009-04-22 Nathan Binkertscons: Rename the basic environment from env -> main.
2009-04-22 Nathan Binkertscons: Fix two problems with the way that the library...
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
2009-04-21 Nathan Binkertpseudo: only include kernel stats if FULL_SYSTEM.
2009-04-21 Nathan Binkertarm: include missing file for arm
2009-04-21 Nathan Binkertarm: Unify the ARM tlb. We forgot about this when...
2009-04-21 Steve Reinhardtrundiff: flush stdout after each diff
2009-04-21 Nathan Binkertscons: make default target work again
2009-04-21 Steve ReinhardtSet up m5threads tests on classic (non-ruby) memory...
2009-04-21 Steve Reinhardtsyscall_emul: style fixes (mostly wrapping overly long...
2009-04-21 Steve Reinhardtsyscall: Resolve conflicts between m5threads and Gabe...
2009-04-21 Daniel SanchezCommit m5threads package.
2009-04-21 Nathan BinkertSCons: Export export_vars so SConsopts files can add...
2009-04-21 Steve ReinhardtMinor tweaks for future Ruby compatibility.
2009-04-21 Steve Reinhardtrequest: add PREFETCH flag.
2009-04-21 Steve Reinhardtrequest: rename INST_READ to INST_FETCH.
2009-04-21 Steve Reinhardtrequest: split public and private flags into separate...
2009-04-20 Gabe BlackMem: Fill out the comment that describes the LOCKED...
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackX86: Fix the functions that manipulate large bit arrays...
2009-04-19 Gabe BlackX86: Fix up a copyright.
2009-04-19 Gabe BlackX86: Fix how the TLB handles the storecheck flag.
2009-04-19 Gabe BlackX86: Recognize and handle the lock legacy prefix.
2009-04-19 Gabe BlackX86: Implement a locking version of XADD.
2009-04-19 Gabe BlackX86: Implement a locking version of BTC.
2009-04-19 Gabe BlackX86: Implement a locking version of BTR.
2009-04-19 Gabe BlackX86: Implement a locking version of CMPXCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of BTS.
2009-04-19 Gabe BlackX86: Implement a locking version of DEC.
2009-04-19 Gabe BlackX86: Implement a locking version of INC.
2009-04-19 Gabe BlackX86: Implement a locking version of NEG.
2009-04-19 Gabe BlackX86: Implement a locking version of NOT.
2009-04-19 Gabe BlackX86: Implement a locking version of XCHG.
2009-04-19 Gabe BlackX86: Implement a locking version of XOR.
2009-04-19 Gabe BlackX86: Implement a locking version of SUB.
2009-04-19 Gabe BlackX86: Implement a locking version of AND.
2009-04-19 Gabe BlackX86: Implement a locking version of SBB.
2009-04-19 Gabe BlackX86: Implement a locking version of ADC.
2009-04-19 Gabe BlackX86: Implement a locking version of OR.
2009-04-19 Gabe BlackX86: Implement a locking version of ADD.
2009-04-19 Gabe BlackX86: Implement the stul microop.
2009-04-19 Gabe BlackX86: Implement the ldstl microop.
2009-04-19 Gabe BlackCPUs: Make the atomic CPU support locked memory accesses.
2009-04-19 Gabe BlackMemory: Add a LOCKED flag back in for x86 style locking.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-19 Gabe BlackSE mode: Make keeping track of the number of syscalls...
2009-04-19 Gabe BlackX86: Actually put the PCI INTA entry into the MP tables.
2009-04-19 Gabe BlackX86: Mask the PIC at startup to avoid a glitch which...
2009-04-19 Gabe BlackX86: Make E820 report nice, round (and correct) numbers.
2009-04-19 Gabe BlackX86: Actually handle 16 bit mode modrm.
2009-04-19 Gabe BlackX86: Make the TEST instruction set all the flags it...
2009-04-19 Gabe BlackX86: Implement broadcast IPIs.
2009-04-19 Gabe BlackX86: Fix the ordering of the vendor string reported...
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...
next