1. bd25fc9 arch-arm: Implementing SecureEL2 feature for Armv8 by Jordi Vaquero · 4 years, 8 months ago
  2. 980888e arch-arm: Implement ARM8.1-VHE feature by Jordi Vaquero · 4 years, 9 months ago
  3. 6002f73 arch-arm: Add Check for AddressSize Fault by Jordi Vaquero · 4 years, 9 months ago
  4. 3db58b4 arch-arm: Implementation of ARMv8 SelfDebug Watchpoints by Jordi Vaquero · 5 years ago
  5. f9db8ab arch-arm: Implementation of Hardware Breakpoint exception by Jordi Vaquero · 5 years ago
  6. 309b303 kern,arch: Refactor SkipFuncEvent to not use skipFunction. by Gabe Black · 5 years ago
  7. 8cfa988 arch-arm: Rewrite getMPIDR by Adrian Herrera · 5 years ago
  8. 6e06d23 arch-arm: GenericTimer arch regs, perms/trapping by Adrian Herrera · 5 years ago
  9. 4d22720 arm: Use a const ThreadContext * and readMiscRegNoEffect in places. by Gabe Black · 5 years ago
  10. 479ca6a arm: Delete authors lists from the arm files. by Gabe Black · 5 years ago
  11. 3cea7d9 arch-arm: This commit adds Pointer Authentication feature. by Jordi Vaquero · 5 years ago
  12. 4ae8d1c arch,sim: Merge initCPU into the ISA System classes. by Gabe Black · 5 years ago
  13. 6a7a5b3 arch,sim: Merge initCPU and startupCPU. by Gabe Black · 5 years ago
  14. 11f7344 arch: Get rid of the unused (and mostly undefined) zeroRegisters. by Gabe Black · 5 years ago
  15. 251cbd3 arch-arm: Virtualization Host Extensions checking by Adrian Herrera · 5 years ago
  16. ec9ce62 arch-arm: Secure EL2 checking by Adrian Herrera · 5 years ago
  17. a25954a arch-arm: Create helper for sending events (SEV) by Giacomo Travaglini · 5 years ago
  18. 4ccb1ea arch-arm: Overload currEL helper with CPSR argument by Giacomo Travaglini · 6 years ago
  19. befa49f arch-arm: Rewrite the currEL helper method to use opModeToEL by Giacomo Travaglini · 6 years ago
  20. 92518ec arch-arm: Change mcrMrc15TrapToHyp signature by Giacomo Travaglini · 6 years ago
  21. c4cc314 arch-arm,cpu: Add initial support for Arm SVE by Giacomo Gabrielli · 6 years ago
  22. 298e8b8 arm: Replace MiscReg with RegVal in utility.(hh|cc). by Gabe Black · 6 years ago
  23. cba7585 arch-arm: Read VMPIDR instead of MPIDR when EL2 is Enabled by Giacomo Travaglini · 6 years ago
  24. 68bc539 arch-arm: Refactor AArch64 MSR/MRS trapping by Giacomo Travaglini · 6 years ago
  25. 1686030 arch-arm: Trap to EL2 only if not in Secure State by Giacomo Travaglini · 6 years ago
  26. fc278ff arch-arm: BadMode checking if corresponding EL is implemented by Giacomo Travaglini · 7 years ago
  27. fcc98a5 arch-arm: Fix big endian support in do{Long,L1,L2}Descriptor by Chuan Zhu · 8 years ago
  28. 465705e arch-arm: ELUsingAArch32K from armarm pseudocode by Giacomo Travaglini · 7 years ago
  29. d7062b1 arch-arm: isSecureBelow from armarm pseudocode by Giacomo Travaglini · 7 years ago
  30. 234fba5 arch-arm: Fix incorrect assumptions in ELIs64 by Chuan Zhu · 8 years ago
  31. 1088f0c misc: Rename misc.(hh|cc) to logging.(hh|cc) by Gabe Black · 7 years ago
  32. 02fcca9 arm: Fix trapping to Hypervisor during MSR/MRS read/write by Dylan Johnson · 9 years ago
  33. 660fbd5 arm: Rewrite ERET to behave according to the ARMv8 ARM by Andreas Sandberg · 9 years ago
  34. f48ad5b arm: Correctly check FP/SIMD access permission in aarch32 by Andreas Sandberg · 9 years ago
  35. 31fd18a arm: Make address translation faster with better caching by Nathanael Premillieu · 10 years ago
  36. 341dbf2 arch: Use const StaticInstPtr references where possible by Andreas Hansson · 10 years ago
  37. e1403fc alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate by Mitch Hayenga · 10 years ago
  38. 612f8f0 arm: Add support for ARMv8 (AArch64 & AArch32) by ARM gem5 Developers · 11 years ago
  39. 0cacf7e Clock: Add a Cycles wrapper class and use where applicable by Andreas Hansson · 13 years ago
  40. 7253829 gcc: Clean-up of non-C++0x compliant code, first steps by Andreas Hansson · 13 years ago
  41. 401165c ARM: Further break up condition code into NZ, C, V bits. by Ali Saidi · 14 years ago
  42. 4bf48a1 Trace: Allow printing ASIDs and selectively tracing based on user/kernel code. by Chander Sudanthi · 14 years ago
  43. 16fcad3 ARM: Cleanup and small fixes to some NEON ops to match the spec. by William Wang · 14 years ago
  44. 475685d Arm: Get rid of unused and incomplete setCp15Register and readCp15Register. by Gabe Black · 14 years ago
  45. 80db6a5 ARM: Add support for GDB on ARM by William Wang · 14 years ago
  46. 0686438 ARM: Make utility.hh meet style guidelines by Ali Saidi · 14 years ago
  47. 4c2e5c2 ARM: Add support for switching CPUs by Ali Saidi · 14 years ago
  48. 6f4bd2c ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. by Gabe Black · 14 years ago
  49. ab9f062 GetArgument: Rework getArgument so that X86_FS compiles again. by Gabe Black · 14 years ago
  50. 518b5e5 Debug: Implement getArgument() and function skipping for ARM. by Ali Saidi · 14 years ago
  51. b331b02 ARM: Clean up use of TBit and JBit. by Ali Saidi · 14 years ago
  52. 0dd1f7f CPU: Trim unnecessary includes from some common files. by Gabe Black · 15 years ago
  53. 6833ca7 Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. by Gabe Black · 15 years ago
  54. 7c4dc44 ARM: Get rid of the checkFpEnableFault function in ARM. by Gabe Black · 15 years ago
  55. 99fafb7 ARM: Fix VFP enabled checks for mem instructions by Ali Saidi · 15 years ago
  56. 54a919f ARM: Implement CPACR register and return Undefined Instruction when FP access is disabled. by Gabe Black · 15 years ago
  57. f4f6b31 ARM: Expand the mode checking utility functions. by Gabe Black · 15 years ago
  58. 943c171 ISA: Get rid of old, unused utility functions cluttering up the ISAs. by Gabe Black · 15 years ago
  59. b6c2548 ARM: Get rid of the binary dumping function in utility.hh. by Gabe Black · 15 years ago
  60. 05bd3eb ARM: Implement support for the IT instruction and the ITSTATE bits of CPSR. by Gabe Black · 15 years ago
  61. 89060f1 ARM: Rework how unrecognized/unimplemented instructions are handled. by Gabe Black · 15 years ago
  62. bd8812c ARM: Replace the "never" condition with the "unconditional" condition. by Gabe Black · 15 years ago
  63. 422f0d9 ARM: Begin implementing CP15 by Ali Saidi · 15 years ago
  64. 1470dae ARM: Boilerplate full-system code. by Ali Saidi · 15 years ago
  65. b398b8f Registers: Add a registers.hh file as an ISA switched header. by Gabe Black · 16 years ago
  66. d1d733f ARM: Make inst bitfields accessible outside of the isa desc. by Gabe Black · 16 years ago
  67. 7d4ef8a ARM: Clear out some inherited hangers on in util.isa and utility.hh. by Gabe Black · 16 years ago
  68. 71e0d1d ARM: Pull some static code out of the isa desc and create miscregs.hh. by Gabe Black · 16 years ago
  69. 8d2e51c includes: sort includes again by Nathan Binkert · 16 years ago
  70. eef3a2e types: Move stuff for global types into src/base/types.hh by Nathan Binkert · 16 years ago
  71. 7a7c4c5 arm: add ARM support to M5 by Stephen Hines · 16 years ago