Files
gvisor/pkg
Ayush Ranjan c206fcbfc2 pgalloc: Do not hold MemoryFile.mu while calling mincore.
This change makes the following changes:
- Unlocks MemoryFile.mu while calling mincore (checkCommitted) because mincore
  can take a really long time. Accordingly looks up the segment in the tree
  tree again and handles changes to the segment.
- MemoryFile.UpdateUsage() can now only be called at frequency at most 100Hz.
  100 Hz = linux.CLOCKS_PER_SEC.

Co-authored-by: Jamie Liu <jamieliu@google.com>
PiperOrigin-RevId: 337865250
2020-10-19 09:02:19 -07:00
..
2020-05-28 14:49:06 -07:00
2020-01-27 12:21:00 -08:00
2020-09-27 15:33:51 -07:00
2020-01-27 12:21:00 -08:00
2020-02-25 13:37:34 -08:00
2020-05-13 04:35:47 -04:00
2020-09-15 13:19:36 -07:00
2020-01-27 12:21:00 -08:00
2020-08-20 13:32:24 -07:00
2020-09-01 19:22:12 -07:00
2020-02-06 10:07:45 -08:00
2020-08-24 12:58:39 -07:00
2020-09-22 13:45:24 -07:00
2020-01-27 12:21:00 -08:00
2020-08-24 12:58:39 -07:00
2020-09-24 10:13:04 -07:00
2020-08-24 12:58:39 -07:00
2020-09-16 12:19:30 -07:00
2020-10-05 15:54:36 -07:00
2020-08-20 13:32:24 -07:00
2020-01-27 12:21:00 -08:00
2020-06-24 13:56:38 -07:00