[roll] Roll fuchsia [kernel] Hand off physboot-made kernel page tables to arch VM backend

Physboot-made kernel page tables belong to the arch-specific VM backend,
just as they'd be if they were created post-Physboot. This change is
more reorganizational and only has the effect of removing page table
pages from a PMM-managed "permanently reserved" list which is not
inspected by anything at the moment.

This change sets up the follow-on to have the arch-specific VM backends
to start tracking the number of mappings these page tables have at
hand-off time, which is something expected at kernel steady-state.

Original-Bug: 42164859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1175518
Original-Revision: 74988007df88392fb082cc6d2a71a5b726896d0e
GitOrigin-RevId: 5b83af74da2778e2326d6791a50f7f2eaed15299
Change-Id: Ic11155f42b93dc2e7549a503cbe931105dbb61d1
1 file changed
tree: 5982bec38575b44edac1100e2d779ffaa72a4a38
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.