2018-01-20 |
Gabe Black | x86, mem: Don't try to force physical addresses on... |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | x86, mem: Get rid of PageTableOps::getBasePtr. |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | x86, mem: Pass the multi level page table layout in... |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | arch, mem: Make the page table lookup function return... |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | base: Hide the BitUnion::__StorageType type. |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | arm, base: Generalize and move the BitUnion hash struct. |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | sim: Use the new BitUnion templates in serialize.hh. |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | base: Enable specializing templates on BitUnion types. |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | base: Rework bitunions so they can be more flexible. |
commit | commitdiff | tree |
2018-01-20 |
Gabe Black | sim, arch, base: Refactor the base remote GDB class. |
commit | commitdiff | tree |
2018-01-19 |
Gabe Black | arch, mem, sim: Consolidate and rename the SE mode... |
commit | commitdiff | tree |
2018-01-18 |
Andreas Sandberg | util: Add an option to specify paths in list_changes.py |
commit | commitdiff | tree |
2018-01-17 |
Gabe Black | mem: Change the multilevel page table to inherit from... |
commit | commitdiff | tree |
2018-01-16 |
Alec Roelke | arch-riscv: Fix floating-poing op classes |
commit | commitdiff | tree |
2018-01-16 |
Alec Roelke | arch-riscv: Fix floating-point conversion bugs |
commit | commitdiff | tree |
2018-01-16 |
Gabe Black | sim: Simplify registerThreadContext a little bit. |
commit | commitdiff | tree |
2018-01-15 |
Gabe Black | mem: Track TLB entries in the lookup cache as pointers. |
commit | commitdiff | tree |
2018-01-15 |
Gabe Black | arch: Fix a fatal_if in most of the arch's process... |
commit | commitdiff | tree |
2018-01-12 |
Xiaoyu Ma | sim: Allow passing a user-defined L2XBar to addTwoLevel... |
commit | commitdiff | tree |
2018-01-11 |
Earl Ou | util/m5: add Android.mk |
commit | commitdiff | tree |
2018-01-11 |
Alec Roelke | arch-riscv: Don't crash when printing unknown CSRs |
commit | commitdiff | tree |
2018-01-11 |
Nikos Nikoleris | mem-ruby: Fix wakeup timeouts for the MOESI_CMP_token... |
commit | commitdiff | tree |
2018-01-11 |
Nikos Nikoleris | mem-ruby: Remove function that maps responses to a... |
commit | commitdiff | tree |
2018-01-11 |
Nikos Nikoleris | mem-ruby: Add support for multiple DMA engines in MESI_... |
commit | commitdiff | tree |
2018-01-11 |
Gabe Black | cpu: Make the CPU's TLB parameter a BaseTLB. |
commit | commitdiff | tree |
2018-01-11 |
Gabe Black | arm, power: Make the python TLB simobjects inherit... |
commit | commitdiff | tree |
2018-01-11 |
Gabe Black | arch,mem: Remove the default value for page size. |
commit | commitdiff | tree |
2018-01-11 |
Gabe Black | arch,mem: Move page table construction into the arch... |
commit | commitdiff | tree |
2018-01-10 |
Chen Zou | configs: Fill in the cpu.isa field in etrace_replay... |
commit | commitdiff | tree |
2018-01-10 |
BKP | style: change C/C++ source permissions to noexec |
commit | commitdiff | tree |
2018-01-10 |
Alec Roelke | arch-riscv: Make use of ImmOp's polymorphism |
commit | commitdiff | tree |
2018-01-10 |
Gabe Black | alpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of... |
commit | commitdiff | tree |
2018-01-10 |
Tuan Ta | arch-riscv,sim: Support clone syscall in RISC-V |
commit | commitdiff | tree |
2018-01-09 |
Nikos Nikoleris | mem-cache: Prune unnecessary writebacks in exclusive... |
commit | commitdiff | tree |
2018-01-09 |
Hanhwi Jang | util: Add the missing wakecpu m5op in X86. |
commit | commitdiff | tree |
2018-01-09 |
Hanhwi Jang | util: resolve m5op name mismatching in m5op headers. |
commit | commitdiff | tree |
2018-01-09 |
Gabe Black | cpu: Use the NotAnInst flag to avoid passing an inst... |
commit | commitdiff | tree |
2018-01-09 |
Gabe Black | cpu: Add a NotAnInst flag to the BaseDynInst class. |
commit | commitdiff | tree |
2018-01-09 |
Gabe Black | cpu, power: Get rid of the remnants of the EA computati... |
commit | commitdiff | tree |
2018-01-09 |
Gabe Black | arm: Make translateFunctional override the base impleme... |
commit | commitdiff | tree |
2018-01-08 |
Tony Gutierrez | gpu-compute: call createThreads() on cpu objs in apu_se.py |
commit | commitdiff | tree |
2018-01-05 |
Tuan Ta | arch-riscv: Ignore sched_yield syscall in SE mode |
commit | commitdiff | tree |
2018-01-05 |
Tuan Ta | sim: Fix a bug in prlimit syscall in SE mode |
commit | commitdiff | tree |
2018-01-05 |
Tuan Ta | arch-riscv: Ignore set_robust_list and get_robust_list... |
commit | commitdiff | tree |
2018-01-05 |
Tuan Ta | arch-riscv: Add an implementation of set_tid_address... |
commit | commitdiff | tree |
2018-01-05 |
Alec Roelke | arch-riscv: Correct syscall argument reg count |
commit | commitdiff | tree |
2018-01-04 |
Alec Roelke | arch-riscv: Remove "magic" syscall number constant |
commit | commitdiff | tree |
2018-01-02 |
Gabe Black | config: Handle NULL simobject parameters in read_config.py. |
commit | commitdiff | tree |
2018-01-02 |
Gabe Black | config: Fix parsing AddrRange parameters in read_config.py. |
commit | commitdiff | tree |
2018-01-02 |
Gabe Black | config: Add a --checkpoint-dir argument to read_config.py. |
commit | commitdiff | tree |
2017-12-23 |
Gabe Black | alpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA... |
commit | commitdiff | tree |
2017-12-23 |
Gabe Black | riscv,x86: Stop using the arch Nop machine instruction... |
commit | commitdiff | tree |
2017-12-22 |
Gabe Black | arch,cpu: "virtualize" the TLB interface. |
commit | commitdiff | tree |
2017-12-22 |
Gabe Black | cpu: Use the generic nop static inst instead of decodin... |
commit | commitdiff | tree |
2017-12-22 |
Gabe Black | cpu: Add a pointer to a generic Nop StaticInst. |
commit | commitdiff | tree |
2017-12-21 |
Giacomo Travaglini | arch-arm: Fixed WFE/WFI trapping behaviour |
commit | commitdiff | tree |
2017-12-21 |
Giacomo Travaglini | arch-arm: Hyp routed undef fault need to change its... |
commit | commitdiff | tree |
2017-12-21 |
Giacomo Travaglini | arch-arm: Fix StaticInst encoding() method |
commit | commitdiff | tree |
2017-12-20 |
Gabe Black | cpu: Fix exit_gen.cc which used misc.hh instead of... |
commit | commitdiff | tree |
2017-12-19 |
Giacomo Travaglini | arch-arm: Instruction size methods in StaticInst class |
commit | commitdiff | tree |
2017-12-19 |
Giacomo Travaglini | arch-arm: Change casting type from reinterpret to static |
commit | commitdiff | tree |
2017-12-19 |
Riken Gohil | cpu-tester: Added ExitGen to TrafficGen |
commit | commitdiff | tree |
2017-12-19 |
Riken Gohil | cpu-tester: Refactoring traffic generators into separat... |
commit | commitdiff | tree |
2017-12-15 |
Swapnil Haria | mem-ruby: Support atomic_noncaching acceses in ruby |
commit | commitdiff | tree |
2017-12-14 |
Alec Roelke | arch-riscv: Define AT_RANDOM properly |
commit | commitdiff | tree |
2017-12-14 |
Alec Roelke | arch-riscv: Increase maximum stack size |
commit | commitdiff | tree |
2017-12-14 |
Jason Lowe... | misc: Updates for gcc7.2 for x86 |
commit | commitdiff | tree |
2017-12-14 |
Jason Lowe... | ext: Upgrade PyBind11 to version 2.2.1 |
commit | commitdiff | tree |
2017-12-14 |
Gabe Black | x86: Use operand size 4 when it would be 2 for cmpxchg8b. |
commit | commitdiff | tree |
2017-12-13 |
Andreas Sandberg | scons, tests: Fix occasional linking error |
commit | commitdiff | tree |
2017-12-13 |
Andreas Sandberg | scons, tests: Add support for GTest XML generation |
commit | commitdiff | tree |
2017-12-13 |
Andreas Sandberg | scons: Make sure GTests have the right environment... |
commit | commitdiff | tree |
2017-12-13 |
Gabe Black | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64... |
commit | commitdiff | tree |
2017-12-13 |
Gabe Black | cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp... |
commit | commitdiff | tree |
2017-12-13 |
Gabe Black | x86: Rework how "split" loads/stores are handled. |
commit | commitdiff | tree |
2017-12-13 |
Gabe Black | base: Add endianness conversion functions for std:... |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Turn fbtest into a gtest and move it to src... |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Move the cprintftest unit test into src/base. |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Convert the cprintf unit test into a gtest. |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Move the trietest unit test into base. |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Plumb dumps of the test trie into the gtest... |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Convert the trie unit test into a gtest. |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | tests: Add an implementation of the Logger interface... |
commit | commitdiff | tree |
2017-12-12 |
Gabe Black | misc: Rework the logging functions. |
commit | commitdiff | tree |
2017-12-12 |
Austin Harris | config: Fix need to set ISA of switch cpus. |
commit | commitdiff | tree |
2017-12-08 |
Giacomo Travaglini | arm: Change access permission in TPIDRURO and TPIDRURW |
commit | commitdiff | tree |
2017-12-08 |
Matt Sinclair | x86,misc: add additional info on faulting X86 instructi... |
commit | commitdiff | tree |
2017-12-07 |
Gabe Black | tests: Accept SourceFilters as sources for GTest. |
commit | commitdiff | tree |
2017-12-07 |
Gabe Black | tests: Add a pseudo target to run all the unit tests... |
commit | commitdiff | tree |
2017-12-07 |
Alec Roelke | arch-riscv: Move compressed ops out of ISA |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | x86: Split apart x87's FSW and TOP, and add a missing... |
commit | commitdiff | tree |
2017-12-06 |
Jason Lowe... | misc: Update MAINTAINERS with learning-gem5 tag |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | base: Split out the pixel class in framebuffer.(cc... |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | base: Handle zero fill in cprintf when printing floats. |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | tests: Fix the source file for the cprintftime test. |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | scons: Several fixes having to do with tags and sets. |
commit | commitdiff | tree |
2017-12-06 |
Gabe Black | scons: Track and reuse object nodes for a given source... |
commit | commitdiff | tree |
2017-12-05 |
Gabe Black | x86: LOOP's operand size defaults to 64 bits in 64... |
commit | commitdiff | tree |
2017-12-05 |
Hanhwi Jang | learning-gem5: Fix missing misc.hh in hello_object.cc |
commit | commitdiff | tree |
2017-12-05 |
Nikos Nikoleris | arm: Add support for the dc {civac, cvac, cvau, ivac... |
commit | commitdiff | tree |
next |