Age | Commit message (Expand) | Author |
2014-10-01 | arm: More UBSan cleanups after additional full-system runs | Andreas Hansson |
2014-09-27 | arm: Fixed undefined behaviours identified by gcc | Andreas Hansson |
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson |
2014-09-27 | scons: Address issues related to gcc 4.9.1 | Andreas Hansson |
2014-09-20 | alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate | Mitch Hayenga |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-09-19 | arch: Pass faults by const reference where possible | Andreas Hansson |
2014-09-12 | style: Fix line continuation, especially in debug messages | Andrew Bardsley |
2014-09-03 | arm: Make memory ops work on 64bit/128-bit quantities | Mitch Hayenga |
2014-09-03 | x86: Flag instructions that call suspend as IsQuiesce | Mitch Hayenga |
2014-09-03 | arm: Fix v8 neon latency issue for loads/stores | Mitch Hayenga |
2014-04-29 | arm: use condition code registers for ARM ISA | Curtis Dunham |
2014-09-03 | arm: ISA X31 destination register fix | Andrew Bardsley |
2014-09-03 | arm: Mark v7 cbz instructions as direct branches | Mitch Hayenga |
2014-09-03 | arch: Properly guess OpClass from optional StaticInst flags | Mitch Hayenga |
2014-05-27 | arm: support 16kb vm granules | Curtis Dunham |
2014-09-03 | arch, cpu: Factor out the ExecContext into a proper base class | Andreas Sandberg |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
2014-09-03 | config: Change parsing of Addr so hex values work from scripts | Mitch Hayenga |
2014-09-03 | arm: Fix ExtMachInst hash operator underlying type | Andreas Hansson |
2014-09-01 | x86: set op class of two fp instructions | Nilay Vaish |
2014-08-28 | mem: adding architectural page table support for SE mode | Alexandru |
2014-08-26 | base: Replace the internal varargs stuff with C++11 constructs | Andreas Sandberg |
2014-08-26 | mips: Fix RLIMIT_RSS naming | Mitch Hayenga |
2014-08-26 | sparc: Fixup bit ordering in the PSTATE bit union | Andreas Sandberg |
2014-08-13 | arm: change MISCREG_L2ERRSR to warn not fail | Dam Sunwoo |
2014-08-13 | mips: Remove unused private members to fix compile-time warning | Andreas Sandberg |
2014-08-13 | power: Remove unused private members to fix compile-time warning | Andreas Sandberg |
2014-03-11 | arm: remove dead code fplib mul64x64 | Curtis Dunham |
2014-06-30 | power: Add basic DVFS support for gem5 | Stephan Diestelhorst |
2014-06-21 | x86: fix table walker assertion | Binh Pham |
2014-05-31 | style: eliminate equality tests with true and false | Steve Reinhardt |
2014-05-12 | syscall emulation: clean up & comment SyscallReturn | Steve Reinhardt |
2014-04-17 | arm: Make sure UndefinedInstructions are properly initialized | Ali Saidi |
2014-04-17 | arm: allow DC instructions by default so SE mode works | Ali Saidi |
2014-04-17 | sim, arm: implement more of the at variety syscalls | Ali Saidi |
2014-05-09 | cpu: Add flag name printing to StaticInst | Andrew Bardsley |
2014-05-09 | arm: Add branch flags onto macroops | Andrew Bardsley |
2014-05-09 | arm: add preliminary ISA splits for ARM arch | Curtis Dunham |
2014-05-09 | arch: teach ISA parser how to split code across files | Curtis Dunham |
2014-05-09 | arch, arm: Preserve TLB bootUncacheability when switching CPUs | Geoffrey Blake |
2014-05-09 | cpu, arm: Allow the specification of a socket field | Akash Bagdia |
2014-05-09 | arm: Panics in miscreg read functions can be tripped by O3 model | Geoffrey Blake |
2014-05-09 | arch: remove inline specifiers on all inst constrs, all ISAs | Curtis Dunham |
2014-05-09 | arm: cleanup ARM ISA definition | Curtis Dunham |
2014-04-23 | arm: Correctly display disassembly of vldmia/vstmia | Curtis Dunham |
2014-04-23 | arm: Don't use a stack allocated mnemonic | Mitchell Hayenga |
2014-04-23 | arch: remove 'null update' check in isa-parser | Curtis Dunham |
2014-03-23 | arm: m5ops readfile64 args broken, offset coming through garbage | Eric Van Hensbergen |
2014-03-16 | kvm: x86: Add support for x86 INIT and STARTUP handling | Andreas Sandberg |