[roll] Roll fuchsia [kernel][vm] Split out discardable tracking Move out all the state required for discardable VMO tracking from VmCowPages into a new DiscardableVmoTracker class. If a VMO is discardable, its VmCowPages retains a unique_ptr to a DiscardableVmoTracker object, otherwise it is set to nullptr. This avoids unnecessarily tracking unused discardable state logic for non-discardable VMOs. Run-All-Tests: true Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/763086 Original-Revision: 12f95d2df579d2a360bafa001f0d0b9060c3540e GitOrigin-RevId: 241ed6d84cdabd749313c5da5efcde8cde5dc035 Change-Id: Ic8e612013f07598dc88d4f1370c5d90a969255e9
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.