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
/
mem
/
request.hh
Age
Commit message (
Expand
)
Author
2015-08-07
base: Declare a type for context IDs
Andreas Sandberg
2015-08-07
mem: Remove extraneous acquire/release flags and attributes
Andreas Hansson
2015-07-20
mem: add request types for acquire and release
David Hashe
2015-07-03
mem: Convert Request static const flags to enums
Andreas Hansson
2015-05-05
mem, cpu: Add a separate flag for strictly ordered memory
Andreas Sandberg
2015-05-05
mem, alpha: Move Alpha-specific request flags
Andreas Sandberg
2015-03-23
mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW
Steve Reinhardt
2015-03-23
mem: Tidy up Request
Andreas Hansson
2015-01-22
mem: Clean up Request initialisation
Andreas Hansson
2014-12-02
mem: Make Request getters const
Andreas Hansson
2014-09-09
mem: Add accessor function for vaddr
Mitch Hayenga
2014-09-09
misc: Fix a number of unitialised variables and members
Andreas Hansson
2014-01-29
mem: prefetcher: add options, support for unaligned addresses
Mitch Hayenga ext:(%2C%20Amin%20Farmahini%20%3Caminfar%40gmail.com%3E)
2014-01-24
cpu: Add support for instructions that zero cache lines.
Ali Saidi
2014-01-24
mem: Add flag to request if it was generated by a page table walk
Giacomo Gabrielli
2014-01-24
mem: Add support for a security bit in the memory system
Giacomo Gabrielli
2014-01-24
mem: per-thread cache occupancy and per-block ages
Dam Sunwoo
2014-01-24
mem: track per-request latencies and access depths in the cache hierarchy
Matt Horsnell
2013-10-31
mem: Add privilege info to request class
Prakash Ramrakhyani
2013-10-15
mem: Rename the ASI_BITS flag field in Request
Andreas Sandberg
2013-10-15
mem: Use a flag instead of address bit 63 for generic IPRs
Andreas Sandberg
2013-06-18
kvm: Use the address finalization code in the TLB
Andreas Sandberg
2012-11-02
ARM: dump stats and process info on context switches
Dam Sunwoo
2012-06-05
sim: Remove FastAlloc
Ali Saidi
2012-02-12
mem: fix cache stats to use request ids correctly
Dam Sunwoo
2012-02-12
mem: Add a master ID to each request object.
Ali Saidi
2011-09-13
Mem: Allow ASID to be set after request is created.
Daniel Johnson
2011-03-01
Spelling: Fix the a spelling error by changing mmaped to mmapped.
Gabe Black
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-10-16
Mem: Reclaim some request flags used by MIPS for alignment checking.
Gabe Black
2010-10-13
Mem: Change the CLREX flag to CLEAR_LL.
Gabe Black
2010-08-23
MEM: Make CLREX a first class request operation and clear locks in caches whe...
Gene Wu
2010-01-29
ruby: added the GEMS ruby tester
Brad Beckmann
2009-11-10
Mem: Eliminate the NO_FAULT request flag.
Gabe Black
2009-08-01
Clean up some inconsistencies with Request flags.
Steve Reinhardt
2009-08-01
Rename internal Request fields to start with '_'.
Steve Reinhardt
2009-05-29
request: add accessor and constructor for setting time other than curTick
Nathan Binkert
2009-05-26
types: add a type for thread IDs and try to use it everywhere
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-04-23
request: reorganize flags to group related flags together.
Steve Reinhardt
2009-04-21
request: add PREFETCH flag.
Steve Reinhardt
2009-04-20
request: rename INST_READ to INST_FETCH.
Steve Reinhardt
2009-04-20
request: split public and private flags into separate fields.
Steve Reinhardt
2009-04-19
Mem: Fill out the comment that describes the LOCKED request flag.
Gabe Black
2009-04-19
Mem: Change isLlsc to isLLSC.
Gabe Black
2009-04-19
Memory: Add a LOCKED flag back in for x86 style locking.
Gabe Black
2009-04-19
Memory: Rename LOCKED for load locked store conditional to LLSC.
Gabe Black
2009-03-10
prefetch: don't panic on requests w/o contextID (e.g., writebacks).
Steve Reinhardt
2009-02-25
CPU: Get rid of translate... functions from various interface classes.
Gabe Black
2009-02-16
Fixes to get prefetching working again.
Steve Reinhardt
[next]