Age | Commit message (Expand) | Author |
2019-10-22 | configs: Do not assume bootmem is a System child | Giacomo Travaglini |
2019-10-15 | configs: Add simpleSystem helper to generate devices.SimpleSystem | Giacomo Travaglini |
2019-10-07 | config: skip access to branchPred in ARM KVM | Ciro Santilli |
2019-10-01 | configs: Port PlatformConfig to the common object list | Daniel R. Carvalho |
2019-10-01 | configs: Port MemConfig to the common object list | Daniel R. Carvalho |
2019-10-01 | configs: Port BPConfig to use the common object list | Daniel R. Carvalho |
2019-09-30 | configs: Port CPUConfig to use the common object list | Daniel R. Carvalho |
2019-08-21 | configs: root, platform options in fs bigLITTLE | Adrian Herrera |
2019-07-30 | configs, arch-arm: Check if gic has cpu_addr attribute | Chun-Chen TK Hsu |
2019-06-10 | configs: Fix read_config to work with new AddrRange serialization | Nikos Nikoleris |
2019-06-10 | configs: Add python3 workarounds in read_config | Nikos Nikoleris |
2019-05-31 | config, arm: memoryMode test | Willy Wolff |
2019-05-17 | configs: Generalize FileSystemConfig for non se.py | Jason Lowe-Power |
2019-05-13 | config: add an option to list and select indirect branch predictor | Jairo Balart |
2019-04-25 | sim-se: add a faux-filesystem | David Hashe |
2019-04-22 | configs: Use param to get number of processors | Po-Hao Su |
2019-04-08 | configs: Removed redudant exec-style import | Ryan Gambord |
2019-03-25 | configs: Remove default kernel value from system creation | Daniel R. Carvalho |
2019-03-18 | configs: Use absolute import paths | Andreas Sandberg |
2019-02-26 | configs: Fix Python 3 iterator and exec compatibility issues | Andreas Sandberg |
2019-02-25 | systemc: Update the sc_main.py config to use m5.systemc. | Gabe Black |
2019-02-13 | configs: simpoint-profile usable with NonCachingCPUs only | Giacomo Travaglini |
2019-02-12 | systemc: config: Don't inject a custom argv[0] in sc_main.py. | Gabe Black |
2019-02-11 | systemc: configs: Add a very simple config which just runs sc_main. | Gabe Black |
2019-02-07 | configs, arch-arm: Using AddrRange for Realview mem_regions | Giacomo Travaglini |
2019-02-07 | configs: Unifiy interpretation of Realview mem_regions | Giacomo Travaglini |
2019-01-30 | configs: Enable DTB autogeneration in starter_fs.py | Giacomo Travaglini |
2019-01-30 | arch-arm, configs: Create single instance of DTB autogeneration | Giacomo Travaglini |
2019-01-25 | configs: fs.py remove --generate-dtb and enable it by default | Ciro Santilli |
2018-11-17 | configs: Added an option for choosing branch predictor type | Pau Cabre |
2018-11-09 | configs: Revamp ruby mem test to align with MemTest | Nikos Nikoleris |
2018-10-19 | config: add --param to fs.py, se.py and fs_bigLITTLE.py | Ciro Santilli |
2018-10-09 | configs: Fix CPUClass typo in se.py | Daniel R. Carvalho |
2018-09-17 | config, arm, power: Example to report the power for the L2 Cache | Sherif Elhabbal |
2018-09-12 | cpu: Replace the fastmem with a new CPU model | Andreas Sandberg |
2018-09-03 | config: Move KVM CPU checking to CpuConfig helper module | Andreas Sandberg |
2018-05-31 | mem-cache: Add a non-coherent cache | Nikos Nikoleris |
2018-05-16 | style: fix amd license and style issues | Tony Gutierrez |
2018-04-12 | configs, mem-ruby: fix issues with style in AMD license | Tony Gutierrez |
2018-03-20 | arch-arm, configs: Treat the bootloader rom as cacheable memory | Nikos Nikoleris |
2018-03-06 | config: Switch from the print statement to the print function. | Gabe Black |
2018-02-05 | config: remove dead code in fs.py | Nayan Deshmukh |
2018-01-29 | config, arm: enable device tree autogeneration for bigLITTLE | Curtis Dunham |
2018-01-29 | config: Embed Device Tree generation in fs.py config | Glenn Bergmans |
2018-01-10 | configs: Fill in the cpu.isa field in etrace_replay.py since no default are p... | Chen Zou |
2018-01-08 | gpu-compute: call createThreads() on cpu objs in apu_se.py | Tony Gutierrez |
2018-01-02 | config: Handle NULL simobject parameters in read_config.py. | Gabe Black |
2018-01-02 | config: Fix parsing AddrRange parameters in read_config.py. | Gabe Black |
2018-01-02 | config: Add a --checkpoint-dir argument to read_config.py. | Gabe Black |
2017-12-15 | mem-ruby: Support atomic_noncaching acceses in ruby | Swapnil Haria |