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