Age | Commit message (Expand) | Author |
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 |
2016-01-19 | * * * | Tony Gutierrez |
2015-07-20 | mem: misc flags for AMD gpu model | Blake Hechtman |
2016-01-11 | scons: Enable -Wextra by default | Andreas Hansson |
2015-07-20 | mem: add request types for acquire and release | David Hashe |
2015-12-07 | cpu: Support virtual addr in elastic traces | Radhika Jagtap |
2015-12-07 | mem: Add instruction sequence number to request | Radhika Jagtap |
2015-08-21 | arm, mem: Remove unused CLEAR_LL request flag | Andreas Hansson |
2015-08-21 | cpu: Move invldPid constant from Request to BaseCPU | Andreas Hansson |
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 |