mem: Record the request master ID in the PacketInfo structure.
[gem5.git] / src / sim /
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: fix bugs for mmap2 system call and x86...
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Alexandru Dutusyscall_emul: add extra debug support for syscalls
2016-03-17 Brandon Pottersyscall_emul, style: refactor lseek
2016-03-17 Brandon Pottersyscall_emul, style: fix newline issue inside assert
2016-03-08 Andreas Hanssonsyscall_emul: Fix erroneous use of delete
2015-06-17 David Guillen Fandossim: Add voltage() function to clocked_object
2015-11-26 Andreas Sandbergsim: Add support for notifying Drainable objects of...
2015-11-27 Andreas Sandbergbase: Add support for changing output directories
2016-02-13 Michael LeBeanesyscall_emul: Implement clock_getres() system call
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2016-01-18 Steve Reinhardtsim: don't ignore SIG_TRAP
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2016-01-07 Gabor Dozsadev: Distributed Ethernet link for distributed gem5...
2016-01-07 Gabor Dozsapseudo inst,util: Add optional key to initparam pseudo...
2015-12-18 Andreas Sandbergsim: Use the old work item behavior by default
2015-12-14 Andreas Sandbergsim: Add an option to forward work items to Python
2015-11-05 Sascha Bischoffsim: Disable gzip compression for writefile pseudo...
2015-12-09 Steve Reinhardtsyscall_emul: don't check host fd when allocating target fd
2015-12-04 Andreas Sandbergsim: Get rid of the non-const serialize() method
2015-12-04 Andreas Sandbergsim: Add support for generating back traces on errors
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-10-09 Dylan Johnsonsim: Add relative break scheduling
2015-09-02 Dylan Johnsonsim: Add ability to break at specific kernel function
2015-09-30 Mitch Hayengacpu: Change thread assignments for heterogenous SMT
2015-09-29 Joel Hestnesssyscall_emul: Bandage readlink /proc/self/exe
2015-09-25 Andreas Hanssonmem: Add PacketInfo to be used for packet probe points
2015-09-04 Andreas Hanssonsim: Fix time unit in abort message
2015-09-03 Nilay Vaishmerged with recent commits.
2015-09-02 Curtis Dunhamsim: tag-based checkpoint versioning
2015-09-02 Curtis Dunhamsim: support checkpointing std::set<std::string>'s
2015-09-02 Curtis Dunhamsim: make warning for absent optional parameters optional
2015-09-01 Andreas Sandbergsim: Remove broken AutoSerialize support from the event...
2015-09-01 Andreas Sandbergsim: Remove autoserialize support for exit events
2015-09-01 Andreas Sandbergsim: Remove unused SerializeBuilder interface
2015-09-01 Andreas Sandbergsim: Replace fromInt/fromSimObject with decltype
2015-09-01 Andreas Sandbergsim: Move SimObject resolver to sim_object.hh
2015-08-26 Emilio Castillocpu: quiesce pseudoinsts: Always do full quiesce
2015-08-11 Nilay Vaishsim: clocked object: function for converting cycles...
2015-08-07 Andreas Sandbergsim: Flag EventQueue::getCurTick() as const
2015-08-07 Andreas Sandbergsim: Split ClockedObject to make it usable to non-SimOb...
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-08-05 Andreas Sandbergsim: Fixup comments and constness in draining infrastru...
2015-08-04 Andreas Sandbergsim: Initialize Drainable::_drainState to the system...
2015-08-04 Andreas Sandbergmem: Add probe support to the CommMonitor
2015-08-04 Timothy Jonessim: function for testing for auto deletion
2015-08-04 Timothy Jonesuby: Fix checkpointing and restore
2015-07-20 David Hashesyscall: Add readlink to x86 with special case /proc...
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-24 Brandon Potterstyle: change Process function calls to use camelCase
2015-07-24 Brandon Pottersyscall_emul: standardized file descriptor name and...
2015-07-24 Brandon Potterbase: refactor process class (specifically FdMap and...
2015-07-24 Brandon Pottersyscall_emul: file descriptor interface changes
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-07 Andreas Sandbergsim: Move mem(Writeback|Invalidate) to SimObject
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-07-07 Andreas Sandbergsim: Add macros to serialize objects into a section
2015-07-07 Andreas Sandbergbase: Add serialization support to Pixels and FrameBuffer
2015-07-07 Andreas Sandbergsim: Fix broken event unserialization
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-07 Andreas Sandbergsim: Add serialization macros for std containers
2015-06-01 Curtis Dunhamsim, arm: add checkpoint upgrader for d02b45a5
2015-05-26 Giacomo Gabrielliarm: Implement some missing syscalls (SE mode)
2015-05-23 Andreas Sandbergbase: Redesign internal frame buffer handling
2015-05-15 Andreas Sandbergsim: Don't clear the active CPU vector in System::initState
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2015-04-22 Brandon Pottersyscall_emul: update getrlimit to use warn
2015-04-22 Brandon Pottersyscall_emul: fix warning with wrong syscall name
2015-04-13 Nilay Vaishsim: Use NULL instead of None for testing filenames.
2015-04-13 Nilay Vaishsim: fix function for emulating dup()
2015-04-03 Ruslan Bukinsim: correct check for endianess
2015-03-26 Curtis Dunhamsim: Update limit_event reuse to final version
2015-03-23 Curtis Dunhamsim: Reuse the same limit_event in simulate()
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-16 Andreas Hanssonmem: mmap the backing store with MAP_NORESERVE
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-02-03 Andreas Sandbergsim: Remove test for non-NULL this in Event
2014-12-19 Curtis Dunhamsim: prioritize async events; prevent starvation
2015-01-25 Ali Saidisim: Clean up InstRecord
2015-01-25 Ali Saidicpu: Remove all notion that we know when the cpu is...
2015-01-03 mike uptonarm: Add unlinkat syscall implementation
2014-12-27 Joel Hestnesssyscall_emul: Return correct writev value
2014-11-24 Andreas Hanssonmisc: Another round of static analysis fixups
2014-11-24 Alexandru Dutumem: Page Table map api modification
2014-11-24 Alexandru Dutux86: Segment initialization to support KvmCPU in SE
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-10-30 Ali Saidiautomated merge
2014-09-02 Steve Reinhardtsyscall_emul: add retry flag to SyscallReturn
2014-10-22 Steve Reinhardtsyscall_emul: minor style fix to LiveProcess constructor
2014-10-22 Steve Reinhardtsyscall_emul: devirtualize BaseBufferArg methods
2014-10-22 Steve Reinhardtsyscall_emul: Put BufferArg classes in a separate header.
2014-10-22 Steve Reinhardtsyscall_emul: add EmulatedDriver object
next