Age | Commit message (Expand) | Author |
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 |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
2014-08-28 | mem: adding architectural page table support for SE mode | Alexandru |
2014-04-01 | mem: adding a multi-level page table class | Alexandru |
2014-02-05 | sim: bump checkpoint version for multiple event queues | Curtis Dunham |
2014-08-13 | sim: remove kernel mapping check for baremetal workloads | Dam Sunwoo |
2014-08-13 | cpu: Don't forward declare RefCountingPtr | Andreas Sandberg |
2014-08-10 | config: Add SubSystem container for simobjects | Geoffrey Blake |
2014-07-23 | cpu: `Minor' in-order CPU model | Andrew Bardsley |
2014-07-19 | syscall emulation: fix fast build issue | Steve Reinhardt |
2014-07-18 | sim: remove unused MemoryModeStrings array | Steve Reinhardt |
2014-07-18 | syscall emulation: fix DPRINTF arg ordering bug | Steve Reinhardt |
2014-07-01 | util: Add DVFS perfLevel to checkpoint upgrade script | Radhika Jagtap |
2014-06-30 | power: Add basic DVFS support for gem5 | Stephan Diestelhorst |