X86: Add a .serializing directive that makes a macroop serializing.
[gem5.git] / src / cpu /
2010-08-23 Gabe BlackCPU: Make the constants for StaticInst flags visible...
2010-08-23 Min Kyu JeongO3: Skipping mem-order violation check for uncachable...
2010-08-23 Min Kyu JeongARM: Improve printing of uop disassembly.
2010-08-23 Min Kyu JeongCPU: Print out flatten-out register index as with IntRe...
2010-08-23 Min Kyu JeongCPU: Make Exec trace to print predication result (if...
2010-08-23 Min Kyu JeongARM: mark msr/mrs instructions as SerializeBefore/After
2010-08-23 Min Kyu JeongO3: Handle loads when the destination is the PC.
2010-08-23 Min Kyu JeongARM/O3: store the result of the predicate evaluation...
2010-08-23 Ali SaidiCPU: Set a default value when readBytes faults.
2010-08-20 Brad Beckmannruby: Fixed minor bug in ruby test for setting the...
2010-08-20 Brad Beckmannruby: Resurrected Ruby's deterministic tests
2010-08-20 Brad Beckmannmemtest: Memtester support for DMA
2010-08-14 Gabe BlackInorder: Fix compilation of m5.fast.
2010-08-13 Gabe BlackMerge with head.
2010-08-13 Gabe BlackCPU: Add readBytes and writeBytes functions to the...
2010-08-13 Gabe BlackInOrder: Clean up some DPRINTFs that print data sent...
2010-08-13 Gabe BlackCPU: Tidy up endianness handling for mmapped "IPR"s.
2010-08-13 Joel HestnessTimingSimpleCPU: fix NO_ACCESS memory op handling
2010-07-22 Timothy M. JonesLSQ Unit: After deleting part of a split request, set...
2010-07-22 Timothy M. JonesO3CPU: Fix a bug where stores in the cpu where never...
2010-07-22 Timothy M. JonesO3CPU: O3's tick event gets squashed when it is switche...
2010-06-28 Korey Sewellinorder: remove another debug stat
2010-06-26 Korey Sewellinorder: remove debugging stat
2010-06-25 Korey Sewellinorder: Return Address Stack bug
2010-06-25 Korey Sewellinorder: resource scheduling backend
2010-06-24 Korey Sewellinorder: cleanup virtual functions
2010-06-24 Korey Sewellinorder: enforce 78-character rule
2010-06-24 Korey Sewellinorder: exe_unit_stats for resolved branches
2010-06-24 Korey Sewellinorder: squash from memory stall
2010-06-23 Korey Sewellinorder: record load/store trace data
2010-06-23 Korey Sewellinorder: update branch predictor
2010-06-23 Korey Sewellinorder-stats: add instruction type stats
2010-06-23 Korey Sewellinorder: stall signal handling
2010-06-23 Korey Sewellinorder: tick scheduling
2010-06-22 Timothy M. JonesO3ThreadContext: When taking over from a previous conte...
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-11 Nathan Binkertruby: get rid of the Map class
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-03 Steve ReinhardtMinor remote GDB cleanup.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Ali SaidiARM: Move PC mode bits around so they can be used for...
2010-06-02 Gabe BlackSimple CPU: Make the FloatRegs trace flag do something.
2010-06-02 Ali SaidiCPU: Reset fetch offset after a exception
2010-06-02 Gabe BlackARM: Make the predecoder handle Thumb instructions.
2010-05-14 Ali SaidiAutomated merge with ssh://m5sim.org//repo/m5
2010-05-14 Maximilien BreugheBPRED: Fixed the treshold-bug in the tournament predictor.
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-04-11 Korey Sewellinorder: timing for inst forwarding
2010-04-02 Nathan Binkertruby: get rid of gems_common/util.hh and .cc and use...
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
2010-03-30 Nathan Binkertstyle: cleanup the Ruby Tester
2010-03-27 Korey Sewellm5: merge inorder updates
2010-03-27 Korey Sewellinorder: write-hints bug fix
2010-03-25 Timothy M. JonesCPU: Added comments to address translation classes.
2010-03-23 Steve Reinhardtcpu: get rid of uncached access "events"
2010-03-23 Steve Reinhardtcpu: fix exec tracing memory corruption bug
2010-03-22 Korey Sewellinorder: import name for addtl. bpred stats
2010-03-22 Maximilien Breugheinorder: fix squash bug in branch predictor
2010-03-22 Korey Sewellinorder: fix address list bug
2010-03-22 Brad BeckmannTimingSimpleCPU: Fixed uncacacheable request read bug
2010-03-11 Nathan Binkertruby: get rid of std-includes.hh
2010-02-27 Nathan Binkertcpu_models: get rid of cpu_models.py and move the stuff...
2010-02-20 Timothy M. JonesBaseDynInst: Preserve the faults returned from read...
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-02-12 Timothy M. JonesBaseDynInst: Make the TLB translation timing instead...
2010-02-01 Brad Beckmannmerge
2010-01-31 Korey Sewellinorder: double delete inst bug
2010-01-31 Korey Sewellinorder: inst count mgmt
2010-01-31 Korey Sewellinorder: implement split stores
2010-01-31 Korey Sewellinorder: implement split loads
2010-01-31 Korey Sewellinorder: add activity stats
2010-01-31 Korey Sewellinorder: object cleanup in destructors
2010-01-31 Korey Sewellinorder: user per-thread dummy insts/reqs
2010-01-31 Korey Sewellinorder: add execution unit stats
2010-01-31 Korey Sewellinorder: recvRetry bug fix
2010-01-31 Korey Sewellinorder-stats: add prereq to basic stat
2010-01-31 Korey Sewellinorder: ctxt switch stats
2010-01-31 Korey Sewellinorder: pipeline stage stats
2010-01-31 Korey Sewellinorder: enforce stage bandwidth
2010-01-31 Korey Sewellinorder: set thread status'
2010-01-31 Korey Sewellinorder: add/remove halt/deallocate context respectively
2010-01-31 Korey Sewellinorder: track last branch committed
2010-01-31 Korey Sewellinorder: add updatePC event to resPool
2010-01-31 Korey Sewellinorder: ready thread wakeup
2010-01-31 Korey Sewellinorder: add threadmodel flag
2010-01-31 Korey Sewellinorder: mem. mgmt. update
2010-01-31 Korey Sewellinorder: suspend in respool
2010-01-31 Korey Sewellinorder: fetch thread bug
2010-01-31 Korey Sewellinorder: ready/suspend status fns
2010-01-31 Korey Sewellinorder-cleanup: remove unused thread functions
2010-01-31 Korey Sewellinorder: activate thread on cache miss
2010-01-31 Korey Sewellinorder: add event priority offset
2010-01-31 Korey Sewellinorder: squash on memory stall
2010-01-31 Korey Sewellinorder: add insts to cpu event
2010-01-31 Korey Sewellinorder: switch out buffer
2010-01-31 Korey Sewellinorder: dont allow early loads
2010-01-31 Korey Sewellconfigs/inorder: add options for switch-on-miss to...
2010-01-31 Korey Sewellinorder: init internal debug cpu counters
next