arm: Relax ordering for some uncacheable accesses
[gem5.git] / src / cpu /
2015-05-05 Andreas Sandbergmem, cpu: Add a separate flag for strictly ordered...
2015-05-05 Andreas Hanssonmem: Snoop into caches on uncacheable accesses
2015-05-05 Andreas Hanssoncpu: Work around gcc 4.9 issues with Num_OpClasses
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-22 Brandon Pottercpu: remove conditional check (count > 0) on o3 IQ...
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-03 Nikos Nikoleriscpu: fix system total instructions accounting
2015-03-26 Andreas Hanssoncpu: Fix InstPBTrace inheritance
2015-03-23 Steve Reinhardtmem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW
2015-03-19 Wendy Elsassercpu: Fix TrafficGen message format
2015-02-11 Steve Reinhardtmem: restructure Packet cmd initialization a bit more
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: Move crossbar default latencies to subclasses
2015-03-02 Andreas Hanssonarm: Share a port for the two table walker objects
2015-03-02 Rekaicpu: o3 register renaming request handling improved
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-03-02 Stephan Diestelhorstcpu: Add a PC-value to the traffic generator requests
2015-02-16 Andreas Hanssoncpu: TrafficGen sinks snoops without complaining
2015-02-16 Andreas Hanssonarch: Make readMiscRegNoEffect const throughout
2015-02-16 Ali Saidicpu: add support for outputing a protobuf formatted...
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-07 Alexandru Dutucpu: Idle CPU status logic revised
2015-02-03 Andreas Hanssoncpu: Ensure timing CPU sinks response before sending...
2015-01-25 Ali Saidiarm: always set the IsFirstMicroop flag
2015-01-25 Ali Saidisim: Clean up InstRecord
2015-01-25 Ali Saidicpu: Remove all notion that we know when the cpu is...
2015-01-25 Ali Saidicpu: Put all CPU instruction tracers in a single file
2015-01-25 Ali Saidicpu: remove legion tracer
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2015-01-20 Nikos Nikoleriscpu: commit probe notification on every microop or...
2015-01-20 Andreas Hanssoncpu: Fix retry bug in MinorCPU LSQ
2015-01-10 Nikos Nikoleriscpu: fix RetiredStores probe point
2015-01-03 Andrew Lukefahrminor: fixed LSQ MasterPortID
2014-12-10 Gabe BlackLet other objects set up memory like regions in a KVM VM.
2014-12-05 Gabe Blackcpu: Only check for PC events on instruction boundaries.
2014-12-02 Andrew Bardsleycpu: Fix retries on barrier/store in Minor's store...
2014-12-02 Andrew Bardsleycpu: Fix memoryIssueLimit checking in Minor
2014-12-02 Marco Elvercpu, o3: Ignored invalidate causing same-address load...
2014-12-02 Stephan Diestelhorstcpu: Move packet deallocation to recvTimingResp in...
2014-12-02 Andreas Hanssonmem: Assume all dynamic packet data is array allocated
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-12-02 Andreas Hanssonmem: Remove null-check bypassing in Packet::getPtr
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-11-12 Ali Saidiarm: Fix timing wakeup with LLSC
2014-11-06 Marc Orrx86 isa: This patch attempts an implementation at mwait.
2014-11-06 Andrew Lukefahrcpu: Minor Draining Bug
2014-10-30 Ali Saidiautomated merge
2014-10-30 Mitch Hayengacpu: Add writeback modeling for drain functionality
2014-10-30 Mitch Hayengacpu: Add drain check functionality to IEW
2014-10-30 Ali Saidicpu: Add support to checker for CACHE_BLOCK_ZERO commands.
2014-10-30 Andrew Bardsleycpu: Fix barrier push to store buffer when full bug...
2014-10-20 Nilay Vaishcpu: o3: corrects base FP and CC register index in...
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-16 Andreas Hanssono3: Use shared_ptr for MemDepEntry
2014-10-16 Andreas Sandbergcpu: Probe points for basic PMU stats
2014-10-16 Andreas Sandbergcpu: Add branch predictor PMU probe points
2014-10-11 Andrew Lukefahrcpu: Fix o3 SMT IQCount bug
2014-10-09 Mitch Hayengacpu: Remove Ozone CPU from the source tree
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 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
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 Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-09-20 Wendy Elsassercpu: Update DRAM traffic gen
2014-09-20 Andreas Hanssonbase: Clean up redundant string functions and use C++11
2014-09-20 Mitch Hayengacpu: Add ExecFlags debug flag
2014-09-20 Dam Sunwoocpu: use probes infrastructure to do simpoint profiling
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 Hanssonmisc: Use safe_cast when assumptions are made about...
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 Mitch Hayengacpu: Only iterate over possible threads on the o3 cpu
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-09-03 Andreas Hanssonbase: Use the global Mersenne twister throughout
2014-05-13 Curtis Dunhammem: Refactor assignment of Packet types
2014-09-03 Mitch Hayengacpu: Fix o3 drain bug
2014-04-29 Curtis Dunhamarm: use condition code registers for ARM ISA
2014-09-03 Dam Sunwoocpu: fix bimodal predictor to use correct global histor...
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 Andreas Sandbergarch, cpu: Factor out the ExecContext into a proper...
next