[roll] Roll fuchsia [kernel][vm] Support delayed allocations

Implements support for delayed allocations, i.e. having the
PMM_ALLOC_FLAG_CAN_WAIT flag set, for VmCowPages VMOs. For page
allocation sites that cannot support delayed allocations yet, the flag
is explicitly stripped.

The PMM_ALLOC_FLAG_CAN_WAIT flag is not yet ever set in
pmm_alloc_flags_ so this has no behavioral changes.

Original-Bug: 99890
Run-All-Tests: True
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/574806
Original-Revision: 32f55c610330aaaa41e4c21743ec2303675be329
GitOrigin-RevId: da9c55614fe1b0eb798d09ffd3280197c1843e42
Change-Id: I8d2326f5895a5d027726e037abdf1f4f77580ffb
1 file changed
tree: fc4136929f894220603ec1e17b350a018ffd8c2a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.