[roll] Roll fuchsia [kernel][vm] Unlocked FreePages

Removes the lock requirement on calling FreePages as it is not actually
needed and existed as a 'just in case' for future changes, but none
have yet needed to leverage this being locked. As the lock might be
dropped in between a page being removed from the page_list_ and
actually freed, requiring that the lock be re-acquired just to perform
the free does not provide any value.

Original-Bug: 338300943
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239006
Original-Revision: 5168b06ac6e9faaada2ec832005f8efde8ed7d74
GitOrigin-RevId: 7fdc7b822c2e3296d02ddcf458f1842c45be52ca
Change-Id: I991f36765f737c5048ab971e25f736c388c55ce0
1 file changed
tree: c4fbe0441405c466510900d8dd6719600fbc1327
  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.