Age | Commit message (Expand) | Author |
2018-09-26 | util: Do not use $(PWD) in Makefiles | Kevin Brodsky |
2018-08-17 | tests: Add test for the m5-exit instruction. | Sean Wilson |
2018-01-25 | util: Implement Lua module for m5ops. | Hanhwi Jang |
2018-01-20 | util: Implement PIC version of m5ops for X86. | Hanhwi Jang |
2018-01-11 | util/m5: add Android.mk | Earl Ou |
2018-01-09 | util: Add the missing wakecpu m5op in X86. | Hanhwi Jang |
2017-09-26 | misc: Make the m5 utilities writefile command accept a host path. | Gabe Black |
2017-08-01 | util: Move m5op.h to the shared include directory | Andreas Sandberg |
2017-08-01 | util, m5: Use consistent naming for m5op C symbols | Andreas Sandberg |
2017-08-01 | util: Move the m5ops.h file to a shared directory | Andreas Sandberg |
2017-05-15 | style: fix line lengths and include ordering | Brandon Potter |
2017-05-09 | util, arm: Support mmapped m5ops on aarch64 | Andreas Sandberg |
2017-05-09 | util: Correctly handle short writes in m5 (read|exec)file | Andreas Sandberg |
2017-05-09 | util: Add the m5_loadsymbol pseudo op to the m5 tool | Andreas Sandberg |
2017-05-09 | util: Fix incorrect use of m5_loadsymbol | Andreas Sandberg |
2017-05-08 | util: Fix incorrect return type in m5 writefile | Andreas Sandberg |
2016-10-26 | dev: Add m5 op to toggle synchronization for dist-gem5. | Michael LeBeane |
2016-03-30 | arm: Clean up m5ops assembly library | Andreas Sandberg |
2016-03-16 | misc: Fix argument handling for m5 initparam util | Gabor Dozsa |
2016-02-29 | util: update Java JNI interface to m5ops | Prakash Ramrakhyani |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2016-01-07 | pseudo inst,util: Add optional key to initparam pseudo instruction | Gabor Dozsa |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-05-09 | arm: Add Makefile for aarch64 build of util/m5 | Eric Van Hensbergen |
2014-04-01 | arm: fix typos in makefile for ARM m5 util and link statically | Anthony Gutierrez |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2013-10-31 | arm: fix m5ops binary for ARM and add m5fail. | Ali Saidi |
2013-09-30 | x86: Add support for m5ops through a memory mapped interface | Andreas Sandberg |
2013-08-14 | arm: use -march when compiling m5op_arm.S | Anthony Gutierrez |
2013-05-14 | arm: Add support for the m5fail pseudo-op | Andreas Sandberg |
2013-05-14 | arm: Fix compilation error in m5 utility | Andreas Sandberg |
2013-05-07 | arm: Make libm5 a dependency of the m5 utility | Andreas Sandberg |
2013-04-22 | kvm: Add support for pseudo-ops on ARM | Andreas Sandberg |
2013-03-25 | x86: Revert [02321b16685f] which breaks m5ops on x86 | Andreas Sandberg |
2013-01-08 | util: add writefile to m5 util program for x86 | Lluís Vilanova |
2013-01-08 | util: add m5_fail op. | Lluís Vilanova |
2013-01-07 | util: Fix stack corruption in the m5 util | Andreas Sandberg |
2012-11-03 | x86, util: add m5_writefile to m5op_x86.S | Lluis Vilanova |
2012-10-09 | m5: Expose m5 pseudo-instructions to C/C++ via a static library | James Clarkson |
2012-09-07 | ARM: Fix the compiler and platform identification for building on ARM. | Ali Saidi |
2012-09-07 | ARM: fix m5 op binary to properly convert 64bit operands | Ali Saidi |
2012-05-10 | ARM: Update m5op assembly for thumb compilation. | Ali Saidi |
2012-01-31 | util: implements "writefile" gem5 op to export file from guest to host filesy... | Dam Sunwoo |
2012-01-09 | ARM: Add support for initparam m5 op | Ali Saidi |
2011-09-13 | gem5ops: Implement Java JNI for gem5Ops | Prakash Ramrakhyani |
2011-06-17 | ARM: Cleanup m5ops usage of r0 and r1 a bit. | Ali Saidi |
2011-06-17 | ARM: Add m5ops and related support for workbegin() and workend() to ARM ISA. | Gedare Bloom |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-02-06 | m5: added work completed monitoring support | Brad Beckmann |
2010-11-22 | X86: Remove reserved* from the m5 utility program for x86. | Gabe Black |