arm,dev: PL011 UART_FR read status enhancement
[gem5.git] / src / arch / generic /
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-01-18 Steve Reinhardtcpu. arch: add initiateMemRead() to ExecContext interface
2016-01-18 Steve Reinhardtarch: don't call *Timing functions from *Atomic versions
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-08-26 Andreas Sandbergbase: Replace the internal varargs stuff with C++11...
2014-01-24 Ali Saidimem: Remove explict cast from memhelper.
2013-10-15 Andreas Sandbergmem: Use a flag instead of address bit 63 for generic...
2013-09-30 Andreas Sandbergarch: Add support for m5ops using mmapped IPRs
2013-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-01-07 Andreas Sandbergarch: Fix broken M5VarArgsFault initialization
2012-11-02 Dam SunwooISA: generic Linux thread info support
2012-05-26 Gabe BlackISA,CPU: Generalize and split out the components of...
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2011-09-27 Gabe BlackFaults: Add in generic faults that work like panics...
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-06-28 Nilay Vaisharch: print next upc correctly
2011-06-20 Korey Sewellcpus/isa: add a != operator for pcstate
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Gabe BlackX86: Define fault objects to carry debug messages.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...