gem5.git
2011-06-20 Korey Sewellinorder: make marking of dest. regs an explicit request
2011-06-20 Korey Sewellinorder: simplify handling of split accesses
2011-06-20 Korey Sewellinorder: addtl functionaly for inst. skeds
2011-06-20 Korey Sewellinorder: register file stats
2011-06-20 Korey Sewellinorder: scheduling for nonspec insts
2011-06-20 Korey Sewellinorder: find register dependencies "lazily"
2011-06-20 Korey Sewellinorder: assert on macro-ops
2011-06-20 Korey Sewellinorder: handle faults at writeback stage
2011-06-20 Korey Sewellinorder: ISA-zero reg handling
2011-06-20 Korey Sewellinorder: update support for branch delay slots
2011-06-20 Korey Sewellinorder: inst. iterator cleanup
2011-06-20 Korey Sewellcpus/isa: add a != operator for pcstate
2011-06-20 Korey Sewellinorder: update bpred code
2011-06-20 Korey Sewellinorder: add types for dependency checks
2011-06-20 Korey Sewellinorder: use flattenIdx for reg indexing
2011-06-20 Korey Sewellsimple-thread: give a name() function for debugging...
2011-06-20 Korey Sewellinorder: use m5_hash_map for skedCache
2011-06-17 Ali SaidiARM: Cleanup m5ops usage of r0 and r1 a bit.
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-15 Nilay VaishRuby: Correct set LONG_BITS and INDEX_SHIFT in class...
2011-06-13 Gabe BlackLoader: Handle bad section names when loading an ELF...
2011-06-13 Gabe BlackLibElf: Build the error management code in libelf.
2011-06-13 Korey Sewellsparc: update long regressions
2011-06-11 Korey Sewellsparc: update o3 regressions
2011-06-11 Korey Sewello3: missing newlines on some dprintfs
2011-06-11 Korey Sewellsparc: don't use directcntrl branch flag
2011-06-10 Korey Sewellsparc: merge regr. updates w/last update
2011-06-10 Korey Sewellsparc: update simple cpu regressions
2011-06-09 Korey Sewellsparc: compilation fixes for inorder
2011-06-08 Nilay VaishRuby: Correctly set access permissions for directory...
2011-06-08 Gabe BlackMem: Use sysconf to get the page size instead of the...
2011-06-07 Gabe BlackISA parser: Loosen the regular expressions matching...
2011-06-07 Gabe Blackgcc 4.0: Add some virtual destructors to make gcc 4...
2011-06-03 Nilay VaishSLICC: Remove machine name as prefix to functions
2011-06-03 Steve ReinhardtSConstruct: automatically update .hg/hgrc with style...
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-03 Nathan Binkertscons: rename some things from m5 to gem5
2011-06-03 Nathan Binkertcopyright: Add code for finding all copyright blocks...
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-06-02 Steve ReinhardtSimObject: allow modules in subclass definitions
2011-05-31 Tushar Krishnaorion: bug fix in link power, and some reorg
2011-05-31 Tushar Krishnagarnet: added network ptr to links to be used by orion
2011-05-30 Gabe BlackMisc: Remove the URL from warnings, fatals, panics...
2011-05-25 Gabe BlackName: Replace M5 with gem5 in a few places it's printed...
2011-05-25 Nathan Binkertstyle: Make the style hook work in directories other...
2011-05-23 Steve Reinhardtsim: style fixes in sim/process.hh
2011-05-23 Steve Reinhardtsyscall emul: fix Power Linux mmap constant, plus other...
2011-05-23 Steve Reinhardtconfig: revamp x86 config to avoid appending to SimObje...
2011-05-23 Steve Reinhardtconfig: tweak ruby configs to clean up hierarchy
2011-05-23 Steve Reinhardtconfig: reinstate implicit parenting on parameter assig...
2011-05-23 Steve Reinhardtsim: add some DPRINTFs for debugging unserialization
2011-05-23 Steve Reinhardtutil/regress: make default action a more thorough regre...
2011-05-23 Korey Sewellconfigs: missed spot progress-interval change
2011-05-23 Ali SaidiStats: Update stats for minor O3 changes below.
2011-05-23 Geoffrey BlakeO3: Fix offset calculation into storeQueue buffer for...
2011-05-23 Geoffrey BlakeO3: Fix issue w/wbOutstading being decremented multiple...
2011-05-23 Geoffrey BlakeO3: Fix issue with interrupts/faults occuring in the...
2011-05-21 Tushar Krishnagarnet: use vnet_type from protocol to decide buffer...
2011-05-21 Tushar Krishnaconfigs: remove -p from ruby_network_test.py
2011-05-20 Korey Sewellconfigs: cleanup redundant/unused options
2011-05-20 Tushar Krishnaslicc: added vnet_type to MI_example
2011-05-18 Nathan Binkertgcc: fix an uninitialized variable warning from G+...
2011-05-18 Tushar Krishnaslicc: added vnet_type field to identify response vnets...
2011-05-18 Tushar Krishnagarnet: rename and rearrange config parameters.
2011-05-13 Ali SaidiARM: Fix up stats for previous changes to condition...
2011-05-13 Ali SaidiARM: Generate condition code setting code based on...
2011-05-13 Ali SaidiARM: Construct the predicate test register for more...
2011-05-13 Ali SaidiARM: Further break up condition code into NZ, C, V...
2011-05-13 Ali SaidiARM: Remove the saturating (Q) condition code from...
2011-05-13 Ali SaidiARM: Break up condition codes into normal flags, satura...
2011-05-13 Chander SudanthiTrace: Allow printing ASIDs and selectively tracing...
2011-05-13 Chander SudanthiARM: Better RealView/Versatile EB platform support.
2011-05-13 Geoffrey BlakeO3: Fix an issue with a load & branch instruction and...
2011-05-12 Nathan Binkertstats: delete mysql support
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-05-12 Nathan Binkertstats: better expose statistics to python.
2011-05-09 Nathan Binkertwork around gcc 4.5 warning
2011-05-07 Tushar KrishnaNetworkTest: added sim_cycles parameter to the network...
2011-05-07 Tushar Krishnanetwork: added Torus and Pt2Pt topologies
2011-05-07 Nilay VaishTrace: Remove the options trace-help and trace-flags
2011-05-06 Gabe BlackX86: Fix the Lldt instructions so they load the ldtr...
2011-05-05 Korey Sewellruby: use RubyMemory flag & remove setDebug() functionality
2011-05-05 Ali SaidiARM: Update ARM_FS stats for mp changes
2011-05-05 Ali SaidiARM: Configure bootloader parameters
2011-05-05 Ali SaidiARM: Add support for loading the a bootloader and confi...
2011-05-05 Prakash RamrakhyaniARM: Implement WFE/WFI/SEV semantics.
2011-05-05 Ali SaidiARM: Add support for MP misc regs and broadcast flushes.
2011-05-05 Prakash RamrakhyaniARM: Make GIC handle IPIs and multiple processors.
2011-05-05 Ali SaidiARM: Add snoop control unit device.
2011-05-05 Ali SaidiARM: Add support for some more registers in the real...
2011-05-05 Prakash RamrakhyaniARM: Boot loader changes that make it more flexible...
2011-05-05 Ali SaidiO3/ARM: Update stats for recent changes.
2011-05-05 Ali SaidiDebug: Add a function to cause the simulator to create...
2011-05-05 Ali SaidiCPU: Add some useful debug message to the timing simple...
2011-05-05 Ali SaidiCPU: Fix a case where timing simple cpu faults can...
2011-05-05 Ali SaidiO3: Remove assertion for case that is actually handled...
2011-05-05 Ali SaidiCore: Add some documentation about the sim clocks.
2011-05-05 Chris EmmonsRealView: Fix the 24 and 100MHz clocks which were provi...
next