1. 2f17062 mem: Rename Packet::checkFunctional to trySatisfyFunctional by Robert Kovacsics · 7 years ago
  2. 4158138 mem: Removed "using namespace std;" from src/mem/packet.cc by Robert Kovacsics · 7 years ago
  3. cbfe914 mem: Fix off-by-one error in checkFunctional, and simplify it by Robert Kovacsics · 7 years ago
  4. 7c21795 mem: Add a helper function to get a word of variable length by Andreas Sandberg · 7 years ago
  5. e67c97e mem: Add support for cache maintenance operation requests by Nikos Nikoleris · 8 years ago
  6. 992fa99 mem: Support for specifying the destination of a WriteClean by Nikos Nikoleris · 8 years ago
  7. d8afb86 mem: Add a WriteClean command to the packet class by Nikos Nikoleris · 9 years ago
  8. 1088f0c misc: Rename misc.(hh|cc) to logging.(hh|cc) by Gabe Black · 7 years ago
  9. 7a8dda4 style: [patch 1/22] use /r/3648/ to reorganize includes by Brandon Potter · 8 years ago
  10. e169679 mem: Make packet debug printing more uniform by Nikos Nikoleris · 8 years ago
  11. 2509553 mem: Add a FromCache packet attribute by Andreas Hansson · 8 years ago
  12. c153b66 mem: Do not rely on the NeedsWritable flag for responses by Andreas Hansson · 9 years ago
  13. 0fcb376 mem: Make cache terminology easier to understand by Andreas Hansson · 9 years ago
  14. 413f308 mem: remove acq/rel cmds from packet and add mem fence req by Tony Gutierrez · 9 years ago
  15. 7433d77 mem: Add an option to perform clean writebacks from caches by Andreas Hansson · 9 years ago
  16. 8e55d51 mem: Do not treat CleanEvict as a write operation by Andreas Hansson · 9 years ago
  17. 83a668a mem: Remove extraneous acquire/release flags and attributes by Andreas Hansson · 9 years ago
  18. 6511ab4 mem: add request types for acquire and release by David Hashe · 10 years ago
  19. 71856cf mem: Split WriteInvalidateReq into write and invalidate by Andreas Hansson · 10 years ago
  20. 0ddde83 mem: Add ReadCleanReq and ReadSharedReq packets by Andreas Hansson · 10 years ago
  21. a262908 mem: Add clean evicts to improve snoop filter tracking by Ali Jafri · 10 years ago
  22. 4077376 mem: Add byte mask to Packet::checkFunctional by Andreas Hansson · 10 years ago
  23. f012166 mem: Cleanup Packet::checkFunctional and hasData usage by Andreas Hansson · 10 years ago
  24. 5df96cb mem: Remove redundant Packet::allocate calls by Andreas Hansson · 10 years ago
  25. 9779ba2 mem: Add const getters for write packet data by Andreas Hansson · 10 years ago
  26. efd5cf3 misc: Use safe_cast when assumptions are made about return value by Andreas Hansson · 10 years ago
  27. f6f63ec mem: write streaming support via WriteInvalidate promotion by Curtis Dunham · 11 years ago
  28. b404ffd cache: Fix handling of LL/SC requests under contention by Geoffrey Blake · 10 years ago
  29. aefe9cc mem: Add support for a security bit in the memory system by Giacomo Gabrielli · 11 years ago
  30. a8fbfef mem: Adding verbose debug output in the memory system by Uri Wiener · 12 years ago
  31. 0622f30 mem: Add predecessor to SenderState base class by Andreas Hansson · 12 years ago
  32. c60db56 Packet: Remove NACKs from packet and its use in endpoints by Andreas Hansson · 12 years ago
  33. 3e0ed08 Packet: Cleaning up packet command and attribute by Andreas Hansson · 13 years ago
  34. 9481d05 MemCmd: Add a command for invalidation requests to LSQ by Nilay Vaish · 13 years ago
  35. c40ae2c Packet: Put back part of the assert by Ali Saidi · 13 years ago
  36. bc1c212 Packet: Remove meaningless assert statement by Ali Saidi · 13 years ago
  37. e826d23 Packet: Add derived class FunctionalPacket to enable partial functional reads by Geoffrey Blake · 13 years ago
  38. c86f849 Ruby: Add support for functional accesses by Brad Beckmann ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) · 14 years ago
  39. 39a0556 includes: sort all includes by Nathan Binkert · 14 years ago
  40. c8bbfed This patch supports cache flushing in MOESI_hammer by Somayeh Sardashti · 14 years ago
  41. 1249728 cache: fail SC when invalidated while waiting for bus by Steve Reinhardt · 14 years ago
  42. 6dc599e mem: fix functional accesses to deal with coherence change by Steve Reinhardt · 14 years ago
  43. 62c06c1 mem: fix dumb typo in copyrights by Steve Reinhardt · 14 years ago
  44. f24ae2e cache: fail store conditionals when upgrade loses race by Steve Reinhardt · 15 years ago
  45. 3e5f487 Memory: Rename LOCKED for load locked store conditional to LLSC. by Gabe Black · 16 years ago
  46. 3031af2 X86: Fix the flags for interrupt response messages. by Gabe Black · 16 years ago
  47. 3535d74 style: clean up the Packet stuff by Nathan Binkert · 16 years ago
  48. e459013 Create a message port for sending messages as apposed to reading/writing a memory range. by Gabe Black · 16 years ago
  49. 8e7ddce Use ReadResp instead of LoadLockedResp for LoadLockedReq responses. by Steve Reinhardt · 17 years ago
  50. 6c5a3ab Add ReadRespWithInvalidate to handle multi-level coherence situation by Steve Reinhardt · 17 years ago
  51. 3952e41 Add functional PrintReq command for memory-system debugging. by Steve Reinhardt · 17 years ago
  52. 7227ab5 Merge with head by Gabe Black · 17 years ago
  53. 8705b07 packet: get rid of unused intersect() function. by Steve Reinhardt · 18 years ago
  54. e9c04da Fix a couple LL/SC bugs that only affected timing mode. by Steve Reinhardt · 18 years ago
  55. d10a843 Get rid of obsolete fixPacket() functions. by Steve Reinhardt · 18 years ago
  56. 6ab5341 Get rid of Packet result field. Error responses are now encoded in cmd field. by Steve Reinhardt · 18 years ago
  57. 83af0fd Getting closer... by Steve Reinhardt · 18 years ago
  58. 35cf19d More major reorg of cache. Seems to work for atomic mode now, by Steve Reinhardt · 18 years ago
  59. 05915ed Merge vm1.(none):/home/stever/bk/newmem-head by Steve Reinhardt · 18 years ago
  60. 04ac944 Reformat comments to meet line length restriction. by Steve Reinhardt · 18 years ago
  61. 9048c69 Another pass of minor changes in preparation for new protocol. by Steve Reinhardt · 18 years ago
  62. 0dfc29a fix partial writes with a functional memory hack by Ali Saidi · 18 years ago
  63. b5a4d95 rename store conditional stuff as extra data so it can be used for conditional swaps as well by Ali Saidi · 18 years ago
  64. 997fc50 Make memory commands dense again to avoid cache stat table explosion. by Steve Reinhardt · 18 years ago
  65. 23d970e More DPRINTF cleanup. by Steve Reinhardt · 18 years ago
  66. 63fdabf make our code a little more standards compliant by Ali Saidi · 18 years ago
  67. c577665 Fix functional access errors related to delayed respnoses in cachePort by Ron Dreslinski · 18 years ago
  68. 9a6e896 Big fix for functional access, where we forgot to copy the last byte on write intersections. by Ron Dreslinski · 18 years ago
  69. eda7148 Fix fixPacket functionality to calculate sizes properly by Ron Dreslinski · 18 years ago
  70. 54ed57c Merge zizzer:/bk/newmem by Ron Dreslinski · 18 years ago
  71. 28e9641 Use fixPacket function everywhere. by Ron Dreslinski · 18 years ago
  72. a4c6f0d Use PacketPtr everywhere by Nathan Binkert · 18 years ago
  73. 7245d45 refactor code for the packet, get rid of packet_impl.hh by Nathan Binkert · 18 years ago
  74. 5bcdc74 Fix WriteInvalidateResp by Ron Dreslinski · 18 years ago
  75. 2c9d506 Merge zizzer:/bk/newmem into zeep.pool:/z/saidi/work/m5.newmem.head by Ali Saidi · 18 years ago
  76. 3ba2ed6 add a traceflag for functional accesses by Ali Saidi · 18 years ago
  77. 567afbf More cache fixes. Atomic coherence now works as well. by Ron Dreslinski · 18 years ago
  78. 404b2a9 Fixed a corner case and simplified the logic in Packet::intersect. by Gabe Black · 18 years ago
  79. fc281d0 Backing in more changsets, getting closer to compile by Ron Dreslinski · 19 years ago
  80. cb0cf2d Updated Authors from bk prs info by Ali Saidi · 19 years ago
  81. 91e3aa6 Minor further cleanup & commenting of Packet class. by Steve Reinhardt · 19 years ago
  82. e533fad Significant rework of Packet class interface: by Steve Reinhardt · 19 years ago
  83. ba2eae5 New directory structure: by Steve Reinhardt · 19 years ago[Renamed from mem/packet.cc]
  84. 796fa42 Change Packet parameters on Port methods from references to pointers. by Steve Reinhardt · 19 years ago
  85. 8a9d270 move code from packet.hh to packet.cc and packet_impl.hh by Ali Saidi · 19 years ago
  86. 6a2e038 fixes for se by Ali Saidi · 19 years ago
  87. 53d93ef add a bridge object, modify bus object to be able to connect to other buses or bridges without panicing by Ali Saidi · 19 years ago