X86: Fix the flags for interrupt response messages.
[gem5.git] / src / base /
2009-04-09 Nathan Binkertstats: disallow duplicate statistic names.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-16 Nathan Binkertstats: fix compiler error
2009-03-07 Nathan Binkertstats: cleanup text output stuff and fix mysql output
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-04 Korey SewellGive TimeBuffer an ID that can be set. Necessary becaus...
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
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: fix text printout for distributions
2009-02-23 Nathan Binkertdebug: Move debug_break into src/base
2009-02-16 Gabe BlackX86: Make the loader recognize 32 bit x86 processes.
2009-01-31 Ali SaidiErrors: Print a URL with a hash of the format string...
2009-01-23 Ali SaidiTrace: Add DPRINTFS macro that takes parameter to call...
2009-01-19 Nathan Binkerttracing: Add help strings for some of the trace flags
2009-01-06 Ali SaidiINET: Add functions to header types to get offset in...
2008-12-06 Nathan Binkertflags: Change naming of functions to be clearer
2008-12-05 Ali SaidiINet: Allow updating on id, len, seq, and flag field...
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-12-05 Lisa HsuThis brings M5 closer to modernity - the kernel being...
2008-12-03 Nathan Binkertcprintf: support a configurable width and precision...
2008-11-16 Clint SmullenOutput: Include gzstream package to allow automatically...
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-10 Nathan Binkertflags: Provide an object for managing boolean flags...
2008-11-10 Nathan Binkertsafe_cast: add a new cast function for casts that shoul...
2008-11-10 Steve Reinhardtmem: Assert that requests have non-negative size.
2008-10-11 Nathan Binkertcprintf: properly deal with pointer types
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 Binkertmisc: remove #include <cassert> from misc.hh since...
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 Binkertstats: use properly signed types for looping and comparison
2008-10-09 Nathan Binkertstyle: Bring statistics code in line with the proper...
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-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-27 Nathan Binkertadd a bit of style
2008-09-22 Nathan Binkertgcc: Version 4.3 is pretty anal about shadowing types...
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 hugely violated the M5 style.
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-07-15 Steve ReinhardtGet rid of useless m5_assert macro.
2008-07-01 Ali SaidiRemove delVirtPort() and make getVirtPort() only return...
2008-07-01 Ali SaidiChange everything to use the cached virtPort rather...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-18 Nathan Binkertinet: initialization fixes.
2008-06-12 Gabe BlackBitUnion: Take out namespace declaration so bitunions...
2008-05-15 Ali SaidiMake sure that output files are always checked success...
2008-03-24 Steve ReinhardtAdd FAST_ALLOC_DEBUG and FAST_ALLOC_STATS as SConstruct...
2008-03-20 Gabe BlackMIPS: Check endianness of binaries in SE mode.
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-06 Stephen HinesAdd base ARM code to M5
2008-01-02 Steve ReinhardtAdditional comments and helper functions for PrintReq.
2008-01-02 Steve ReinhardtAdd functional PrintReq command for memory-system debug...
2007-11-21 Gabe BlackGet rid of a file that should have never been committed.
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellbranch merge
2007-11-14 Korey Sewellremove unnecessary debug messages I added
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-09 Gabe BlackMake non Apple compilation work again. Ali may have...
2007-11-08 Ali SaidiCompiling: Fix for 64bit compile on Darwin/OSX 10.5.
2007-11-01 Steve ReinhardtString constant const-ness changes to placate g++ 4.2.
2007-10-31 Ali Saidino manual changes
2007-10-31 Ali SaidiTraceflags: Old traceflags.py file is no longer needed.
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-10-31 Ali SaidiBase: Rework the way M5 provides and creates random...
2007-10-31 Vilas SridharanAdd constant stat.
2007-10-13 Gabe BlackMerge with head
2007-10-13 Gabe BlackLoader: Identify sections based on virtual addresses...
2007-10-09 Gabe BlackELF Loader: Use physical addresses instead of virtual...
2007-10-08 Gabe BlackBitUnion: Fix some types in the bitunion classes.
2007-10-03 Gabe BlackMerge with head.
2007-10-03 Gabe BlackRemote GDB: Get rid of an unwanted delete in SE.
2007-09-26 Gabe BlackCondition Codes: Fix the findParity function.
2007-09-26 Gabe BlackMerge with head.
2007-09-26 Gabe BlackCondition Codes: Fix type error.
2007-09-26 Gabe BlackLoader: Load all segments of an elf, rather than just...
2007-09-13 Gabe BlackMerge with head.
2007-09-11 Ali SaidiLoader: Error if a TLS section is found in the binary.
next