gem5: fix a number of use after free issues
[gem5.git] / src /
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...
2012-04-15 Gabe BlackCPU: Tidy up some formatting and a DPRINTF in the simpl...
2012-04-15 Gabe BlackX86: Fix a tiny typo in the load/store microop constructor.
2012-04-15 Gabe BlackX86: Use the AddrTrie class to implement the TLB.
2012-04-15 Gabe Blacksim: Update some comments in trie.hh that were meant...
2012-04-15 Gabe Blacksim: A trie data structure specifically to speed up...
2012-04-14 Andreas HanssonRuby: Use MasterPort base-class pointers where possible
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-04-14 Andreas HanssonRegression: Add ANSI colours to highlight test status
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-13 Steve ReinhardtSCons: restore Werror option in src/SConscript
2012-04-12 Andreas HanssonRuby: Ensure order-dependent iteration uses an ordered map
2012-04-10 Gabe Blacktests: Fix building unit tests.
2012-04-07 Brad Beckmannrubytest: remove spurious printf
2012-04-06 Lisa Hsuslicc: Controllers attached to Sequencers no longer...
2012-04-06 Brad Beckmannsim-ruby: checkpointing fixes and dependent eventq...
2012-04-06 Brad Beckmannslicc: fixed error message when the type has no inheritance
2012-04-06 Brad BeckmannMOESI_hammer: tbe allocation and dependent wakeup fixes
2012-04-06 Brad Beckmannpython: added __nonzero__ function to SimObject Bool...
2012-04-06 Brad BeckmannMOESI_hammer: fixed bug with single cpu + flushes,...
2012-04-06 Brad Beckmannrubytest: seperated read and write ports.
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-04-05 Tushar KrishnaNetworkTest: remove unnecessary memory allocation
2012-04-05 Nilay VaishConfig: corrects the way Ruby attaches to the DMA ports
2012-04-05 Andreas HanssonPython: Make the All proxy traverse SimObject children...
2012-04-03 Andreas HanssonAtomic: Remove the physmem_port and access memory directly
2012-03-31 Gabe BlackX86: Fix address size handling so real mode works properly.
2012-03-30 Andreas HanssonMEM: Remove legacy DRAM in preparation for memory updates
2012-03-30 Andreas HanssonRuby: Remove the physMemPort and instead access memory...
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-30 Andreas HanssonCPU: Unify initMemProxies across CPUs and simulation...
2012-03-26 Andreas Hanssonrange_map: Enable const find and iteration
2012-03-26 Andreas HanssonPower: Change bitfield name to avoid conflicts with...
2012-03-23 Andreas HanssonRuby: Fix Set::print for 32-bit hosts
2012-03-22 Andreas HanssonMEM: Unify bus access methods and prepare for master...
2012-03-22 Andreas HanssonMEM: Split SimpleTimingPort into PacketQueue and ports
2012-03-22 Andreas HanssonScons: Remove Werror=False in SConscript files
2012-03-21 Andreas HanssonPython: Fix a conditional expression that requires...
2012-03-21 Nathanael PremillieuARM: Fix case where cond/uncond control is mis-specified
2012-03-21 Ali SaidiARM: Clean up condCodes in IT blocks.
2012-03-21 Geoffrey BlakeARM: IT doesn't need to be serializing.
2012-03-21 Andrew LukefahrO3: Fix sizing of decode to rename skid buffer.
2012-03-21 Koan-Sin TanARM: Add RTC to PBX System
2012-03-21 Brian GraysonO3: Fix size of skid buffer between fetch and decode...
2012-03-21 Ali SaidiARM: Fix uninitialized value in ARM RTC model.
2012-03-19 Tushar KrishnaGarnet: Stats at vnet granularity + code cleanup
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-19 Andreas Hanssonclang: Fix recently introduced clang compilation errors
2012-03-19 Andreas Hanssonscripts: Fix to ensure that port connection count is...
2012-03-11 Brian GraysonO3: Add fatal when fetchWidth > Impl::MaxWidth.
2012-03-09 Brian GraysonARM: Fix branch prediction issue with CB(N)Z instruction
2012-03-09 Geoffrey BlakeO3/Ozone: Eliminate dead code counting software prefetc...
2012-03-09 Geoffrey BlakeCheckerCPU: Add function stubs to non-ARM ISA source...
2012-03-09 Geoffrey BlakeCheckerCPU: Make CheckerCPU runtime selectable instead...
2012-03-09 Ali SaidiARM: Don't reset CPUs that are going to be switched in.
2012-03-09 Ali SaidiSystem: Move code in initState() back into constructor...
2012-03-09 Ali SaidiARM: Fix valgrind reported error on O3 that was causing...
2012-03-09 Ali Saidicache: Allow main memory to be at disjoint address...
2012-03-07 Marc Orrbuild scripts: Made minor modifications to reduce build...
2012-03-02 Steve ReinhardtDynInst: get rid of dead MyHash code.
2012-03-02 Andreas HanssonCPU: Check that the interrupt controller is created...
2012-03-02 Andreas HanssonRuby: Rename RubyPort::sendTiming to avoid overriding...
2012-03-02 Ali SaidiARM: FIx a bug preventing multiple cores booting a...
2012-03-02 Ali SaidiARM: FIx missing cf controller connection.
2012-03-01 Chander SudanthiVNC: spacing
2012-03-01 Ali SaidiARM: Add support for Versatile Express extended memory map
2012-03-01 Ali SaidiARM: Add RTC device for ARM platforms.
2012-03-01 Matt HorsnellARM: Add limited CP14 support.
2012-03-01 Ali SaidiCache: Fix an issue with LRU when bonus block is used...
2012-03-01 Dam SunwooARM: move kernel func event to correct location.
2012-03-01 Giacomo GabrielliARM: fix bits-to-fp conversion function declarations.
2012-03-01 Nilay Vaishx86: Fix x86 TLB and Walker
2012-03-01 Nilay Vaishx86: Fix switching of CPUs
2012-02-29 Andreas HanssonMEM: Make all the port proxy members const
2012-02-29 Andreas HanssonSWIG: Ensure ptrdiff_t is a known type in gcc >= 4.6.1
2012-02-26 Gabe BlackX86: Use the M5PanicFault fault in execute methods...
2012-02-24 Andreas HanssonMEM: Simplify cache ports preparing for master/slave...
next