Age | Commit message (Expand) | Author |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2015-08-07 | base: Declare a type for context IDs | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-02-16 | mem: mmap the backing store with MAP_NORESERVE | Andreas Hansson |
2015-02-16 | mem: Use the range cache for lookup as well as access | Andreas Hansson |
2014-10-16 | mem: Modernise PhysicalMemory with C++11 features | Andreas Hansson |
2014-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-02-18 | mem: Fix bug in PhysicalMemory use of mmap and munmap | Andreas Hansson |
2013-05-30 | mem: Avoid explicitly zeroing the memory backing store | Andreas Hansson |
2013-03-01 | mem: Merge interleaved ranges when creating backing store | Andreas Hansson |
2013-01-07 | mem: Merge ranges that are part of the conf table | Andreas Hansson |
2013-01-07 | mem: Add interleaving bits to the address ranges | Andreas Hansson |
2013-01-07 | base: Simplify the AddrRangeMap by removing unused code | Andreas Hansson |
2013-01-07 | base: Encapsulate the underlying fields in AddrRange | Andreas Hansson |
2013-01-07 | mem: Remove the joining of neighbouring ranges | Andreas Hansson |
2013-01-07 | mem: Fix a bug in the memory serialization file naming | Andreas Hansson |
2012-11-16 | sim: have a curTick per eventq | Nilay Vaish |
2012-10-15 | Mem: Separate the host and guest views of memory backing store | Andreas Hansson |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-04-06 | MEM: Enable multiple distributed generalized memories | Andreas Hansson |
2012-03-30 | Ruby: Remove the physMemPort and instead access memory directly | Andreas Hansson |
2012-03-30 | MEM: Introduce the master/slave port sub-classes in C++ | William Wang |
2012-03-22 | MEM: Split SimpleTimingPort into PacketQueue and ports | Andreas Hansson |
2012-02-24 | MEM: Move port creation to the memory object(s) construction | Andreas Hansson |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-25 | Mem: Add simple bandwidth stats to PhysicalMemory | Ali Saidi |
2012-01-17 | MEM: Remove the functional ports from the memory system | William Wang |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2012-01-07 | Merge with the main repository again. | Gabe Black |
2011-12-01 | physmem: Improved fatal message for size mismatch | Brad Beckmann |
2011-11-18 | SE/FS: Get rid of includes of config/full_system.hh. | Gabe Black |
2011-06-08 | Mem: Use sysconf to get the page size instead of the PAGE_SIZE macro. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-03-01 | Spelling: Fix the a spelling error by changing mmaped to mmapped. | Gabe Black |
2011-02-23 | Mem: Print out memory when access > 8 bytes | Ali Saidi |
2011-02-23 | Includes: Don't include isa_traits.hh and use the TheISA namespace unless rea... | Ali Saidi |
2010-11-19 | SE: Fix simulating more than 4GB of RAM in SE mode | Ali Saidi |
2010-11-08 | ARM: Add checkpointing support | Ali Saidi |
2010-11-08 | Mem: Finish half-baked support for mmaping file in physmem. | Ali Saidi |
2010-01-19 | util: do checkpoint aggregation more cleanly, fix last changeset. | Lisa Hsu |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-08-01 | Fix setting of INST_FETCH flag for O3 CPU. | Steve Reinhardt |
2009-07-08 | Registers: Add a registers.hh file as an ISA switched header. | Gabe Black |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-19 | Mem: Change isLlsc to isLLSC. | Gabe Black |