kvm, arm: Switch to the device EQ when accessing ISA devices
[gem5.git] / src / arch /
2017-08-01 Andreas Sandbergkvm, arm: Switch to the device EQ when accessing ISA...
2017-08-01 Andreas Sandbergarch-arm: Switch to DTOnly as the default machine type
2017-07-17 Sean Wilsonsim, x86: Make clone a virtual function
2017-07-17 Swapnil Hariax86: Add stats to X86 TLB
2017-07-17 Alec Roelkeriscv: Define register index constants using literals
2017-07-14 Gabe Blackriscv: Disambiguate between the C and C++ versions...
2017-07-14 Alec Roelkeriscv: Fix bugs with RISC-V decoder and detailed CPUs
2017-07-14 Alec Roelkeriscv: Add unused attribute to some registers.hh constants
2017-07-13 Gedare Bloomarch-arm: fix ldm of pc interswitching branch
2017-07-12 Sean Wilsonmips, x86: Refactor some Event subclasses into lambdas
2017-07-11 Alec Roelkearch-riscv: Add support for compressed extension RV64C
2017-07-11 Alec Roelkearch-riscv: Restructure ISA description
2017-07-10 Jose Marinhoarch-arm: Support PMU evens in the 0x4000-0x4040 range
2017-07-07 Curtis Dunhamkvm, arm: don't create interrupt events while saving...
2017-07-07 Andreas Sandbergkvm, arm: Don't forward IRQ/FIQ when using the kernel...
2017-07-05 Rekai Gonzalez-Alb... arch: ISA parser additions of vector registers
2017-07-05 Rekai Gonzalez-Alb... cpu: Added interface for vector reg file
2017-07-05 Rekai Gonzalez-Alb... arch: added generic vector register
2017-07-05 Rekai Gonzalez-Alb... cpu: Simplify the rename interface and use RegId
2017-07-05 Nathanael Premillieuarch, cpu: Architectural Register structural indexing
2017-07-05 Curtis Dunhamarm,kvm: update CP15 timer model when exiting Kvm
2017-07-05 Curtis Dunhamkvm: move Kvm check from ARM Kvm GIC to System
2017-06-22 Paul Rosenfeldarm,sim: fix context switch stats dumps for ARM64/Linux
2017-06-20 Sean Wilsonsim, x86: Replace EventWrapper use with EventFunctionWr...
2017-06-20 Sean Wilsonarm: Replace EventWrapper use with EventFunctionWrapper
2017-06-15 Sean Wilsonx86: Add consistent overrides to process.hh
2017-06-15 Matthias Hillex86: Fixed remote debugging of simulated code
2017-05-26 Gabe Blackx86: Rework how VEX prefixes are decoded.
2017-05-25 Gabe Blackx86: sim: Make 32 bit x86 processes work again.
2017-05-24 Andreas Sandbergarm: Fix incorrect handling of PMEVTYPERx_EL0 in PMU
2017-05-23 Alec Roelkearch-riscv: Fix bad stack initialization
2017-05-23 Rekai Gonzalez-Alb... arch-arm: Fix some poorly done type max and min in...
2017-05-19 Andreas Sandbergbase, sim, arch: Fix clang 5.0 warnings
2017-05-18 Gabe Blackbase: Refactor the GDB code.
2017-05-18 Brandon Pottersyscall_emul, riscv: add override keyword to RISCV...
2017-05-16 Gabe Blackx86: Fix the multiplication microops.
2017-05-12 Andreas Sandbergarm: Remove unused DumpStatsPCEventF class in FreeBSD...
2017-05-10 Gabe Blackscons: Use the generalized switching headers on the...
2017-05-10 Gabe Blackscons: arch: Generalize the switching header code.
2017-05-09 Andreas Sandbergarm: Add support for memory-mapped m5ops
2017-05-09 Andreas Sandbergkvm, arm: Fix incorrect PSTATE sync
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-05-01 Nikos Nikolerisarch-sparc: Fix wrong indentation causing warnings...
2017-04-18 Santi Galanx86: fixed branching() computation for branch uops
2017-04-11 Alec Roelkeriscv: Fix crashes with large or frequent mmaps
2017-04-05 Alec Roelkeriscv: fix Linux problems with LR and SC ops
2017-04-05 Alec Roelkeriscv: fix compatibility with Linux toolchain
2017-04-05 Alec Roelkeriscv: add remote gdb support
2017-04-05 Alec Roelkeriscv: fix error on memory op address overflow
2017-04-05 Alec Roelkeriscv: enable unaligned memory accesses
2017-04-03 Curtis Dunhamarm, kvm: implement GIC state transfer
2017-04-03 Nikos Nikolerisarm: Don't panic when checking coprocessor read/write...
2017-04-03 Nikos Nikolerisarm: Treat Write-Through Normal memory as Non-Cacheable
2017-04-03 Andreas Sandbergarm, kvm: Override the kernel's default MPIDR value
2017-04-03 Matteo Andreozziarm: fix template instantiation warning in clang
2017-03-09 Brandon Pottersyscall-emul: Ignore unimplemented system calls
2017-03-09 Brandon Pottersyscall-emul: Rewrite system call exit code
2017-03-09 Brandon Pottersyscall-emul: Add the tgkill system call
2017-03-09 Brandon Pottersyscall-emul: Add or extend dup, dup2, and pipe
2017-03-09 Brandon Pottersyscall-emul: Add functionality to open syscalls
2017-03-09 Brandon Potterstyle: Correct some style issues
2017-03-09 Brandon Pottersyscall-emul: Move memState into its own file
2017-03-03 Rahul Thakurarm, kvm: enable running 32-bit Guest under ARM KVM64
2017-03-03 Rahul Thakurarm, kvm: fix saving/restoring conditional flags in...
2017-02-27 Brandon Pottersyscall_emul: [PATCH 15/22] add clone/execve for thread...
2017-02-27 Brandon Pottersyscall_emul: [patch 14/22] adds identifier system...
2017-02-27 Brandon Potterx86: remove unnecessary parameter from functions
2017-02-27 Tony Gutierrezgpu-compute: remove unnecessary member from class
2017-02-27 Brandon Pottergpu-compute: mark functions with override if replacing...
2017-02-27 Andreas Sandbergarch: Include generated decoder header after normal...
2015-07-20 Brandon Pottersyscall_emul: [patch 13/22] add system call retry capab...
2015-07-20 Brandon Pottersyscall_emul: [patch 11/22] extend functionality of...
2017-02-23 Brandon Potterx86: remove redundant condition check in tlb code
2017-02-21 Nikos Nikolerisarm: Fix DPRINTFs with arguments in the instruction...
2017-02-21 Nikos Nikolerisarm: Blame the right instruction address on a Prefetch...
2016-11-09 Brandon Pottersyscall_emul: [patch 9/22] remove unused global variabl...
2016-11-09 Brandon Pottersyscall_emul: [patch 8/22] refactor process class
2016-11-09 Brandon Pottersyscall_emul: [patch 5/22] remove LiveProcess class...
2017-02-17 Brandon Pottersparc: fix bugs caused by cd7f3a1dbf55
2017-02-14 Curtis Dunhamarm, kvm: remove KvmGic
2017-02-14 Curtis Dunhamarm, kvm: implement MuxingKvmGic
2017-02-14 Curtis Dunhamsim, kvm: make KvmVM a System parameter
2017-02-14 Curtis Dunhamsim,kvm,arm: fix typos
2017-02-10 Jason Lowe-Powerx86: Fix implicit stack addressing in 64-bit mode
2017-02-09 Bjoern A. Zeebarm: AArch64 report cache size correctly when reading...
2017-01-27 Alec Roelkeriscv: Fix crash when syscall argument reg index is...
2016-11-09 Brandon Pottersyscall_emul: [patch 4/22] remove redundant M5_pid...
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Pottersyscall_emul: [patch 2/22] move SyscallDesc into its...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2017-01-03 Andreas Sandbergsim: Remove redundant export_method_cxx_predecls
2016-12-19 Curtis Dunhamarm: provide correct timer availability in ID_PFR1...
2016-12-19 Curtis Dunhamarm: compute ID_AA64PFR{0,1}_EL1 registers
2016-12-19 Curtis Dunhamarm: compute ID_PFR{0,1} registers
2016-12-19 Curtis Dunhamarm: miscreg refactoring
2016-12-19 Curtis Dunhamarm: audit SCTLR
2016-12-19 Curtis Dunhamarm: remove SCTLR.FI
2016-12-19 Curtis Dunhamarm: update AArch{64,32} register mappings
2016-12-15 Brandon Pottersyscall_emul: implement fallocate
2016-12-15 Brandon Pottersyscall_emul: add support for x86 statfs system calls
next