Age | Commit message (Expand) | Author |
2011-05-06 | X86: Fix the Lldt instructions so they load the ldtr and not the tr. | Gabe Black |
2011-05-05 | ruby: use RubyMemory flag & remove setDebug() functionality | Korey Sewell |
2011-05-04 | ARM: Add support for loading the a bootloader and configuring parameters for it | Ali Saidi |
2011-05-04 | ARM: Implement WFE/WFI/SEV semantics. | Prakash Ramrakhyani |
2011-05-04 | ARM: Add support for MP misc regs and broadcast flushes. | Ali Saidi |
2011-05-04 | ARM: Make GIC handle IPIs and multiple processors. | Prakash Ramrakhyani |
2011-05-04 | ARM: Add snoop control unit device. | Ali Saidi |
2011-05-04 | ARM: Add support for some more registers in the real view controller. | Ali Saidi |
2011-05-04 | Debug: Add a function to cause the simulator to create a checkpoint from GDB. | Ali Saidi |
2011-05-04 | CPU: Add some useful debug message to the timing simple cpu. | Ali Saidi |
2011-05-04 | CPU: Fix a case where timing simple cpu faults can nest. | Ali Saidi |
2011-05-04 | O3: Remove assertion for case that is actually handled in code. | Ali Saidi |
2011-05-04 | Core: Add some documentation about the sim clocks. | Ali Saidi |
2011-05-04 | RealView: Fix the 24 and 100MHz clocks which were providing incorrect values. | Chris Emmons |
2011-05-04 | O3: Fix a small corner case with the lsq hazard detection logic. | Ali Saidi |
2011-05-04 | ARM: Add vfpv3 support to native trace. | Ali Saidi |
2011-05-04 | ARM: Fix small bug with vcvt instruction | Ali Saidi |
2011-05-04 | debug: fix help output | Nathan Binkert |
2011-05-02 | ruby: dbg: use system ticks instead of cycles | Korey Sewell |
2011-04-28 | network: set the ExtLink bw to 16 bytes | Brad Beckmann |
2011-04-28 | garnet: removed flit_width from Routers | Brad Beckmann |
2011-04-28 | network: adjusted default endpoint bandwidth | Brad Beckmann |
2011-04-28 | network: removed the unused network-wide latency param | Brad Beckmann |
2011-04-28 | network: moved network config params | Brad Beckmann |
2011-04-28 | network: basic link bw for garnet and simple networks | Brad Beckmann |
2011-04-28 | network: convert links & switches to first class C++ SimObjects | Brad Beckmann |
2011-04-28 | garnet: cleaned up flexible network header file | Brad Beckmann |
2011-04-28 | ruby: moved topology to the top network directory | Brad Beckmann |
2011-04-28 | ruby: removed dated comment in SimpleNetwork | Brad Beckmann |
2011-04-28 | event: fix PythonEvent | Nathan Binkert |
2011-04-25 | base: include types.hh in base/stats/mysql.hh | Nilay Vaish |
2011-04-23 | X86: When decoding a memory only inst, fault on reg encodings, don't assert. | Gabe Black |
2011-04-20 | stats: ensure that stat names are valid | Nathan Binkert |
2011-04-20 | stats: one more name violation | Nathan Binkert |
2011-04-20 | fix some build problems from prior changesets | Nathan Binkert |
2011-04-20 | stats: add user settable separator string for arrayed stats | Brad Danofsky |
2011-04-20 | scons: Allow the build directory live under an EXTRAS directory | Brad Danofsky |
2011-04-19 | stats: rename stats so they can be used as python expressions | Nathan Binkert |
2011-04-19 | python: different import for dealing with demandimport | Nathan Binkert |
2011-04-15 | unittest: Make unit tests capable of using swig and python, convert stattest | Nathan Binkert |
2011-04-15 | python: cleanup python code so stuff doesn't automatically happen at startup | Nathan Binkert |
2011-04-15 | scons: make a flexible system for guarding source files | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | debug: create a Debug namespace | Nathan Binkert |
2011-04-15 | includes: fix up code after sorting | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-15 | region: add a utility class for keeping track of regions of some range | Nathan Binkert |
2011-04-15 | SortedDict: add functions for getting ranges of keys, values, items | Nathan Binkert |
2011-04-15 | python: figure out if the m5.internal package exists even with demandimport | Nathan Binkert |
2011-04-13 | refcnt: Update doxygen comments | Nathan Binkert |