gcc: Fix warnings for gcc 4.7 and clang 3.1
[gem5.git] / src /
2012-07-02 Andreas Hanssongcc: Fix warnings for gcc 4.7 and clang 3.1
2012-06-29 Lena OlsonCache: Fix the LRU policy for classic memory hierarchy
2012-06-29 Uri WienerBus: enable non/coherent buses sub-classes
2012-06-29 Dam SunwooMem: fix master id assertion in cache_impl.hh
2012-06-29 Matt EvansMem: Fix a livelock resulting in LLSC/locked memory...
2012-06-29 Nathanael PremillieuO3: Track if the RAS has been pushed or not to pop...
2012-06-29 Ali SaidiARM: Fix identification of one RAS pop instruction.
2012-06-29 Ali SaidiCache: Only invalidate a line in the cache when an...
2012-06-29 Ali SaidiARM: Update version of linux we claim to be to 3.0.0.
2012-06-29 Ali SaidiARM: Fix issue with predicted next pc being wrong becau...
2012-06-27 Ali SaidiARM: Fix address range issue with VExpress EMM stable_2012_06_28
2012-06-11 Anthony GutierrezARM: implement the ProcessInfo methods
2012-06-08 Andreas HanssonTiming CPU: Remove a redundant port pointer
2012-06-08 Andreas HanssonPower: Fix MaxMiscDestRegs which was set to zero
2012-06-07 Nilay VaishX86 TLB: Add a missing = sign
2012-06-07 Ali Saidimem: Delay deleting of incoming packets by one call.
2012-06-07 Jayneel GandhiX86 TLB: Fix for gcc 4.4.3
2012-06-05 Anthony Gutierrezcpu: Don't init simple and inorder CPUs if they are...
2012-06-05 Ali SaidiISA: Back-out NoopMachInst as a StaticInstPtr change.
2012-06-05 Ali Saidicpt: update some comments in the checkpoint migration...
2012-06-05 William Wangstats: when applying an operation to two vectors sum...
2012-06-05 Dam SunwooMem: add per-master stats to physmem
2012-06-05 Geoffrey BlakeARM: Add PCIe support to VExpress_EMM model and remove...
2012-06-05 Chander SudanthiARM: removed extra white space
2012-06-05 Chander SudanthiARM: Fix MPIDR and MIDR register implementation.
2012-06-05 Chander SudanthiARM: PS2 encoding fix
2012-06-05 Ali Saidisim: Provide a framework for detecting out of data...
2012-06-05 Ali Saidistats: Add stats unittest for total calculations.
2012-06-05 Ali SaidiO3: Clean up the O3 structures and try to pack them...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-06-05 Ali SaidiARM: Fix over-eager assert in gic.
2012-06-05 Mitchell Hayengastats: Provide a mechanism to get a callback when stats...
2012-06-05 Ali SaidiARM: Fix compilation on ARM after Gabe's change.
2012-06-04 Gabe BlackISA: Turn the ExtMachInst NoopMachinst into the StaticI...
2012-06-04 Gabe BlackX86: Ensure that the CPUID instruction always writes...
2012-06-04 Gabe BlackX86: Ensure that the decoder's internal ExtMachInst...
2012-05-31 Andreas HanssonBus: Split the bus into a non-coherent and coherent bus
2012-05-30 Andreas Hanssongcc: Small fixes to compile with gcc 4.7
2012-05-30 Andreas HanssonBus: Remove redundant packet parameter from isOccupied
2012-05-30 Andreas HanssonBus: Turn the PortId into a transport function parameter
2012-05-30 Andreas HanssonPacket: Unify the use of PortID in packet and port
2012-05-30 Andreas HanssonPacket: Updated comments for src and dest fields
2012-05-30 Andreas HanssonBridge: Split deferred request, response and sender...
2012-05-29 Gabe BlackX86: Use the HandyM5Reg to avoid a register read and...
2012-05-28 Gabe BlackX86: Move the GDT down to where it can be accessed...
2012-05-28 Gabe BlackX86: Truncate addresses to 32 bits except in 64 bit...
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 BlackCPU: Simplify the implementation of the decode cache.
2012-05-25 Gabe BlackDecode: Make the Decoder class defined per ISA.
2012-05-24 Andreas HanssonCache: Remove dangling doWriteback declaration
2012-05-23 Andreas HanssonPacket: Cleaning up packet command and attribute
2012-05-23 Andreas HanssonConfig: Use the attribute naming and include ports...
2012-05-23 Andreas HanssonDMA: Split the DMA device and IO device into seperate...
2012-05-23 Andreas HanssonMEM: Add a snooping DMA port subclass for table walker
2012-05-23 Andreas HanssonConfig: Exit with fatal if a port is already connected
2012-05-22 Nilay VaishRuby: Remove the unused src/mem/ruby/common/Driver...
2012-05-22 Nilay VaishRuby Sequencer: Schedule deadlock check event at correc...
2012-05-22 Nilay VaishX86: Split Condition Code register
2012-05-19 Marc Orrx86 ISA: Implement the sse3 haddps instruction.
2012-05-19 Gabe BlackSyscalls: warn when the length argument to mmap is...
2012-05-15 Lena OlsonMem: Fix size check when allocating physical memory
2012-05-10 Koan-Sin TanARM: fix the calculation of the values in the RV clocks
2012-05-10 Ali Saidistats: fix compilation of unit test.
2012-05-10 Ali Saidistats: fix bug in assert for 2d vector
2012-05-10 Chander SudanthiARM: pl011 raw interrupt fix
2012-05-10 Chander SudanthiARM: EMM board address range fix
2012-05-10 Uri WienerDOT: improved dot-based system visualization
2012-05-10 Uri WienerDOT: fixed broken code for visualizing configuration...
2012-05-10 Dam SunwooARM: guard masked symbol tables by default
2012-05-10 Ali Saidimem: fix bug with CopyStringOut and null string termina...
2012-05-10 Ali SaidiCache: restructure code that actually isn't a loop
2012-05-10 Ali Saididev: use correct delete operation in SimpleDisk
2012-05-10 Ali SaidiARM: Fix incorrect use of not operators in arm devices
2012-05-10 Ali Saidigem5: assert before indexing intro arrays to verify...
2012-05-10 Ali Saidigem5: fix some iterator use and erase bugs
2012-05-10 Ali Saidigem5: fix a number of use after free issues
2012-05-10 Ali Saidibase: fix a invalid ?: operator
2012-05-10 Ali Saidigem5: Fix a number of incorrect case statements
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2012-05-10 Ali SaidiCache: Panic if you attempt to create a checkpoint...
2012-05-10 Pritha GhoshalIGbE: Fix writeback conditions for i8254x GbE in update...
2012-05-09 Nathan Binkertstats: use nan instead of no_value
2012-05-09 Andreas HanssonMEM: Add the communication monitor
2012-05-08 Andreas HanssonMEM: Do not forward uncacheable to bus snoopers
2012-05-04 Andreas HanssonRuby: Ensure snoop requests are sent using sendTimingSn...
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-29 Gabe BlackX86: Fix the IMUL_R_P_I macroop.
2012-04-29 Vince WeaverX86: Fix up the open system call's flags.
2012-04-29 Vince WeaverX86: Make gem5 ignore a bunch of syscalls.
2012-04-28 Nilay VaishGarnet: Correct computation of link utilization
2012-04-25 Nilay VaishRuby: Remove extra statements from Sequencer
2012-04-25 Andreas HanssonMEM: Use base class Master/SlavePort pointers in the bus
2012-04-25 Andreas HanssonMEM: Add the PortId type and a corresponding id field...
2012-04-25 Andreas Hanssonclang/gcc: Use STL hash function for int64_t and uint64_t
2012-04-24 Gabe BlackX86: Clear out duplicate TLB entries when adding a...
2012-04-23 Gabe BlackISA: Put parser generated files in a "generated" directory.
2012-04-22 Gabe Blackbase: Include cassert in trie.hh.
2012-04-21 Gabe BlackX86: Report an error if there's no kernel object, don...
next