[roll] Roll fuchsia [kernel][oom] Unify sync and async eviction paths

Use a common wrapper for synchronous eviction (which is used at OOM) and
asynchronous eviction (which is used at Warning and Critical), to reduce
the likelihood of introducing bugs in divergent code paths.

Add a regression test that verifies pages are evicted out of a pager
backed VMO on forced reclamation, and that free memory count increases.

Test: core-pager

Original-Bug: 73865
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/511678
Original-Revision: 911d4e370db7e29ae34d0f44ecd3b18a939c1f97
GitOrigin-RevId: acc35c1a7a7d48d7302b7c74ae3136451987a52d
Change-Id: I9ad30fe1f548fc6a65fd8aa1183d1abd8436b068
1 file changed
tree: cce0b9446485b296b32db2d778259c9b650bbe30
  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.