Age | Commit message (Expand) | Author |
2015-03-23 | sim: Reuse the same limit_event in simulate() | Curtis Dunham |
2015-03-02 | mem: Split port retry for all different packet classes | Andreas Hansson |
2015-02-16 | mem: mmap the backing store with MAP_NORESERVE | Andreas Hansson |
2015-02-11 | sim: Move the BaseTLB to src/arch/generic/ | Andreas Sandberg |
2015-02-03 | sim: Remove test for non-NULL this in Event | Andreas Sandberg |
2014-12-19 | sim: prioritize async events; prevent starvation | Curtis Dunham |
2015-01-25 | sim: Clean up InstRecord | Ali Saidi |
2015-01-25 | cpu: Remove all notion that we know when the cpu is misspeculating. | Ali Saidi |
2015-01-03 | arm: Add unlinkat syscall implementation | mike upton |
2014-12-27 | syscall_emul: Return correct writev value | Joel Hestness |
2014-11-24 | misc: Another round of static analysis fixups | Andreas Hansson |
2014-11-23 | mem: Page Table map api modification | Alexandru Dutu |
2014-11-23 | x86: Segment initialization to support KvmCPU in SE | Alexandru Dutu |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-09-02 | syscall_emul: add retry flag to SyscallReturn | Steve Reinhardt |
2014-10-22 | syscall_emul: minor style fix to LiveProcess constructor | Steve Reinhardt |
2014-10-22 | syscall_emul: devirtualize BaseBufferArg methods | Steve Reinhardt |
2014-10-22 | syscall_emul: Put BufferArg classes in a separate header. | Steve Reinhardt |
2014-10-22 | syscall_emul: add EmulatedDriver object | Steve Reinhardt |
2014-10-22 | sim: revert 6709bbcf564d | Nilay Vaish |
2014-10-20 | x86: Fixes to avoid LTO warnings | Andreas Hansson |
2014-10-20 | sim: invalid alignment checks in mmap and mremap | Tom Jablin |
2014-10-20 | sim: mmap: correct behavior for fixed address | Michael Adler |
2014-10-20 | sim: implement getdents/getdents64 in user mode | Michael Adler |
2014-10-20 | x86: syscall: implementation of exit_group | Severin Wischmann ext:(%2C%20Ioannis%20Ilkos%20%3Cioannis.ilkos09%40imperial.ac.uk%3E) |
2014-10-16 | sim: EventQueue wakeup on events scheduled outside the event loop | Andreas Hansson |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-10-16 | dev: Use shared_ptr for Arguments::Data | Andreas Hansson |
2014-10-16 | arch,x86,mem: Dynamically determine the ISA for Ruby store check | Andreas Hansson |
2014-10-16 | mem: Dynamically determine page bytes in memory components | Andreas Hansson |
2014-10-16 | cpu: Probe points for basic PMU stats | Andreas Sandberg |
2014-10-16 | sim: Add typedefs for PMU probe points | Andreas Sandberg |
2014-10-16 | sim: Add support for serializing BitUnionXX | Andreas Sandberg |
2014-10-16 | config: Add the ability to read a config file using C++ and Python | Andreas Hansson |
2014-10-16 | config: Add a --without-python option to build process | Andrew Bardsley |
2014-10-01 | misc: Fix issues identified by static analysis | Andreas Hansson |
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson |
2014-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-09-20 | alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate | Mitch Hayenga |
2014-08-12 | energy: Tighter checking of levels for DFS systems | Stephan Diestelhorst |
2014-06-16 | energy: Small extentions and fixes for DVFS handler | Stephan Diestelhorst |
2014-09-20 | base: Clean up redundant string functions and use C++11 | Andreas Hansson |
2014-09-19 | arch: Pass faults by const reference where possible | Andreas Hansson |
2014-09-19 | misc: Restore ostream flags where needed | Andreas Hansson |
2014-09-12 | style: Fix line continuation, especially in debug messages | Andrew Bardsley |
2014-09-09 | sim: Automatically unregister probe listeners | Andreas Sandberg |
2014-09-09 | sim: Fix resource leak in BaseGlobalEvent | Andreas Sandberg |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-04-29 | arm: use condition code registers for ARM ISA | Curtis Dunham |
2014-09-03 | sim: Fix checkpoint restore for Ticked | Andrew Bardsley |