1. Mar 21, 2023
  2. Mar 17, 2023
  3. Mar 16, 2023
  4. Mar 10, 2023
  5. Mar 09, 2023
  6. Mar 08, 2023
  7. Mar 07, 2023
  8. 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
  9. Mar 04, 2023
  10. Mar 03, 2023
  11. Mar 02, 2023
  12. Mar 01, 2023