[roll] Roll fuchsia [kernel][vm] Page based slab allocator

Adds a slab allocator that uses pages as the unit of slab, and stores
its per slab metadata in the vm_page_t. This allocator is intended to
be able to be used by the other parts of the VM system itself.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1270505
Original-Revision: a001545b76b37e6e1a8e2031ae4b47ffa00689b3
GitOrigin-RevId: d4ffa9f33478c2e9d67c887ab5ebadb0f002ad47
Change-Id: I00551dd8cb559ef5439f43fce795f9312a2d81ee
1 file changed
tree: a3afd6ed16e99a892c084b0a066613a27340cc4e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.