1. Mar 10, 2023
  2. Mar 09, 2023
  3. Mar 08, 2023
  4. Mar 07, 2023
  5. Mar 05, 2023
    • Scott Johnson's avatar
      Don't issue misaligned or non-power-of-2 MMIO accesses · 1951f803
      Scott Johnson authored
      @aswaterman explains:
      
      Rather than requiring each MMIO device to support arbitrary sizes and
      alignments, decompose MMIO misaligned loads and stores in such a way
      as to guarantee their constituent parts are always aligned.
      (Specifically, they now always decompose to a sequence of one-byte
      accesses.)
      
      This is not a semantic change for main-memory accesses, but it is a
      semantic change for I/O devices.  It makes them more realistic, in that
      most bus standards don't support non-power-of-2-sized accesses.
      1951f803
  6. Mar 04, 2023
  7. Mar 03, 2023
  8. Mar 02, 2023
  9. Mar 01, 2023
  10. Feb 28, 2023