Age | Commit message (Expand) | Author |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-11-02 | base: split out the VncServer into a VncInput and Server classes | Chander Sudanthi |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-09-07 | dev: Fix bifield definition in timer_cpulocal.hh | Ali Saidi |
2012-09-07 | ARM: Fix one of the timers used in the VExpress EMM platform. | Ali Saidi |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-21 | Clock: Move the clock and related functions to ClockedObject | Andreas Hansson |
2012-07-09 | Port: Make getAddrRanges const | Andreas Hansson |
2012-07-09 | Fix: Address a few benign memory leaks | Andreas Hansson |
2012-06-27 | ARM: Fix address range issue with VExpress EMM | Ali Saidi |
2012-06-05 | ARM: Add PCIe support to VExpress_EMM model and remove deprecated ELT | Geoffrey Blake |
2012-06-05 | ARM: PS2 encoding fix | Chander Sudanthi |
2012-06-05 | ARM: Fix over-eager assert in gic. | Ali Saidi |
2012-05-23 | DMA: Split the DMA device and IO device into seperate files | Andreas Hansson |
2012-05-10 | ARM: fix the calculation of the values in the RV clocks | Koan-Sin Tan |
2012-05-10 | ARM: pl011 raw interrupt fix | Chander Sudanthi |
2012-05-10 | ARM: EMM board address range fix | Chander Sudanthi |
2012-05-10 | ARM: Fix incorrect use of not operators in arm devices | Ali Saidi |
2012-05-10 | gem5: assert before indexing intro arrays to verify bounds | Ali Saidi |
2012-05-10 | gem5: Fix a number of incorrect case statements | Ali Saidi |
2012-04-06 | MEM: Enable multiple distributed generalized memories | Andreas Hansson |
2012-03-21 | ARM: Add RTC to PBX System | Koan-Sin Tan |
2012-03-21 | ARM: Fix uninitialized value in ARM RTC model. | Ali Saidi |
2012-03-01 | ARM: FIx missing cf controller connection. | Ali Saidi |
2012-03-01 | ARM: Add support for Versatile Express extended memory map | Ali Saidi |
2012-03-01 | ARM: Add RTC device for ARM platforms. | Ali Saidi |
2012-02-24 | MEM: Move port creation to the memory object(s) construction | Andreas Hansson |
2012-02-14 | MEM: Fix residual bus ports and make them master/slave | Andreas Hansson |
2012-02-13 | MEM: Introduce the master/slave port roles in the Python classes | Andreas Hansson |
2012-02-01 | configs: More fixes for the memory system updates | Ali Saidi |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-16 | Merge yet again with the main repository. | Gabe Black |
2012-01-17 | MEM: Removing the default port peer from Python ports | Andreas Hansson |
2012-01-17 | MEM: Make the bus bridge unidirectional and fixed address range | Andreas Hansson |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2012-01-09 | ARM: Add support for running multiple systems | Ali Saidi |
2011-10-04 | SE/FS: Put platform pointers in fewer objects. | Gabe Black |
2011-09-30 | SE/FS: Remove System::platform and Platform::intrFrequency. | Gabe Black |
2011-09-30 | SE/FS: Build the devices in SE mode. | Gabe Black |
2011-08-19 | ARM: Add VExpress_E support with PCIe to gem5 | Ali Saidi |
2011-08-19 | ARM: Add support for Versatile Express boards | Ali Saidi |
2011-08-19 | ARM: Make GIC function that should only be called by GIC protected. | Ali Saidi |
2011-08-19 | ARM: Add per-cpu local timers for ARM. | Geoffrey Blake |
2011-08-19 | ARM: Add per-processor interrupt support to GIC. | Prakash Ramrakhani |
2011-08-19 | ARM: quiet what can be a very noise CLCD controller. | Ali Saidi |
2011-07-10 | IO: Handle case where ISA Fake device is being used as a fake memory. | Ali Saidi |
2011-07-10 | ARM: Fix mp interrupt bug in GIC. | Daniel Johnson |