ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / dev /
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-19 Andreas Hanssonmem: Enforce strict use of busFirst- and busLastWordTime
2013-02-19 Andreas Hanssonsim: Make clock private and access using clockPeriod()
2013-02-15 Andreas Sandbergdev: Use the correct return type for disk offsets
2013-02-15 Chris EmmonsARM: Postpones creation of framebuffer output file...
2012-10-25 Andreas Sandbergarm: Don't export private GIC methods
2012-10-25 Andreas Sandbergarm: Create a GIC base class and make the PL390 derive...
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-01-07 Andreas Sandbergdev: Fix infinite recursion in DMA devices
2013-01-07 Andreas Hanssondev: Do not serialize timer parameters
2013-01-07 Andreas Hanssondev: Make the ethernet devices use a non-zero clock
2013-01-07 Chander SudanthiARM: pl111/LCD framebuffer checkpointing fix
2013-01-07 Andreas Sandbergarm: Fix DMA event handling bug in the PL111 model
2013-01-07 Andreas Hanssondev: Fix the Pl111 timings by separating pixel and...
2013-01-07 Chris Emmonsconfig: Replace second keyboard with a mouse.
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-11-02 Andreas Sandbergdev: Fix ethernet device inheritance structure
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-11-02 Andreas Sandbergpci: Make Python wrapper cast to the right type
2012-11-02 Andreas Sandbergdev: Add missing inline declarations
2012-11-02 Chander Sudanthibase: split out the VncServer into a VncInput and Serve...
2012-10-23 Andreas Hanssondev: Remove zero-time loop in DMA timing send
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-10-15 Andreas HanssonFix: Address a few minor issues identified by cppcheck
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-09-10 Andreas HanssonDevice: Bump PIO and PCI latencies to more reasonable...
2012-09-07 Ali Saididev: Fix bifield definition in timer_cpulocal.hh
2012-09-07 Ali SaidiIgbe: Newer kernels seem to allow TSO headers and packe...
2012-09-07 Ali SaidiARM: Fix one of the timers used in the VExpress EMM...
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-28 Andreas HanssonClock: Rework clocks to avoid tick-to-cycle transformations
2012-08-22 Andreas HanssonDMA: Refactor the DMA device and align timing and atomic
2012-08-22 Andreas HanssonPacket: Remove NACKs from packet and its use in endpoints
2012-08-22 Andreas HanssonPort: Extend the QueuedPort interface and use where...
2012-08-21 Andreas HanssonDevice: Remove overloaded pio_latency parameter
2012-08-21 Andreas HanssonClock: Move the clock and related functions to ClockedO...
2012-08-15 Anthony GutierrezO3,ARM: fix some problems with drain/switchout function...
2012-07-27 Anthony Gutierrezdma: remove unused variable
2012-07-09 Andreas HanssonPort: Align port names in C++ and Python
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-07-09 Andreas HanssonFix: Address a few benign memory leaks
2012-06-27 Ali SaidiARM: Fix address range issue with VExpress EMM stable_2012_06_28
2012-06-05 Geoffrey BlakeARM: Add PCIe support to VExpress_EMM model and remove...
2012-06-05 Chander SudanthiARM: PS2 encoding fix
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-06-05 Ali SaidiARM: Fix over-eager assert in gic.
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-10 Koan-Sin TanARM: fix the calculation of the values in the RV clocks
2012-05-10 Chander SudanthiARM: pl011 raw interrupt fix
2012-05-10 Chander SudanthiARM: EMM board address range fix
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 a number of incorrect case statements
2012-05-10 Pritha GhoshalIGbE: Fix writeback conditions for i8254x GbE in update...
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
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-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-04-05 Nilay VaishConfig: corrects the way Ruby attaches to the DMA ports
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-22 Andreas HanssonMEM: Split SimpleTimingPort into PacketQueue and ports
2012-03-21 Koan-Sin TanARM: Add RTC to PBX System
2012-03-21 Ali SaidiARM: Fix uninitialized value in ARM RTC model.
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-02 Ali SaidiARM: FIx missing cf controller connection.
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-02-24 Andreas HanssonMEM: Prepare mport for master/slave split
2012-02-24 Andreas HanssonMEM: Move all read/write blob functions from Port to...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-24 Andreas HanssonMEM: Move port creation to the memory object(s) constru...
2012-02-14 Andreas HanssonMEM: Fix residual bus ports and make them master/slave
2012-02-13 Andreas HanssonMEM: Explicit ports and Python binding on CopyEngine
2012-02-13 Andreas HanssonMEM: Introduce the master/slave port roles in the Pytho...
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-01 Ali Saidiconfigs: More fixes for the memory system updates
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-27 Andreas Hanssonns_gige: Fix a missing curly brace in if-statement
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Removing the default port peer from Python ports
2012-01-17 Andreas HanssonMEM: Make the bus bridge unidirectional and fixed addre...
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Simplify ports by removing EventManager
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Nilay VaishDPRINTF: Improve some dprintf messages.
2012-01-10 Ali SaidiARM: Add support for running multiple systems
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
next