cpu: o3: replace issueLatency with bool pipelined
[gem5.git] / src /
2015-04-30 Nilay Vaishcpu: o3: replace issueLatency with bool pipelined
2015-04-30 Nilay Vaishcpu: o3: single cycle default div microop latency on x86
2015-04-30 Nilay Vaishx86: change divide-by-zero fault to divide-error
2015-04-24 Andreas Hanssonmisc: Appease gcc 5.1 without moving GDB_REG_BYTES
2015-04-23 Rene de Jongarm, dev: Add a UFS device
2015-04-23 Rene de Jongarm, dev: Add a NAND flash timing model
2015-04-23 Peter Ennsdev: Add support for i2c devices
2015-04-23 Andreas Hanssonmisc: Appease gcc 5.1
2015-04-22 Brandon Pottercpu: remove conditional check (count > 0) on o3 IQ...
2015-04-22 Brandon Pottersyscall_emul: implement clock_gettime system call
2015-04-22 Monir Mozumdersyscall_emul: update x86 syscall table
2015-04-22 Brandon Pottersyscall_emul: update getrlimit to use warn
2015-04-22 Brandon Pottersyscall_emul: fix warning with wrong syscall name
2015-04-22 Brandon Potterbase: add new ChunkGenerator method to identify last...
2015-04-20 Andreas Hanssoncpu: Remove the InOrderCPU from the tree
2015-04-14 Malek Muslehconfig, cpu: fix progress interval for switched CPUs
2015-04-13 Dibakar Gopecpu: re-organizes the branch predictor structure.
2015-04-13 Nilay Vaishx86: implements x87 mult/div instructions
2015-04-13 Lena Olsonruby: allow restoring from checkpoint when using DRAMCtrl
2015-04-13 Nilay Vaishsim: Use NULL instead of None for testing filenames.
2015-04-13 Nilay Vaishsim: fix function for emulating dup()
2015-04-08 Curtis Dunhamconfig: Support full-system with SST's memory system
2015-04-03 Nikos Nikolerisdev: (un)serialize fix for the RTC and RTC Timer Interr...
2015-04-03 Ruslan Bukinsim: correct check for endianess
2015-04-03 Ruslan Bukindev: Extend access width for IDE control registers
2015-04-03 Nikos Nikoleriscpu: fix system total instructions accounting
2015-04-03 Lena Olsonx86: fix debug trace output for mwait
2015-03-27 Stephan Diestelhorstmem: Support any number of master-IDs in stride prefetcher
2015-03-27 Andreas Hanssonmem: Allocate cache writebacks before new MSHRs
2015-03-27 Andreas Hanssonmem: Cleanup flow for uncacheable accesses
2015-03-27 Andreas Hanssonmem: Ignore uncacheable MSHRs when finding matches
2015-03-27 Andreas Hanssonmem: Remove redundant allocateUncachedReadBuffer in...
2015-03-27 Andreas Hanssonmem: Modernise MSHR iterators to C++11
2015-03-27 Andreas Hanssonmem: Align all MSHR entries to block boundaries
2015-03-27 Ali Jafrimem: Rename PREFETCH_SNOOP_SQUASH flag to BLOCK_CACHED
2015-03-26 Curtis Dunhamsim: Update limit_event reuse to final version
2015-03-26 Andreas Hanssoncpu: Fix InstPBTrace inheritance
2015-03-23 Steve Reinhardtmem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW
2015-03-23 Steve Reinhardtmisc: quote args in echoed command line
2015-03-23 Curtis Dunhamsim: Reuse the same limit_event in simulate()
2015-03-23 Andreas Hanssonmem: Tidy up Request
2015-03-19 Matt Evansarm: Add a GICv2m device
2015-03-19 Matt Evansarm: Remove the 'magic MSI register' in the GIC (PL390)
2015-03-19 Wendy Elsassercpu: Fix TrafficGen message format
2015-03-19 Andreas Hanssonmem: Use emplace front/back for deferred packets
2015-03-19 Geoffrey Blakemem: Enable CommMonitor to output traces in atomic...
2015-02-11 Steve Reinhardtmem: remove redundant test in in Cache::recvTimingResp()
2015-02-11 Steve Reinhardtmem: add local var in Cache::recvTimingResp()
2015-02-11 Steve Reinhardtmem: restructure Packet cmd initialization a bit more
2015-03-14 Steve Reinhardtmem: clean up write buffer check in Cache::handleSnoop()
2015-03-09 Nilay Vaishcpu: o3: another assert instead of check
2015-03-09 Nilay Vaishcpu: o3: Remove unused code in iew, add assert instead.
2015-03-09 Nilay Vaishcpu: o3: commit: mark pipeline delay variable as consts
2015-03-09 Nilay Vaishcpu: o3: remove unused stat variables.
2015-03-09 Nilay Vaishcpu: o3: combine if with same condition
2015-03-09 Nilay Vaishcpu: o3: remove member variable squashCounter
2015-03-09 Nilay Vaishcpu: o3: remove unused function annotateMemoryUnits()
2015-03-02 Andreas Hanssonmem: Unify all cache DPRINTF address formatting
2015-03-02 Andreas Hanssonmem: Fix cache MSHR conflict determination
2015-03-02 Andreas Hanssonmem: Add byte mask to Packet::checkFunctional
2015-03-02 Stephan Diestelhorstmem: Add option to force in-order insertion in PacketQueue
2015-03-02 Marco Balbonimem: Downstream components consumes new crossbar delays
2015-03-02 Andreas Hanssonmem: Move crossbar default latencies to subclasses
2015-03-02 Marco Balbonimem: Add crossbar latencies
2015-03-02 Andreas Sandbergdev, arm: Clean up PL011 and rewrite interrupt handling
2015-03-02 Andreas Hanssonarm: Share a port for the two table walker objects
2015-03-02 Giacomo Gabrielliarm: Remove unnecessary dependencies between AArch64...
2015-03-02 Rekaicpu: o3 register renaming request handling improved
2015-03-02 Andreas Hanssonmem: Tidy up the cache debug messages
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-03-02 Ali Jafrimem: Fix prefetchSquash + memInhibitAsserted bug
2015-03-02 Stephan Diestelhorstcpu: Add a PC-value to the traffic generator requests
2015-03-02 Andreas Sandbergarm: Don't truncate 16-bit ASIDs to 8 bits
2015-03-02 Andreas Sandbergarm: Correctly access the stack pointer in GDB
2015-03-02 Andreas Sandbergarm: Fix broken page table permissions checks in remote GDB
2015-02-26 Jason PowerRuby: Update backing store option to propagate through...
2015-02-16 Andreas Hanssoncpu: TrafficGen sinks snoops without complaining
2015-02-16 Stephan Diestelhorstmem: Fix initial value problem with MemChecker
2015-02-16 Andreas Hanssondev: Fix undefined behaviuor in i8254xGBe
2015-02-16 Andreas Sandbergarm: Wire up the GIC with the platform in the base...
2015-02-16 Andreas Hanssonmem: mmap the backing store with MAP_NORESERVE
2015-02-16 Andreas Hanssonmem: Use the range cache for lookup as well as access
2015-02-16 Andreas Hanssonarch: Make readMiscRegNoEffect const throughout
2015-02-16 Andreas Sandbergarm: Merge ISA files with pseudo instructions
2015-02-16 Ali Saidicpu: add support for outputing a protobuf formatted...
2015-02-11 Marco Balbonimem: Clarification of packet crossbar timings
2015-02-11 Marco Balbonimem: Clarify usage of latency in the cache
2015-02-11 Andreas Hanssoncpu: Tidy up the MemTest and make false sharing more...
2015-02-11 Andreas Sandbergsim: Move the BaseTLB to src/arch/generic/
2015-02-11 Andreas Sandbergbase: Add compiler macros to add deprecation warnings
2015-02-11 Andreas Hanssonbase: Do not dereference NULL in CompoundFlag creation
2015-02-11 Andreas Sandbergdev: Remove unused system pointer in the Platform base...
2015-02-07 Alexandru Dutucpu: Idle CPU status logic revised
2015-02-03 Andreas Hanssonmem: Clarify express snoop behaviour
2015-02-03 Andreas Hanssonmem: Clarify cache behaviour for pending dirty responses
2015-02-03 Curtis Dunhambase: add an accessor and operators ==,!= to address...
2015-02-03 Andreas Hanssonbase: Add XOR-based hashed address interleaving
2015-02-03 Andreas Hanssonconfig: Adjust DRAM channel interleaving defaults
2015-02-03 Andreas Sandbergsim: Remove test for non-NULL this in Event
2015-02-03 Andreas Sandbergdev: Correctly clear interrupts in VirtIO PCI
next