gem5.git
2010-12-01 Nilay Vaishruby: Converted old ruby debug calls to M5 debug calls
2010-11-27 Ali SaidiIGbE: return 0 on an invalid descriptor size instead...
2010-11-23 Gabe BlackCopyright: Add AMD copyright to the param changes I...
2010-11-23 Gabe BlackParams: Add parameter types for IP addresses in various...
2010-11-23 Gabe BlackX86: Loosen an assert for x86 and connect the APIC...
2010-11-23 Gabe BlackX86: Obey the PCD (cache disable) bit in the page tables.
2010-11-22 Gabe BlackX86: Mark IO space accesses as uncachable.
2010-11-22 Gabe BlackX86: Remove reserved* from the m5 utility program for...
2010-11-22 Gabe BlackIDE,X86: Fix IDE controller BAR configuration for x86.
2010-11-20 Nathan Binkertrandom: small comment about our random number generator...
2010-11-20 Ali SaidiSE: Fix simulating more than 4GB of RAM in SE mode
2010-11-20 Ali SaidiSCons: Fix compilation on OS X
2010-11-20 Ali SaidiSCons: Support building without an ISA
2010-11-18 Gabe BlackO3: Fix fp destination register flattening, and index...
2010-11-18 Gabe BlackConfig: Change misleading "cycle" message to say "tick".
2010-11-16 Gabe BlackStats: Update the O3 fetch stats for SPARC.
2010-11-16 Gabe BlackO3: Make O3 support variably lengthed instructions.
2010-11-15 Ali SaidiO3: reset architetural state by calling clear()
2010-11-15 Ali SaidiARM: Add comment about the organization of the IT state...
2010-11-15 Ali SaidiRegressions: Update regressions for SIMD opclass changes
2010-11-15 Giacomo GabrielliCPU/ARM: Add SIMD op classes to CPU models and ARM...
2010-11-15 Ali SaidiARM: Compile O3 CPU by default
2010-11-15 Min Kyu JeongO3: prevent a squash when completeAcc() modifies misc...
2010-11-15 Ali SaidiARM: Return an FailUnimp instruction when an unimplemen...
2010-11-15 Ali SaidiSCons: Cleanup SCons output during compile
2010-11-15 Ali SaidiARM: Update regressions for CLCD and KMI additions
2010-11-15 William WangARM: Add a Keyboard Mouse Interface controller
2010-11-15 William WangARM: Implement a CLCD Frame buffer
2010-11-15 William WangARM: Add support for GDB on ARM
2010-11-15 Ali SaidiARM: Make utility.hh meet style guidelines
2010-11-15 Ali SaidiARM: Add support for a dumb IDE controller
2010-11-15 Ali SaidiARM: Cache the misc regs at the TLB to limit readMiscRe...
2010-11-15 Ali SaidiARM: Add support for switching CPUs
2010-11-15 Ali SaidiARM: Use the correct delete operator for RFE
2010-11-15 Ali SaidiARM: Fix SRS instruction to micro-code memory operation...
2010-11-15 Ali SaidiCPU: Fix bug when a split transaction is issued to...
2010-11-15 Ali SaidiARM: Do something predictable for an UNPREDICTABLE...
2010-11-11 Gabe BlackParams: Fix an off by one error and a misleading comment.
2010-11-11 Gabe BlackSimObject: Add a comment near clear_child that it's...
2010-11-11 Gabe BlackSPARC: Clean up some historical style issues.
2010-11-10 Ali SaidiUpdate EIO regressions for last set of patches
2010-11-09 Gabe Blackscons: Work around for old versions of scons mistaking...
2010-11-09 Gabe BlackSimObject: Use "self" when calling the clear_child...
2010-11-08 Gabe BlackX86: Fix X86_FS compilation.
2010-11-08 Ali SaidiARM: Update SE stats for TLB stats additions
2010-11-08 Ali SaidiARM: Add full-system regressions
2010-11-08 Ali SaidiARM: Add some TLB statistics for ARM
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-11-08 Ali SaidiARM: Add support for M5 ops in the ARM ISA
2010-11-08 Ali SaidiARM: Keep the warnings to a minimum.
2010-11-08 Ali SaidiMem: Finish half-baked support for mmaping file in...
2010-11-08 Ali SaidiBus: Have the I/O devices that return address ranges...
2010-11-08 Ali SaidiARM: Don't return the result of a table walk the same...
2010-11-08 Ali Saidiscons: add a parameter to configure SCons' build cache
2010-11-08 Ali SaidiARM/Alpha/Cpu: Stats change for prefetchs to be more...
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
2010-11-08 Ali SaidiARM: Make all ARM uops delayed commit.
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-11-07 Gabe Blackscons: Replace the build_dir parameter to SConscript...
2010-10-31 Gabe BlackRef output: Update refs for PCState change.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-29 Gabe BlackX86: Fault on divide by zero instead of panicing.
2010-10-29 Gabe BlackX86: Make syscalls also serialize after.
2010-10-24 Gabe BlackO3: Get rid of a bunch of commented out lines.
2010-10-23 Gabe BlackConfigs: Stop setting the "mem" parameter in splash2...
2010-10-22 Gabe BlackX86: Make nop a regular, non-microcoded instruction.
2010-10-22 Gabe BlackX86: Implement genMachineCheckFault.
2010-10-22 Gabe BlackX86: Make syscall instructions non-speculative in SE.
2010-10-22 Gabe BlackISA: Simplify various implementations of completeAcc.
2010-10-22 Gabe BlackARM: Don't pretend to writeback registers in initiateAcc.
2010-10-18 Steve Reinhardtcache: minor SC assertion fix
2010-10-18 Gabe BlackMIPS: Get rid of the backdoor device copy/pasted from...
2010-10-16 Gabe BlackMem: Reclaim some request flags used by MIPS for alignm...
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-14 Gabe BlackSPARC: Get rid of the copy/pasted StackTrace stolen...
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-10-11 Gabe BlackX86: Detect attempts to load a 32 bit kernel and panic.
2010-10-11 Gabe BlackSPARC: Make SPARC's ISA's clear function initialize...
2010-10-11 Gabe BlackAlpha: Force all the IPRs to an initial, determinstic...
2010-10-11 Gabe BlackAlpha: Initialize the data TLB mode IPR.
2010-10-09 Gabe BlackUART: Make the 8250's MCR return a deterministic value.
2010-10-04 Gabe BlackAlpha: Fix Alpha NumMiscArchRegs constant.
2010-10-01 Ali SaidiPower: Fix compile error from previous push.
2010-10-01 Ali SaidiARM: Make the TLB a little bit faster by moving most...
2010-10-01 Ali SaidiARM: Add a fake flash controller so that unmodified...
2010-10-01 Prakash RamrakhyaniARM: Fix some subtle bugs in the GIC
2010-10-01 Ali SaidiARM: Implement functional virtual to physical address...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-09-30 Ali SaidiCPU/Cache: Fix some errors exposed by valgrind
2010-09-29 Gabe BlackX86: Fix the RIP relative versions of the BT, BTC,...
2010-09-22 Steve Reinhardtpython: get rid of internal.enums package.
2010-09-22 Steve Reinhardtstats: update stats for previous cset
2010-09-22 Steve Reinhardtcache: improve coherence handling of writebacks
2010-09-22 Steve Reinhardtdiff-out: clean up options
2010-09-22 Steve Reinhardttests: print if output files match
2010-09-20 Gabe BlackCPU: Fix O3 and possible InOrder segfaults in FS.
2010-09-17 Steve Reinhardtdevices: undo cset 017baf09599f that added timer drain...
2010-09-14 Gabe BlackX86: Make the halt microop non-speculative.
2010-09-14 Gabe BlackX86: Make unrecognized instructions behave better in...
next