TLB: Make all tlbs derive from a common base class in both python and C++.
[gem5.git] / src /
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: 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-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-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 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-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.
2008-09-03 Gabe BlackX86: Fix the microcode for sign/zero extending moves...
2008-08-26 Clint SmullenDevice: Fix bug in DmaPort::recvRetry. The interface...
2008-08-24 Ali SaidiIGbE: Patches I neglected to apply before pushing the...
2008-08-20 Gabe BlackCPU: Get rid of two more duplicated CPU params.
2008-08-18 Richard StrongChanged BaseCPU::ProfileEvent's interval member to...
2008-08-13 Ali SaidiAdd the ability to specify a think time before descript...
2008-08-13 Ali SaidiAdd the ability for a DMA to tack on an extra delay...
2008-08-13 Ali SaidiMore subtle fixes to how interrupts are supposed to...
2008-08-13 Ali SaidiReturn an UnimpFault for an ITB translation of an uncac...
2008-08-11 Nathan Binkertstyle
2008-08-11 Nathan Binkertparams: Get rid of the remnants of the old style parame...
2008-08-11 Nathan Binkertparams: Convert the CPU objects to use the auto generat...
2008-08-04 Steve ReinhardtMake time format in 'started' line same as 'compiled'.
2008-08-04 Steve ReinhardtGet rid of outputStream... wasn't really being used
2008-08-04 Steve ReinhardtAdd -r/-e options to redirect stdout/stderr.
2008-08-04 Nathan Binkertsockets: Add a function to disable all listening sockets.
2008-08-04 Nathan Binkertlibm5: Create a libm5 static library for embedding m5.
2008-08-04 Nathan Binkertsyscall: Avoid a compiler warning which turns into...
2008-08-03 Steve ReinhardtMake default PhysicalMemory latency slightly more reali...
2008-08-03 Gabe BlackX86: Make hint nops consume their modrm byte.
2008-08-03 Nathan Binkertkill unused code
2008-07-31 Nathan Binkertscons: Get rid of generate.py in the build system.
2008-07-24 Michael Adlersyscall: Fix TTY emulation in fstat() user-mode simulat...
2008-07-23 Michael Adlerprocess: separate stderr from stdout
2008-07-23 Michael Adlersyscalls: Add a bunch of missing system calls.
next