Age | Commit message (Expand) | Author |
2019-10-17 | arm: Don't force the ArmISA::TLB in vtophys.cc. | Gabe Black |
2019-10-17 | cpu: Clean up some style issues in pc_event.(hh|cc). | Gabe Black |
2019-10-17 | cpu: Get rid of load count based events. | Gabe Black |
2019-10-16 | base: Add addIntlvBits to AddrRange | Andreas Sandberg |
2019-10-16 | base: Using scoped string in DPRINTFNR | Giacomo Travaglini |
2019-10-16 | base: Fix gem5.fast compilation | Giacomo Travaglini |
2019-10-16 | arch,base,sim: Move Process loader hooks into the Process class. | Gabe Black |
2019-10-15 | x86: Use a std::function to handle MSI completion. | Gabe Black |
2019-10-15 | arch,base: Restructure the object file loaders. | Gabe Black |
2019-10-15 | cpu: Delete the unused sched_break_pc(_sys) functions. | Gabe Black |
2019-10-15 | arch-x86: Make LFENCE a serializing instruction | Isaac Richter |
2019-10-15 | dev-arm: Carve out a portion of VExpress_GEM5 for the bootloader | Giacomo Travaglini |
2019-10-15 | configs: Add simpleSystem helper to generate devices.SimpleSystem | Giacomo Travaglini |
2019-10-15 | sim,cpu: Get rid of the unused instEventQueue. | Gabe Black |
2019-10-15 | x86: De-x86ify the IntMasterPort. | Gabe Black |
2019-10-14 | Tests: Added GTests for base/callback.cc | Bobby R. Bruce |
2019-10-14 | x86: Simplify and consolidate the code that assembles an MSI on x86. | Gabe Black |
2019-10-14 | fastmodel: Expose all CPU communication ports from the GIC. | Gabe Black |
2019-10-14 | misc: Updating contributing.md to discuss Gerrit guidelines | Bobby R. Bruce |
2019-10-13 | mem-cache: set the second chance to false when inserting a block | Mingyuan |
2019-10-12 | mem-cache: Fixed a bug in MRU replacement policy | Mingyuan |
2019-10-12 | x86: Stop using and delete the x86 IntDevice class. | Gabe Black |
2019-10-12 | arch,base: Separate the idea of a memory image and object file. | Gabe Black |
2019-10-11 | mem-ruby: Allow Ruby to use all replacement policies in Classic | JingQuJQ |
2019-10-10 | arch,base: Stop loading the interpreter in ElfObject. | Gabe Black |
2019-10-10 | arch-arm: Move generateDtb to ArmSystem | Giacomo Travaglini |
2019-10-10 | dev-arm, configs: Remove RealViewPBX platform | Giacomo Travaglini |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | fastmodel: Export GICV3Comms directly. | Gabe Black |
2019-10-09 | tests, misc: Updating TESTING.md to describe running unit tests | Bobby R. Bruce |
2019-10-09 | tests: Migrated refcnt.cc test from src/unitttest to a gtest | Bobby R. Bruce |
2019-10-09 | system-arm: Initialize ICC_SRE_EL3 register of all CPUs | Chun-Chen TK Hsu |
2019-10-09 | arch-mips,arch-riscv,base: Get rid of the unused HexFile class. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-10-08 | base: Get rid of the unused global pointer in object files. | Gabe Black |
2019-10-08 | base: Ensure %p format arguments are printed as pointers. | Gabe Black |
2019-10-07 | fastmodel: Make CortexA76x1's interrupts use gem5's mechanisms. | Gabe Black |
2019-10-07 | configs: Isolate ISA related object lists | Daniel R. Carvalho |
2019-10-07 | kvm, arm: fix the size of MISCREG_FPSR and MISCREG_FPCR | Ciro Santilli |
2019-10-07 | config: skip access to branchPred in ARM KVM | Ciro Santilli |
2019-10-05 | base: ELF segment types are not bitfields. | Gabe Black |
2019-10-04 | kvm: Rename gettid() to build with glibc 2.30+ | Tommaso Marinelli |
2019-10-03 | mem: Remove unused variable | Tommaso Marinelli |
2019-10-03 | tests: Fix a minor bug in fixture.py | Ayaz Akram |
2019-10-03 | dev, misc: Fixing "may be used unitialized" compilation error | Bobby R. Bruce |
2019-10-03 | sim-se: Fix invalid delete of params on clone | Jason Lowe-Power |
2019-10-03 | arch-arm: Annotate CM flag in AA64 CM Instructions | Giacomo Travaglini |
2019-10-03 | arch-arm: Set CM bit in DataAbort | Giacomo Travaglini |
2019-10-02 | sim: Mark System::getThreadContext method as const | Giacomo Travaglini |
2019-10-02 | dev-arm: Improve fault message on SMMUv3 translation fault | Marc Mari Barcelo |