config: Fix typo in Float param
[gem5.git] / src / dev /
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.
2011-12-15 Ali SaidiIO: Fix bug in DMA Device where receiving a snoop on... stable_2012_02_02
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-12-01 Chris EmmonsOutput: Add hierarchical output support and cleanup...
2011-12-01 Mitchell HayengaDevice: Make changes necessary to support a coherent...
2011-11-28 Andreas HanssonSPARC: Fixing a minor copy-paste bug using the wrong...
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-13 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in dev.
2011-10-31 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in MIPS.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-20 Steve Reinhardtdev: clean up PioDevice and DmaDevive getPort() methods.
2011-10-10 Nilay Vaishmc146818: Correctly serialize tickEvent
2011-10-09 Gabe BlackInterrupts: Make the IO APIC go get the local APICs.
2011-10-09 Gabe BlackPorts: Print the port name when a port is used but...
2011-10-04 Gabe BlackSE/FS: Put platform pointers in fewer objects.
2011-09-30 Gabe BlackSE/FS: Remove System::platform and Platform::intrFrequency.
2011-09-30 Gabe BlackSE/FS: Build the devices in SE mode.
2011-09-23 Steve Reinhardtevent: minor cleanup
2011-09-13 Ali SaidiIGbE: Clean up debug printing and proprly account for...
2011-08-19 Ali SaidiARM: Add VExpress_E support with PCIe to gem5
2011-08-19 Ali SaidiARM: Add support for Versatile Express boards
2011-08-19 Ali SaidiARM: Make GIC function that should only be called by...
2011-08-19 Ali SaidiIDE: Fix issues with new PIIX kernel driver and our...
2011-08-19 Geoffrey BlakeARM: Add per-cpu local timers for ARM.
2011-08-19 Prakash RamrakhaniARM: Add per-processor interrupt support to GIC.
2011-08-19 Ali SaidiARM: quiet what can be a very noise CLCD controller.
2011-07-10 Ali SaidiIO: Handle case where ISA Fake device is being used...
2011-07-10 Daniel JohnsonARM: Fix mp interrupt bug in GIC.
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-23 Steve Reinhardtconfig: revamp x86 config to avoid appending to SimObje...
2011-05-13 Chander SudanthiARM: Better RealView/Versatile EB platform support.
next