summaryrefslogtreecommitdiff
path: root/src/mem/snoop_filter.cc
AgeCommit message (Expand)Author
2018-01-10style: change C/C++ source permissions to noexecBKP
2017-12-05mem: Handle CMO responses in the snoop filterNikos Nikoleris
2017-12-05mem: Allow CMOs as snooping requests in the snoop filterNikos Nikoleris
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-12-05mem: Don't use hasSharers in the snoopFilter for memory responsesNikos Nikoleris
2016-12-05mem: Make packet debug printing more uniformNikos Nikoleris
2016-08-12mem: Add support for secure packets in the snoop filterNikos Nikoleris
2016-08-12mem: Use FromCache attribute in snoop filter allocationAndreas Hansson
2016-06-20mem: Fix the snoop filter when there is a downstream addr mapperNikos Nikoleris
2016-06-06stats: Fixing regStats function for some SimObjectsDavid Guillen Fandos
2016-04-07Revert to 74c1e6513bd0 (sim: Thermal support for Linux)Andreas Sandberg
2014-11-18power: Add power states to ClockedObjectAkash Bagdia
2015-12-31mem: Do not rely on the NeedsWritable flag for responsesAndreas Hansson
2015-12-31mem: Make cache terminology easier to understandAndreas Hansson
2015-11-06mem: Add an option to perform clean writebacks from cachesAndreas Hansson
2015-09-25mem: Comment clean-up for the snoop filterAndreas Hansson
2015-09-25mem: Avoid adding and then removing empty snoop-filter itemsAndreas Hansson
2015-09-25mem: Add snoop filters to L2 crossbars, and check sizeAli Jafri
2015-09-25mem: Store snoop filter lookup result to avoid second lookupAndreas Hansson
2015-09-25mem: Add CleanEvict and Writeback support to snoop filtersAli Jafri
2015-09-25mem: Add check for snooping ports in the snoop filterAli Jafri
2015-07-03mem: Add clean evicts to improve snoop filter trackingAli Jafri
2015-05-05mem: Snoop into caches on uncacheable accessesAndreas Hansson
2014-04-25mem: Add access statistics for the snoop filterStephan Diestelhorst
2014-09-20mem: Simple Snoop FilterStephan Diestelhorst