arch: Cleanup unused ISA traits constants
[gem5.git] / src / arch / arm /
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-09-03 Mitch Hayengaconfig: Change parsing of Addr so hex values work from...
2014-09-03 Andreas Hanssonarm: Fix ExtMachInst hash operator underlying type
2014-08-28 Alexandrumem: adding architectural page table support for SE...
2014-08-13 Dam Sunwooarm: change MISCREG_L2ERRSR to warn not fail
2014-03-11 Curtis Dunhamarm: remove dead code fplib mul64x64
2014-05-12 Steve Reinhardtsyscall emulation: clean up & comment SyscallReturn
2014-04-17 Ali Saidiarm: Make sure UndefinedInstructions are properly initi...
2014-04-17 Ali Saidiarm: allow DC instructions by default so SE mode works
2014-04-17 Ali Saidisim, arm: implement more of the at variety syscalls
2014-05-09 Andrew Bardsleyarm: Add branch flags onto macroops
2014-05-09 Curtis Dunhamarm: add preliminary ISA splits for ARM arch
2014-05-09 Curtis Dunhamarch: teach ISA parser how to split code across files
2014-05-09 Geoffrey Blakearch, arm: Preserve TLB bootUncacheability when switchi...
2014-05-09 Akash Bagdiacpu, arm: Allow the specification of a socket field
2014-05-09 Geoffrey Blakearm: Panics in miscreg read functions can be tripped...
2014-05-09 Curtis Dunhamarch: remove inline specifiers on all inst constrs...
2014-05-09 Curtis Dunhamarm: cleanup ARM ISA definition
2014-04-23 Curtis Dunhamarm: Correctly display disassembly of vldmia/vstmia
2014-04-23 Mitchell Hayengaarm: Don't use a stack allocated mnemonic
2014-03-23 Eric Van Hensbergenarm: m5ops readfile64 args broken, offset coming throug...
2014-03-07 Geoffrey Blakearm: Handle functional TLB walks properly
2014-03-07 Mitch Hayengascons: Fixes uninitialized warnings issued by clang
2014-03-07 Stephan Diestelhorstarm: Fix uninitialised warning with gcc 4.8
2014-01-29 Mitch Hayengaarm: Enable umask syscall in SE mode
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2014-01-24 Andreas Hanssonarch: Make all register index flattening const
2014-01-24 Ali Saidicpu: Add CPU support for generatig wake up events when...
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2013-10-31 Chander SudanthiARM: add support for TEEHBR access
2013-10-31 Prakash Ramrakhyanimem: Add privilege info to request class
2013-10-17 Eric Van Hensbergenarm: Accomodate function name changes in newer linux...
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-10-15 Steve Reinhardtcpu: rename *_DepTag constants to *_Reg_Base
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2013-09-30 Andreas Sandbergarch: Add support for m5ops using mmapped IPRs
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-06-03 Andreas Sandbergarch: Create a method to finalize physical addresses
2013-05-14 Andreas Sandbergarm: Add support for the m5fail pseudo-op
2013-04-22 Andreas Sandbergarm: Add a method to query interrupt state ignoring...
2013-04-22 Andreas Sandbergarm: Enable support for triggering a sim panic on kerne...
2013-04-22 Andreas Sandbergsim: Add helper functions that add PCEvents with custom...
2013-04-17 Nilay VaishMerged c22628fa2564 and 2285b98847d7
2013-04-17 Nathanael Premillieuarm: set ldr_ret_uop as conditional or unconditional...
2013-03-05 Ali SaidiARM: fix some cases where instructions that write to...
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Add warning for overloaded virtual functions
2013-02-19 Andreas Hanssonscons: Add warning for overloaded virtual functions
2013-02-19 Andreas Hanssonscons: Add warning for missing field initializers
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-15 Anthony Gutierrezloader: add a flattened device tree blob (dtb) object
2013-02-15 Mrinmoy Ghosharm: fix a page table walker issue where a page could...
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-02-15 Ali Saidiarm: fix some fp comparisons that worked by accident.
2013-02-15 Ali SaidiARM: Fix an issue with clang generating wrong code.
2013-01-22 Nilay Vaishx86, cpu: corrects 270c9a75e91f, take over decoder...
2013-01-13 Nilay Vaishx86: Changes to decoder, corrects 9376
2013-01-08 Mitch Hayengaarm: add access syscall for ARM SE mode
2013-01-07 Andreas Sandbergarm: Invalidate cached TLB configuration in drainResume
2013-01-07 Andreas Sandbergarm: Fix draining of the pagetable walker when squashing
2013-01-07 Andreas Sandbergarm: Remove the register mapping hack used when copying TCs
2013-01-07 Andreas Sandbergarch: Move the ISA object to a separate section
2013-01-07 Andreas Hanssonbase: Encapsulate the underlying fields in AddrRange
2013-01-07 Andreas Sandbergarm: Make ID registers ISA parameters
2013-01-07 Andreas Sandbergarch: Make the ISA class inherit from SimObject
2013-01-07 Ali Saidio3: Fix issue with LLSC ordering and speculation
2013-01-05 Gabe BlackDecoder: Remove the thread context get/set from the...
2013-01-05 Gabe BlackARM: Keep a copy of the fpscr len and stride fields...
2012-12-12 Nathanael Premillieuarm: set uopSet_uop as conditional or unconditional...
2012-12-12 Nathanael Premillieuarm: set movret_uop as conditional or unconditional...
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-11-02 Dam SunwooARM: dump stats and process info on context switches
2012-11-02 Dam SunwooISA: generic Linux thread info support
2012-10-25 Andreas Hanssonarm: Use table walker clock that is inherited from CPU
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-10-15 Andreas HanssonFix: Address a few minor issues identified by cppcheck
2012-09-25 Dam SunwooARM: added support for flattened device tree blobs
2012-09-25 Ali SaidiARM: Squash outstanding walks when instructions are...
2012-09-25 Andreas Sandbergarm: Use a static_assert to test that miscRegName[...
2012-09-25 Nathanael PremillieuARM: Inst writing to cntrlReg registers not set as...
2012-09-25 Ali SaidiARM: Predict target of more instructions that modify PC.
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-28 Andreas HanssonClock: Rework clocks to avoid tick-to-cycle transformations
2012-08-22 Andreas HanssonPacket: Remove NACKs from packet and its use in endpoints
2012-08-15 Anthony GutierrezO3,ARM: fix some problems with drain/switchout function...
2012-08-07 Marc Orrsyscall emulation: Enabled getrlimit and getrusage...
2012-08-06 Marc Orrsyscall emulation: Clean up ioctl handling, and impleme...
2012-07-27 Anthony GutierrezARM: fix value of MISCREG_CTR returned by readMiscReg()
2012-06-29 Ali SaidiARM: Fix identification of one RAS pop instruction.
2012-06-29 Ali SaidiARM: Update version of linux we claim to be to 3.0.0.
2012-06-29 Ali SaidiARM: Fix issue with predicted next pc being wrong becau...
2012-06-11 Anthony GutierrezARM: implement the ProcessInfo methods
2012-06-05 Anthony Gutierrezcpu: Don't init simple and inorder CPUs if they are...
2012-06-05 Ali SaidiISA: Back-out NoopMachInst as a StaticInstPtr change.
2012-06-05 Chander SudanthiARM: removed extra white space
2012-06-05 Chander SudanthiARM: Fix MPIDR and MIDR register implementation.
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-06-05 Ali SaidiARM: Fix compilation on ARM after Gabe's change.
next