MEM: Separate queries for snooping and address ranges
[gem5.git] / src / arch /
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-17 Steve ReinhardtAlpha: warn_once about broken PAL breakpoints.
2012-01-12 Deyuan Guomips: compatibility between MIPS_SE and cross compiler...
2012-01-12 Deyuan Guomips: Fix bugs in faults.cc/hh and tlb.cc for MIPS_FS
2012-01-12 Deyuan Guomips: Fix decoder of two float-convert instructions
2012-01-12 Deyuan Guomips: definition of MIPS64_QNAN in registers.hh
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Nilay VaishX86: Add memory fence to I/O instructions
2012-01-10 Ali SaidiARM: Add support for initparam m5 op
2012-01-05 Nilay VaishX86 TLB: Move a DPRINTF to its correct place
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-12-01 Mitchell HayengaDevice: Make changes necessary to support a coherent...
2011-12-01 Ali SaidiARM: Add IsSerializeAfter and IsNonSpeculative flag...
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-11-28 Gabe BlackSPARC: Minor style fix.
2011-11-28 Gabe BlackSPARC: Isolate FP operations enough to prevent code...
2011-11-20 Gabe BlackX86: Fix the constant detecting three byte opcodes...
2011-11-04 Nilay Vaishx86: Add microop for fence
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
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-09-27 Gabe BlackFaults: Replace calls to genMachineCheckFault with...
2011-09-27 Gabe BlackFaults: Add in generic faults that work like panics...
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-25 Gabe BlackSCons: Add a comment I forgot to add in earlier.
2011-09-24 Gabe BlackSCons: Make the ISA parser a source for its output...
2011-09-23 Gabe BlackX86: Move the MSR lookup table out of the TLB and into...
2011-09-19 Gabe BlackMIPS: Final overhaul of MIPS faults to kill #if FULL_SYSTEM
2011-09-19 Gabe BlackMIPS, faults: Update how the PC is set.
2011-09-19 Gabe BlackMIPS: Get rid of skipFaultInstruction and setRestartAdd...
2011-09-19 Gabe BlackMIPS: Use inheritance to consolidate class definitions.
2011-09-19 Gabe BlackMIPS: Always compile in setExceptionState, including...
2011-09-19 Gabe BlackMIPS: Consolidate TLB related faults.
2011-09-19 Gabe BlackMIPS: Get rid of the unused "count" field in FaultVals.
2011-09-19 Gabe BlackMIPS: Move the genMachineCheckFault function near Machi...
2011-09-19 Gabe BlackMIPS: Consolidate the two AddressErrorFault variants.
2011-09-19 Gabe BlackFaults: Get rid of the unused isAlignmentFault and...
2011-09-19 Gabe BlackMIPS: Get rid of cruft in the fault classes.
2011-09-19 Gabe BlackMIPS: Add constructors to the fault classes.
2011-09-19 Gabe BlackMIPS: Use the CRTP to streamline the Fault class defini...
2011-09-19 Gabe BlackSPARC: Remove #if FULL_SYSTEMs from the ISA description.
2011-09-19 Gabe BlackMIPS: Get rid of #if style config checks in the ISA...
2011-09-19 Gabe BlackMIPS: Guard SystemCallFault::invoke consistently.
2011-09-19 Gabe BlackMIPS: Get rid of the unused (and partially defined...
2011-09-19 Gabe BlackAlpha: Get rid of some #if FULL_SYSTEMs in the Alpha...
2011-09-19 Gabe BlackX86: Don't use "#if FULL_SYSTEM" in the X86 ISA descrip...
2011-09-19 Gabe BlackPseudoInst: Remove the now unnecessary #if FULL_SYSTEMs...
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-09-13 Daniel JohnsonARM: update TLB to set request packet ASID field
2011-09-13 Chander SudanthiCP15 c15: enable execution with accesses to c15 registers
2011-09-13 Daniel JohnsonARM: Implement numcpus bits in L2CTLR register.
2011-09-13 Ali SaidiLSQ: Only trigger a memory violation with a load/load...
2011-09-10 Deyuan GuoMIPS: Implement gem5/src/arch/mips/remote_gdb.cc.
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-09-09 Gabe BlackDecode: Pull instruction decoding out of the StaticInst...
2011-09-09 Gabe BlackStack: Tidy up some comments, a warning, and make stack...
2011-09-08 Gabe BlackISA parser: Don't look for operands in strings.
2011-09-08 Gabe BlackISA parser: Match /* */ and // style comments.
2011-09-06 Gabe BlackX86: Make sure instruction flags are set properly even...
2011-09-05 Gabe BlackX86,TLB: Make sure the "delayedResponse" variable is...
2011-09-03 Lisa HsuTLB: comments and a helpful warning.
2011-08-19 Ali SaidiARM: Mark some variables uncacheable until boot all...
2011-08-19 Ali SaidiARM: Add VExpress_E support with PCIe to gem5
2011-08-19 Ali SaidiARM: Add support for Versatile Express boards
2011-08-19 Ali SaidiARM: Add support for DIV/SDIV instructions.
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-08-19 Ali SaidiARM: Fix a memory leak with the table walker.
2011-08-14 Gabe BlackX86: Use IsSquashAfter if an instruction could affect...
2011-07-15 Wade WalkerARM: Fix SWP/SWPB undefined instruction behavior
2011-07-15 Wade WalkerARM: Add two unimplemented miscellaneous registers.
2011-07-11 Nilay VaishX86: implements copyRegs() function
2011-07-11 Gabe BlackISA: Get rid of the unused mem_acc_type template parameter.
2011-07-08 Korey Sewellalpha:hwrei:rollback for o3
2011-07-06 Nathan Binkertgrammar: better encapsulation of a grammar and parsing
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 BlackExecContext: Rename the readBytes/writeBytes functions...
2011-07-03 Gabe BlackISA: Use readBytes/writeBytes for all instruction level...
2011-07-03 Gabe BlackX86: Fix store microops so they don't drop faults in...
2011-06-28 Nilay Vaisharch: print next upc correctly
2011-06-23 Deyaun Guomips: fix nmsub and nmadd definitions
2011-06-22 Gabe BlackX86: Eliminate an unused argument for building store...
2011-06-20 Korey Sewellmips: mark unaligned access flag as true
2011-06-20 Korey Sewellinorder/dtb: make sure DTB translate correct address
2011-06-20 Korey Sewellalpha: fix warn_once for prefetches
2011-06-20 Korey Sewellalpha: naming for dtb faults
2011-06-20 Korey Sewellalpha: make hwrei a control inst
2011-06-20 Korey Sewellsparc: init. cache state in TLB
2011-06-20 Korey Sewellcpus/isa: add a != operator for pcstate
2011-06-17 Gedare BloomARM: Add m5ops and related support for workbegin()...
2011-06-16 Ali SaidiARM: Handle case where new TLB size is different from...
2011-06-16 Chander SudanthiARM: Fix memset on TLB flush and initialization
2011-06-11 Korey Sewellsparc: don't use directcntrl branch flag
2011-06-10 Korey Sewellsparc: merge regr. updates w/last update
2011-06-09 Korey Sewellsparc: compilation fixes for inorder
2011-06-07 Gabe BlackISA parser: Loosen the regular expressions matching...
next