1. Nov 10, 2020
  2. Nov 09, 2020
  3. Nov 07, 2020
  4. Nov 06, 2020
  5. Nov 04, 2020
  6. Nov 03, 2020
  7. Nov 02, 2020
    • Andrew Waterman's avatar
      D$: support specifying the cache index when aliasing possible · 1b9b97bc
      Andrew Waterman authored
      Since the same physical address can legally live in multiple places for
      caches that support aliasing, we can expose this additional degree of
      freedom. It is useful for decoupled accelerators whose memory addresses
      have been converted up front.  If they use the physical address directly,
      then they'll often access the wrong set, causing an aliasing miss.  If
      they happen to know which alias is most likely, they can use this new
      mechanism to choose it.
      
      No change for the non-aliasing case.
      1b9b97bc
  8. Oct 30, 2020
  9. Oct 29, 2020
  10. Oct 28, 2020
  11. Oct 27, 2020