misc: Re-remove Authors lines from source files.
[gem5.git] / src / mem / physical.cc
2021-01-23 Gabe Blackmem: Stop "using namespace std"
2021-01-15 Daniel R. Carvalhomisc: Fix some includes
2020-07-08 Boris Shingarovmem: Optionally share the backing store
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-19 Bobby R. Brucemisc,sim: Tagged API methods in sim/serialize.hh
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackmem: Delete authors lists from mem files.
2019-04-19 Daniel R. Carvalhomem: Allow packet to provide its own addr range
2018-06-19 Nikos Nikolerismem: Use address range to find the right physical address
2018-06-19 Gabe Blackmem: Use the caching in the AddrRangeMap class in Physi...
2018-06-19 Nikos Nikolerisbase, mem: Disambiguate if an addr range is contained...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-08-22 David Hashecpu, mem, sim: Change how KVM maps memory
2016-04-15 Bjoern A. Zeebmem: FreeBSD does not provide MAP_NORESERVE either
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-02-16 Andreas Hanssonmem: mmap the backing store with MAP_NORESERVE
2015-02-16 Andreas Hanssonmem: Use the range cache for lookup as well as access
2014-10-16 Andreas Hanssonmem: Modernise PhysicalMemory with C++11 features
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-02-18 Andreas Hanssonmem: Fix bug in PhysicalMemory use of mmap and munmap
2013-05-30 Andreas Hanssonmem: Avoid explicitly zeroing the memory backing store
2013-03-01 Andreas Hanssonmem: Merge interleaved ranges when creating backing...
2013-01-07 Andreas Hanssonmem: Merge ranges that are part of the conf table
2013-01-07 Andreas Hanssonmem: Add interleaving bits to the address ranges
2013-01-07 Andreas Hanssonbase: Simplify the AddrRangeMap by removing unused...
2013-01-07 Andreas Hanssonbase: Encapsulate the underlying fields in AddrRange
2013-01-07 Andreas Hanssonmem: Remove the joining of neighbouring ranges
2013-01-07 Andreas Hanssonmem: Fix a bug in the memory serialization file naming
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-10-15 Andreas HanssonMem: Separate the host and guest views of memory backin...
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-30 Andreas HanssonRuby: Remove the physMemPort and instead access memory...
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-22 Andreas HanssonMEM: Split SimpleTimingPort into PacketQueue and ports
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-25 Ali SaidiMem: Add simple bandwidth stats to PhysicalMemory
2012-01-17 William WangMEM: Remove the functional ports from the memory system
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-12-01 Brad Beckmannphysmem: Improved fatal message for size mismatch
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-06-08 Gabe BlackMem: Use sysconf to get the page size instead of the...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-02-23 Ali SaidiMem: Print out memory when access > 8 bytes
2011-02-23 Ali SaidiIncludes: Don't include isa_traits.hh and use the TheIS...
2010-11-20 Ali SaidiSE: Fix simulating more than 4GB of RAM in SE mode
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-11-08 Ali SaidiMem: Finish half-baked support for mmaping file in...
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-20 Lisa Hsuutil: do checkpoint aggregation more cleanly, fix last...
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-02 Steve ReinhardtFix setting of INST_FETCH flag for O3 CPU.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-16 Nathan Binkertphysmem: Add a null option to physical memory so it...
2008-04-10 Ali SaidiPhysicalMemory: Add parameter for variance in memory...
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-20 Gabe BlackMerge with head.
2007-11-19 Ali SaidiMemory: Cache the physical memory start and size so...
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-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
2007-07-30 Steve Reinhardtmemory system: fix functional access bug.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Nathan Binkertmerge whitespace fixes
next