- 1678a08 syscall_emul: adding symlink system call by Matt Sinclair · 7 years ago
- 3fb16fa syscall_emul: adding link system call by Matt Sinclair · 7 years ago
- 51f4359 dev: Exit correctly in dist-gem5 for SE mode by Michael LeBeane · 7 years ago
- abb21ba style: fix amd license and style issues by Tony Gutierrez · 7 years ago
- e89e835 sim: Remove trailing dot when assigning a master's name by Giacomo Travaglini · 7 years ago
- 5187a24 sim,cpu,mem,arch: Introduced MasterInfo data structure by Giacomo Travaglini · 7 years ago
- ee2ffdc docs: Fix power model doxygen by Jason Lowe-Power · 7 years ago
- 1e4ce6d sim-se: Fix fallthrough in prlimit by Jason Lowe-Power · 7 years ago
- f4d83ea sim, power: Temperature used for power calculations by Anouk Van Laer · 7 years ago
- ed0f02e sim: Added model type to power model by Anouk Van Laer · 8 years ago
- d5231d1 sim: Add gtoh/htog helpers that take an explicit endianness by Chuan Zhu · 7 years ago
- 6af3a7d sim: Remove _numContexts member in System class by Giacomo Travaglini · 7 years ago
- 7c8662f arm: DT autogeneration - Device Tree generation methods by Glenn Bergmans · 9 years ago
- a4e7227 tarch, mem: Abstract the data stored in the SE page tables. by Gabe Black · 7 years ago
- db8c55d x86, mem: Rewrite the multilevel page table class. by Gabe Black · 7 years ago
- 039d914 sim: Use the new BitUnion templates in serialize.hh. by Gabe Black · 7 years ago
- cd9450c base: Rework bitunions so they can be more flexible. by Gabe Black · 7 years ago
- ecec887 sim, arch, base: Refactor the base remote GDB class. by Gabe Black · 7 years ago
- 372adea arch, mem, sim: Consolidate and rename the SE mode page table classes. by Gabe Black · 7 years ago
- 6946720 sim: Simplify registerThreadContext a little bit. by Gabe Black · 7 years ago
- 54a9d47 arch,mem: Move page table construction into the arch classes. by Gabe Black · 7 years ago
- 3fb4d59 arch-riscv,sim: Support clone syscall in RISC-V by Tuan Ta · 7 years ago
- d1f665a sim: Fix a bug in prlimit syscall in SE mode by Tuan Ta · 7 years ago
- 5c41076 misc: Updates for gcc7.2 for x86 by Jason Lowe-Power · 7 years ago
- f6486a1 arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. by Gabe Black · 7 years ago
- a8f82f5 base: Add endianness conversion functions for std::array types. by Gabe Black · 7 years ago
- 1088f0c misc: Rename misc.(hh|cc) to logging.(hh|cc) by Gabe Black · 7 years ago
- 85168c4 scons: Switch from "guards" to "tags" on source files. by Gabe Black · 7 years ago
- a01d530 sim-se: Add default to SyscallDesc constructor by Alec Roelke · 7 years ago
- 00232a8 sim: Fix need to save address space info during serialization. by Austin Harris · 7 years ago
- 62ae85c sim: Implement load_addr_mask auto-calculation by Geoffrey Blake · 9 years ago
- 1033838 sim: ScopedMigration does nothing if both eqs are the same by Tiago Muck · 7 years ago
- 0757bef pwr: Enable multiple power models per component by David Guillen Fandos · 9 years ago
- 8d59fe4 sim: Clocked object debug message updated for clarity by Tiago Muck · 7 years ago
- 45b6179 sim: Add an option to load additional kernel objects by Andreas Sandberg · 9 years ago
- 7e02ab1 sim-se: Add prlimit system call by Alec Roelke · 7 years ago
- 1ff5e31 sim-se: Fix mremap for downward growing mmap regions by Rico Amslinger · 7 years ago
- e4c60aa sim: make compile on FreeBSD prior to 11 by Bjoern A. Zeeb · 7 years ago
- 70acf7f mem: Record the request master ID in the PacketInfo structure. by Gabe Black · 7 years ago
- f1b3b28 sim: Stop using loadState in the Root SimObject. by Gabe Black · 7 years ago
- f2d0adf sim: Use named constants for pseudo ops by Andreas Sandberg · 7 years ago
- 8e8ad9d sim: Prevent segfault in the wakeCpu m5op if id is invalid by Jose Marinho · 8 years ago
- 352c1ad sim, x86: Make clone a virtual function by Sean Wilson · 8 years ago
- 55f7076 sim, gdb: Refactor some Event subclasses into lambdas by Sean Wilson · 8 years ago
- c2baaab cpu, sim: Add param to force CPUs to wait for GDB by Jose Marinho · 8 years ago
- ff87b8a sim: Fix clashing stat names in TickedObject and Ticked by Jose Marinho · 8 years ago
- 00da089 cpu: Added interface for vector reg file by Rekai Gonzalez-Alberquilla · 8 years ago
- b829b4a kvm: move Kvm check from ARM Kvm GIC to System by Curtis Dunham · 8 years ago
- 9cdfcf9 sim: Updated ClockedObject power state warning by Jason Lowe-Power · 8 years ago
- 85e1a9b sim, x86: Replace EventWrapper use with EventFunctionWrapper by Sean Wilson · 8 years ago
- e34924b sim: Add generic EventFunctionWrapper by Sean Wilson · 8 years ago
- 6de8267 sim: Remove DelayFunction by Sean Wilson · 8 years ago
- 91228e9 x86: sim: Make 32 bit x86 processes work again. by Gabe Black · 8 years ago
- 5b3752c sim: Add hooks to implement event reference counting by Andreas Sandberg · 8 years ago
- c4b85d5 base, sim, arch: Fix clang 5.0 warnings by Andreas Sandberg · 8 years ago
- 6b1069c syscall_emul: Fix undefined macro behavior by Andreas Sandberg · 8 years ago
- 8020c68 syscall_emul: Argument retrieval bug fix by Alexandru Dutu · 8 years ago
- b046be6 base, sim, dev: Remove SWIG by Andreas Sandberg · 8 years ago
- 60e6e78 python: Use PyBind11 instead of SWIG for Python wrappers by Andreas Sandberg · 8 years ago
- f7b3df4 power: Allow global stats in power equations by Stephan Diestelhorst · 8 years ago
- 3aada8e power: Clarify the unit used for the power equations (W) by Stephan Diestelhorst · 8 years ago
- 9ff8a2b power: Add a voltage variable to power expressions by Andreas Sandberg · 8 years ago
- 0b223f4 power: Add error checking to MathExprPowerModel by Andreas Sandberg · 8 years ago
- 31199bb sim: Handle cases where Drainable::resume() creates objects by Andreas Sandberg · 8 years ago
- fcf9431 syscall-emul: Hotfix for FreeBSD/Mac builds by Brandon Potter · 8 years ago
- 1991ff3 syscall-emul: change NULL to nullptr in Process files by Brandon Potter · 8 years ago
- 011ddf9 style: change NULL to nullptr in syscall files by Brandon Potter · 8 years ago
- 2c12868 syscall-emul: Rewrite system call exit code by Brandon Potter · 8 years ago
- 6f7bf1b syscall-emul: Add the tgkill system call by Brandon Potter · 8 years ago
- 8b85f95 syscall-emul: Adds SE mode signal feature by Brandon Potter · 8 years ago
- 198c515 syscall-emul: Add or extend dup, dup2, and pipe by Brandon Potter · 8 years ago
- acce7b0 syscall-emul: Add functionality to open syscalls by Brandon Potter · 8 years ago
- e5fe2b8 style: Correct some style issues by Brandon Potter · 8 years ago
- 43418e7 syscall-emul: Move memState into its own file by Brandon Potter · 8 years ago
- c07a2d6 power: Avoid forward declarations that confuse wrappers by Andreas Sandberg · 8 years ago
- 46bfc14 syscall-emul: Remove unused class and member by Brandon Potter · 8 years ago
- 2367198 syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulations by Brandon Potter · 8 years ago
- 073cb26 syscall_emul: [patch 14/22] adds identifier system calls by Brandon Potter · 8 years ago
- a5802c8 syscall_emul: [patch 13/22] add system call retry capability by Brandon Potter · 10 years ago
- a7a0fd2 style: [patch 12/22] fix preliminary style issues for subsequent fault patch by Brandon Potter · 10 years ago
- 6f54941 syscall_emul: [patch 11/22] extend functionality of fcntl by Brandon Potter · 10 years ago
- 184c6d7 sim: Ensure draining is deterministic by Andreas Hansson · 8 years ago
- d3d983c syscall_emul: [patch 10/22] refactor fdentry and add fdarray class by Brandon Potter · 8 years ago
- 6c41181 syscall_emul: [patch 9/22] remove unused global variable (num_processes) by Brandon Potter · 8 years ago
- 49009f1 syscall_emul: [patch 8/22] refactor process class by Brandon Potter · 8 years ago
- ea84618 syscall_emul: [patch 7/22] remove numCpus method by Brandon Potter · 8 years ago
- b792e9e syscall_emul: [patch 6/22] remove unused fields from Process class by Brandon Potter · 8 years ago
- 3886c4a syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead by Brandon Potter · 8 years ago
- 96f8ff5 sim: fix out-of-bounds error in syscall_desc by Brandon Potter · 8 years ago
- 41beacc sim, kvm: make KvmVM a System parameter by Curtis Dunham · 8 years ago
- d3bfc03 sim,kvm,arm: fix typos by Curtis Dunham · 8 years ago
- 5fd9592 misc: Fix order of object construction in the CxxConfigManager by Christian Menard · 8 years ago
- 0852f0c sim: fix build breakage in process.cc after brandon@11801 by Bjoern A. Zeeb · 8 years ago
- b673f2a sim: Patch to fix the statfs build by Bjoern A. Zeeb · 8 years ago
- 653b465 style: Force Python.h to be included before main header by Andreas Sandberg · 8 years ago
- e387521 syscall_emul: [patch 4/22] remove redundant M5_pid field from process by Brandon Potter · 8 years ago
- a928a43 style: [patch 3/22] reduce include dependencies in some headers by Brandon Potter · 8 years ago
- 93d8e6b syscall_emul: #ifdef new system calls to allow builds on OSX and BSD by Brandon Potter · 8 years ago
- 1ced08c syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc by Brandon Potter · 8 years ago
- 7a8dda4 style: [patch 1/22] use /r/3648/ to reorganize includes by Brandon Potter · 8 years ago