index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
minor
/
lsq.cc
Age
Commit message (
Expand
)
Author
2018-06-11
misc: Using smart pointers for memory Requests
Giacomo Travaglini
2018-06-11
misc: Substitute pointer to Request with aliased RequestPtr
Giacomo Travaglini
2017-12-05
cpu: Add support for CMOs in the cpu models
Nikos Nikoleris
2017-09-01
cpu-minor: Fix for addr range coverage calculation
Pau Cabre
2017-07-12
cpu: Refactor some Event subclasses to lambdas
Sean Wilson
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2016-08-15
cpu, arch: fix the type used for the request flags
Nikos Nikoleris
2016-07-21
cpu: Add SMT support to MinorCPU
Mitch Hayenga
2016-04-07
mem: Remove threadId from memory request class
Mitch Hayenga
2016-04-06
Revert power patch sets with unexpected interactions
Andreas Sandberg
2016-04-05
mem: Remove threadId from memory request class
Mitch Hayenga
2015-07-19
cpu: Fix LLSC atomic CPU wakeup
Krishnendra Nathella
2015-09-30
cpu: Add per-thread monitors
Mitch Hayenga
2015-08-21
mem: Reflect that packet address and size are always valid
Andreas Hansson
2015-05-05
mem, cpu: Add a separate flag for strictly ordered memory
Andreas Sandberg
2015-02-11
mem: restructure Packet cmd initialization a bit more
Steve Reinhardt
2015-03-02
mem: Split port retry for all different packet classes
Andreas Hansson
2015-01-25
sim: Clean up InstRecord
Ali Saidi
2015-01-20
cpu: Fix retry bug in MinorCPU LSQ
Andreas Hansson
2015-01-03
minor: fixed LSQ MasterPortID
Andrew Lukefahr
2014-12-02
cpu: Fix retries on barrier/store in Minor's store buffer
Andrew Bardsley
2014-12-02
mem: Assume all dynamic packet data is array allocated
Andreas Hansson
2014-12-02
mem: Add const getters for write packet data
Andreas Hansson
2014-10-29
cpu: Fix barrier push to store buffer when full bug in Minor
Andrew Bardsley
2014-09-19
arch: Pass faults by const reference where possible
Andreas Hansson
2014-09-12
cpu: Fix memory access in Minor not setting parent Request flags
Andrew Bardsley
2014-07-23
cpu: `Minor' in-order CPU model
Andrew Bardsley