commit | 3471fa12d542c9ecc8db5e0fbd2cdbf04e73a35a | [log] [tgz] |
---|---|---|
author | Adrian Danis <adanis@fuchsia.infra.roller.google.com> | Thu Jun 24 22:18:36 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 24 15:19:29 2021 -0700 |
tree | f18a330d47b5de6dff2ea41721f9665508f45532 | |
parent | 68e79ddaafe8145ba0a22451e8508dece20257e1 [diff] |
[roll] Roll fuchsia [kernel][vm] Unify accessed harvesting It is no longer neccessary to know anything about a page, in particular whether it is in a particular kind of VMO or not, to update its accessed time in the page queues. This change leverages that to remove the accessed callback, directly calling MarkAccessed from the mmu code, and then performing a single iteration over the arch aspace for both page aging and page table reclamation. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/533288 Original-Revision: b549b3a376856cc8870bb0aef815bb5b121d2d74 GitOrigin-RevId: cda9248f543d31c05c6a6027abc810e66beeea49 Change-Id: I17096a2829b700fb8e1dc14515216398154ee312
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
.