[roll] Roll fuchsia [kernel][arm][mmu] skip break-before-make during early kernel boot

This allows the kernel to split its own physmap and its own kernel
mappings' large pages while the system is still running on the bootup
core.

Break-before-make causes some issues during early kernel boot,
specifically when the kernel unmaps sections of the physmap and
re-protects sections of the kernel image itself. In these cases based on
how the kernel address space was set up initially it may need to split
pages. In various scenarios this could result in either temporarily
unmapping the kernel itself while its running or unmapping a section of
the physmap that the mmu code needs to access the page tables.

For now, continuing to allow break-before-make gets the kernel over this
hump, though it's technically pushing the architecture a bit, since not
BBM when splitting a large page *may* cause a TLB conflict abort,
depending on the core implementation. There's no reason to believe any
cores that exist exhibit this behavior, but it may be a thing in the
future.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1039220
Original-Revision: ceecbb1490c3c819f218c1b93754a94cba38990b
GitOrigin-RevId: 7b32f9a07aaf1c3e22a89a12a25fa614fd873458
Change-Id: Ib1afb58323ee866d6439f3aacc846f4783a694db
1 file changed
tree: 22f50915a216358be33cb320601e87385599657a
  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 via the IRC channel #fuchsia on Freenode.

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.