scons: Require SWIG >= 2.0.4 and remove vector typemaps
[gem5.git] / src /
2014-05-09 Curtis Dunhamscons: Require SWIG >= 2.0.4 and remove vector typemaps
2014-04-23 Curtis Dunhamarm: Correctly display disassembly of vldmia/vstmia
2014-04-23 Andreas Hanssonsim: Use correct unit for abort message
2014-04-23 Mitchell Hayengacpu: Fix setTranslateLatency() bug for squashed instruc...
2014-04-23 Sascha Bischoffmisc: Proper type check and import for PortRef
2014-04-01 Mitch Hayengacpu: Fix case where o3 lsq could print out uninitialize...
2014-04-01 Mitch Hayengamem: Don't print out the data of a cache block
2014-04-23 Mitchell Hayengaarm: Don't use a stack allocated mnemonic
2014-04-23 Dam Sunwoocpu: Add O3 CPU width checks
2014-04-23 Curtis Dunhambase: explicitly suggest potential use of 'All' debug...
2014-04-23 Curtis Dunhamarch: remove 'null update' check in isa-parser
2014-02-11 Curtis Dunhamstats: better error message for uninitialized statistic
2014-04-19 Nilay Vaishruby: slicc: remove old documentation
2014-04-19 Nilay Vaishruby: slicc: slight change to rule for transitions
2014-04-19 Faissal Sleimano3: Fix occupancy checks for SMT
2014-04-19 Marco Elverruby: recorder: Fix (de-)serializing with different...
2014-04-09 Andreas Sandbergkvm, x86: Add initial support for multicore simulation
2014-04-09 Andreas Sandbergdev: Protect PollEvent processing when running in paral...
2014-04-08 Nilay Vaishruby: slicc: change enqueue statement
2014-04-08 Nilay Vaishruby: coherence protocols: drop the phrase IntraChip
2014-04-03 Andreas Sandbergsim: Add the ability to lock and migrate between event...
2014-03-25 Marco Elvercpu: o3: lsq: Fix TSO implementation
2014-03-23 Andreas Hanssonmem: Track DRAM read/write switching and add hysteresis
2014-03-23 Andreas Hanssonmem: Rename SimpleDRAM to a more suitable DRAMCtrl
2014-03-23 Andreas Hanssonmem: Change memory defaults to be more representative
2014-03-23 Wendy Elsassermem: Add close adaptive paging policy to DRAM controlle...
2014-03-23 Andreas Hanssonmem: DRAM controller tidying up
2014-03-23 Andreas Hanssonmem: Fix bug in DRAM bytes per activate
2014-03-23 Andreas Hanssonmem: Limit the accesses to a page before forcing a...
2014-03-23 Andreas Hanssonmem: Make DRAM write queue draining more aggressive
2014-03-23 Neha Agarwalcpu: DRAM Traffic Generator
2014-03-23 Neha Agarwalmem: DDR3 config for comparing with DRAMSim2
2014-03-23 Andreas Hanssonmem: More descriptive address-mapping scheme names
2014-03-23 Stan Czerniawskimisc: Fix -q (quiet) flag
2014-03-23 Andreas Hanssonruby: Move Ruby debug flags to ruby dir and remove...
2014-03-23 Andreas Hanssonmem: Include the DRAMSim2 wrapper in NULL build
2014-03-23 Sascha Bischoffmem: CommMonitor trace warn on non-timing mode
2014-03-23 Stan Czerniawskicpu: Add basic check to TrafficGen initial state
2014-03-23 Andrew Bardsleydev: Fix IsaFake's cxx_header setting
2014-03-23 Eric Van Hensbergenarm: m5ops readfile64 args broken, offset coming throug...
2014-03-23 Andreas Hanssonbase: Fix error message time unit (cycle -> tick)
2014-03-20 Nilay Vaishruby: consumer: avoid accessing wakeup times when waking up
2014-03-20 Nilay Vaishruby: garnet: convert network interfaces into clocked...
2014-03-20 Nilay Vaishruby: slicc: code refactor
2014-03-20 Nilay Vaishruby: no piobus in se mode
2014-03-17 Nilay Vaishruby: remove some of the unnecessary code
2014-03-16 Andreas Sandbergkvm: Clean up signal handling
2014-03-16 Andreas Sandbergkvm: x86: Adjust PC to remove the CS segment base address
2014-03-16 Andreas Sandbergkvm: x86: Add support for x86 INIT and STARTUP handling
2014-03-12 Paul Rosenfeldalpha: Small removal of dead comments/code from alpha ISA
2014-03-07 Andreas Hanssoncpu: Make CPU and ThreadContext getters const
2014-03-07 Geoffrey Blakearm: Handle functional TLB walks properly
2014-03-07 Prakash Ramrakhyanimem: Fix incorrect assert failure in the Cache
2014-03-07 Radhika Jagtapmem: Edit proto Packet and enhance the python script
2014-03-07 Stephan Diestelhorstmisc: Add panic_if / fatal_if / chatty_assert
2014-03-07 Mitch Hayengascons: Fixes uninitialized warnings issued by clang
2014-03-07 Stephan Diestelhorstarm: Fix uninitialised warning with gcc 4.8
2014-03-07 Ali Saidimem: Wakeup sleeping CPUs without caches on LLSC
2014-03-06 Andreas Sandbergsim: Schedule the global sync event at curTick() +...
2014-03-03 Andreas Sandbergx86: Setup correct TSL/TR segment attributes on INIT
2014-03-03 Andreas Sandbergkvm: x86: Always assume segments to be usable
2014-03-03 Andreas Sandbergkvm: Initialize signal handlers from startupThread()
2014-03-02 Nilay Vaishruby: message buffer: changes related to tracking push...
2014-03-02 Nilay Vaishruby: make the max_size variable of the MessageBuffer...
2014-03-02 Christopher Torngcpu: Enable fast-forwarding for MIPS InOrderCPU and...
2014-03-02 Nilay Vaishruby: profiler: statically allocate stats variable
2014-02-24 Nilay Vaishruby: route all packets through ruby port
2014-02-24 Andreas Hanssonruby: Simplify RubyPort flow control and routing
2014-02-24 Nilay Vaishruby: message buffer: refactor code
2014-02-24 Nilay Vaishruby: remove few not required #includes
2014-02-24 Nilay Vaishruby: slicc: remove unused COPY_HEAD functionality
2014-02-24 Nilay Vaishruby: protocols: remove unused action z_stall
2014-02-21 Nilay Vaishruby: network: move message buffers to base network...
2014-02-21 Nilay Vaishruby: network: garnet: fixed: removes net_ptr from...
2014-02-21 Nilay Vaishruby: cache: remove not required variable m_cache_name
2014-02-20 Nilay Vaishruby: network: garnet: fixed: removes next cycle functions
2014-02-20 Nilay Vaishruby: controller: slight code refactoring
2014-02-20 Nilay Vaishruby: mesi three level: rename incorrectly named files
2014-02-20 Nilay Vaishruby: network: removes unused code.
2014-02-20 Nilay Vaishruby: slicc: slight code refactoring
2014-02-20 Nilay Vaishruby: message buffer: removes some unecessary functions.
2014-02-20 Andreas Sandbergkvm: Add support for multi-system simulation
2014-02-18 Andreas Hanssonmem: Fix bug in PhysicalMemory use of mmap and munmap
2014-02-18 Andreas Hanssondev: Include basic devices in NULL ISA build
2014-02-18 Andreas Hanssonmem: Filter cache snoops based on address ranges
2014-02-18 Andreas Hanssonmem: Add a wrapped DRAMSim2 memory controller
2014-02-18 Andreas Hanssonmem: Fix input to DPRINTF in CommMonitor
2014-02-09 Andreas Sandbergcpu: simple: Add support for using branch predictors
2014-02-06 Nilay Vaishbase: calls abort() from fatal
2014-02-06 Nilay Vaishruby: memory controller: use MemoryNode *
2014-02-05 Andreas Sandbergx86: Fix x87 state transfer bug
2014-02-02 Nikos Nikolerisx86, kvm: Fix bug in the RFlags get and set functions
2014-01-30 Ola Jeppssonunittest: Fix build errors
2014-01-30 Mitch Hayengamem: Add additional tolerance to stride prefetcher
2014-01-30 Mitch Hayengamem: Allowed tagged instruction prefetching in stride...
2014-01-30 Mitch Hayenga ext... mem: prefetcher: add options, support for unaligned...
2014-01-30 Xiangyu Dongcpu: fix bug when TrafficGen deschedules event
2014-01-29 Mitch Hayengaarm: Enable umask syscall in SE mode
2014-01-29 Mitch Hayengabase: Fix race condition in the socket listen function
2014-01-29 Amin Farmahinimem: Remove redundant findVictim() input argument
next