config: Fix typo in Float param
[gem5.git] / src / arch / power /
2014-12-06 Gabe Blackmisc: Generalize GDB single stepping.
2014-11-24 Alexandru Dutumem: Page Table map api modification
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-10-30 Ali Saidiautomated merge
2014-10-22 Nilay Vaishsim: revert 6709bbcf564d
2014-10-20 Michael Adlersim: implement getdents/getdents64 in user mode
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-08-28 Alexandrumem: adding architectural page table support for SE...
2014-08-13 Andreas Sandbergpower: Remove unused private members to fix compile...
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2014-05-12 Steve Reinhardtsyscall emulation: clean up & comment SyscallReturn
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 Curtis Dunhamarch: remove inline specifiers on all inst constrs...
2014-01-24 Andreas Hanssonarch: Make all register index flattening const
2014-01-24 Ali Saidiarch, cpu: Add support for flattening misc register...
2014-01-24 Ali Saidicpu: Add CPU support for generatig wake up events when...
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-06-03 Andreas Sandbergarch: Create a method to finalize physical addresses
2013-02-19 Andreas Hanssonscons: Add warning for overloaded virtual functions
2013-02-19 Andreas Hanssonscons: Add warning for overloaded virtual functions
2013-01-22 Nilay Vaishx86, cpu: corrects 270c9a75e91f, take over decoder...
2013-01-13 Nilay Vaishx86: Changes to decoder, corrects 9376
2013-01-07 Andreas Sandbergarch: Move the ISA object to a separate section
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...
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-11-02 Dam SunwooISA: generic Linux thread info support
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-15 Ali Saidisysemul: bump all linux versions of for syscal emulatio...
2012-08-06 Marc Orrsyscall emulation: Clean up ioctl handling, and impleme...
2012-06-08 Andreas HanssonPower: Fix MaxMiscDestRegs which was set to zero
2012-06-05 Ali SaidiISA: Back-out NoopMachInst as a StaticInstPtr change.
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-06-04 Gabe BlackISA: Turn the ExtMachInst NoopMachinst into the StaticI...
2012-05-26 Gabe BlackISA,CPU: Generalize and split out the components of...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
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-04-23 Gabe BlackISA: Put parser generated files in a "generated" directory.
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-03-26 Andreas HanssonPower: Change bitfield name to avoid conflicts with...
2012-03-09 Geoffrey BlakeCheckerCPU: Add function stubs to non-ARM ISA source...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-30 Andreas HanssonMEM: Clean-up of Functional/Virtual/TranslatingPort...
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-13 Gabe BlackPower: Add a stubbed out stacktrace.cc
2011-11-13 Gabe BlackPOWER: Add a stub implementation of initCPU.
2011-11-13 Gabe BlackPower: Add a stub kernel_stats.hh.
2011-11-13 Gabe BlackPower: Implement a stub for getArgument.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-30 Gabe BlackSE/FS: Remove the last references to FULL_SYSTEM from...
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-10-16 Gabe BlackPower: Add a stub implementation for vtophys in SE...
2011-10-09 Gabe BlackSE/FS: Build the Interrupt objects in SE mode.
2011-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-19 Gabe BlackFaults: Get rid of the unused isAlignmentFault and...
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-07-05 Gabe BlackISAs: Streamline some spots where Mem is used in the...
2011-07-05 Gabe BlackISA parser: Define operand types with a ctype directly.
2011-07-05 Gabe BlackISA parser: Simplify operand type handling.
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-05-23 Steve Reinhardtsyscall emul: fix Power Linux mmap constant, plus other...
2011-05-13 Chander SudanthiTrace: Allow printing ASIDs and selectively tracing...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-03-29 Gabe BlackPower: Fix compilation.
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiO3: Send instruction back to fetch on squash to seed...
2011-03-02 Gabe BlackSpelling: Fix the a spelling error by changing mmaped...
2011-02-04 Gabe BlackFault: Rename sim/fault.hh to fault_fwd.hh to distingui...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-08 Gabe BlackPOWER: Take advantage of new PCState syntax.
2010-11-16 Gabe BlackO3: Make O3 support variably lengthed instructions.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
next