summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2014-09-03arch: Properly guess OpClass from optional StaticInst flagsMitch Hayenga
2014-05-27arm: support 16kb vm granulesCurtis Dunham
2014-09-03arch, cpu: Factor out the ExecContext into a proper base classAndreas Sandberg
2014-09-03arch: Cleanup unused ISA traits constantsAndreas Hansson
2014-09-03config: Change parsing of Addr so hex values work from scriptsMitch Hayenga
2014-09-03arm: Fix ExtMachInst hash operator underlying typeAndreas Hansson
2014-09-01x86: set op class of two fp instructionsNilay Vaish
2014-08-28mem: adding architectural page table support for SE modeAlexandru
2014-08-26base: Replace the internal varargs stuff with C++11 constructsAndreas Sandberg
2014-08-26mips: Fix RLIMIT_RSS namingMitch Hayenga
2014-08-26sparc: Fixup bit ordering in the PSTATE bit unionAndreas Sandberg
2014-08-13arm: change MISCREG_L2ERRSR to warn not failDam Sunwoo
2014-08-13mips: Remove unused private members to fix compile-time warningAndreas Sandberg
2014-08-13power: Remove unused private members to fix compile-time warningAndreas Sandberg
2014-03-11arm: remove dead code fplib mul64x64Curtis Dunham
2014-06-30power: Add basic DVFS support for gem5Stephan Diestelhorst
2014-06-21x86: fix table walker assertionBinh Pham
2014-05-31style: eliminate equality tests with true and falseSteve Reinhardt
2014-05-12syscall emulation: clean up & comment SyscallReturnSteve Reinhardt
2014-04-17arm: Make sure UndefinedInstructions are properly initializedAli Saidi
2014-04-17arm: allow DC instructions by default so SE mode worksAli Saidi
2014-04-17sim, arm: implement more of the at variety syscallsAli Saidi
2014-05-09cpu: Add flag name printing to StaticInstAndrew Bardsley
2014-05-09arm: Add branch flags onto macroopsAndrew Bardsley
2014-05-09arm: add preliminary ISA splits for ARM archCurtis Dunham
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2014-05-09arch, arm: Preserve TLB bootUncacheability when switching CPUsGeoffrey Blake
2014-05-09cpu, arm: Allow the specification of a socket fieldAkash Bagdia
2014-05-09arm: Panics in miscreg read functions can be tripped by O3 modelGeoffrey Blake
2014-05-09arch: remove inline specifiers on all inst constrs, all ISAsCurtis Dunham
2014-05-09arm: cleanup ARM ISA definitionCurtis Dunham
2014-04-23arm: Correctly display disassembly of vldmia/vstmiaCurtis Dunham
2014-04-23arm: Don't use a stack allocated mnemonicMitchell Hayenga
2014-04-23arch: remove 'null update' check in isa-parserCurtis Dunham
2014-03-23arm: m5ops readfile64 args broken, offset coming through garbageEric Van Hensbergen
2014-03-16kvm: x86: Add support for x86 INIT and STARTUP handlingAndreas Sandberg
2014-03-12alpha: Small removal of dead comments/code from alpha ISAPaul Rosenfeld
2014-03-07arm: Handle functional TLB walks properlyGeoffrey Blake
2014-03-07scons: Fixes uninitialized warnings issued by clangMitch Hayenga
2014-03-07arm: Fix uninitialised warning with gcc 4.8Stephan Diestelhorst
2014-03-07mem: Wakeup sleeping CPUs without caches on LLSCAli Saidi
2014-03-03x86: Setup correct TSL/TR segment attributes on INITAndreas Sandberg
2014-03-01cpu: Enable fast-forwarding for MIPS InOrderCPU and O3CPUChristopher Torng
2014-02-05x86: Fix x87 state transfer bugAndreas Sandberg
2014-02-02x86, kvm: Fix bug in the RFlags get and set functionsNikos Nikoleris
2014-01-28arm: Enable umask syscall in SE modeMitch Hayenga
2014-01-27x86: use lfpimm instead of limm for fptanNilay Vaish
2014-01-27x86: implements x87 add/sub instructionsNilay Vaish
2014-01-27x86: implements fxch instruction.Nilay Vaish
2014-01-27x86: correct error in emms instruction.Nilay Vaish