Age | Commit message (Expand) | Author |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-11-07 | alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates. | Gabe Black |
2017-11-02 | alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts. | Gabe Black |
2017-10-31 | x86: Fix VEX instruction decoding. | Gabe Black |
2017-10-17 | scons: Stop generating inc.d in the isa parser. | Gabe Black |
2017-10-13 | mem: Signal the local monitor when clearing the global monitor | Nikos Nikoleris |
2017-09-27 | arch-x86: fix CondInst decoding for MOV to Control Registers | Bjoern A. Zeeb |
2017-09-11 | stats: Get rid of some kernel stats related cruft. | Gabe Black |
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 |