gem5.git
2014-10-11 Nilay Vaishext: dsent: adds a Python interface, drops C++ one
2014-10-11 Nilay Vaishext: add the source code for DSENT
2014-10-11 Nilay Vaishruby: network: garnet: add statistics for different...
2014-10-11 Nilay Vaishruby: network: garnet: remove functions for computing...
2014-10-11 Nilay Vaishruby: drop Orion network power model
2014-10-11 Nilay Vaishruby: mesi: slight renaming
2014-10-11 Nilay Vaishconfig: separate function for instantiating a memory...
2014-10-11 Nilay Vaishruby: structures: coorect #ifndef macros in header...
2014-10-11 Nilay Vaishruby: moesi hammer: correct typo in master-slave assignment
2014-06-13 Jiuyue Max86: add LongModeAddressSize function to cpuid
2014-07-17 Jiuyue Maconfig, x86: Ensure that PCI devs get bridged to the...
2014-07-17 Jiuyue Maconfig, x86: swap bus_id of ISA/PCI in X86 IntelMPTable
2014-10-11 Andrew Lukefahrsim: draining bug for fast-forwaring multiple cores stable_2014_12_14
2014-10-11 Nilay Vaishbase: addr range: slight change to validity check
2014-10-11 Nilay Vaishbase: misc: Add missing header file.
2014-10-09 Andreas Hanssonstats: Add DRAM power statistics to reference output
2014-07-29 Omar Najimem: DRAMPower integration for on-line DRAM power stats
2014-07-29 Omar Najimem: Add DRAMPower wrapping class
2014-07-25 Omar Najimem: Add missig timing and current parameters to DRAM...
2014-10-09 Omar Najimem: Remove DRAMSim2 DDR3 configuration
2014-10-09 Andreas Hanssonext: Add DRAMPower to enable on-line DRAM power modelling
2014-10-09 Andreas Hanssonconfig: Add Current as a parameter type
2014-10-09 Mitch Hayengacpu: Remove Ozone CPU from the source tree
2014-10-09 Andreas Hanssonscons: Warn for known gcc and swig incompatibilities
2014-10-09 Andreas Hanssonmem: Add packet sanity checks to cache and MSHRs
2014-10-09 Andreas Hanssonmem: Allow packet queue to move next send event forward
2014-10-01 Andreas Hanssonmisc: Fix issues identified by static analysis
2014-10-01 Andreas Hanssonarm: Use MiscRegIndex rather than int when flattening
2014-10-01 Andreas Hanssonarm: More UBSan cleanups after additional full-system...
2014-09-28 Andreas Hanssonstats: Update stats to reflect ARM fixes
2014-09-27 Andreas Hanssonarm: Fixed undefined behaviours identified by gcc
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-27 Andreas Hanssonscons: Address issues related to gcc 4.9.1
2014-09-27 Curtis Dunhamdev: Output invalid access size in IsaFake panic
2014-09-27 Curtis Dunhammem: Output precise range when XBar has conflicts
2014-09-27 Curtis Dunhammem: Provide better diagnostic for unconnected port
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-22 Steve Reinhardtstats: update t1000 stats for recent changes
2014-09-21 Steve Reinhardtstats: update eio stats for recent changes
2014-09-20 Andreas Hanssonstats: Bump stats for filter, crossbar and config changes
2014-09-20 Mitch Hayengacpu: Remove unused deallocateContext calls
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-09-20 Andreas Hanssontests: Use more representative configs for ARM tests
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-09-20 Andreas Hanssontests: Add a memtest version using the ideal SnoopFilter
2014-04-25 Stephan Diestelhorstmem: Add access statistics for the snoop filter
2014-09-20 Stephan Diestelhorstmem: Tie in the snoop filter in the coherent bus
2014-04-24 Stephan Diestelhorstmem: Add a simple snoop counter per bus
2014-04-24 Stephan Diestelhorstmisc: Add functions for doing popcount and power-of...
2014-09-20 Stephan Diestelhorstmem: Simple Snoop Filter
2014-08-12 Stephan Diestelhorstenergy: Tighter checking of levels for DFS systems
2014-07-25 Stephan Diestelhorstenergy: Add the Energy Controller in the right configs
2014-09-20 Akash Bagdiaenergy: Memory-mapped Energy Controller component
2014-06-16 Stephan Diestelhorstenergy: Small extentions and fixes for DVFS handler
2014-09-20 Wendy Elsassermem: Add DDR4 bank group timing
2014-09-20 Wendy Elsassermem: Add memory rank-to-rank delay
2014-09-20 Wendy Elsassercpu: Update DRAM traffic gen
2014-09-20 Andreas Sandbergdev: Add support for 9p proxying over VirtIO
2014-09-20 Andreas Sandbergdev: Add a VirtIO block device model
2014-09-20 Andreas Sandbergdev: Add a VirtIO console device model
2014-09-20 Andreas Sandbergdev, pci: Implement basic VirtIO support
2014-09-20 Andreas Sandbergdev: Refactor terminal<->UART interface to make it...
2014-09-20 Andreas Hanssonbase: Clean up redundant string functions and use C++11
2014-09-20 Andrew Bardsleybase: Add getSectionNames to IniFile
2014-08-25 Curtis Dunhamtests: automatically kill regressions that take too...
2014-09-20 Mitch Hayengacpu: Add ExecFlags debug flag
2014-09-20 Mitch Hayengamem: Remove the GHB prefetcher from the source tree
2014-09-20 Dam Sunwoocpu: use probes infrastructure to do simpoint profiling
2014-09-20 Andrew Bardsleyconfig: Cleanup .json config file generation
2014-09-19 Andreas Hanssonarch: Pass faults by const reference where possible
2014-09-19 Andreas Hanssoncpu: Use a deque in o3 rename instruction queue
2014-09-19 Andreas Hanssonbase: Ensure the CP annotation compiles again
2014-09-19 Andreas Hanssonmisc: Use safe_cast when assumptions are made about...
2014-09-19 Andreas Hanssonmisc: Restore ostream flags where needed
2014-09-19 Andreas Hanssonstats: Fix flow-control bug in Vector2D printing
2014-09-19 Andreas Hanssonmisc: Remove assertions ensuring unsigned values >= 0
2014-09-19 Andreas Hanssonmem: Check return value of checkFunctional in SimpleMemory
2014-09-19 Andreas Hanssonmem: Add checks to sendTimingReq in cache
2014-09-15 Nilay Vaishruby: network: revert some of the changes from ad9c042dce54
2014-09-12 Andreas Hanssonstats: Minor update of Minor stats after uncacheable fix
2014-09-12 Andrew Bardsleycpu: Fix memory access in Minor not setting parent...
2014-09-12 Andrew Bardsleystyle: Fix line continuation, especially in debug messages
2014-09-12 Andreas Hanssonminor: Fix typo in DPRINTF for Minor branch prediction
2014-09-09 Andreas Sandbergsim: Automatically unregister probe listeners
2014-09-09 Geoffrey Blakeconfig: Fix vectorparam command line parsing
2014-09-09 Mitch Hayengacpu: Only iterate over possible threads on the o3 cpu
2014-09-09 Mitch Hayengamem: Add accessor function for vaddr
2014-09-09 Andreas Sandbergsim: Fix resource leak in BaseGlobalEvent
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-09-03 Ali Saididev: seperate legacy io offsets from PCI offset
2014-09-03 Ali Saidiarm: Support >2GB of memory for AArch64 systems
2014-09-03 Ali Saidiarm: Assume we have a kernel that supports pci devices
2014-09-03 Ali Saididev, arm: Add support for linux generic pci host driver
2014-09-03 Geoffrey Blakeconfig: Add port splicing capability to PortRef class
2014-09-03 Dam Sunwooconfig: Update Streamline scripts and configs
2014-09-03 Geoffrey Blakeconfig: Refactor RealviewEMM to fit into new config...
2014-09-03 Andreas Hanssonstats: Update stats for CPU and cache changes
2014-09-03 Andreas Hanssontests: Use medium dataset for perlbmk regressions
2014-09-03 Andreas Hanssonalpha: Stop using 'inorder' and rely entirely on 'minor'
2014-09-03 Andreas Hanssonbase: Use STL C++11 random number generation
next