misc: Restore ostream flags where needed
[gem5.git] / src /
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 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 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 Geoffrey Blakeconfig: Refactor RealviewEMM to fit into new config...
2014-09-03 Andreas Hanssonbase: Use STL C++11 random number generation
2014-09-03 Andreas Hanssonbase: Use the global Mersenne twister throughout
2014-09-03 Andreas Hanssonmem: Avoid unecessary retries when bus peer is not...
2014-09-03 Mitch Hayengaarm: Make memory ops work on 64bit/128-bit quantities
2014-06-27 Curtis Dunhammem: write streaming support via WriteInvalidate promotion
2014-09-03 Andreas Hanssonmem: Fix a bug in the cache port flow control
2014-05-13 Curtis Dunhamcpu, mem: Make software prefetches non-blocking
2014-05-13 Curtis Dunhammem: Refactor assignment of Packet types
2014-09-03 Mitch Hayengax86: Flag instructions that call suspend as IsQuiesce
2014-09-03 Mitch Hayengacpu: Fix o3 drain bug
2014-09-03 Mitch Hayengaarm: Fix v8 neon latency issue for loads/stores
2014-04-29 Curtis Dunhamarm: use condition code registers for ARM ISA
2014-09-03 Andrew Bardsleyarm: ISA X31 destination register fix
2014-09-03 Dam Sunwoocpu: fix bimodal predictor to use correct global histor...
2014-09-03 Mitch Hayengaarm: Mark v7 cbz instructions as direct branches
2014-09-03 Mitch Hayengacpu: Fix cache blocked load behavior in o3 cpu
2014-09-03 Mitch Hayengacpu: Fix o3 quiesce fetch bug
2014-09-03 Mitch Hayengacpu: Fix SMT scheduling issue with the O3 cpu
2014-09-03 Mitch Hayengacpu: Fix incorrect speculative branch predictor behavior
2014-09-03 Mitch Hayengacpu: Add a fetch queue to the o3 cpu
2014-09-03 Mitch Hayengacpu: Fix o3 front-end pipeline interlock behavior
2014-09-03 Mitch Hayengacpu: Change writeback modeling for outstanding instructions
2014-09-03 Mitch Hayengaarch: Properly guess OpClass from optional StaticInst...
2014-09-03 Geoffrey Blakecache: Fix handling of LL/SC requests under contention
2014-05-27 Curtis Dunhamarm: support 16kb vm granules
2014-09-03 Andreas Hanssonmem: Packet queue clean up
2014-09-03 Mitch Hayengadev: Avoid invalid sized reads in PL390 with DPRINTF...
2014-09-03 Andrew Bardsleysim: Fix checkpoint restore for Ticked
2014-09-03 Andreas Sandbergarch, cpu: Factor out the ExecContext into a proper...
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-09-03 Mitch Hayengaconfig: Change parsing of Addr so hex values work from...
2014-09-03 Andreas Hanssonarm: Fix ExtMachInst hash operator underlying type
2014-09-01 Nilay Vaishruby: remove typedef of Index as int64
2014-09-01 Nilay Vaishx86: set op class of two fp instructions
2014-09-01 Nilay Vaishruby: PerfectSwitch: moves code to a per vnet helper...
2014-09-01 Nilay Vaishruby: message buffers: significant changes
2014-09-01 Nilay Vaishbuild opts: add MI_example to NULL ISA
2014-09-01 Nilay Vaishmem: change the namespace Message to ProtoMessage
2014-09-01 Nilay Vaishruby: slicc: change the way configurable members are...
2014-09-01 Nilay Vaishruby: slicc: improve the grammar
2014-09-01 Nilay Vaishruby: mesi three level: slight naming changes.
2014-09-01 Nilay Vaishruby: slicc: donot prefix machine name to variables
2014-09-01 Nilay Vaishruby: remove unused toString() from AbstractController
2014-09-01 Nilay Vaishruby: network: move getNumNodes() to base class
2014-09-01 Nilay Vaishruby: eliminate type Time
2014-09-01 Nilay Vaishruby: move files from ruby/system to ruby/structures
2014-08-28 Alexandrumem: adding architectural page table support for SE...
2014-04-01 Alexandrumem: adding a multi-level page table class
2014-08-26 Andreas Hanssonmem: Fix DRAMSim2 cycle check when restoring from check...
2014-08-26 Andreas Hanssonbase: Add const to intmath and be more flexible with...
2014-08-26 Andreas Sandbergbase: Replace the internal varargs stuff with C++11...
2014-08-26 Andreas Sandbergbase: Add compiler macros for C++11 final/override
2014-08-26 Mitch Hayengamips: Fix RLIMIT_RSS naming
2014-08-26 Andreas Sandbergbase: Add a static assert to check bit union ranges
2014-08-26 Andreas Sandbergsparc: Fixup bit ordering in the PSTATE bit union
2014-08-26 Andreas Hanssonmem: Update DRAM controller comments
2014-08-26 Andreas Hanssonmem: Fix address interleaving bug in DRAM controller
2014-02-05 Curtis Dunhamsim: bump checkpoint version for multiple event queues
2014-08-13 Dam Sunwooarm: change MISCREG_L2ERRSR to warn not fail
2014-08-13 Dam Sunwoosim: remove kernel mapping check for baremetal workloads
2014-08-13 Andreas Sandbergscons: Build the branch predictor for all CPUs
2014-08-13 Andreas Sandbergmips: Remove unused private members to fix compile...
2014-08-13 Andreas Sandbergpower: Remove unused private members to fix compile...
2014-08-13 Andreas Sandbergscons: Silence clang 3.4 warnings on Ubuntu 12.04
2014-08-13 Andreas Sandbergbase: Remove unused M5_PRAGMA_NORETURN
2014-08-13 Andreas Sandbergcpu: Don't forward declare RefCountingPtr
2014-08-13 Mitch Hayengamem: Properly set cache block status fields on writebacks
2014-08-13 Andreas Hanssoncpu: Modernise the branch predictor (STL and C++11)
2014-03-11 Curtis Dunhamarm: remove dead code fplib mul64x64
2014-08-10 Geoffrey Blakeconfig: Add SubSystem container for simobjects
2014-08-10 Geoffrey Blakeconfig: Add hooks to enable new config sys
2014-08-10 Andreas Hanssoncpu: Ensure the traffic generator suppresses non-memory...
2014-08-10 Andreas Hanssonbase: Remove unused files
2014-07-28 Anthony Gutierrezmem: refactor LRU cache tags and add random replacement...
2014-07-23 Andrew Bardsleycpu: `Minor' in-order CPU model
2014-07-19 Steve Reinhardtsyscall emulation: fix fast build issue
2014-07-19 Binh Phamx86: make PioBus return BadAddress errors
2014-07-19 Steve Reinhardtsim: remove unused MemoryModeStrings array
2014-07-19 Steve Reinhardtkern: get rid of unused linux syscall files
2014-07-19 Steve Reinhardtsyscall emulation: fix DPRINTF arg ordering bug
next