[roll] Roll fuchsia [kernel] Remove the global thread lock. Remove the kernel-wide global thread lock (GTL) and replace it with a combination of different locks, mostly made up of: 1) A ChainLock instance per Thread. 2) A ChainLock instance per WaitQueue. 3) A SpinLock instance per Scheduler. Contention data collected via tracing shows that the breakup can reduce the total amount of spinning across all locks in the kernel by a factor of 10-15 depending on the work load. Run-All-Tests: true Cq-Include-Trybots: luci.turquoise.global.try:run-postsubmit-tryjobs Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/926125 Original-Revision: 6bc94dd044cecfd7eb47e477cd8d7e250c8b765e GitOrigin-RevId: 307cf34414b8d92f25f336294df5bf92d583a31c Change-Id: Ia8cc94245a5380a00c06b77b689e1d134b621ade
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.