[roll] Roll fuchsia [kernel][vm] DontNeed cursor

Instead of using two different linked lists to allow for gradual
processing of the DontNeed list, use a cursor instead. This cursor can
be advanced if the active page is removed from the reclaim queues.
Using a cursor, instead of multiple lists, is bit simpler to reason
about and will allow for extending the DontNeed system more easily.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1250505
Original-Revision: af4d5600fe11c006e7f23a25a5d7161e3289bcc5
GitOrigin-RevId: 177ed6225e93ee39668cdd1e95d83229a928ac14
Change-Id: Ifb38a4ab16ad848d1743f6b23acf80f9d50eb7be
1 file changed
tree: 55786e4888aca086c4b77ec03f50fb31a4240dd1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.