1. 06 Jul, 2019 1 commit
    • Lioncash's avatar
      kernel/vm_manager: Handle stack/TLS IO region placement better · 313cc36f
      Lioncash authored
      Handles the placement of the stack a little nicer compared to the
      previous code, which was off in a few ways. e.g.
      
      The stack (new map) region, shouldn't be the width of the entire address
      space if the size of the region calculation ends up being zero. It
      should be placed at the same location as the TLS IO region and also have
      the same size.
      
      In the event the TLS IO region contains a size of zero, we should also
      be doing the same thing. This fixes our memory layout a little bit and
      also resolves some cases where assertions can trigger due to the memory
      layout being incorrect.
      313cc36f
  2. 05 Jul, 2019 2 commits
  3. 04 Jul, 2019 14 commits
  4. 03 Jul, 2019 2 commits
  5. 02 Jul, 2019 1 commit
  6. 01 Jul, 2019 7 commits
  7. 30 Jun, 2019 1 commit
  8. 29 Jun, 2019 7 commits
  9. 28 Jun, 2019 5 commits