Age | Commit message (Expand) | Author |
2015-05-23 | base: Redesign internal frame buffer handling | Andreas Sandberg |
2015-05-15 | sim: Don't clear the active CPU vector in System::initState | Andreas Sandberg |
2015-05-05 | syscall_emul: fix warn_once behavior | Steve Reinhardt |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2015-04-22 | syscall_emul: implement clock_gettime system call | Brandon Potter |
2015-04-22 | syscall_emul: update getrlimit to use warn | Brandon Potter |
2015-04-22 | syscall_emul: fix warning with wrong syscall name | Brandon Potter |
2015-04-13 | sim: Use NULL instead of None for testing filenames. | Nilay Vaish |
2015-04-13 | sim: fix function for emulating dup() | Nilay Vaish |
2015-04-03 | sim: correct check for endianess | Ruslan Bukin |
2015-03-26 | sim: Update limit_event reuse to final version | Curtis Dunham |
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 |