gvisor/pkg/sentry/platform
Adin Scannell be76cad5bc Make KVM more scalable by removing CPU cap.
Instead, CPUs will be created dynamically. We also allow a relatively
efficient mechanism for stealing and notifying when a vCPU becomes
available via unlock.

Since the number of vCPUs is no longer fixed at machine creation time,
we make the dirtySet packing more efficient. This has the pleasant side
effect of cutting out the unsafe address space code.

PiperOrigin-RevId: 201266691
Change-Id: I275c73525a4f38e3714b9ac0fd88731c26adfe66
2018-06-19 17:00:30 -07:00
..
filemem Log filemem state when panicing due to invalid refcount. 2018-06-13 10:03:54 -07:00
interrupt Check in gVisor. 2018-04-28 01:44:26 -04:00
kvm Make KVM more scalable by removing CPU cap. 2018-06-19 17:00:30 -07:00
procid Check in gVisor. 2018-04-28 01:44:26 -04:00
ptrace Remove error return from AddressSpace.Release() 2018-05-11 12:24:15 -07:00
ring0 Minor ring0 interface cleanup. 2018-06-11 18:17:15 -07:00
safecopy Check in gVisor. 2018-04-28 01:44:26 -04:00
BUILD Check in gVisor. 2018-04-28 01:44:26 -04:00
context.go Check in gVisor. 2018-04-28 01:44:26 -04:00
mmap_min_addr.go Check in gVisor. 2018-04-28 01:44:26 -04:00
platform.go Remove error return from AddressSpace.Release() 2018-05-11 12:24:15 -07:00