Age | Commit message (Expand) | Author |
2017-08-30 | arch-x86: Add missing override in the X86 TLB | Andreas Sandberg |
2017-08-28 | x86: Use the new CondInst format for moves to/from control registers. | Gabe Black |
2017-08-28 | x86: Add a "CondInst" format for conditionally decoded instructions. | Gabe Black |
2017-07-17 | sim, x86: Make clone a virtual function | Sean Wilson |
2017-07-17 | x86: Add stats to X86 TLB | Swapnil Haria |
2017-07-12 | mips, x86: Refactor some Event subclasses into lambdas | Sean Wilson |
2017-07-05 | cpu: Added interface for vector reg file | Rekai Gonzalez-Alberquilla |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2017-06-20 | sim, x86: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |
2017-06-15 | x86: Add consistent overrides to process.hh | Sean Wilson |
2017-06-15 | x86: Fixed remote debugging of simulated code | Matthias Hille |
2017-05-26 | x86: Rework how VEX prefixes are decoded. | Gabe Black |
2017-05-25 | x86: sim: Make 32 bit x86 processes work again. | Gabe Black |
2017-05-18 | base: Refactor the GDB code. | Gabe Black |
2017-05-16 | x86: Fix the multiplication microops. | Gabe Black |
2017-04-18 | x86: fixed branching() computation for branch uops | Santi Galan |
2017-03-09 | syscall-emul: Ignore unimplemented system calls | Brandon Potter |
2017-03-09 | syscall-emul: Add the tgkill system call | Brandon Potter |
2017-03-09 | syscall-emul: Add or extend dup, dup2, and pipe | Brandon Potter |
2017-03-09 | syscall-emul: Add functionality to open syscalls | Brandon Potter |
2017-03-09 | style: Correct some style issues | Brandon Potter |
2017-03-09 | syscall-emul: Move memState into its own file | Brandon Potter |
2017-02-27 | syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s... | Brandon Potter |
2017-02-27 | syscall_emul: [patch 14/22] adds identifier system calls | Brandon Potter |
2017-02-27 | x86: remove unnecessary parameter from functions | Brandon Potter |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2015-07-20 | syscall_emul: [patch 11/22] extend functionality of fcntl | Brandon Potter |
2017-02-23 | x86: remove redundant condition check in tlb code | Brandon Potter |
2016-11-09 | syscall_emul: [patch 9/22] remove unused global variable (num_processes) | Brandon Potter |
2016-11-09 | syscall_emul: [patch 8/22] refactor process class | Brandon Potter |
2016-11-09 | syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead | Brandon Potter |
2017-02-10 | x86: Fix implicit stack addressing in 64-bit mode | Jason Lowe-Power |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-11-09 | syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc | Brandon Potter |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-12-15 | syscall_emul: implement fallocate | Brandon Potter |
2016-12-15 | syscall_emul: add support for x86 statfs system calls | Brandon Potter |
2016-11-21 | x86: fix issue with casting in Cvtf2i | Tony Gutierrez |
2016-11-19 | x86: fix loading/storing of Float80 types | Tony Gutierrez |
2016-10-26 | hsail,gpu-compute: fixes to appease clang++ | Tony Gutierrez |
2016-10-26 | dev: Add m5 op to toggle synchronization for dist-gem5. | Michael LeBeane |
2016-10-04 | kvm: Adding details to kvm page fault in x86 | Alexandru Dutu |
2016-09-13 | x86: Force strict ordering for memory mapped m5ops | Michael LeBeane |
2016-08-15 | cpu, arch: fix the type used for the request flags | Nikos Nikoleris |
2016-08-05 | sim: fix issues with pwrite(); don't enable fstatfs | Tony Gutierrez |
2016-08-04 | x86, sim: add some syscalls to X86 | Tony Gutierrez |
2016-05-19 | config, x86: Properly space pad the X86IntelMPBus Entry descriptions | Bjoern A. Zeeb |
2016-05-19 | x86, dev: properly space the APIC registers | Bjoern A. Zeeb |
2016-04-01 | syscall_emul: remove mmapFlagTable | Steve Reinhardt |