[roll] Roll fuchsia [kernel][vm] Move writeback out of syscalls-next.h

Now that the RFC has been accepted, move over the writeback related
constants for VMO creation and pager ops to their respective public
headers. Also move over struct definitions and constants needed for
zx_pager_query_vmo_stats, and remove the @next tag.

zx_pager_query_dirty_ranges continues to be tagged @next, with related
bits remaining under syscalls-next.h, as we will continue to iterate on
it in relation to VMO content size.

Original-Fixed: 63989
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/919193
Original-Revision: aa4db4df33849ed2422daf6a8108035b2fc82e4c
GitOrigin-RevId: 368dacf3040239ef5c78c763f78bc07d6c95a7cf
Change-Id: If56d76ea630f4b9f93e4718378bad8ec1b27810f
1 file changed
tree: e8061587e5c73d58b9401c6f3f058bced6b0c7b1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.