index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm
/
linux
/
system.cc
Age
Commit message (
Expand
)
Author
2018-02-09
sim: Remove _numContexts member in System class
Giacomo Travaglini
2017-06-22
arm,sim: fix context switch stats dumps for ARM64/Linux
Paul Rosenfeld
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2016-06-20
kern, arm: Dump dmesg on kernel panic/oops
Andreas Sandberg
2016-04-27
arm: Remove BreakPCEvent on guest kernel panic
Andreas Sandberg
2016-03-17
base: add symbol support for dynamic libraries
Brandon Potter
2015-11-27
base: Add support for changing output directories
Andreas Sandberg
2016-02-06
style: fix missing spaces in control statements
Steve Reinhardt
2015-08-21
cpu: Move invldPid constant from Request to BaseCPU
Andreas Hansson
2015-05-05
arm: Remove unnecessary boot uncachability
Andreas Hansson
2015-04-29
arch, base, dev, kern, sym: FreeBSD support
Ruslan Bukin
2014-11-14
arm: Fixes based on UBSan and static analysis
Andreas Hansson
2014-10-29
arm: Fix multi-system AArch64 boot w/caches.
Ali Saidi
2014-01-24
arm: Add support for ARMv8 (AArch64 & AArch32)
ARM gem5 Developers
2013-10-17
arm: Accomodate function name changes in newer linux kernels
Eric Van Hensbergen
2013-04-22
arm: Enable support for triggering a sim panic on kernel panics
Andreas Sandberg
2013-04-22
sim: Add helper functions that add PCEvents with custom arguments
Andreas Sandberg
2013-02-15
loader: add a flattened device tree blob (dtb) object
Anthony Gutierrez
2013-01-07
base: Encapsulate the underlying fields in AddrRange
Andreas Hansson
2012-11-02
ARM: dump stats and process info on context switches
Dam Sunwoo
2012-10-15
Fix: Address a few minor issues identified by cppcheck
Andreas Hansson
2012-09-25
ARM: added support for flattened device tree blobs
Dam Sunwoo
2012-05-10
ARM: guard masked symbol tables by default
Dam Sunwoo
2012-04-06
MEM: Enable multiple distributed generalized memories
Andreas Hansson
2012-03-09
System: Move code in initState() back into constructor whenever possible.
Ali Saidi
2012-03-01
ARM: Add support for Versatile Express extended memory map
Ali Saidi
2012-02-24
MEM: Make port proxies use references rather than pointers
Andreas Hansson
2012-01-17
MEM: Add port proxies instead of non-structural ports
Andreas Hansson
2011-08-19
ARM: Mark some variables uncacheable until boot all CPUs are enabled.
Ali Saidi
2011-05-04
ARM: Add support for loading the a bootloader and configuring parameters for it
Ali Saidi
2011-04-20
fix some build problems from prior changesets
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2011-03-17
ARM: Detect and skip udelay() functions in linux kernel.
Ali Saidi
2010-11-08
ARM: Add checkpointing support
Ali Saidi
2010-11-08
sim: Use forward declarations for ports.
Ali Saidi
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-08-23
ARM: Add system for ARM/Linux and bootstrapping
Ali Saidi