gem5.git
2008-10-11 Gabe BlackCPU: Eliminate the simPalCheck funciton.
2008-10-11 Gabe BlackCPU: Eliminate the hwrei function.
2008-10-11 Gabe BlackX86: Rename the PC device to Pc.
2008-10-11 Gabe BlackX86: Bring the South Bridge device into dev/x86 and...
2008-10-11 Gabe BlackX86: Change I8254 and PCSpeaker devices from subdevices...
2008-10-11 Gabe BlackDevices: Make the Intel8254Timer device only use pointe...
2008-10-11 Gabe BlackX86: Make the CMOS and I8259 devices use IntDev and...
2008-10-11 Gabe BlackX86: Create the IntDev and IntPin system.
2008-10-11 Gabe BlackX86: Hook the CMOS device to the I8259 PICs.
2008-10-11 Gabe BlackX86: Make the I8259 decipher the commands it's given...
2008-10-11 Gabe BlackX86: Change the I8259 from a subdevice into a real...
2008-10-11 Gabe BlackX86: Change the CMOS from a sub-device to a real SimObject
2008-10-11 Gabe BlackTLB: Make all tlbs derive from a common base class...
2008-10-11 Gabe BlackX86: Create SimObjects in python and C++ to represent...
2008-10-11 Gabe BlackX86: Make the time on the RTC configurable.
2008-10-11 Gabe BlackX86: Create SimObjects in python and C++ to represent...
2008-10-11 Nathan Binkertcprintf: properly deal with pointer types
2008-10-11 Nathan Binkertswig: Add in a %rename to allow the same name to appear...
2008-10-10 Nathan BinkertRename the info function to inform to avoid likely...
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertoutput: Make panic/fatal/warn more flexible so we can...
2008-10-10 Nathan Binkertgdb: add a debugging function that enters the python...
2008-10-10 Nathan Binkertjobfile: Add support for dictionaries as jobfile options.
2008-10-10 Nathan Binkertpython: Add a utility for nested attribute dicts.
2008-10-10 Nathan Binkertmisc: remove #include <cassert> from misc.hh since...
2008-10-10 Gabe BlackX86: Turn SMBios structures into simobjects.
2008-10-10 Gabe BlackX86: Add a couple comments to the bios SConscript
2008-10-10 Gabe BlackX86: Split makeLinuxX86System into makeLinuxX86System...
2008-10-10 Gabe BlackX86: Move the smbios objects into a folder for BIOS...
2008-10-10 Gabe BlackX86: Fix compilation with new eventq API.
2008-10-10 Nathan BinkertSimObjects: Clean up handling of C++ namespaces.
2008-10-10 Nathan Binkertrange_map: Add a method to find which range a single...
2008-10-09 Nathan Binkertstyle: conform to M5 style.
2008-10-09 Nathan Binkertmem: Add a method for setting the time on a packet.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-10-09 Nathan Binkerteventq: Major API change for the Event and EventQueue...
2008-10-09 Nathan Binkertpdb: Try to make pdb work better.
2008-10-09 Nathan BinkertSINIC: Commit old code from ASPLOS 2006 studies.
2008-10-09 Nathan Binkerteventq: Don't use inline friend function when a static...
2008-10-09 Nathan BinkertSCons: add code to provide a libm5 shared library.
2008-10-09 Nathan Binkerteventq: I'm sick of the warning about MaxTick being...
2008-10-09 Nathan Binkertstats: use properly signed types for looping and comparison
2008-10-09 Nathan Binkertstyle: Bring statistics code in line with the proper...
2008-10-09 Gabe BlackO3: Generaize the O3 IMPL class so it isn't split out...
2008-10-09 Gabe BlackO3: Generaize the O3 dynamic instruction class so it...
2008-10-09 Gabe BlackO3: Generalize the O3 CPU object so it isn't split...
2008-10-09 Gabe BlackMicrocode: Fix a silent typo error in the microcode...
2008-10-09 Gabe BlackMicrocode: Fix a very old bug with parsing external...
2008-10-09 Gabe BlackCPU: Fix where setMicroPC was being called instead...
2008-10-09 Gabe BlackX86: Fix the debugging microops. The debug functions...
2008-10-09 Gabe BlackX86: Make far ret modify CS instead of some random...
2008-10-09 Gabe BlackAdded tag m5_2.0_beta6 for changeset d8b246a665c1
2008-10-08 Ali SaidiScons: Update compare_versions() to ignore trailing... m5_2.0_beta6
2008-10-07 Gabe BlackUpdate the README and RELEASE_NOTES files to prepare...
2008-10-06 Nathan Binkertpython: cleanup options parsing stuff so that it proper...
2008-10-06 Korey Sewellfix shadow set bugs in MIPS code that caused out of...
2008-10-02 Nathan Binkertunittest: Add unit tests to the scons framework.
2008-10-02 Nathan Binkertunittest: Cleanup unit tests. Follow style. Garbage...
2008-10-02 Nathan Binkertstats: Fix small bug pointed out by unit testing.
2008-10-02 Ali SaidiOutput: Verify output files are open after opening...
2008-10-01 Ali SaidiCleanup m5term changes with Nate's comments.
2008-10-01 Ali SaidiMake m5term use select() so OS X is happy.
2008-09-30 Steve ReinhardtMake overriding port assignments in Python work,
2008-09-30 Steve ReinhardtFix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency.
2008-09-29 Nathan Binkertalpha: Need to include cstring so that g++ 4.3 works.
2008-09-28 Nathan Binkerttests: Update all tests for small outstanding changes.
2008-09-28 Nathan Binkerttests: rename the terminal files for solaris.
2008-09-28 Nathan Binkerttests: perlbmk now works. Commit stats and assume...
2008-09-28 Nathan Binkerttests: Kevin fixed how writebacks are handled in SMT...
2008-09-28 Nathan Binkertgcc: Version 4.3 adds some warnings that we're turning...
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-28 Nathan Binkertstyle: Make a style pass over the whole arch/alpha...
2008-09-28 Nathan Binkertalpha: Clean up namespace usage.
2008-09-28 Nathan Binkertarch: TheISA shouldn't really ever be used in the arch...
2008-09-28 Nathan Binkertalpha: Get rid fo the namespace called EV5.
2008-09-27 Nathan Binkertstyle
2008-09-27 Nathan Binkertadd a bit of style
2008-09-26 Nathan Binkertstyle: missed space after switch
2008-09-26 Nathan BinkertWhen nesting if statements, use braces to avoid ambiguo...
2008-09-26 Nathan BinkertUse logical operator instead of bitwise operator for...
2008-09-26 Nathan Binkertstyle: bring this file into M5 style, use the new pte...
2008-09-26 Nathan Binkertscons: disable several gcc warnings for swig autogenera...
2008-09-26 Nathan Binkertstyle: These files didn't even come close to following...
2008-09-26 Kevin LimO3CPU: Fix thread writeback logic.
2008-09-26 Kevin LimO3CPU: Add a hack to ensure that nextPC is set correctl...
2008-09-24 Nathan Binkertsparc: Fix style, create a helper function for translation.
2008-09-22 Nathan Binkertscons: Separate swig environment so we can have differe...
2008-09-22 Nathan Binkertgcc: Version 4.3 is pretty anal about shadowing types...
2008-09-22 Nathan Binkertstyle
2008-09-22 Ali SaidiSCons: Update compare_versions() to ignore trailing...
2008-09-19 Nathan BinkertWe're searching for g++ incorrectly
2008-09-19 Nathan BinkertWe're using the static keyword improperly in some cases.
2008-09-19 Nathan Binkertatomicio: provide atomic read and write functions.
2008-09-19 Nathan BinkertUse C++ limits where applicable for portability
2008-09-19 Nathan BinkertUse the proper version of C++ headers
2008-09-19 Nathan BinkertCheck the return value of I/O operations for failure
2008-09-19 Nathan Binkertinifile: Whack preprocessor access.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-09-09 Nathan Binkertstyle: this file did not conform to style
2008-09-09 Nathan Binkertstyle: This file hugely violated the M5 style.
next