dev: Use shared_ptr for Arguments::Data
[gem5.git] / src / sim /
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-11-02 Dam SunwooARM: dump stats and process info on context switches
2012-11-02 Ali Saidisim: Fix as issue where exit events on instr queues...
2012-10-25 Andreas Hanssondev: Make default clock more reasonable for system...
2012-10-15 Nilay Vaishruby: reset timing after cache warm up
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-10-15 Andreas HanssonMem: Separate the host and guest views of memory backin...
2012-10-15 Andreas HanssonCheckpoint: Make system serialize call children
2012-10-15 Andreas HanssonClock: Inherit the clock from parent by default
2012-09-25 Sascha BischoffStatistics: Add a function to configure periodic stats...
2012-09-25 Ali SaidiARM: Squash outstanding walks when instructions are...
2012-09-25 Andreas Sandbergsim: Move CPU-specific methods from SimObject to the...
2012-09-25 Andreas Sandbergsim: Remove SimObject::setMemoryMode
2012-09-21 Lluc AlvarezSE: Ignore FUTEX_PRIVATE_FLAG of sys_futex
2012-09-10 Palle LyckegaardNetBSD: Build on NetBSD
2012-09-07 Andreas Sandbergsim: Update the SimObject documentation
2012-09-07 Andreas Sandbergsim: Remove the unused SimObject::regFormulas method
2012-09-07 Krishnendra Nathellasim: add validation to make sure there is memory where...
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-28 Andreas HanssonClock: Rework clocks to avoid tick-to-cycle transformations
2012-08-28 Anthony Gutierrezsim: fix overflow check in simulate because Tick is...
2012-08-27 Nilay VaishSystem: Remove redundant call to startupCPU
2012-08-21 Andreas HanssonEventManager: Remove test for NULL pointer in constructor
2012-08-21 Andreas HanssonClock: Make Tick unsigned and remove UTick
2012-08-21 Andreas HanssonClock: Move the clock and related functions to ClockedO...
2012-08-15 Anthony GutierrezO3,ARM: fix some problems with drain/switchout function...
2012-08-08 Nilay VaishSystem: set kernel to null, if unspecified.
2012-08-06 Steve Reinhardtprocess: add progName() virtual function
2012-08-06 Steve Reinhardtsyscall_emul: clean up open() code a bit.
2012-08-06 Steve Reinhardtstr: add an overloaded startswith() utility method
2012-08-06 Marc Orrsyscall emulation: Clean up ioctl handling, and impleme...
2012-07-11 Marc Orrsyscall emulation: Add the futex system call.
2012-07-11 Steve ReinhardtAdd hook to call map() on Process from python.
2012-07-09 Andreas HanssonEventManager: Rename queue accessor and remove cast...
2012-07-09 Andreas HanssonFix: Address a few benign memory leaks
2012-06-05 Ali Saidicpt: update some comments in the checkpoint migration...
2012-06-05 Dam SunwooMem: add per-master stats to physmem
2012-06-05 Ali Saidisim: Provide a framework for detecting out of data...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-05-30 Andreas Hanssongcc: Small fixes to compile with gcc 4.7
2012-05-19 Gabe BlackSyscalls: warn when the length argument to mmap is...
2012-05-15 Lena OlsonMem: Fix size check when allocating physical memory
2012-05-10 Ali Saidigem5: fix a number of use after free issues
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-19 Andreas Hanssonclang: Fix recently introduced clang compilation errors
2012-03-09 Ali SaidiSystem: Move code in initState() back into constructor...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-13 Andreas HanssonMEM: Introduce the master/slave port roles in the Pytho...
2012-02-12 Anthony Gutierrezcpu: add separate stats for insts/ops both globally...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-10 Nilay Vaishsim/system: initialize the pagePtr variable
2012-02-03 Gabe BlackSystem: Forgot to qrefresh with my last change.
2012-02-03 Gabe BlackSystem: Fix the check which detects running out of...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Dam Sunwooutil: implements "writefile" gem5 op to export file...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackSE/FS: Make SE vs. FS mode a runtime parameter.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-25 Ali Saidisim: display final value of curTick in stats
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-17 Andreas HanssonMEM: Add the system port as a central access point
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
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.
2012-01-05 Nilay Vaisheventq: add a function for replacing head of the queue
2011-12-01 Ali SaidiSE: Don't warn when not extending stack as it's too...
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in sim.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-31 Gabe BlackSE/FS: Compile in system events in SE mode.
2011-10-31 Gabe BlackSystem: Push boot_cpu_frequency down into the subclasse...
2011-10-30 Gabe BlackSE/FS: Build syscall_emul.cc in FS mode.
2011-10-30 Gabe BlackSE/FS: Make the system object more consistent between...
2011-10-30 Gabe BlackSE/FS: Build the base process class in FS.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-10-20 Steve ReinhardtSimObject: add export_method* hooks to export C++ metho...
2011-10-20 Steve Reinhardtscons/swig: refactor some of the scons/SWIG code
2011-10-16 Gabe BlackSE/FS: Make some system funcs available in SE and FS.
2011-09-30 Gabe BlackSE/FS: Remove System::platform and Platform::intrFrequency.
2011-09-27 Gabe BlackFaults: Make the generic faults more consistent between...
2011-09-26 Gabe BlackSE/FS: Define a const bool FullSystem which will equal...
2011-09-23 Steve Reinhardtevent: minor cleanup
2011-09-23 Steve Reinhardtpseudo_inst: clean up workbegin/workend functions
2011-09-19 Gabe BlackFaults: Get rid of the unused isAlignmentFault and...
2011-09-19 Gabe BlackEndianness: Make it easier to check the compiled in...
next