[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
1 file changed
tree: f18a330d47b5de6dff2ea41721f9665508f45532
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.